@charset "UTF-8";
@import url(featherlight.min.css);


/*
Media query internet explorer
*/


.swiper-pagination-bullet {
	background: #6c6c6f !important;
}

.swiper-pagination-bullet:hover {
	background: #6c6c6f !important;
}

/*
FLechas Navigation slider
*/
@media screen and (max-width:600px) {

	.hidden-xs{
		display: none;
	}

}


.bg-image{
	background-image: url(../img/home/bg-home.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover
}
.swiper-button-prev{
	width: 71px !important;
	height: 62px !important;
	left: 0px !important;
	background: url(../img/general/prev.png) no-repeat !important;
}

.swiper-button-next{
	width: 71px !important;
	height: 62px !important;
	right: 0 !important;
	background: url(../img/general/next.png) no-repeat !important;
}

#cookies-box #close-cookies-btn:hover:after, #cookies-box #close-cookies-btn:hover:before, body {
	background: #fff
}
.compat-object>a, .wrap-main {
	position: relative
}
*, ::after, ::before {
	box-sizing: inherit
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1;
	color: #474747;
	font-family: Futura_Std500;
	overflow-y: scroll;
	overflow-x: hidden
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
@font-face {
	font-family: Playlist;
	src: url(fonts/Playlist-Script.eot);
	src: url(fonts/Playlist-Scriptd41d.eot?#iefix) format("embedded-opentype"), url(fonts/Playlist-Script.woff2) format("woff2"), url(fonts/Playlist-Script.woff) format("woff"), url(fonts/Playlist-Script.ttf) format("truetype"), url(fonts/Playlist-Script.svg#museo_sans300) format("svg");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: Futura_Std500;
	src: url(fonts/FuturaStd-Book.eot);
	src: url(fonts/FuturaStd-Bookd41d.eot?#iefix) format("embedded-opentype"), url(fonts/FuturaStd-Book.woff2) format("woff2"), url(fonts/FuturaStd-Book.woff) format("woff"), url(fonts/FuturaStd-Book.ttf) format("truetype"), url(fonts/FuturaStd-Book.svg#museo_sans500) format("svg");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: Futura_Std700;
	src: url(fonts/FuturaStd-Bold.eot);
	src: url(fonts/FuturaStd-Boldd41d.eot?#iefix) format("embedded-opentype"), url(fonts/FuturaStd-Bold.woff2) format("woff2"), url(fonts/FuturaStd-Bold.woff) format("woff"), url(fonts/FuturaStd-Bold.ttf) format("truetype"), url(fonts/FuturaStd-Bold.svg#museo_sans700) format("svg");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: Futura_Std900;
	src: url(fonts/FuturaStd-Heavy.eot);
	src: url(fonts/FuturaStd-Heavyd41d.eot?#iefix) format("embedded-opentype"), url(fonts/FuturaStd-Heavy.woff2) format("woff2"), url(fonts/FuturaStd-Heavy.woff) format("woff"), url(fonts/FuturaStd-Heavy.ttf) format("truetype"), url(fonts/FuturaStd-Heavy.svg#museo_sans900) format("svg");
	font-weight: 400;
	font-style: normal
}
* {
	-webkit-font-smoothing: antialiased
}
.notransition {
	-webkit-transition: none!important;
	-moz-transition: none!important;
	-o-transition: none!important;
	-ms-transition: none!important;
	transition: none!important
}
.notransform {
	-webkit-transform: none!important;
	-moz-transform: none!important;
	-o-transform: none!important;
	-ms-transform: none!important;
	transform: none!important
}
html {
	box-sizing: border-box;
	font-size: 62.5%
}
strong {
	font-weight: 700
}
body::after {
	clear: both;
	content: "";
	display: table
}
body.noscroll {
	overflow: hidden
}
.compat-object>a {
	width: 100%;
	height: 100%
}
.price-producto.absolute {
	position: absolute;
	opacity: 1;
	filter: alpha(opacity=100);
	display: block
}
.compat-object>a .compat-object-fit {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 2s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all 2s cubic-bezier(.23, 1, .32, 1);
	transition: all 2s cubic-bezier(.23, 1, .32, 1)
}
header, header .main-nav {
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in
}
.compat-object>a .compat-object-fit img {
	display: none
}
.compat-object:hover>a .compat-object-fit {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
header {
	display: block;
	position: fixed;
	width: 100%;
	max-width: 100vw;
	z-index: 100;
	transition: all .25s ease-in
}
header .main-nav {
	display: block;
	height: 135px;
	padding-top: 25px;
	margin: 0 auto;
	font-family: Futura_Std700;
	font-size: 1.3rem;
	letter-spacing: 1px;
	transition: all .25s ease-in
}
header .main-nav.header-home {
	margin-top: 0!important
}
header .main-nav .wrap-nav {
	position: relative;
	max-width: 1520px;
	margin: 0 auto
}
header .main-nav .wrap-nav ul.nav {
	display: block;
	width: 43.5%;
	float: left;
	text-align: justify;
}
header .main-nav .wrap-nav ul.nav:after {
	content: "";
	display: inline-block;
	width: 100%
}
header .main-nav .wrap-nav ul.nav li {
	display: inline-block;
/*	padding: 0 100px;*/
	max-height: 90px;
	vertical-align: top
}
header .main-nav .wrap-nav ul.nav li a {
	display: block;
	position: relative;
	margin-top: 10px;
	padding: 30px 0px;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	transition: all .25s ease-in
}
header .main-nav .wrap-nav ul.nav li a:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background-color: #fff;
	width: 100%;
	-webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .45s cubic-bezier(.23, 1, .32, 1);
	transition: all .45s cubic-bezier(.23, 1, .32, 1);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0)
}
header .main-nav .wrap-nav ul.nav li a:hover:before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}
header .main-nav .wrap-nav ul.nav li a.selected {
	border-top: solid 3px #fff
}
header .main-nav .wrap-nav ul.nav.last {
	width: 42%;
}
header .main-nav .wrap-nav ul.nav.last li {
	padding: 0 5px
}
header .main-nav .wrap-nav ul.nav.last li.access-menu {
	padding-right: 0
}
header .main-nav .wrap-nav ul.nav.last li.access-menu a {
	position: relative;
	padding-right: 40px;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	transition: all .25s ease-in
}
header .main-nav .wrap-nav ul.nav.last li.access-menu a span.name {
	position: relative;
	padding-right: 50px;
	max-width: 86px;
	display: inline-block
}
header .main-nav .wrap-nav ul.nav.last li.access-menu a span.name div {
	position: absolute;
	left: 0;
	top: 100%;
	white-space: nowrap;
	font-size: 1rem
}
header .main-nav .wrap-nav ul.nav.last li.access-menu a i {
	position: absolute;
	right: 0;
	top: 10px;
	display: none;
	width: 32px;
	height: 40px;
	background: url(../img/general/sprite.png) 82px 20px no-repeat;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	transition: all .25s ease-in
}
header .main-nav .wrap-nav ul.nav.last li.access-menu a i.profile-icon {
	background: url(../img/general/icono-profile-white.png);
	background-size: cover;
	text-indent: -900em;
	width: 29px;
	height: 28px;
	top: 26px;
	right: 9px
}
header .main-nav .wrap-nav ul.nav.last li.access-menu a:after {
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
	content: "";
	background: url(../img/general/sprite.png) no-repeat;
	width: 38px;
	height: 40px
}
header .main-nav .wrap-nav ul.nav.last li.access-menu a.login:after {
	background: url(../img/general/icono-profile-white.png) no-repeat
}
header .main-nav .wrap-nav ul.logo {
	display: block;
	width: 11%;
	float: left
}
header .main-nav .wrap-nav ul.logo li {
	display: block;
	z-index: 3;
	position: relative
}
header .main-nav .wrap-nav ul.logo li a {
	display: block;
	text-align: center;
	border-top: 0 none;
	margin-top: 0 auto;
	padding: 0
}
header .main-nav .wrap-nav ul.logo li a:before {
	display: none
}
header .main-nav .wrap-nav ul.logo li a img {
	max-width: 100%;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	transition: all .25s ease-in
}
header .main-nav .wrap-nav ul.cart {
	display: inline-block;
	height: 32px;
	position: absolute;
	top: 30px;
	width: 32px;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	transition: all .25s ease-in
}
header .main-nav .wrap-nav ul.cart li a {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../img/general/sprite.png) -35px 0 no-repeat
}
header .main-nav .wrap-nav ul.cart li a i {
	display: none
}
header .main-nav .wrap-nav ul.cart li a span {
	display: inline-block;
	position: absolute;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #1f1a1a;
	color: #fff;
	bottom: -5px;
	right: -5px;
	vertical-align: middle;
	text-align: center;
	line-height: 20px;
	font-family: Futura_Std900;
	font-size: 1.2rem
}
/*
header .main-nav.black {
	background-color: #1f1a1a;
	height: 85px;
	padding: 0
}
header .main-nav.black ul.nav li {
	margin-top: 0
}
header .main-nav.black ul.nav li a {
	padding: 30px 7px 0;
	color: #fff
}
header .main-nav.black ul.cart li a span {
	background-color: #ff594c
}
header .main-nav.black ul.logo li a img {
	display: block;
	margin: 10px auto;
	height: 65px
	}*/
	header .main-nav.white {
		background-color: #fff;
		height: 85px;
		padding: 0
	}
	header .main-nav.white ul.nav li {
		margin-top: 0
	}
	header .main-nav.white ul.nav li a {
		padding: 30px 7px 0;
		color: #1f1a1a
	}
	header .main-nav.white ul.nav li a:before {
		background-color: #1f1a1a
	}
	header .main-nav.white ul.nav.last li.access-menu a i {
		background: url(../img/general/sprite.png) 85px -19px no-repeat
	}
	header .main-nav.white ul.cart li a {
		background: url(../img/general/sprite.png) -35px -39px no-repeat
	}
	header .main-nav.white ul.cart li a span {
		background-color: #ff594c
	}
	header .main-nav.white ul.logo li a img {
		display: block;
		margin: 10px auto;
		height: 65px
}/*
header .main-nav.black-nobg ul.nav li a {
	color: #1f1a1a
}
header .main-nav.black-nobg ul.nav li a:before {
	background-color: #1f1a1a
}

header .main-nav.black-nobg {
	background-color: black;
}

header .main-nav.black-nobg ul.nav.last li.access-menu a i {
	background: url(../img/general/sprite.png) -250px 10px no-repeat
}
header .main-nav.black-nobg ul.nav.last li.access-menu a i.profile-icon {
	background: url(../img/general/icono-profile.png) no-repeat;
	background-size: cover;
	text-indent: -900em;
	width: 29px;
	height: 28px;
	top: 26px;
	right: 9px
}
header .main-nav.black-nobg ul.nav.last li.access-menu a:after {
	background: url(../img/general/sprite.png) -250px 0 no-repeat
}
header .main-nav.black-nobg ul.nav.last li.access-menu a.login:after {
	background: url(../img/general/icono-profile.png) no-repeat
}
header .main-nav.black-nobg ul.cart li a {
	background: url(../img/general/sprite.png) -295px 0 no-repeat
}
header .main-nav.black-nobg ul.cart li a span {
	background-color: #1f1a1a
	}*/
	header .resp-menu {
		display: none
	}
	header .access-forms {
		display: none;
		margin: 0 auto;
		font-family: Futura_Std700;
		font-size: 1.3rem;
		letter-spacing: 1px;
		background-color: rgba(255, 255, 255, .98);
		padding-bottom: 100px;
		position: relative
	}
	header .access-forms .wrap-forms .block-checks label, header .access-forms .wrap-forms>div label.error {
		font-family: Futura_Std500;
		font-size: 1.2rem
	}
	header .access-forms .wrap-forms {
		max-width: 1170px;
		margin: 0 auto
	}
	header .access-forms .wrap-forms .block-checks {
		margin: 30px 0 20px
	}
	header .access-forms .wrap-forms .block-checks p {
		margin: 0 0 10px
	}
	header .access-forms .wrap-forms>div {
		display: block;
		box-sizing: border-box;
		width: 50%;
		float: left;
		padding: 0 145px;
		margin-top: 75px;
		position: relative
	}
	header .access-forms .wrap-forms>div .blocks-form {
		position: relative
	}
	header .access-forms .wrap-forms>div label.error {
		color: #ff594c;
		position: absolute;
		bottom: -17px
	}
	header .access-forms .wrap-forms>div h3 {
		font-family: Futura_Std700;
		text-align: center;
		margin: 25px 0
	}
	header .access-forms .wrap-forms>div span {
		display: block;
		height: 3px;
		width: 36px;
		background-color: #ff594c;
		margin: 0 auto
	}
	#form_present input[type=text], #form_present textarea, header .access-forms .wrap-forms>div input[type=text], header .access-forms .wrap-forms>div input[type=password], header .access-forms .wrap-forms>div input[type=date] {
		width: 100%;
		box-sizing: border-box;
		padding: 20px 20px 20px 50px;
		color: #1f1a1a;
		font-size: 1.3rem;
		border: 1px solid #dedede;
		margin-top: 25px
	}
	#form_present input[type=text], #form_present textarea {
		padding: 20px
	}
	header .access-forms .wrap-forms>div input[type=text]:focus, header .access-forms .wrap-forms>div input[type=password]:focus, header .access-forms .wrap-forms>div input[type=date]:focus {
		border: 1px solid #1f1a1a;
		outline: 0
	}
	header .access-forms .wrap-forms>div input.email {
		background: url(../img/general/sprite-forms.png) 10px 18px no-repeat
	}
	header .access-forms .wrap-forms>div input.pass {
		background: url(../img/general/sprite-forms.png) 10px -22px no-repeat
	}
	header .access-forms .wrap-forms>div input.born-date {
		background: url(../img/general/sprite-forms.png) 10px -62px no-repeat
	}
	header .access-forms .wrap-forms>div button {
		display: block;
		cursor: pointer;
		margin: 45px auto 0;
		padding: 20px;
		width: 175px;
		background-color: #ff594c;
		border: 3px solid #ff594c;
		color: #fff;
		font-family: Futura_Std700;
		font-size: 1.3rem;
		text-transform: uppercase;
		-webkit-transition: all .25s ease-out;
		-moz-transition: all .25s ease-out;
		transition: all .25s ease-out
	}
	header .access-forms .wrap-forms>div button:hover {
		background-color: #fff;
		color: #ff594c
	}
	header .access-forms .wrap-forms>div .check label {
		display: block;
		width: 100%;
		font-size: 1.3rem;
		font-family: Futura_Std500;
		color: #1f1a1a;
		padding: 20px 0;
		margin: 20px 0 0
	}
	header .access-forms .wrap-forms>div .check label input[type=checkbox] {
		border: 1px solid #1f1a1a
	}
	header .access-forms .wrap-forms>div .block-submit a {
		display: block;
		margin-top: 10px;
		color: #ff594c;
		font-family: Futura_Std900;
		font-size: 1.3rem;
		text-align: center;
		text-decoration: none
	}
	header .access-forms .wrap-forms>div.login-form {
		border-right: 2px solid #1f1a1a
	}
	header .access-forms .wrap-close {
		display: block;
		margin: 0 auto;
		padding-top: 10px;
		clear: both;
		text-align: center;
		width: 100%
	}
	header .access-forms .wrap-close::after {
		clear: both;
		content: "";
		display: table
	}
	header .access-forms .wrap-close .close-icon {
		display: block;
		margin: 0 auto;
		width: 32px;
		height: 32px;
		cursor: pointer;
		font-size: 0;
		position: relative;
		-webkit-transition: all .25s ease-out;
		-moz-transition: all .25s ease-out;
		transition: all .25s ease-out
	}
	header .access-forms .wrap-close .close-icon:after, header .access-forms .wrap-close .close-icon:before {
		content: " ";
		position: absolute;
		width: 32px;
		height: 2px;
		background: #000;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0
	}
	header .access-forms .wrap-close .close-icon:before {
		-webkit-transform-origin: center center;
		-moz-transform-origin: center center;
		-ms-transform-origin: center center;
		-o-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	header .access-forms .wrap-close .close-icon:after {
		-webkit-transform-origin: center center;
		-moz-transform-origin: center center;
		-ms-transform-origin: center center;
		-o-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	header .access-forms .wrap-close .close-icon:hover {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg)
	}
	header.headroom {
		position: fixed;
		z-index: 9998;
		top: 0;
		left: 0;
		right: 0
	}
	header.headroom--not-top, header.headroom--unpinned {
		background: #1f1a1a;
		padding-bottom: 15px
	}
	header.headroom--not-top .access-forms, header.headroom--unpinned .access-forms {
		top: 84px;
		bottom: 0
	}
	header.headroom--not-top .main-nav, header.headroom--unpinned .main-nav {
		margin: 20px auto 0;
		padding: 0;
		height: auto
	}
	header.headroom--not-top .main-nav .wrap-nav ul.nav li a, header.headroom--unpinned .main-nav .wrap-nav ul.nav li a {
		padding: 20px 5px 0
	}
	header.headroom--not-top .main-nav .wrap-nav ul.logo li, header.headroom--unpinned .main-nav .wrap-nav ul.logo li {
		display: block
	}
	header.headroom--not-top .main-nav .wrap-nav ul.logo li img, header.headroom--unpinned .main-nav .wrap-nav ul.logo li img {
		width: 62px
	}
	header.headroom--not-top .main-nav .wrap-nav ul.logo li a, header.headroom--unpinned .main-nav .wrap-nav ul.logo li a {
		display: block;
		text-align: center;
		border-top: 0 none;
		margin-top: 0 auto;
		padding: 0
	}
	header.headroom--not-top .main-nav .wrap-nav ul.logo li a:before, header.headroom--unpinned .main-nav .wrap-nav ul.logo li a:before {
		display: none
	}
	header.headroom--not-top .main-nav .wrap-nav ul.last li.access-menu a i.profile-icon, header.headroom--unpinned .main-nav .wrap-nav ul.last li.access-menu a i.profile-icon {
		top: 8px
	}
	header.headroom--not-top .main-nav .wrap-nav ul.last li.access-menu a:after, header.headroom--unpinned .main-nav .wrap-nav ul.last li.access-menu a:after {
		display: block;
		position: absolute;
		top: 10px;
		right: 0;
		content: "";
		background: url(../img/general/sprite.png) no-repeat;
		width: 38px;
		height: 40px
	}
	header.headroom--not-top .main-nav .wrap-nav ul.last li.access-menu a.login:after, header.headroom--unpinned .main-nav .wrap-nav ul.last li.access-menu a.login:after {
		background: url(../img/general/icono-profile-white.png) no-repeat
	}
	header.headroom--not-top .main-nav .wrap-nav ul.cart, header.headroom--unpinned .main-nav .wrap-nav ul.cart {
		top: 20px
	}
	header.headroom--not-top .main-nav .wrap-nav ul.cart li a span, header.headroom--unpinned .main-nav .wrap-nav ul.cart li a span {
		background-color: #ff594c
	}
	header.headroom--not-top .main-nav.black-nobg ul.nav li a, header.headroom--unpinned .main-nav.black-nobg ul.nav li a {
		color: #fff
	}
	header.headroom--not-top .main-nav.black-nobg ul.nav li a:before, header.headroom--unpinned .main-nav.black-nobg ul.nav li a:before {
		background-color: #fff
	}
	header.headroom--not-top .main-nav.black-nobg ul.nav.last li.access-menu a i, header.headroom--unpinned .main-nav.black-nobg ul.nav.last li.access-menu a i {
		top: 0;
		background: url(../img/general/sprite.png) no-repeat
	}
	header.headroom--not-top .main-nav.black-nobg ul.cart li a, header.headroom--unpinned .main-nav.black-nobg ul.cart li a {
		background: url(../img/general/sprite.png) -35px 0 no-repeat
	}
	header.headroom--pinned {
		top: 0;
		padding: 20px 0 30px;
		margin: 0 auto
	}
	@media screen and (max-width:1500px) {
		header .main-nav .wrap-nav {
			padding: 0 20px
		}
		header .main-nav .wrap-nav ul.nav li, header .main-nav .wrap-nav ul.nav.last li {
			font-size: 1rem;
			text-align: center;
			padding: 0 5px 0 0;
		}
		header .main-nav .wrap-nav ul.nav li {
			line-height: normal;
			/*padding: 0 40px*/
			padding: 0
		}
		header .main-nav .wrap-nav ul.nav.last li:first-child {
			word-wrap: break-word;
			padding: 0 0 0 15px
		}
		header .main-nav .wrap-nav ul.nav.last li.access-menu a i {
			background-position: 72px 20px
		}
		header.headroom--not-top .main-nav .wrap-nav, header.headroom--unpinned .main-nav .wrap-nav {
			padding: 0 20px
		}
		header.headroom--not-top .main-nav .wrap-nav ul.last li.access-menu a i, header.headroom--unpinned .main-nav .wrap-nav ul.last li.access-menu a i {
			background-position: 72px 0
		}
	}
	@media screen and (max-width:1170px) {
		/* header .main-nav .wrap-nav ul.nav li {
			max-width: 30%
		} */
		header .main-nav .wrap-nav ul.nav.last li.access-menu a i {
			background-position: 72px 20px
		}
		header.headroom--not-top .main-nav .wrap-nav, header.headroom--unpinned .main-nav .wrap-nav {
			padding: 0 20px
		}
		header.headroom--not-top .main-nav .wrap-nav ul.last li.access-menu a i, header.headroom--unpinned .main-nav .wrap-nav ul.last li.access-menu a i {
			background-position: 72px 0
		}
		header .main-nav .wrap-nav ul.nav{
			width:40%;
		}
		header .main-nav .wrap-nav ul.logo  {
			width: 8%;
		}
		header .main-nav .wrap-nav ul.nav.last {
			width: 48.5%
		}
	}

	@media screen and (max-width:1060px) {
		header .main-nav .wrap-nav ul.nav{
			width:35%;
		}
		header .main-nav .wrap-nav ul.logo  {
			width: 8%;
		}
		header .main-nav .wrap-nav ul.nav.last {
			width: 53.5%
		}
	}
	@media screen and (max-width:992px) {
		header .access-forms {
			top: 105px!important
		}
		header .main-nav {
			display: none
		}
		header .resp-menu {
			display: block
		}
		header .resp-menu .wrap-nav {
			display: block;
			float: left;
			width: 100%
		}
		header .resp-menu .wrap-nav ul.header {
			display: block;
			float: left;
			background-color: #1f1a1a;
			width: 100%;
			padding: 20px 20px 0;
			height: 100px
		}
		header .resp-menu .wrap-nav ul.header li.logo {
			display: block;
			float: left
		}
		header .resp-menu .wrap-nav ul.header li.logo a img {
			display: block;
			width: 65px
		}
		header .resp-menu .wrap-nav ul.header li.cart {
			display: block;
			float: right;
			margin-top: 20px;
			position: relative
		}
		header .resp-menu .wrap-nav ul.header li.cart a {
			display: block;
			width: 32px;
			height: 32px;
			background: url(../img/general/sprite.png) -35px 0 no-repeat
		}
		header .resp-menu .wrap-nav ul.header li.cart a i {
			display: none
		}
		header .resp-menu .wrap-nav ul.header li.cart a span {
			display: inline-block;
			position: absolute;
			height: 20px;
			width: 20px;
			border-radius: 50%;
			-webkit-border-radius: 50%;
			background-color: #ff594c;
			color: #fff;
			bottom: -5px;
			right: -5px;
			vertical-align: middle;
			text-align: center;
			line-height: 20px;
			font-family: Futura_Std900;
			font-size: 1.2rem
		}
		header .resp-menu .wrap-nav ul.header li.button-mobile {
			display: block;
			float: right;
			margin-top: 20px;
			height: 40px;
			width: 32px;
			cursor: pointer;
			margin-left: 20px
		}
		header .resp-menu .wrap-nav ul.header li.button-mobile span {
			display: block;
			width: 100%;
			margin-top: 10px;
			height: 2px;
			background-color: #fff;
			position: relative
		}
		header .resp-menu .wrap-nav ul.header li.button-mobile span:nth-child(1) {
			-webkit-transition: all .25s cubic-bezier(.23, 1, .32, 1);
			-moz-transition: all .25s cubic-bezier(.23, 1, .32, 1);
			transition: all .25s cubic-bezier(.23, 1, .32, 1);
			-webkit-transform-origin: left top;
			-moz-transform-origin: left top;
			-ms-transform-origin: left top;
			-o-transform-origin: left top;
			transform-origin: left top;
			-webkit-transform: rotate(0);
			-moz-transform: rotate(0);
			-ms-transform: rotate(0);
			-o-transform: rotate(0);
			transform: rotate(0);
			top: 0
		}
		header .resp-menu .wrap-nav ul.header li.button-mobile span:nth-child(2) {
			-webkit-transition: all .25s cubic-bezier(.23, 1, .32, 1);
			-moz-transition: all .25s cubic-bezier(.23, 1, .32, 1);
			transition: all .25s cubic-bezier(.23, 1, .32, 1);
			opacity: 1;
			filter: alpha(opacity=100)
		}
		header .resp-menu .wrap-nav ul.header li.button-mobile span:nth-child(3) {
			-webkit-transition: all .25s cubic-bezier(.23, 1, .32, 1);
			-moz-transition: all .25s cubic-bezier(.23, 1, .32, 1);
			transition: all .25s cubic-bezier(.23, 1, .32, 1);
			-webkit-transform-origin: left top;
			-moz-transform-origin: left top;
			-ms-transform-origin: left top;
			-o-transform-origin: left top;
			transform-origin: left top;
			-webkit-transform: rotate(0);
			-moz-transform: rotate(0);
			-ms-transform: rotate(0);
			-o-transform: rotate(0);
			transform: rotate(0);
			top: 0
		}
		header .resp-menu .wrap-nav ul.header li.button-mobile.open span:nth-child(1) {
			left: 0;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			transform: rotate(45deg);
			top: 1px
		}
		header .resp-menu .wrap-nav ul.header li.button-mobile.open span:nth-child(2) {
			opacity: 0;
			filter: alpha(opacity=0)
		}
		header .resp-menu .wrap-nav ul.header li.button-mobile.open span:nth-child(3) {
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			transform: rotate(-45deg);
			top: -1px
		}
		header .resp-menu .wrap-nav ul.nav {
			display: block;
			float: left;
			width: 100%;
			background-color: #1f1a1a;
			height: calc(100vh - 100px)
		}
		header .resp-menu .wrap-nav ul.nav li {
			display: block;
			text-align: center;
			font-family: Futura_Std700;
			font-size: 1.5rem;
			color: #fff;
			margin-top: 12px
		}
		header .resp-menu .wrap-nav ul.nav li a {
			display: inline-block;
			position: relative;
			margin: 0 auto;
			padding: 13px;
			color: #fff;
			text-decoration: none;
			text-align: center;
			letter-spacing: 1px
		}
		header .resp-menu .wrap-nav ul.nav li a:before {
			position: absolute;
			content: "";
			top: 0;
			left: 0;
			right: 0;
			height: 3px;
			background-color: #fff;
			width: 100%;
			-webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
			-moz-transition: all .45s cubic-bezier(.23, 1, .32, 1);
			transition: all .45s cubic-bezier(.23, 1, .32, 1);
			-webkit-transform: scaleX(0);
			-moz-transform: scaleX(0);
			-ms-transform: scaleX(0);
			-o-transform: scaleX(0);
			transform: scaleX(0)
		}
		header .resp-menu .wrap-nav ul.nav li a:hover:before {
			-webkit-transform: scaleX(1);
			-moz-transform: scaleX(1);
			-ms-transform: scaleX(1);
			-o-transform: scaleX(1);
			transform: scaleX(1)
		}
		header .resp-menu .wrap-nav ul.nav li:last-child a {
			position: relative;

		}
	/*
	header .resp-menu .wrap-nav ul.nav li:last-child a:after {
		position: absolute;
		width: 45px;
		height: 45px;
		content: "";
		background: url(../img/general/sprite.png) 0 -80px no-repeat;
		left: 50%;
		transform: translateX(-50%);
		top: 10px
	}
	*/
	header .resp-menu .wrap-nav ul.nav li:last-child a.login:after {
		background: url(../img/general/icono-profile-white.png) no-repeat
	}
	header .resp-menu .wrap-nav ul.nav.hide {
		display: none
	}
	header .resp-menu.white ul.header {
		background-color: #fff
	}
	header .resp-menu.white ul.header li.cart a {
		background: url(../img/general/sprite.png) -35px -39px no-repeat
	}
	header .resp-menu.white ul.header li.button-mobile span {
		background-color: #1f1a1a
	}
	header .access-forms {
		position: fixed;
		overflow: auto;
		left: 0;
		width: 100%;
		height: -webkit-calc(100% - 105px);
		height: calc(100% - 105px)
	}
	header .access-forms .wrap-forms {
		position: absolute
	}
	header .access-forms .wrap-forms>div {
		width: 100%;
		margin-top: 25px;
		padding: 0 25px
	}
	header .access-forms .wrap-forms>div label.error {
		left: 0
	}
}
footer .container .col4 .news-form h4, footer .container .col4 ul li a, .container .col4 .news-form p {
	font-family: Futura_Std500;
	font-size: 1.2rem;
	color: #fff
}
footer {
	display: block;
	float: left;
	padding: 0 20px;
	width: 100%;
	background-color: #1f1a1a
}
footer .container {
	display: block;
	margin: 0 auto;
	max-width: 1170px;
	width: 100%;
	padding: 100px 0 0
}
footer .container .col4 {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 31.7615656014%
}
footer .container .col4:last-child {
	margin-right: 0
}
footer .container .col4 nav {
	border-top: 3px solid #fff;
	padding-top: 50px;
	margin-right: 100px
}
footer .container .col4 ul li {
	display: block;
	margin: 10px 0 0
}
footer .container .col4 ul li a {
	display: block;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none
}
footer .container .col4 ul li a:hover {
	text-decoration: underline
}
footer .container .col4 .social-nav ul li {
	display: inline-block;
	margin-top: 0
}
footer .container .col4 .social-nav ul li a {
	margin-right: 20px
}
footer .container .col4 .social-nav ul li a i {
	display: block;
	background: url(../img/general/sprite.png) -80px 0 no-repeat;
	width: 32px;
	height: 32px;
	text-indent: -9000px
}
footer .container .col4 .social-nav ul li a i.fb-icon {
	width: 20px
}
footer .container .col4 .social-nav ul li a i.tw-icon {
	background-position: -100px 0
}
footer .container .col4 .social-nav ul li a i.inst-icon {
	background-position: -140px 0
}
footer .container .col4 .social-nav ul li a i.yt-icon {
	background-position: -175px 0
}
footer .container .col4 .social-nav ul li a img.wk-icon {
	width: 28px;
	vertical-align: top;
}
footer .container .col4 .news-form {
	margin-top: 45px;
	letter-spacing: 2px
}
footer .container .col4 .news-form form {
	display: block;
	margin-top: 30px;
	padding-bottom: 10px;
	border-bottom: 3px solid #fff
}
footer .container .col4 .news-form form input[type=text] {
	display: inline-block;
	box-sizing: border-box;
	width: 70%;
	margin-right: 3%;
	letter-spacing: 2px;
	border: 0;
	background-color: transparent;
	color: #dedede
}
footer .container .col4 .news-form form button {
	display: inline-block;
	font-family: Futura_Std700;
	font-size: 1.1rem;
	box-sizing: border-box;
	cursor: pointer;
	text-align: right;
	padding: 0;
	width: 25%;
	border: 0;
	background-color: transparent;
	color: #fff
}
footer .container .col4 .pay-methods {
	display: block;
	margin-top: 50px
}
footer .legal-nav {
	display: block;
	clear: both;
	margin: 0 auto;
	max-width: 1170px;
	width: 100%;
	font-family: Futura_Std900;
	font-size: .9rem;
	padding: 140px 0 40px
}
footer .legal-nav ul {
	text-align: center
}
footer .legal-nav ul li {
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #707070;
	color: #707070;
	letter-spacing: 2px
}
footer .legal-nav ul li a {
	letter-spacing: 2px;
	color: #707070;
	text-transform: uppercase;
	text-decoration: none
}
footer .legal-nav ul li a:hover {
	text-decoration: underline
}
footer .legal-nav ul li:last-child {
	border-right: 0 none
}
@media screen and (max-width:992px) {
	div.page-title, div.page-title h1, h1.page-title, h1.page-title h1 p.page-title p {
		font-size: 2.8rem;
		padding: 20px 0 0;
		letter-spacing: 4px;
		font-family: Futura_Std700;
		text-align: center;
		text-transform: uppercase
	}
	p.page-title {
		font-size: 1.5rem !important;
		padding: 0 !important;
	}
	div.page-title, div.page-title p, p.page-title, p.page-title p {
		font-size: 2.8rem;
		padding: 20px 0 0;
		letter-spacing: 4px;
		font-family: Futura_Std700;
		text-align: center;
		text-transform: uppercase
	}

	footer .container .col4 {
		position: relative;
		width: 100%
	}
	footer .container .col4 .social-nav {
		float: left
	}
	footer .container .col4 .news-form {
		float: left;
		width: 100%
	}
	footer .container .col4 .pay-methods {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0
	}
	footer .container .col4.jamon, footer .container .col4.menu {
		display: none
	}
	footer .legal-nav {
		padding-top: 70px;
		line-height: 1.8rem
	}
}
@media screen and (max-width:480px) {
	footer .container .col4 .social-nav {
		width: 100%;
		text-align: center
	}
	footer .container .col4 .news-form {
		margin-top: 85px
	}
	footer .container .col4 .pay-methods {
		position: static;
		top: 50px;
		margin: 0;
    	margin-left: 20%;
    	margin-top: 40%;
    	margin-right: 6%;
	}


	text-align-last: justify;
	footer .legal-nav ul li {
		display: block;
		border-right: none;
		margin-bottom: 5px
	}
}
div, h1, h2, h3, h4, h5, h6, li, p, span, ul {
	line-height: normal;
	font-weight: 400
}
.wrap-main {
	padding-bottom: 100px;
	display: block;
	width: 100%;
	box-sizing: border-box
}
.wrap-main>.main-content {
	height: 200vh;
	max-height: 570px
}
.wrap-main>.main-content.header-tienda-home {
	height: 65vh
}

.detalleProducto{
    position: absolute;
    top: 0;
    background: #1f1a1a;
    width: 100%;
    height: 235px;
}

@media screen and (max-width:600px) {
	.detalleProducto{
		position: absolute;
    		top: 0;
    		background: #1f1a1a;
    		width: 100%;
    		height: 180px;
 	}
}

.breadcrumbs {
	font-family: Futura_Std500;
	font-size: 1.5rem;
	letter-spacing: 1px;
	position: relative
}
.breadcrumbs ul {
	position: relative;
	padding-left: 40px
}
.breadcrumbs ul:before {
	position: absolute;
	left: 0;
	content: "";
	background: url(../img/general/sprite.png) 0 -128px no-repeat;
	width: 40px;
	height: 20px
}

@media screen and (max-width:600px) {
	
	.breadcrumbs ul {
		position: relative;
		padding-left: 25px
	}
	.breadcrumbs ul:before {
		position: absolute;
		left: 0;
		content: "";
		background: url(../img/tienda/back_movil.png);
		width: 25px;
		height: 13px
	}

}

.breadcrumbs ul li {
	display: inline-block;
	color: #8d8d8d
}
.breadcrumbs ul li a {
	color: #8d8d8d;
	text-decoration: none
}

.breadcrumbs .actual {
	color: #c90606;
	text-decoration: none
}
.clear {
	display: block;
	clear: both
}
.separator {
	display: block;
	margin: 10px auto;
	height: 3px;
	background-color: #fff;
	width: 25px
}
.separator.red {
	background-color: #ff594c
}
.separator.black {
	background-color: #1f1a1a
}
.social-article {
	border-bottom: 0 none;
	display: block;
	left: 0;
	margin: -64px auto 0;
	position: absolute;
	right: 0;
	width: 360px;
	z-index: 100
}
.social-article .social-article-box {
	background-color: rgba(255, 255, 255, .95);
	width: 360px;
	padding: 20px 25px 10px;
	border: 1px solid #ececec
}
.social-article .social-article-box::after {
	clear: both;
	content: "";
	display: table
}
.social-article .social-article-box.fixed {
	position: fixed;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10
}
.social-article p {
	display: block;
	float: left;
	font-family: Futura_Std900;
	font-size: 1.5rem;
	line-height: 2rem;
	color: #1b1b1b
}
div.page-title, div.page-title h1, h1.page-title, h1.page-title h1 {
	font-size: 3.8rem;
	padding: 20px 0 0;
	letter-spacing: 4px;
	font-family: Futura_Std700;
	text-align: center;
	text-transform: uppercase
}

div.page-title, div.page-title p, p.page-title, p.page-title p {
    font-size: 3.8rem;
    padding: 20px 0 0;
    letter-spacing: 4px;
    font-family: Futura_Std700;
    text-align: center;
    text-transform: uppercase;
    margin-top: -40px;
}
}


div.page-title, div.page-title h2, h2.page-title, h2.page-title h2 {
	font-size: 1.8rem;
	padding: 20px 0 0;
	letter-spacing: 4px;
	font-family: Futura_Std700;
	text-align: center;
	text-transform: uppercase
}



.social-article ul {
	display: block;
	float: right
}
.social-article ul li {
	display: block;
	float: left;
	margin: 0 5px
}
.social-article ul li a {
	display: block;
	height: 32px;
	width: 32px
}
.social-article ul li a.icon-fb {
	background: url(../img/general/sprite.png) -250px -43px no-repeat
}
.social-article ul li a.icon-tw {
	background: url(../img/general/sprite.png) -280px -43px no-repeat
}
div.page-title, h1.page-title, p.page-title {
	position: absolute;
	clear: both;
	color: #fff;
	width: 100%;
	top: 160px;
	z-index: 100
}

div.page-title {
	position: absolute;
	clear: both;
	color: #fff;
	width: 100%;
	top: 0;
	z-index: 100;
	height: 250px;
	background: #1f1a1a;
}

.fixtop .page-title {
	top: 0
}
div.page-title.black, h1.page-title.black {
	color: #1f1a1a
}
div.page-title h1, h1.page-title h1 {
	color: #fff
}
div.page-title h1.black, h1.page-title h1.black {
	color: #1f1a1a
}

div.page-title h1.black{
	color:white;
	position: relative;
	top: 160px;
}
.fixtop div.page-title h1.black {
	padding-top: 35px
}
div.page-title .separator, h1.page-title .separator {
	margin-top: 20px;
	width: 40px
}
.wrap-forms {
	max-width: 1170px;
	margin: 0 auto
}
.wrap-forms div input[type=text], .wrap-forms div input[type=password], .wrap-forms div input[type=date], .wrap-forms div input[type=email], .wrap-forms div textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 20px 20px 50px;
	color: #1f1a1a;
	font-size: 1.3rem;
	border: 1px solid #dedede;
	margin-top: 20px
}
#form_present input[type=text]:focus, #form_present textarea:focus, .wrap-forms div input[type=text]:focus, .wrap-forms div input[type=password]:focus, .wrap-forms div input[type=date]:focus, .wrap-forms div input[type=email]:focus, .wrap-forms div textarea:focus {
	border: 1px solid #1f1a1a;
	outline: 0
}
.wrap-forms div input.persona {
	background: url(../img/general/sprite-forms.png) 10px 18px no-repeat
}
.wrap-forms div input.email {
	background: url(../img/general/sprite-forms.png) 10px -180px no-repeat
}
.wrap-forms div input.pass {
	background: url(../img/general/sprite-forms.png) 10px -22px no-repeat
}
.wrap-forms div input.born-date {
	background: url(../img/general/sprite-forms.png) 10px -62px no-repeat
}
.wrap-forms div input.phone {
	background: url(../img/general/sprite-forms.png) 10px -100px no-repeat
}
.wrap-forms div input.address {
	background: url(../img/general/sprite-forms.png) 10px -525px no-repeat
}
.wrap-forms div input.map {
	background: url(../img/general/sprite-forms.png) 10px -565px no-repeat
}
.wrap-forms div textarea {
	position: relative;
	height: 138px;
	resize: none;
	background: url(../img/general/sprite-forms.png) 10px -220px no-repeat
}
.wrap-forms div button, .wrap-forms div input[type=button], .wrap-forms div input[type=submit] {
	display: block;
	cursor: pointer;
	margin: 45px auto 0;
	padding: 23px;
	width: 175px;
	background-color: #ff594c;
	color: #fff;
	font-family: Futura_Std700;
	font-size: 1.3rem;
	text-transform: uppercase;
	border: 3px solid #ff594c
}
.wrap-forms div input[type=button].back {
	background-color: #fff;
	color: #1f1a1a
}
.wrap-forms div .check label {
	display: block;
	width: 100%;
	font-size: 1.3rem;
	font-family: Futura_Std500;
	color: #1f1a1a;
	padding: 20px 0;
	margin: 20px 0 0
}
.check label, .wrap-forms div .block-submit a {
	font-family: Futura_Std900;
	font-size: 1.3rem
}
.wrap-forms div .check label input[type=checkbox] {
	border: 1px solid #1f1a1a
}
.wrap-forms div .block-submit a {
	display: block;
	margin-top: 10px;
	color: #ff594c;
	text-align: center;
	text-decoration: none
}
.wrap-forms div .block-submit button {
	margin-top: 20px
}
.wrap-forms div.login-form {
	border-right: 2px solid #1f1a1a
}
.quantity input[type=number] {
	max-width: 75px;
	width: 100%;
	height: 62px;
	padding: 10px 20px;
	border: 1px solid #e8e8e8
}
#cookies-box #close-cookies-btn:after, #cookies-box #close-cookies-btn:before {
	width: 20px;
	height: 1px;
	background: #ff594c;
	position: absolute;
	top: 9px;
	content: "";
	left: 0
}
.check {
	margin: 0
}
.check label {
	display: inline-block;
	letter-spacing: 2px
}
.check label input[type=checkbox] {
	display: inline-block;
	border: 2px solid #1f1a1a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0;
	vertical-align: middle
}
.check label a {
	text-decoration: underline;
	color: #1f1a1a
}
.legal-box {
	padding: 80px;
	font-size: 1.4rem;
	font-family: Futura_Std500;
	line-height: normal;
	max-width: 1400px;
	margin: 0 auto
}
.legal-box h3 {
	font-weight: 700;
	font-size: 2.4rem;
	font-family: Futura_Std900;
	margin: 0 0 20px
}
.legal-box h4 {
	font-weight: 700;
	font-size: 1.8rem;
	font-family: Futura_Std500;
	margin: 50px 0 10px
}
.legal-box p {
	margin: 0 0 10px;
	color: #666;
	font-weight: 400;
	line-height: 2rem
}
#cookies-box {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, .7);
	padding: 20px 5%;
	z-index: 100;
	box-sizing: border-box
}
#cookies-box a {
	color: #ff594c
}
#cookies-box #close-cookies-btn {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 20px;
	height: 20px;
	cursor: pointer
}
#cookies-box #close-cookies-btn:before {
	display: block;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center
}
#cookies-box #close-cookies-btn:after {
	display: block;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center
}
#cookies-box p {
	text-align: center
}
#cookies-box p.title {
	text-transform: uppercase;
	font-family: Futura_Std900;
	color: #fff;
	font-size: 1.3rem;
	letter-spacing: 3px;
	margin: 0 0 10px
}
#cookies-box p.txt {
	font-family: Futura_Std500;
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 1px;
	margin: 0 0 10px;
	opacity: .7;
	filter: alpha(opacity=70)
}
@media screen and (max-width:600px) {
	#cookies-box {
		padding-left: 10%;
		padding-right: 10%
	}
	#cookies-box #close-cookies-btn {
		width: 25px;
		height: 25px
	}
	#cookies-box #close-cookies-btn:after, #cookies-box #close-cookies-btn:before {
		width: 25px;
		height: 2px
	}
	#cookies-box p.title {
		text-align: left;
		font-size: 1.5rem
	}
	#cookies-box p.txt {
		text-align: left;
		font-size: 1.3rem
	}
}
@media screen and (max-width:992px) {
	h1.page-title {
		top: 100px;
		font-size: 2rem;

	}
}
@media screen and (max-width:1200px) {
	.breadcrumbs {
		padding: 0 20px
	}
}
.header-escuela {
	position: relative;
	background-image: url(../img/escuela/header_bg.png);
	background-position: center center;
	background-size: cover
}
.header-actualidad {
	position: relative;
	background-image: url(../img/actualidad/headerActualidad_bg.png?v=1.0);
	background-position: center center;
	background-size: cover
}

.header-comprar-jamones-online {
	position: relative;
	background-image: url(../img/tienda/headerComprarJamOnl_bg.png);
	background-position: center center;
	background-size: cover
}

.header-escuela .shield {
	display: block;
	position: relative;
	margin: 0 auto;
	padding-top: 33vh;
	width: 350px;
	height: auto;
	text-align: center
}
.header-escuela .shield h1, .shield h2 {
	display: block;
	position: absolute;
	max-width: calc(100vw);
	bottom: 210px;
	color: #1f1a1a;
	font-family: Futura_Std700;
	font-size: 3.2rem;
	text-transform: uppercase;
	padding: 0 20px
}
.header-escuela .shield .separator {
	display: block;
	margin: 30px auto;
	height: 3px;
	background-color: #fff;
	width: 25px
}
.header-escuela .shield h5 {
	color: #1f1a1a;
	font-family: Futura_Std900;
	font-size: 1.5rem;
	letter-spacing: 2px;
	line-height: normal
}
.header-escuela-home .shield {
	position: absolute;
	left: 0;
	right: 0;
	top: 57%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: auto;
	padding-top: 80px
}
.bloque-listado-anclas::after, .contenido-filtrado::after {
	clear: both;
	content: "";
	display: table
}
.filter, .list-anclas {
	display: block;
	width: 100%;
	padding: 0 20px;
	border: 1px solid #e8e8e8
}
.filter ul, .list-anclas ul {
	text-align: justify;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto
}
.filter ul:after, .filter ul:before, .list-anclas ul:after, .list-anclas ul:before {
	content: '';
	width: 100%;
	display: inline-block
}
.filter ul li, .list-anclas ul li {
	display: inline-block
}
.filter ul li a, .list-anclas ul li a {
	display: block;
	padding: 20px 0;
	color: #8d8d8d;
	font-family: Futura_Std700;
	font-size: 1.3rem;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .45s cubic-bezier(.23, 1, .32, 1);
	transition: all .45s cubic-bezier(.23, 1, .32, 1)
}
.filter ul li a.selected, .filter ul li a:hover, .list-anclas ul li a.selected, .list-anclas ul li a:hover {
	color: #ff594c
}
section.content-articles {
	max-width: 1520px;
	margin: 0 auto
}
section.content-articles::after {
	clear: both;
	content: "";
	display: table
}
section.content-articles .col3, section.content-articles .col6 {
	display: block;
	box-sizing: border-box;
	width: 50%;
	position: relative;
	float: left;
	/*overflow: hidden;*/
	margin: 3%;
	text-align: center;
	background-color: #1f1a1a
}
section.content-articles .col3:before, section.content-articles .col6:before {
	content: "";
	display: block;
	padding-top: 100%
}
section.content-articles .col3 {
	width: 22%;
	max-height: 380px
}
section.content-articles .hover-article>img {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	min-height: 100%;
	max-width: 100%;
	min-width: 100%;
	max-height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 3s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all 3s cubic-bezier(.23, 1, .32, 1);
	transition: all 3s cubic-bezier(.23, 1, .32, 1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top
}
section.content-articles .hover-article.dark img {
	-webkit-filter: grayscale(90%);
	filter: grayscale(90%);
	opacity: .1
}
section.content-articles .hover-article .caption {
	position: absolute;
	justify-content: center;
	top: 43%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20
}
section.content-articles .hover-article .caption h2, section.content-articles .hover-article .caption h2 .title, section.content-articles .hover-article .caption h2 a {
	display: block;
	margin: 0 auto;
	line-height: 1.2;
	max-width: 450px;
	color: #fff!important;
	text-decoration: none;
	text-transform: uppercase
}
section.content-articles .hover-article .caption h2 {
	font-family: Futura_Std700;
	font-size: 1.8rem;
	letter-spacing: 3px;
	line-height: 1.3em
}
section.content-articles .hover-article:hover>img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}
section.content-articles .hover-article i.icon {
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 10;
	background: center center no-repeat;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	filter: alpha(opacity=100)
}
section.content-articles .hover-article i.icon img {
	opacity: 1;
	filter: alpha(opacity=100)
}
section.content-articles .col6 .caption h2 {
	font-size: 2.4rem
}
section.content-articles .white-article {
	background-color: #fff
}
section.content-articles .white-article .caption {
	position: absolute;
	justify-content: center;
	flex-direction: column;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 50px
}
section.content-articles .white-article .caption h2 {
	display: block;
	margin-top: 50px;
	font-family: Futura_Std700;
	font-size: 1.8rem;
	letter-spacing: 1px;
	line-height: normal;
	color: #1f1a1a
}
section.content-articles .white-article .caption h2 a {
	display: block;
	margin: 0 auto;
	line-height: 1.5;
	max-width: 350px;
	color: #1f1a1a;
	text-decoration: none;
	text-transform: uppercase
}


section.content-articles .white-article .caption img {
	-webkit-transition: all 3s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all 3s cubic-bezier(.23, 1, .32, 1);
	transition: all 3s cubic-bezier(.23, 1, .32, 1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top
}
section.content-articles .white-article .caption .separator {
	margin: 35px auto;
	height: 3px;
	width: 40px;
	display: block;
	background-color: #ff594c;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: all 1.5s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all 1.5s cubic-bezier(.23, 1, .32, 1);
	transition: all 1.5s cubic-bezier(.23, 1, .32, 1)
}
section.content-articles .white-article .caption h3 {
	display: block;
	margin: 0 auto;
	max-width: 350px;
	font-family: Futura_Std900;
	font-size: 1.5rem;
	letter-spacing: 2px;
	line-height: normal;
	color: #1f1a1a
}
section.content-articles .white-article:hover .caption .separator {
	-webkit-transform: scaleX(1.6);
	-moz-transform: scaleX(1.6);
	-ms-transform: scaleX(1.6);
	-o-transform: scaleX(1.6);
	transform: scaleX(1.6)
}
section.content-articles .white-article:hover .caption img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}
section.content-articles .white-article.col3 .caption figure img {
	max-width: 60%
}
section.content-articles .white-article.col3 .caption .separator {
	margin: 10px auto
}
section.content-articles .white-article.col3 .caption h2 {
	margin-top: 15px
}
.wrap-main.interior .header-escuela {
	height: 260px;
	overflow: hidden
}
.wrap-main.interior .header-escuela .shield {
	padding-top: 160px
}
.wrap-main.interior .header-escuela .shield h1, .shield h2 {
	bottom: 225px;
	font-size: 1.8rem;
	letter-spacing: 3px;
	font-family: Futura_Std700;
	text-align: center;
	width: 100%
}
.wrap-main.interior .header-escuela .shield .separator, .wrap-main.interior .header-escuela .shield h5 {
	display: none
}
.wrap-main.interior .wrap-article {
	max-width: 1170px;
	margin: 0 auto;
	padding: 40px 0
}
.wrap-main.interior .wrap-article .single-article {
	margin-top: 90px
}
.wrap-main.interior .wrap-article .single-article h1 {
	font-family: Futura_Std700;
	font-size: 3.2rem;
	color: #1f1a1a;
	text-transform: uppercase;
	text-align: center;
	line-height: normal
}
.wrap-main.interior .wrap-article .single-article .separator {
	margin: 35px auto 50px;
	height: 3px;
	width: 40px;
	display: block;
	background-color: #ff594c
}
.wrap-main.interior .wrap-article .single-article .separator.black {
	background-color: #1f1a1a
}
.wrap-main.interior .wrap-article .single-article img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-bottom: 50px
}
.wrap-main.interior .wrap-article .single-article p {
	max-width: 780px;
	width: 100%;
	margin: 0 auto;
	font-family: Futura_Std500;
	letter-spacing: 1px;
	color: #1f1a1a;
	font-size: 1.8rem;
	line-height: 3.2rem;
	padding-bottom: 25px
}
.wrap-main.interior .wrap-article .single-article p.subtitle {
	font-family: Futura_Std900
}
.wrap-main.interior .wrap-article .single-article .list-content {
	margin-top: 65px
}
.wrap-main.interior .wrap-article .single-article .list-separator {
	width: 100%;
	clear: both;
	margin: 80px auto 60px;
	text-align: center;
	font-family: Futura_Std700;
	color: #ff594c;
	font-size: 3.2rem;
	text-transform: uppercase
}
.wrap-main.interior .wrap-article .single-article .list-separator .separator {
	margin: 5px auto 0;
	height: 3px;
	width: 40px;
	display: block;
	background-color: #ff594c
}
.wrap-main.interior .wrap-article .single-article .list-separator.list-anchor {
	margin-top: 20px;
	padding-top: 120px
}
.wrap-main.interior .wrap-article .single-article.area {
	max-width: 980px;
	margin: 90px auto 0
}
.wrap-main.interior .wrap-article .single-article.area .header-image img {
	width: auto;
	margin: 0 auto
}
.wrap-main.interior .wrap-article .single-article.area .area-content>* {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 48.821174201%
}
.wrap-main.interior .wrap-article .single-article.area .area-content>:last-child {
	margin-right: 0
}
.wrap-main.interior .wrap-article .single-article.area .area-content p {
	margin-top: 45px
}
.wrap-main.interior .wrap-article .single-article.faq p {
	text-align: center
}
.wrap-main.interior .wrap-article .single-article.faq p.question {
	font-family: Futura_Std700
}
.wrap-main.interior .wrap-article .single-article.faq .separator {
	margin-bottom: 20px
}
.wrap-main.interior .wrap-article .single-article.tabs {
	padding: 0 20px
}
.wrap-main.interior .wrap-article .single-article.tabs .wrap-tab {
	margin-top: 115px;
	margin-bottom: 65px
}
.wrap-main.interior .wrap-article .single-article.tabs .wrap-tab ul {
	display: block;
	width: 100%;
	text-align: justify
}
.wrap-main.interior .wrap-article .single-article.tabs .wrap-tab ul:after, .wrap-main.interior .wrap-article .single-article.tabs .wrap-tab ul:before {
	content: '';
	display: inline-block;
	width: 100%
}
.wrap-main.interior .wrap-article .single-article.tabs .wrap-tab ul li {
	display: inline-block;
	position: relative
}
.wrap-main.interior .wrap-article .single-article.tabs .wrap-tab ul li.selected a {
	color: #ff594c
}
.wrap-main.interior .wrap-article .single-article.tabs .wrap-tab ul li.selected a:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background-color: #ff594c;
	width: 100%;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}
.wrap-main.interior .wrap-article .single-article.tabs .wrap-tab ul li a {
	display: block;
	text-decoration: none;
	padding: 35px 25px;
	font-family: Futura_Std700;
	font-size: 1.5rem;
	color: #8d8d8d;
	text-transform: uppercase
}
.wrap-main.interior .wrap-article .single-article.tabs .wrap-tab ul li a:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background-color: #ff594c;
	width: 100%;
	-webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .45s cubic-bezier(.23, 1, .32, 1);
	transition: all .45s cubic-bezier(.23, 1, .32, 1);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0)
}
.wrap-main.interior .wrap-article .single-article.tabs .wrap-tab ul li a:hover {
	color: #ff594c
}
.wrap-main.interior .wrap-article .single-article.tabs .wrap-tab ul li a:hover:before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}
.wrap-main.interior .wrap-article .single-article.tabs .wrap-tab .tab {
	margin: 0 auto 60px;
	max-width: 1170px;
	width: 100%
}
.wrap-main.interior .wrap-article .single-article.tabs .wrap-tab .tab .inner-tab {
	border: 3px solid #ff594c;
	padding: 25px
}
.wrap-main.interior .wrap-article .single-article.tabs .wrap-tab .tab .inner-tab img {
	display: block;
	width: 40%;
	height: auto;
	float: left;
	margin-right: 6%;
	margin-bottom: 0
}
.wrap-main.interior .wrap-article .single-article.tabs .wrap-tab .tab .inner-tab .grp-txt {
	display: block;
	float: left;
	width: 54%
}
.wrap-main.interior .wrap-article .single-article.tabs .wrap-tab .tab .inner-tab .grp-txt h2 {
	display: block;
	margin-top: 75px;
	font-family: Futura_Std700;
	font-size: 2.4rem;
	color: #ff594c;
	text-transform: uppercase
}
.wrap-main.interior .wrap-article .single-article.tabs .wrap-tab .tab .inner-tab .grp-txt .separator {
	float: left
}
.wrap-main.interior .wrap-article .single-article.tabs .wrap-tab .tab .inner-tab .grp-txt ul li {
	display: block;
	float: left;
	clear: both;
	margin: 10px 0 0;
	font-family: Futura_Std500;
	font-size: 1.5rem;
	color: #1f1a1a
}
.wrap-main.interior .wrap-article .single-article.tabs .wrap-tab .tab .inner-tab .grp-txt ul li strong {
	font-family: Futura_Std700;
	font-weight: 400
}
.wrap-main.interior .wrap-article .single-article.list .list-content {
	margin-top: 35px
}
.wrap-main.interior .wrap-article .single-article.list .list-separator {
	margin: 80px auto 40px
}
.wrap-main.interior .wrap-section h2 {
	font-family: Futura_Std700;
	font-size: 2.1rem;
	color: #1f1a1a;
	text-transform: uppercase;
	text-align: center
}
.wrap-main.interior .wrap-section.addons {
	padding: 40px 0
}
.wrap-main.interior .wrap-section.addons .content-articles {
	/*margin-left: 24%;
	max-width: 1170px;*/
	margin-bottom: 5%;
	margin-left: 14%;
}

@media screen and (min-width:1800px) {
.wrap-main.interior .wrap-section.addons .content-articles {
	/*margin-left: 24%;
	max-width: 1170px;*/
	margin-bottom: 5%;
	margin-left: 16%;
}

}
.wrap-main.interior .wrap-section.addons.others2 .content-articles {
	margin-left: 16%;
}

.wrap-main.interior .wrap-section.addons .virtual-shop {
	/*margin-left: 18%;
	max-width: 1170px;*/
	margin-bottom: 5%;
}
.wrap-main.interior .wrap-section.addons.video {
	background-color: #fafafa;
	border-top: 1px solid #efefef
}
.wrap-main.interior .wrap-section.addons.video img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto
}
.wrap-main.interior .wrap-section.addons.others {
	background-color: #f2f2f2;
	border-top: 1px solid #e7e7e7
}
.wrap-main.interior .wrap-section.addons.others section:before {
	content: "";
	height: 100%
}
.wrap-main.interior .wrap-section .logo-youtube {
	display: block;
	width: 120px;
	height: 50px;
	margin: 0 auto 40px;
	background: url(../img/general/sprite.png) 0 -154px no-repeat
}
.wrap-main.interior .contact {
	margin: 120px auto;
	max-width: 980px;
	width: 100%
}
.wrap-main.interior .contact .wrap-txt {
	border: 3px solid #ff594c;
	padding: 35px 45px
}
.wrap-main.interior .contact .wrap-txt img {
	float: left;
	margin-right: 50px
}
.wrap-main.interior .contact .wrap-txt p {
	font-family: Futura_Std500;
	font-size: 1.8rem;
	line-height: 2.8rem;
	letter-spacing: 1px;
	text-align: left;
	color: #1b1b1b
}

.wrap-main.interior .wrap-section .textBelow{
	position: absolute;
    width: 100%;
    margin-top: 3%;
    text-align: left;
}

.wrap-main.interior .wrap-section .textBelow h3{
	font-family: Futura_Std700;
    font-size: 1.8rem;
    color: #1f1a1a;
    text-transform: uppercase;
    text-align: left;
    height: 68px;
}



.wrap-main.interior .wrap-section .textBelow .separator {
    display: block;
    margin: 10px 0 0 0;
    height: 3px;
    background-color: #fff;
    width: 25px;
    background-color: #ff594c;
}


.contenido-filtrado .textBelow{
	position: absolute;
    width: 100%;
    margin-top: 5%;
    text-align: left;
}

.contenido-filtrado .textBelow h3{
	font-family: Futura_Std700;
    font-size: 1.2rem;
    color: #1f1a1a;
    text-transform: uppercase;
    text-align: left;
    height: 50px;
}



.contenido-filtrado .textBelow .separator {
    display: block;
    margin: 0 0 0 0;
    height: 3px;
    background-color: #fff;
    width: 25px;
    background-color: #ff594c;
}


.contenido-filtrado .noteArt {

    margin: 10px 0 0 0;

}

.conditions-section ul li h4, .conditions-section ul li p {
	letter-spacing: 2px;
	line-height: 1.8rem;
	font-size: 1.3rem;
	color: #1f1a1a
}
.wrap-main.interior .contact .wrap-txt p a {
	color: #ff594c
}
.header-tienda-home .swiper-container {
	position: relative
}
.header-tienda-home .swiper-container .swiper-slide {
	width: 100%;
	height: 74vh;
	max-height: 750px;
	overflow: hidden
}
.header-tienda-home .swiper-container .swiper-slide img {
	height: 100vh;
	max-height: 750px;
	width: auto
}
.header-tienda-home .swiper-container .swiper-slide .wrap-item {
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	width: 100%
}
.header-tienda-home .swiper-container .swiper-slide .wrap-item h2 {
	font-size: 3.2rem;
	font-family: Futura_Std700;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	line-height: 4.5rem;
	text-transform: uppercase;
	opacity: 1;
	margin-top: 36px;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .75s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .75s cubic-bezier(.23, 1, .32, 1);
	transition: all .75s cubic-bezier(.23, 1, .32, 1)
}
.header-tienda-home .swiper-container .swiper-slide .wrap-item .item-price {
	display: inline-block;
	width: 100%;
	height: 55px;
	max-width: 370px;
	margin-top: 60px;
	border: 2px solid #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .75s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .75s cubic-bezier(.23, 1, .32, 1);
	transition: all .75s cubic-bezier(.23, 1, .32, 1);
	-webkit-transition-delay: .25s;
	-moz-transition-delay: .25s;
	transition-delay: .25s
}
.header-tienda-home .swiper-container .swiper-slide .wrap-item .item-price h5 {
	display: block;
	box-sizing: border-box;
	float: left;
	height: 55px;
	line-height: 57px;
	width: 30%;
	font-size: 1.8rem;
	font-family: Futura_Std700;
	color: #fff;
	text-align: center;
	text-transform: uppercase
}
.header-tienda-home .swiper-container .swiper-slide .wrap-item .item-price a {
	display: block;
	box-sizing: border-box;
	float: left;
	height: 55px;
	padding-top: 20px;
	width: 70%;
	border-left: solid 2px #fff;
	color: #1f1a1a;
	font-size: 1.3rem;
	font-family: Futura_Std700;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	cursor: pointer
}
.header-tienda-home .swiper-container .swiper-slide .wrap-item .item-price a span {
	position: relative;
	z-index: 1;
	color: #1f1a1a;
	-webkit-transition: all .75s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .75s cubic-bezier(.23, 1, .32, 1);
	transition: all .75s cubic-bezier(.23, 1, .32, 1)
}
.header-tienda-home .swiper-container .swiper-slide .wrap-item .item-price a:after {
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
	z-index: 0;
	-webkit-transition: all .75s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .75s cubic-bezier(.23, 1, .32, 1);
	transition: all .75s cubic-bezier(.23, 1, .32, 1);
	opacity: 1;
	filter: alpha(opacity=100)
}
.header-tienda-home .swiper-container .swiper-slide .wrap-item .item-price a:hover span {
	color: #fff
}
.header-tienda-home .swiper-container .swiper-slide .wrap-item .item-price a:hover:after {
	opacity: 0;
	filter: alpha(opacity=0)
}
.header-tienda-home .swiper-container .swiper-slide.setanimation .wrap-item .item-price, .header-tienda-home .swiper-container .swiper-slide.setanimation .wrap-item h2 {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px)
}
.header-tienda-home .swiper-container .swiper-pagination {
	bottom: 0%
}
.header-tienda-home .swiper-container .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	width: 10px;
	height: 10px;
	/*border: 2px solid #fff;*/
	background-color: transparent
}
.header-tienda-home .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	border: 2px solid #fff;
	background-color: #fff;
}
.header-tienda-home .swiper-container .wrap-buttons {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto
}
.header-tienda-home .swiper-container .wrap-buttons .button-next, .header-tienda-home .swiper-container .wrap-buttons .swiper-button-next {
	position: absolute;
	opacity: 1;
	width: 40px;
	height: 15px;
	margin-top: -8px;
	z-index: 10;
	cursor: pointer;
	right: 20px;
	left: auto;
	background: url(../img/general/sprite.png) -45px -130px no-repeat
}
.header-tienda-home .swiper-container .wrap-buttons .button-prev, .header-tienda-home .swiper-container .wrap-buttons .swiper-button-prev {
	position: absolute;
	opacity: 1;
	width: 40px;
	height: 15px;
	margin-top: -8px;
	z-index: 10;
	cursor: pointer;
	right: auto;
	left: 20px;
	background: url(../img/general/sprite.png) -90px -130px no-repeat
}
.conditions-section {
	display: block;
	max-width: 1170px;
	margin: 75px auto 50px
}
.conditions-section ul {
	text-align: center
}
.conditions-section ul li {
	display: inline-block;
	margin: 0 20px;
	max-width: 215px;
	width: 100%
}
.conditions-section ul li i {
	display: block;
	margin: 0 auto;
	width: 175px;
	height: 115px;
	background: url(../img/general/sprite_payment_.png) no-repeat
}
.conditions-section ul li i.icon-send {
	background-position: -30px 0
}
.conditions-section ul li i.icon-pay {
	background-position: -210px 0
}
.conditions-section ul li i.icon-jamonero {
	background-position: -420px 0
}
.conditions-section ul li i.icon-phone {
	background-position: -615px 0
}
.conditions-section ul li h4 {
	font-family: Futura_Std700;
	text-align: center;
	margin-top: 25px;
	text-transform: uppercase
}
.conditions-section ul li p {
	font-family: Futura_Std500;
	text-align: center;
	margin-top: 15px
}
.banner-shop {
	max-width: 1170px;
	width: 100%;
	margin: 20px auto 20px
}
.banner-shop img{
	width: 100%;
}

.banner-shop h2{
    display: block;
    padding: 15px;
    font-size: 3rem;
    letter-spacing: 1px;
    color: #1f1a1a;
    font-family: Futura_Std700;
    text-align:center;

}

.banner-shop .subtituloRegalo1{
    width:50%;
    display: inline;
    font-size: 2.3rem;
    letter-spacing: 1px;
    color: #1f1a1a;
    font-family: Futura_Std700;
    text-align:center;
    float:left;
}

.banner-shop .subtituloRegalo2{
    width:50%;
    display: inline;
    font-size: 2.3rem;
    letter-spacing: 1px;
    color: #1f1a1a;
    font-family: Futura_Std700;
    text-align:center;
    float:right;
    
}

.banner-distribuidora-shop {
	max-width: 1170px;
	width: 100%;
	margin: 30px auto;
}

.banner-distribuidora-shop img{
	max-width: 580px;
	width: 50%;
	padding:10px;
}

@media screen and (max-width:600px) {

	.banner-distribuidora-shop {
		width: 100%;
		margin: 0px auto;
	}

	.banner-distribuidora-shop img{
		max-width: 580px;
		width: 100%;
		padding:10px;
	}

	.banner-distribuidora-shop a img{
	    max-width: 1170px;
	    width: 100%;
	    margin: 0px auto;
	}

	.texto-distribuidora-shop h2 div{
		font-family: Futura_Std700;
		color: #1f1a1a;
		text-transform: uppercase;
		line-height: normal;
		cursor:pointer;
		margin: 0 5px 0 5px;
	}
}

.texto-distribuidora-shop{
	margin: 30px auto;
	max-width: 1170px;


}
.texto-distribuidora-shop h2 div {
	font-family: Futura_Std700;
	font-size: 16px;
	color: #1f1a1a;
	text-transform: uppercase;
	line-height: normal;
	cursor:pointer;
	margin: 0 5px 0 5px;
}

.texto-distribuidora-shop .texto {
	max-width: 1170px;
	width: 100%;
	margin: 20px auto;
	font-family: Futura_Std500;
	letter-spacing: 1px;
	color: #1f1a1a;
	font-size: 15px;
	line-height: 3.2rem;
	margin: 20px 5px 0 5px;

}

.texto-distribuidora-shop .fin_texto {
	color: #1f1a1a;
	border-width:2px; 
	border-style: none none solid none;
	margin:0 0 30px 0;
	width:100%
}
.texto-distribuidora-shop img {
    float: right;
    width: 25px;
    margin-top: -20px;
}


.breadcrumb-shop {
	max-width: 1170px;
	width: 100%;
	margin: 10px auto 10px
}

.virtual-shop-regalos {
	max-width: 1170px;
	width: 100%;
	margin: 20px auto 130px
}

.virtual-shop-regalos img{
	max-width: 230px;
	width: 20%;
	padding:10px;
}

.virtual-shop-regalos-distribuidora {
	max-width: 1170px;
	width: 100%;
	margin: 20px auto 20px auto
}
.virtual-shop-regalos-distribuidora img{
	max-width: 19%;
}
.virtual-shop {
	max-width: 1170px;
	width: 100%;
	margin: 20px auto 0px
}
.virtual-shop .shop-filters {
	box-sizing: border-box;
	float: left;
	width: 295px
}
.virtual-shop .shop-filters h4 {
	font-size: 1.5rem;
	font-family: Futura_Std700;
	text-transform: uppercase;
	letter-spacing: 1px
}
.virtual-shop .shop-filters .products {
	margin-top: 40px
}
.virtual-shop .shop-filters .products ul {
	font-size: 1.2rem;
	text-transform: uppercase
}
.virtual-shop .shop-filters .products ul>li {
	margin-top: 20px;
	font-family: Futura_Std900
}
.virtual-shop .shop-filters .products ul>li>a {
	width: 100%;
	color: #1f1a1a;
	text-decoration: none
}
.virtual-shop .shop-filters .products ul>li>a i {
	display: inline-block;
	margin-left: 25px;
	width: 12px;
	height: 12px;
	background: url(../img/general/sprite.png) no-repeat
}
.virtual-shop .shop-filters .products ul>li>a i.arrowdown {
	background-position: -98px -327px
}
.virtual-shop .shop-filters .products ul>li>a i.arrowup {
	background-position: -77px -327px
}
.virtual-shop .shop-filters .products ul>li>ul.submenu {
	display: none;
	padding-left: 15px
}
.virtual-shop .shop-filters .slider-price-box, .virtual-shop .shop-filters .type {
	border-top: 2px solid #1f1a1a;
	padding: 40px 20px
}
.virtual-shop .shop-filters .products ul>li>ul.submenu li {
	margin-top: 20px
}
.virtual-shop .shop-filters .products ul>li>ul.submenu li a {
	color: #8a8a8a;
	text-decoration: none
}
.virtual-shop .shop-filters .products ul>li>ul.submenu li a.selected, .virtual-shop .shop-filters .products ul>li>ul.submenu li a:hover {
	color: #ff594c
}
.virtual-shop .shop-filters .products ul>li>ul.submenu.open {
	display: block
}
.virtual-shop .shop-filters .slider-price-box {
	margin-top: 40px
}
.virtual-shop .shop-filters .slider-price-box #slider-range {
	width: 100%;
	background-color: #ececec
}
.virtual-shop .shop-filters .slider-price-box span.amount {
	font-family: Futura_Std900;
	font-size: 1.2rem;
	color: #1f1a1a;
	top: 12px!important;
	position: relative
}
.virtual-shop .shop-filters .slider-price-box span.amount#slider-range-min {
	left: -2%
}
.virtual-shop .shop-filters .slider-price-box span.amount#slider-range-max {
	left: 88%
}
.virtual-shop .shop-filters .type ul li {
	font-family: Futura_Std900;
	font-size: 1.2rem;
	text-transform: uppercase;
	margin-bottom: 20px
}
.virtual-shop .shop-filters .type ul li ul {
	padding-left: 40px;
	margin-top: 20px;
}
.virtual-shop .shop-filters .type ul li a {
	display: block;
	width: 100%;
	color: #1f1a1a;
	text-decoration: none
}
.virtual-shop .shop-filters .type ul li a span {
	display: inline-block;
	float: right;
	width: 20px;
	height: 20px;
	background: url(../img/general/sprite.png) -24px -322px no-repeat
}
.virtual-shop .shop-filters .type ul li a.selected span, .virtual-shop .shop-filters .type ul li a:hover span {
	background-position: 0 -322px
}
.virtual-shop .shop-filters .clear-filter a {
	display: block;
	width: 100%;
	padding: 15px 20px 10px;
	border: 2px solid #e8e8e8;
	font-family: Futura_Std700;
	font-size: 1.3rem;
	color: #ff594c;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 2.8rem;
	-webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .45s cubic-bezier(.23, 1, .32, 1);
	transition: all .45s cubic-bezier(.23, 1, .32, 1)
}
.virtual-shop .shop-filters .clear-filter a span {
	display: inline-block;
	float: left;
	text-align: left;
	width: 20px;
	height: 20px;
	background: url(../img/general/sprite.png) -163px -321px no-repeat
}
.virtual-shop .shop-filters .clear-filter a:hover {
	background: #1f1a1a;
	border: 2px solid #1f1a1a;
	color: #fff
}
.virtual-shop .shop-items .item.col6 .item-price .txt h4, .virtual-shop .shop-items .item.col6 .item-price .txt h5, .virtual-shop .shop-items .item.col6 figure .grp-txt h6 {
	color: #1f1a1a;
	font-family: Futura_Std700;
	text-transform: uppercase
}
.virtual-shop .shop-items {
	float: left;
	box-sizing: border-box;
	margin-left: 30px;
	width: calc(100% - 325px)
}

.regalos {
	margin-left:0 !Important;
	width:100% !Important;
}

.regalo{
	width:calc(50% - 20px) !Important;
	margin: 10px 10px 10px 10px !Important;
	padding:0 !Important;

}
.bregalo{
	width: 100% !important;
	margin-top:260px !Important;
}

@media screen and (max-width:600px) {
	.bregalo{
		width: 100% !important;
		margin-top:190px !Important;
	}
}

.virtual-shop .shop-items .noresults-msg {
	display: inline-block;
	box-sizing: border-box;
	width: -webkit-calc(50% - 40px);
	width: calc(50% - 40px);
	margin: 0 15px 55px;
	font-size: 1.4rem
}
.virtual-shop .shop-items .item.col6 {
	display: inline-block;
	box-sizing: border-box;
	width: -webkit-calc(50% - 40px);
	width: calc(50% - 40px);
	margin: 0 15px 55px
}
.virtual-shop .shop-items .item.col6 a {
	text-decoration: none
}
.virtual-shop .shop-items .item.col6 figure {
	position: relative
}
.virtual-shop .shop-items .item.col6 figure img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto
}
.virtual-shop .shop-items .item.col6 figure .grp-txt {
	position: absolute;
	top: 20px;
	left: 20px
}
.virtual-shop .shop-items .item.col6 figure .grp-txt h6 {
	display: block;
	width: 120px;
	font-size: 1.8rem;
	letter-spacing: 2px
}
.virtual-shop .shop-items .item.col6 figure .grp-txt .separator {
	display: block;
	margin: 12px 0 0;
	width: 25px;
	height: 2px;
	background-color: #ff594c
}
.virtual-shop .shop-items .item.col6 figure .overlay {
	display: block;
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .8);
	opacity: 0;
	-webkit-transition: opacity .45s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: opacity .45s cubic-bezier(.23, 1, .32, 1);
	transition: opacity .45s cubic-bezier(.23, 1, .32, 1)
}
.virtual-shop .shop-items .item.col6 figure .overlay span {
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../img/general/sprite.png) 0 -222px no-repeat
}
.virtual-shop .shop-items .item.col6 .item-price {
	width: 100%;
	box-sizing: border-box;
	/* border: 3px solid #ff594c; */
	border:none;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	height: 58px;
}
.virtual-shop .shop-items .item.col6 .item-price .txt {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	height: 100%;
	border: 3px solid #ff594c;
}
.virtual-shop .shop-items .item.col6 .item-price .txt h4 {
	display: block;
	float: right;
	padding: 0 15px 5px;
	font-size: 1.8rem;
	letter-spacing: 1px;
	position: relative;
	top: 2px
}
.virtual-shop .shop-items .item.col6 .item-price .txt h5 {
	display: block;
	float: left;
	padding: 0 15px;
	font-size: 1rem;
	letter-spacing: 1px
}
.virtual-shop .shop-items .item.col6 .item-price .add-item {
	display: block;
	float: right;
	cursor: pointer;
	letter-spacing: 3px;
	font-family: Futura_Std700;
	font-size: 1.25rem;
	text-align: center;
	/* width: 35%; */
	width: auto;
	/* padding: 15px; */
	color: #fff;
	background-color: #ff594c;
	-webkit-align-self: flex-end;
	-moz-align-self: flex-end;
	align-self: flex-end;
	-ms-flex-item-align: end;
	position: relative;
	/* left: 2px */
	height: 100%;
	padding: 1.5rem;
	padding-top:2rem;

}





.virtual-shop .shop-items .item.col4 {
	display: inline-block;
	box-sizing: border-box;
	width: -webkit-calc(50% - 40px);
	width: 30%;
	margin: 0 15px 55px
}
.virtual-shop .shop-items .item.col4 a {
	text-decoration: none
}
.virtual-shop .shop-items .item.col4 figure {
	position: relative
}
.virtual-shop .shop-items .item.col4 figure img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto
}
.virtual-shop .shop-items .item.col4 figure .grp-txt {
	position: absolute;
	top: 20px;
	left: 20px
}
.virtual-shop .shop-items .item.col4 figure .grp-txt h6 {
	display: block;
	width: 120px;
	font-size: 1.8rem;
	letter-spacing: 2px
}
.virtual-shop .shop-items .item.col4 figure .grp-txt .separator {
	display: block;
	margin: 12px 0 0;
	width: 25px;
	height: 2px;
	background-color: #ff594c
}
.virtual-shop .shop-items .item.col4 figure .overlay {
	display: block;
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .8);
	opacity: 0;
	-webkit-transition: opacity .45s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: opacity .45s cubic-bezier(.23, 1, .32, 1);
	transition: opacity .45s cubic-bezier(.23, 1, .32, 1)
}
.virtual-shop .shop-items .item.col4 figure .overlay span {
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../img/general/sprite.png) 0 -222px no-repeat
}
.virtual-shop .shop-items .item.col4 .item-price {
	width: 100%;
	box-sizing: border-box;
	/* border: 3px solid #ff594c; */
	border:none;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	height: 58px;
}
.virtual-shop .shop-items .item.col4 .item-price .txt {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	height: 100%;
	border: 3px solid #ff594c;
}
.virtual-shop .shop-items .item.col4 .item-price .txt h4 {
	display: block;
	float: right;
	padding: 0 15px 5px;
	font-size: 1.8rem;
	letter-spacing: 1px;
	position: relative;
	top: 2px
}
.virtual-shop .shop-items .item.col4 .item-price .txt h5 {
	display: block;
	float: left;
	padding: 0 15px;
	font-size: 1rem;
	letter-spacing: 1px
}
.virtual-shop .shop-items .item.col4 .item-price .add-item {
	display: block;
	float: right;
	cursor: pointer;
	letter-spacing: 3px;
	font-family: Futura_Std700;
	font-size: 1.25rem;
	text-align: center;
	/* width: 35%; */
	width: auto;
	/* padding: 15px; */
	color: #fff;
	background-color: #ff594c;
	-webkit-align-self: flex-end;
	-moz-align-self: flex-end;
	align-self: flex-end;
	-ms-flex-item-align: end;
	position: relative;
	/* left: 2px */
	height: 100%;
	padding: 1.5rem;
	padding-top:2rem;

}
.virtual-shop .shop-items .item.col4:hover .overlay {
	opacity: 1
}
.virtual-shop .shop-items .item.col4.estrella figure {
	border-top: 3px solid #1f1a1a;
	border-right: 3px solid #1f1a1a;
	border-left: 3px solid #1f1a1a
}
.virtual-shop .shop-items .item.col4.estrella .item-price .txt {
	border-color: #1f1a1a
}
.virtual-shop .shop-items .item.col4.estrella .item-price .add-item, .virtual-shop .shop-items .item.col4.estrella .item-price a {
	background-color: #1f1a1a
}
.virtual-shop .shop-items .item.col4.nostock .item-price a {
	background-color: transparent;
	color: #ff594c;
	border-left: 3px solid #ff594c
}
.virtual-shop .shop-items .item.col4 .item-price .txt h4, .virtual-shop .shop-items .item.col4 .item-price .txt h5, .virtual-shop .shop-items .item.col4 figure .grp-txt h6 {
	color: #1f1a1a;
	font-family: Futura_Std700;
	text-transform: uppercase
}








.add-item-mobile {
	display: none;
	cursor: pointer;
	letter-spacing: 3px;
	font-family: Futura_Std700;
	font-size: 1.25rem;
	text-align: center;
	width: 100%;
	padding: 8px;
	color: #fff;
	background-color: #ff594c;
	-webkit-align-self: flex-end;
	-moz-align-self: flex-end;
	align-self: flex-end;
	-ms-flex-item-align: end;
	position: relative;
}
.virtual-shop .shop-items .item.col6:hover .overlay {
	opacity: 1
}
.virtual-shop .shop-items .item.col6.estrella figure {
	border-top: 3px solid #1f1a1a;
	border-right: 3px solid #1f1a1a;
	border-left: 3px solid #1f1a1a
}
/* .virtual-shop .shop-items .item.col6.estrella .item-price {
	border-color: #1f1a1a
} */
.virtual-shop .shop-items .item.col6.estrella .item-price .txt {
	border-color: #1f1a1a
}
.virtual-shop .shop-items .item.col6.estrella .item-price .add-item, .virtual-shop .shop-items .item.col6.estrella .item-price a {
	background-color: #1f1a1a
}
.virtual-shop .shop-items .item.col6.nostock .item-price a {
	background-color: transparent;
	color: #ff594c;
	border-left: 3px solid #ff594c
}
.header-tienda-producto.header-tienda-producto-simple {
	padding-bottom: 50px
}
.header-tienda-producto .container {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto
}
.header-tienda-producto .container .producto {
	margin-top: 30px;
	width: 100%
}
.header-tienda-producto .container .producto .col8 {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 65.8807828007%
}
.header-tienda-producto .container .producto .col8:last-child {
	margin-right: 0
}
.header-tienda-producto .container .producto .col4 {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 31.7615656014%
}
.header-tienda-producto .container .producto .col4:last-child {
	margin-right: 0
}
.header-tienda-producto .container .producto .producto-carousel figure, .header-tienda-producto .container .producto .producto-no-carousel figure {
	height: 600px;
	max-width: 649px;
	margin: 0 auto;
	position: relative
}
.header-tienda-producto .container .producto .producto-carousel figure>img, .header-tienda-producto .container .producto .producto-no-carousel figure>img {
	position: absolute;
	bottom: 0;
	max-width: 100%;
	width: 100%;
	height: 100%
}
.header-tienda-producto .container .producto .producto-carousel figure figcaption, .header-tienda-producto .container .producto .producto-no-carousel figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
.header-tienda-producto .container .producto .producto-carousel figure figcaption .detail, .header-tienda-producto .container .producto .producto-no-carousel figure figcaption .detail {
	position: absolute;
	text-indent: -9000px;
	width: 35px;
	height: 35px;
	top: 0;
	left: 170px;
	z-index: 300;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}
.header-tienda-producto .container .producto .producto-carousel figure figcaption .detail i, .header-tienda-producto .container .producto .producto-no-carousel figure figcaption .detail i {
	position: absolute;
	display: block;
	right: 0;
	left: 0;
	margin: auto;
	top: 0;
	width: 35px;
	height: 35px;
	background: rgba(89, 89, 89, .8);
	border-radius: 100%;
	cursor: pointer;
	z-index: 10;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center
}
.header-tienda-producto .container .producto .producto-carousel figure figcaption .detail i:before, .header-tienda-producto .container .producto .producto-no-carousel figure figcaption .detail i:before {
	position: absolute;
	width: 35px;
	height: 35px;
	background: rgba(89, 89, 89, .8);
	z-index: 5;
	content: "";
	display: block;
	border-radius: 100%
}
.header-tienda-producto .container .producto .producto-carousel figure figcaption .detail i .outer, .header-tienda-producto .container .producto .producto-no-carousel figure figcaption .detail i .outer {
	width: 65px;
	height: 65px;
	position: absolute;
	left: -15px;
	top: -15px;
	background: #999;
	border-radius: 100%;
	z-index: 3;
	opacity: .3;
	filter: alpha(opacity=30);
	-webkit-transition: all 1.35 ease-out;
	-moz-transition: all 1.35 ease-out;
	transition: all 1.35 ease-out
}
.header-tienda-producto .container .producto .producto-carousel figure figcaption .detail i .outer:before, .header-tienda-producto .container .producto .producto-no-carousel figure figcaption .detail i .outer:before {
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 5;
	background: #fff;
	border-radius: 100%;
	content: "";
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}
.header-tienda-producto .container .producto .producto-carousel figure figcaption .detail i span, .header-tienda-producto .container .producto .producto-no-carousel figure figcaption .detail i span {
	background-image: url(../img/general/icoplus.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	right: 0;
	margin: auto;
	display: block;
	-webkit-transition: all .35 ease-out;
	-moz-transition: all .35 ease-out;
	transition: all .35 ease-out;
	z-index: 6
}
.header-tienda-producto .container .producto .producto-carousel figure figcaption .detail .tooltip-content, .header-tienda-producto .container .producto .producto-no-carousel figure figcaption .detail .tooltip-content {
	-webkit-transform: translateX(-50%) translateY(-100%);
	-moz-transform: translateX(-50%) translateY(-100%);
	-ms-transform: translateX(-50%) translateY(-100%);
	-o-transform: translateX(-50%) translateY(-100%);
	transform: translateX(-50%) translateY(-100%);
	-webkit-transition: all 1 cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all 1 cubic-bezier(.23, 1, .32, 1);
	transition: all 1 cubic-bezier(.23, 1, .32, 1);
	position: absolute;
	width: 200px;
	height: 200px;
	opacity: 0;
	filter: alpha(opacity=0);
	display: none
}
.header-tienda-producto .container .producto .producto-carousel figure figcaption .detail .tooltip-content .txt, .header-tienda-producto .container .producto .producto-no-carousel figure figcaption .detail .tooltip-content .txt {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 100%;
	top: -webkit-calc(100% + 45px);
	top: calc(100% + 45px);
	text-indent: 0;
	color: #8A8A89;
	font-size: 1.3rem;
	line-height: 1.8rem;
    	background-color: white;
    	padding: 14px;
    	opacity: 0.9
}
.header-tienda-producto .container .producto .producto-carousel figure figcaption .detail .tooltip-content img, .header-tienda-producto .container .producto .producto-no-carousel figure figcaption .detail .tooltip-content img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: block
}
.header-tienda-producto .container .producto .producto-carousel figure figcaption .detail.detail02, .header-tienda-producto .container .producto .producto-no-carousel figure figcaption .detail.detail02 {
	top: 100px;
	left: 425px;
	z-index: 310
}
.header-tienda-producto .container .producto .producto-carousel figure figcaption .detail.detail03, .header-tienda-producto .container .producto .producto-no-carousel figure figcaption .detail.detail03 {
	top: 140px;
	left: 330px
}
.header-tienda-producto .container .producto .producto-carousel figure figcaption .detail.open i, .header-tienda-producto .container .producto .producto-no-carousel figure figcaption .detail.open i {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}
.header-tienda-producto .container .producto .producto-carousel figure figcaption .detail.open i span, .header-tienda-producto .container .producto .producto-no-carousel figure figcaption .detail.open i span {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.header-tienda-producto .container .producto .producto-carousel figure figcaption .detail.open i .outer, .header-tienda-producto .container .producto .producto-no-carousel figure figcaption .detail.open i .outer {
	opacity: 0;
	filter: alpha(opacity=0)
}
.header-tienda-producto .container .producto .producto-carousel figure figcaption .detail.open .tooltip-content, .header-tienda-producto .container .producto .producto-no-carousel figure figcaption .detail.open .tooltip-content {
	display: block;
	opacity: 1;
	filter: alpha(opacity=100)
}
.header-tienda-producto .container .producto .producto-carousel figure figcaption .detail.tooltip-top .tooltip-content, .header-tienda-producto .container .producto .producto-no-carousel figure figcaption .detail.tooltip-top .tooltip-content {
	-webkit-transform: translateX(-50%) translateY(0);
	-moz-transform: translateX(-50%) translateY(0);
	-ms-transform: translateX(-50%) translateY(0);
	-o-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
	top: 35px
}
.header-tienda-producto .container .producto .producto-carousel figure figcaption .detail.tooltip-top .tooltip-content .txt, .header-tienda-producto .container .producto .producto-no-carousel figure figcaption .detail.tooltip-top .tooltip-content .txt {
	position: absolute;
	width: 100%;
	text-align: center;
	top: -40px;
	font-size: 1.4rem;
	line-height: 1.4rem;
	text-indent: 0;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%)
}
.header-tienda-producto .container .producto .producto-carousel figure:after, .header-tienda-producto .container .producto .producto-no-carousel figure:after {
	position: absolute;
	content: "";
	background: url(../img/tienda/producto_overlay.png) top center no-repeat;
	width: 100%;
	height: 100%;
	display: none
}
.header-tienda-producto .container .producto .producto-no-carousel figure {
	margin-top: 150px
}
.header-tienda-producto .container .producto .producto-no-carousel figure>img {
	position: relative;
	display: block;
	margin: 0 auto 30px;
	max-width: 620px;
	width: 100%
}
.header-tienda-producto .container .producto .producto-no-carousel figure p {
	position: relative;
	display: block;
	width: 300px;
	color: #8a8a8a;
	text-align: center;
	margin: 0 auto;
	font-family: Futura_Std900;
	font-size: 1.3rem;
	line-height: 2.2rem;
	letter-spacing: 2px
}
.header-tienda-producto .container .producto .producto-no-carousel figure:after {
	background: 0 0
}
.header-tienda-producto .container .producto .producto-no-carousel figure figcaption {
	bottom: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 620px;
	left: 50%;
	transform: translateX(-50%)
}
.header-tienda-producto .container .producto .producto-no-carousel figure figcaption .detail.detail01 {
	top: -40px;
	left: 290px
}
.header-tienda-producto .container .producto .producto-no-carousel figure figcaption .detail.detail02 {
	top: 220px;
	left: 455px
}
.header-tienda-producto .container .producto .producto-no-carousel figure figcaption .detail.detail03 {
	top: 370px;
	left: 220px
}
.header-tienda-producto .container .producto .producto-description>a.back {
	color: #8a8a8a;
	font-family: Futura_Std900;
	font-size: 1.1rem;
	text-decoration: none;
	letter-spacing: 2px
}
.header-tienda-producto .container .producto .producto-description>a.back i {
	display: inline-block;
	width: 40px;
	height: 15px;
	background: url(../img/general/sprite.png) 0 -126px;
	margin-right: 5px
}
.header-tienda-producto .container .producto .producto-description>a.back:hover {
	text-decoration: underline
}
.header-tienda-producto .container .producto .producto-description h1 {
	margin-top: 20px;
	font-family: Futura_Std700;
	font-size: 3.2rem;
	color: #1f1a1a;
	letter-spacing: 2px;
	text-transform: uppercase
}
.header-tienda-producto .container .producto .producto-description h2 {
	font-family: Futura_Std700;
	font-size: 1.5rem;
	color: #1f1a1a;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left
}
.header-tienda-producto .container .producto .producto-description .separator {
	margin: 20px 0
}
.header-tienda-producto .container .producto .producto-description p, .header-tienda-producto .container .producto .producto-description ul {
	margin-top: 35px;
	font-family: Futura_Std900;
	font-size: 1.1rem;
	color: #1f1a1a;
	letter-spacing: 1px;
	text-transform: uppercase
}
.header-tienda-producto .container .producto .producto-description p li, .header-tienda-producto .container .producto .producto-description ul li {
	margin: 5px 0 0
}
.header-tienda-producto .container .producto .producto-description p.conditions, .header-tienda-producto .container .producto .producto-description ul.conditions {
	margin-top: 10px;
	color: #ff594c
}
.header-tienda-producto .container .producto .producto-description p.conditions li, .header-tienda-producto .container .producto .producto-description ul.conditions li {
	display: inline-flex;
	align-items: center;
	height: 25px
}
.header-tienda-producto .container .producto .producto-description p.conditions li i, .header-tienda-producto .container .producto .producto-description ul.conditions li i {
	display: inline-block;
	width: 45px;
	height: 25px;
	
}
.send{
	background: url(../img/general/sprite.png) 0 -365px no-repeat	
}
.nodiscount{
background: url(../img/general/ico_codigo_descuento.html) no-repeat

}
.header-tienda-producto .container .producto .producto-description p.conditions li i.present, .header-tienda-producto .container .producto .producto-description ul.conditions li i.present {
	background-position: -45px -365px
}
.header-tienda-producto .container .producto .producto-description p.conditions li i.box, .header-tienda-producto .container .producto .producto-description ul.conditions li i.box {
	background-position: -90px -365px
}
.header-tienda-producto .container .producto .producto-description .item-price, .recomienda-gana.item-price {
	display: inline-block;
	width: 100%;
	border: 2px solid #ff594c
}
.header-tienda-producto .container .producto .producto-description .item-price {
	max-width: 270px;
	margin-top: 40px
}
.header-tienda-producto .container .producto .producto-description .item-price-regalo {
	width:100%;
	margin-top: 40px
}
.recomienda-gana.item-price {
	margin-bottom: 20px
}
.header-tienda-producto .container .producto .producto-description .item-price h5 {
	display: block;
	box-sizing: border-box;
	float: left;
	height: 55px;
	line-height: 57px;
	width: 30%;
	padding: 0 8px;
	font-size: 1.8rem;
	font-family: Futura_Std700;
	color: #1f1a1a;
	text-align: center;
	text-transform: uppercase
}
.header-tienda-producto .container .producto .producto-description .item-price a, .recomienda-gana a {
	display: block;
	box-sizing: border-box;
	float: right;
	height: 55px;
	padding-top: 20px;
	width: 100%;
	color: #fff;
	font-size: 1.3rem;
	font-family: Futura_Std700;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	cursor: pointer
}
.header-tienda-producto .container .producto .producto-description .item-price a.fix_botmiddle {
	width: 65%
}
.header-tienda-producto .container .producto .producto-description .item-price a span, .recomienda-gana a span {
	position: relative;
	z-index: 2;
	-webkit-transition: all .65s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .65s cubic-bezier(.23, 1, .32, 1);
	transition: all .65s cubic-bezier(.23, 1, .32, 1);
	color: #fff
}
.header-tienda-producto .container .producto .producto-description .item-price a:after, .recomienda-gana a:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ff594c;
	-webkit-transition: all .65s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .65s cubic-bezier(.23, 1, .32, 1);
	transition: all .65s cubic-bezier(.23, 1, .32, 1);
	opacity: 1;
	filter: alpha(opacity=100);
	content: " "
}
.header-tienda-producto .container .producto .producto-description .item-price a:hover span, .recomienda-gana:hover span {
	color: #000
}
.header-tienda-producto .container .producto .producto-description .item-price a:hover:after, .recomienda-gana a:hover:after {
	opacity: 0;
	filter: alpha(opacity=0)
}
.header-tienda-producto .container .pagination {
	display: block;
	position: relative;
	width: 100%;
	clear: both;
	text-align: justify
}
.header-tienda-producto .container .pagination .handle-pagination {
	height: 105px;
	width: 105px;
	background-color: transparent;
	background-image: none;
	border: 2px solid #1f1a1a;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	z-index: 10;
	display: none
}
.header-tienda-producto .container .pagination ul {
	display: flex;
	position: relative;
	text-align: justify;
	justify-content: space-between;
	width: 100%
}
.header-tienda-producto .container .pagination ul li {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: move;
	width: 105px;
	height: 105px
}
.header-tienda-producto .container .pagination ul li .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border: 0 solid transparent;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: url(../img/general/sprite-senses.png) 0 -280px no-repeat;
	-webkit-transition: all 0 cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all 0 cubic-bezier(.23, 1, .32, 1);
	transition: all 0 cubic-bezier(.23, 1, .32, 1);
	position: relative
}
.header-tienda-producto .container .pagination ul li .wrap span {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 10px;
	font-family: Futura_Std900;
	font-size: 1.4rem;
	display: none
}
.header-tienda-producto .container .pagination ul li .wrap i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background: url(../img/general/sprite-senses.png) -5px -215px no-repeat
}
.header-tienda-producto .container .pagination ul li .wrap i.hand {
	background-position: -5px -145px
}
.header-tienda-producto .container .pagination ul li .wrap i.nose {
	background-position: -5px -75px
}
.header-tienda-producto .container .pagination ul li .wrap i.lips {
	background-position: -5px -5px
}
.header-tienda-producto .container .pagination ul li.selected .wrap, .header-tienda-producto .container .pagination ul li:hover .wrap {
	height: 105px;
	width: 105px;
	background-color: #fff;
	background-image: none;
	border: 2px solid #1f1a1a;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%
}
.header-tienda-producto .container .pagination ul li.selected .wrap span, .header-tienda-producto .container .pagination ul li:hover .wrap span {
	display: block
}
.header-tienda-producto .container .pagination ul li.selected:before, .header-tienda-producto .container .pagination ul li:hover:before {
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	left: -10px;
	top: 50%;
	margin-top: -9px;
	content: "";
	background: url(../img/general/sprite.png) -180px -128px no-repeat
}
.header-tienda-producto .container .pagination ul li.selected:after, .header-tienda-producto .container .pagination ul li:hover:after {
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	right: -17px;
	top: 50%;
	margin-top: -9px;
	content: "";
	background: url(../img/general/sprite.png) -206px -128px no-repeat
}
.header-tienda-producto .container .pagination ul li:first-child:hover:before, .header-tienda-producto .container .pagination ul li:last-child:hover:after {
	background: 0 0
}
.header-tienda-producto .container .pagination:before {
	position: absolute;
	display: block;
	content: "";
	height: 50%;
	width: 90%;
	border-bottom: 2px dotted #1f1a1a;
	left: 5%
}

.producto-gallery .swiper-slide img {
	position: relative;
	display: block;
	max-width: 100%;
	width: 100%;
	opacity: .3
}
.producto-gallery .swiper-slide:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	-webkit-transition: all 1.25s ease-out;
	-moz-transition: all 1.25s ease-out;
	transition: all 1.25s ease-out;
	opacity: 1;
	filter: alpha(opacity=100)
}
.producto-gallery .swiper-slide.swiper-slide-next img {
	opacity: 1
}
.producto-gallery .swiper-slide.swiper-slide-next:before {
	opacity: 0;
	filter: alpha(opacity=0)
}
.producto-gallery .wrap-buttons {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto
}
.producto-gallery .wrap-buttons .button-next, .producto-gallery .wrap-buttons .swiper-button-next {
	position: absolute;
	width: 40px;
	height: 15px;
	margin-top: -8px;
	z-index: 40;
	cursor: pointer;
	left: 66%;
	background: url(../img/general/sprite.png) -45px -130px no-repeat;
	-webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .45s cubic-bezier(.23, 1, .32, 1);
	transition: all .45s cubic-bezier(.23, 1, .32, 1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100)
}
.producto-gallery .wrap-buttons .button-next:hover, .producto-gallery .wrap-buttons .swiper-button-next:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.producto-gallery .wrap-buttons .button-prev, .producto-gallery .wrap-buttons .swiper-button-prev {
	position: absolute;
	width: 40px;
	height: 15px;
	margin-top: -8px;
	z-index: 10;
	cursor: pointer;
	right: 66%;
	left: auto;
	background: url(../img/general/sprite.png) -90px -130px no-repeat;
	-webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .45s cubic-bezier(.23, 1, .32, 1);
	transition: all .45s cubic-bezier(.23, 1, .32, 1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100)
}
.price-producto, .producto-gallery .wrap-buttons .swiper-button-disabled {
	opacity: 0;
	filter: alpha(opacity=0)
}
.producto-gallery .wrap-buttons .button-prev:hover, .producto-gallery .wrap-buttons .swiper-button-prev:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.producto-description {
	padding-bottom: 40px
}
.producto-description .container {
	max-width: 1170px;
	margin: 120px auto 60px
}
.producto-description .container article {
	float: left;
	clear: both;
	display: flex;
	align-items: center
}
.producto-description .container article:not(:nth-last-of-type(1)) {
	margin-bottom: 20px;
}
.producto-description .container article .grp-txt {
	float: left;
	width: 50%;
	padding: 0 100px
}
.producto-description .container article .grp-txt h3 {
	font-family: Futura_Std700;
	font-size: 1.8rem;
	color: #1f1a1a;
	letter-spacing: 2px;
	text-transform: uppercase
}
.producto-description .container article .grp-txt .separator {
	margin: 10px 0 10px;
	background-color: #ff594c;
	width: 40px
}
.producto-description .container article .grp-txt p {
	font-family: Futura_Std500;
	font-size: 1.8rem;
	color: #1f1a1a;
	letter-spacing: 2px;
	line-height: 2.8rem
}
.producto-description .container article img {
	display: block;
	float: left;
	width: 50%
}
.price-producto {
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 50;
	display: none
}
.price-producto.fixed {
	opacity: 1;
	filter: alpha(opacity=100);
	display: block
}
.price-producto .price-article-box {
	background-color: rgba(255, 255, 255, .95);
	width: 100%;
	padding: 0;
	border: 1px solid #ececec;
	margin: 0 auto;
	max-width: 1170px
}
.price-producto .price-article-box::after {
	clear: both;
	content: "";
	display: table
}
.price-producto .price-article-box.fixed {
	position: fixed;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10
}
.price-producto p {
	display: block;
	padding: 25px 25px 0;
	align-self: center;
	float: left;
	font-family: Futura_Std900;
	font-size: 1.5rem;
	line-height: 2rem;
	color: #1b1b1b
}
.price-producto .item-price a, .price-producto .item-price h5 {
	height: 55px;
	font-family: Futura_Std700;
	text-transform: uppercase;
	text-align: center;
	box-sizing: border-box
}
.price-producto .item-price {
	display: inline-block;
	width: 100%;
	max-width: 270px;
	margin: 5px;
	border: 2px solid #ff594c;
	float: right
}
.price-producto .item-price h5 {
	display: block;
	float: left;
	line-height: 57px;
	width: 30%;
	font-size: 1.8rem;
	color: #1f1a1a;
	padding: 0 8px
}
.price-producto .item-price a {
	display: block;
	float: right;
	padding-top: 20px;
	width: -webkit-calc(70% - 16px);
	width: calc(70% - 16px);
	color: #fff;
	font-size: 1.3rem;
	position: relative;
	border-left: solid 2px #ff594c
}
.price-producto .item-price a span {
	position: relative;
	z-index: 2;
	-webkit-transition: all .65s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .65s cubic-bezier(.23, 1, .32, 1);
	transition: all .65s cubic-bezier(.23, 1, .32, 1);
	color: #fff
}
.pagerror .item-price a span, .price-producto .item-price a:after {
	-webkit-transition: all .65s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .65s cubic-bezier(.23, 1, .32, 1)
}
.price-producto .item-price a:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ff594c;
	transition: all .65s cubic-bezier(.23, 1, .32, 1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	-ms-transform-origin: right center;
	-o-transform-origin: right center;
	transform-origin: right center;
	content: " "
}
.price-producto .item-price a:hover span {
	color: #000
}
.price-producto .item-price a:hover:after {
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0)
}
@media screen and (min-width:1500px) {
	.header-tienda-home .swiper-container .swiper-slide img {
		height: auto;
		max-height: none;
		width: 100%
	}
}

@media screen and (min-width:1280px) {
	.wrap-main .header-home img {
		mix-blend-mode: screen;
		margin: 20px 0 0px 0px !important;
		max-width: 100%;
		/*width: 35%;*/
	}
}



@media screen and (max-width:1200px) {
	.conditions-section ul li {
		width: 25%;
		margin: 0 10px
	}
	.virtual-shop {
		padding: 0 20px
	}
	.virtual-shop .shop-items .item.col6 .item-price .txt h5 {
		font-size: 1rem;
		padding: 5px 5px 0
	}
	.virtual-shop .shop-items .item.col6 .item-price .txt h4 {
		font-size: 1.5rem;
		padding: 5px 5px 0
	}
	.virtual-shop .shop-items .item.col6 .item-price a {
		font-size: 1rem
	}
}
.wrap-main .header-novedades {
	position: relative;
	background-color: #1f1a1a;
	height: 235px
}
.wrap-main .header-novedades .page-title {
	color: #fff
}
section.box-novedades {
	max-width: 1170px;
	margin: 100px auto;
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	position: relative;
	left: 10px
}
section.box-novedades .col4, section.box-novedades .col8 {
	display: block;
	box-sizing: border-box;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	text-align: center;
	background-color: #f1f1f1
}
section.box-novedades .col4:before, section.box-novedades .col8:before {
	content: "";
	display: block;
	padding-top: 100%
}
section.box-novedades .col4 figure, section.box-novedades .col8 figure {
	backface-visibility: hidden;
	display: block;
	width: 100%;
	min-height: 100%;
	position: absolute;
	right: 0;
	top: 0
}
section.box-novedades .col4 figure img, section.box-novedades .col8 figure img {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	min-height: 100%;
	max-width: 100%;
	min-width: 100%;
	opacity: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 3s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all 3s cubic-bezier(.23, 1, .32, 1);
	transition: all 3s cubic-bezier(.23, 1, .32, 1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top
}
section.box-novedades .col4 figure .overlay, section.box-novedades .col8 figure .overlay {
	background-color: transparent
}
section.box-novedades .col4 .caption h2, section.box-novedades .col8 .caption h2 {
	font-size: 1.8rem
}
section.box-novedades .col4 .caption h2 a, section.box-novedades .col8 .caption h2 a {
	line-height: 3rem
}
section.box-novedades .col4 .caption p, section.box-novedades .col8 .caption p {
	font-family: Futura_Std900;
	font-size: 1.25rem;
	line-height: 1.8rem;
	letter-spacing: 3px;
	text-align: center;
	max-width: 220px;
	width: 100%;
	color: #fff;
	margin: 0 auto
}
section.box-novedades .col4 .caption .separator, section.box-novedades .col8 .caption .separator {
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all .75s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .75s cubic-bezier(.23, 1, .32, 1);
	transition: all .75s cubic-bezier(.23, 1, .32, 1)
}
section.box-novedades .col4 .caption .txt-hover, section.box-novedades .col8 .caption .txt-hover {
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .75s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .75s cubic-bezier(.23, 1, .32, 1);
	transition: all .75s cubic-bezier(.23, 1, .32, 1)
}
section.box-novedades .col4:hover figure img, section.box-novedades .col8:hover figure img {
	opacity: .3
}
section.box-novedades .col4:hover figure .overlay, section.box-novedades .col8:hover figure .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .45s cubic-bezier(.23, 1, .32, 1);
	transition: all .45s cubic-bezier(.23, 1, .32, 1);
	background-color: #ff594c;
	mix-blend-mode: multiply
}
section.box-novedades .col4:hover .caption .separator, section.box-novedades .col8:hover .caption .separator {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}
section.box-novedades .col4:hover .caption .txt-hover, section.box-novedades .col8:hover .caption .txt-hover {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	filter: alpha(opacity=100)
}
section.box-novedades .col8 {
	width: 65.5%;
	width: -webkit-calc(66.65% - 20px);
	width: calc(66.65% - 20px)
}
section.box-novedades .col4 {
	width: -webkit-calc(33.35% - 20px);
	width: calc(33.35% - 20px)
}
section.box-novedades .col4:nth-child(4) {
	margin-left: 0
}
section.box-novedades .height50 {
	width: 65%
}
section.box-novedades .height50:before {
	content: "";
	display: block;
	padding-top: 48.5%
}
.header-ujbeb {
	width: 100%;
	height: 100vh;
	max-height: 800px;
	min-height: 700px;
	overflow: hidden;
	position: relative
}
.header-ujbeb img {
	display: block;
	width: 100vw;
	height: 100%;
	object-fit: cover
}
.header-ujbeb .wrap-txt {
	position: absolute;
	top: 20%;
	right: 0;
	bottom: 0;
	left: 0
}
.header-ujbeb .wrap-txt .grp-txt {
	width: 100%;
	max-width: 1170px;
	margin: 100px auto;
	text-align: center
}
.header-ujbeb .wrap-txt .grp-txt img {
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto
}
.header-ujbeb .wrap-txt .grp-txt h5 {
	display: block;
	max-width: 450px;
	margin: 30px auto 0;
	padding: 0 20px;
	font-family: Futura_Std900;
	font-size: 1.5rem;
	line-height: 2.4rem;
	letter-spacing: 2px;
	color: #fff
}
.header-tienda-producto .container h2, .header-ujbeb .wrap-txt .grp-txt a, .ujbeb-section .container h2, .ujbeb-section#mecanica .steps li h3 {
	font-family: Futura_Std700;
	letter-spacing: 2px;
	text-transform: uppercase
}
.header-ujbeb .wrap-txt .grp-txt a {
	display: block;
	margin: 60px auto 0;
	width: 160px;
	font-size: 1.3rem;
	text-decoration: none;
	color: #fff;
	background-color: #ff594c;
	padding: 21px 0;
	position: relative;
	-webkit-transition: color .45s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: color .45s cubic-bezier(.23, 1, .32, 1);
	transition: color .45s cubic-bezier(.23, 1, .32, 1);
	border: 3px solid #ff594c
}
.header-ujbeb .wrap-txt .grp-txt a span {
	position: relative;
	z-index: 3
}
.header-ujbeb .wrap-txt .grp-txt a:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	background-color: #fff;
	width: 100%;
	-webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .45s cubic-bezier(.23, 1, .32, 1);
	transition: all .45s cubic-bezier(.23, 1, .32, 1);
	opacity: 0;
	filter: alpha(opacity=0)
}
.header-ujbeb .wrap-txt .grp-txt a:hover {
	color: #ff594c;
	background-color: transparent
}
.header-ujbeb .wrap-txt .grp-txt a:hover:before {
	opacity: .2;
	filter: alpha(opacity=20)
}
.ujbeb-section .container {
	max-width: 1170px;
	width: 100%;
	padding: 90px 0;
	margin: 0 auto
}
.header-tienda-producto .container h2, .ujbeb-section .container h2 {
	font-size: 3.5rem;
	text-align: center;
	color: #1f1a1a
}
.header-tienda-producto .container .separator, .ujbeb-section .container .separator {
	width: 40px
}
.ujbeb-section#mecanica .steps {
	display: inline-block;
	position: relative;
	margin-top: 50px;
	text-align: justify;
	width: 100%
}
.ujbeb-section#mecanica .steps li {
	display: inline-block;
	margin: 0 5px;
	max-width: 230px;
	width: 100%
}
.ujbeb-section#mecanica .steps li i {
	display: block;
	margin: 0 auto;
	width: 220px;
	height: 190px;
	background: url(../img/general/sprite-ujbeb.png) no-repeat
}
.ujbeb-section#mecanica .steps li i.social {
	background-position: 0 -298px
}
.ujbeb-section#mecanica .steps li i.winner {
	background-position: 0 -600px
}
.ujbeb-section#mecanica .steps li i.jamon {
	background-position: 0 -900px
}
.ujbeb-section#mecanica .steps li h3 {
	margin: 30px 0 0;
	font-size: 1.3rem;
	color: #1f1a1a;
	text-align: center
}
.ujbeb-section#mecanica .steps li p {
	margin: 10px 0 0;
	font-family: Futura_Std500;
	font-size: 1.3rem;
	color: #1f1a1a;
	letter-spacing: 2px;
	text-align: center
}
.ujbeb-section#mecanica .steps:before {
	content: '';
	display: block;
	width: 100%;
	margin-bottom: -1.2em
}
.ujbeb-section#mecanica .steps:after {
	content: '';
	display: inline-block;
	width: 100%
}
.ujbeb-section#empezo {
	background-color: #f2f2f2
}
.ujbeb-section#empezo figure {
	position: relative
}
.ujbeb-section#empezo figure .grp-txt {
	display: block;
	position: absolute;
	margin-top: 160px;
	width: 100%;
	max-width: 785px;
	top: 0;
	left: 50%;
	transform: translateX(-50%)
}
.ujbeb-section#empezo figure .grp-txt a {
	display: block;
	margin: 0 auto;
	width: 90px
}
.ujbeb-section#empezo figure .grp-txt a i.play {
	display: block;
	margin: 60px auto;
	width: 90px;
	height: 90px;
	background-image: url(../img/general/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -420px;
	border-radius: 100%;
	-webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .45s cubic-bezier(.23, 1, .32, 1);
	transition: all .45s cubic-bezier(.23, 1, .32, 1)
}
.ujbeb-section#empezo figure .grp-txt a:hover i.play {
	background-color: rgba(255, 255, 255, .2)
}
.ujbeb-section#empezo figure .grp-txt h3 {
	margin: 10px 0 0;
	font-family: Futura_Std700;
	font-size: 2.4rem;
	line-height: 3.2rem;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase
}
.ujbeb-section#empezo figure .grp-txt p {
	margin: 10px 0 0;
	font-family: Futura_Std500;
	font-size: 1.5rem;
	line-height: 2.4rem;
	color: #fff;
	letter-spacing: 2px;
	text-align: center
}
.ujbeb-section#primera-persona {
	padding: 0 20px;
	display: none
}
.ujbeb-section#primera-persona .subtitle {
	display: block;
	margin: 10px auto 0;
	max-width: 610px;
	font-family: Futura_Std700;
	font-size: 1.5rem;
	line-height: 2.4rem;
	color: #1f1a1a;
	letter-spacing: 2px;
	text-align: center
}
.ujbeb-section#primera-persona .wrap-forms {
	max-width: 1140px;
	width: 100%;
	margin-top: 50px;
	padding: 0 20px
}
.ujbeb-section#primera-persona .wrap-forms .block-image {
	width: 100%;
	margin: 0 auto;
	text-align: center
}
.ujbeb-section#primera-persona .wrap-forms .block-image button {
	display: block;
	cursor: pointer;
	max-width: 300px;
	margin: 30px auto;
	background-color: #fff;
	width: 100%;
	padding: 20px 0;
	border: 3px solid #ff594c;
	text-transform: uppercase;
	color: #ff594c;
	text-align: center;
	font-family: Futura_Std700;
	font-size: 1.3rem;
	letter-spacing: 2px;
	position: relative;
	-webkit-transition: color .45s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: color .45s cubic-bezier(.23, 1, .32, 1);
	transition: color .45s cubic-bezier(.23, 1, .32, 1)
}
.ujbeb-section#primera-persona .wrap-forms .block-image button span {
	position: relative;
	z-index: 3
}
.ujbeb-section#primera-persona .wrap-forms .block-image button:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	background-color: #ff594c;
	width: 100%;
	-webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .45s cubic-bezier(.23, 1, .32, 1);
	transition: all .45s cubic-bezier(.23, 1, .32, 1);
	opacity: 0;
	filter: alpha(opacity=0)
}
.ujbeb-section#primera-persona .wrap-forms .block-image button:hover {
	color: #fff
}
.ujbeb-section#primera-persona .wrap-forms .block-image button:hover:before {
	opacity: 1;
	filter: alpha(opacity=100)
}
.ujbeb-section#primera-persona .wrap-forms .col4 {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 31.7615656014%
}
.ujbeb-section#primera-persona .wrap-forms .col4:last-child {
	margin-right: 0
}
.ujbeb-section#primera-persona .wrap-forms .col12 {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 100%
}
.ujbeb-section#primera-persona .wrap-forms .col12:last-child {
	margin-right: 0
}
.ujbeb-section#primera-persona .wrap-forms .col12 .check {
	text-align: center
}
.ujbeb-section#primera-persona .wrap-forms .col12 .check label {
	font-family: Futura_Std500;
	font-size: 1.3rem;
	letter-spacing: 2px
}
.ujbeb-section#primera-persona .wrap-forms .col12 .check label input[type=checkbox] {
	display: inline-block;
	margin: 0 5px
}
.ujbeb-section#primera-persona .wrap-forms .col12 .check label a {
	text-decoration: underline;
	color: #1f1a1a
}
.ujbeb-section#primera-persona .wrap-forms .col12.submit-buttons {
	text-align: center
}
.ujbeb-section#primera-persona .wrap-forms .col12.submit-buttons input {
	display: inline-block;
	margin: 20px;
	-webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .45s cubic-bezier(.23, 1, .32, 1);
	transition: all .45s cubic-bezier(.23, 1, .32, 1)
}
.ujbeb-section#primera-persona .wrap-forms .col12.submit-buttons input:hover {
	color: #000;
	background: #fff
}
.ujbeb-section#primera-persona .wrap-forms .col12.submit-buttons input.back:hover {
	color: #fff;
	background: #ff594c
}
.ujbeb-section#ganadoras {
	background: url(../img/ujbeb/ganadores.jpg) no-repeat;
	background-size: cover
}
.ujbeb-section#ganadoras .wrap {
	width: 100%;
	max-width: 600px;
	padding: 0 20px;
	margin: 0 auto
}
.ujbeb-section#ganadoras .wrap .wrap-selector select {
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/general/sprite-forms.png) 140% -375px no-repeat #fff;
	float: left;
	margin: 0 1% 0 0;
	width: 49%;
	box-sizing: border-box;
	padding: 20px;
	color: #1f1a1a;
	font-family: Futura_Std700;
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 0
}
.ujbeb-section#ganadoras .wrap .wrap-selector select.year {
	margin: 0 0 0 1%
}
.ujbeb-section#ganadoras .wrap .winners {
	border: 3px solid #fff;
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0 0;
	padding: 25px 40px
}
.ujbeb-section#ganadoras .wrap .winners ul li {
	display: block;
	width: 100%;
	margin-top: 5px
}
.ujbeb-section#ganadoras .wrap .winners ul li::after {
	clear: both;
	content: "";
	display: table
}
.ujbeb-section#ganadoras .wrap .winners ul li p {
	display: inline-block;
	width: 50%;
	font-family: Futura_Std700;
	font-size: 1.1rem;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	float: left
}
.ujbeb-section#ganadoras .wrap .winners ul li p:last-child {
	width: 38%;
	float: right
}
.ujbeb-section#medios .swiper-slide, .ujbeb-section#primera-persona-carrusel .swiper-slide {
	background-image: none!important
}
.ujbeb-section#medios .swiper-slide figure, .ujbeb-section#primera-persona-carrusel .swiper-slide figure {
	margin: 0 auto;
	text-align: center
}
.ujbeb-section#medios .swiper-slide h3, .ujbeb-section#primera-persona-carrusel .swiper-slide h3 {
	margin: 20px 0 0;
	font-family: Futura_Std700;
	font-size: 1.5rem;
	text-align: center;
	letter-spacing: 2px;
	line-height: 24px;
	color: #1f1a1a
}
.ujbeb-section#medios .swiper-slide p, .ujbeb-section#primera-persona-carrusel .swiper-slide p {
	width: 100%;
	max-width: 600px;
	margin: 20px auto 0;
	padding: 0 20px;
	font-family: Futura_Std500;
	font-size: 1.5rem;
	text-align: center;
	letter-spacing: 2px;
	line-height: 2.4rem;
	color: #1f1a1a
}
.ujbeb-section#medios .swiper-slide a, .ujbeb-section#primera-persona-carrusel .swiper-slide a {
	display: block;
	cursor: pointer;
	max-width: 300px;
	margin: 30px auto;
	background-color: #fff;
	width: 100%;
	padding: 20px 0;
	border: 3px solid #ff594c;
	text-transform: uppercase;
	color: #ff594c;
	text-align: center;
	font-family: Futura_Std700;
	font-size: 1.3rem;
	letter-spacing: 2px;
	text-decoration: none;
	position: relative;
	-webkit-transition: color .45s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: color .45s cubic-bezier(.23, 1, .32, 1);
	transition: color .45s cubic-bezier(.23, 1, .32, 1)
}
.ujbeb-section#medios .swiper-slide a span, .ujbeb-section#primera-persona-carrusel .swiper-slide a span {
	position: relative;
	z-index: 3
}
.ujbeb-section#medios .swiper-slide a:before, .ujbeb-section#primera-persona-carrusel .swiper-slide a:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	background-color: #ff594c;
	width: 100%;
	-webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .45s cubic-bezier(.23, 1, .32, 1);
	transition: all .45s cubic-bezier(.23, 1, .32, 1);
	opacity: 0;
	filter: alpha(opacity=0)
}
.ujbeb-section#medios .swiper-slide a:hover, .ujbeb-section#primera-persona-carrusel .swiper-slide a:hover {
	color: #fff
}
.ujbeb-section#medios .swiper-slide a:hover:before, .ujbeb-section#primera-persona-carrusel .swiper-slide a:hover:before {
	opacity: 1;
	filter: alpha(opacity=100)
}
.ujbeb-section#medios .swiper-pagination, .ujbeb-section#primera-persona-carrusel .swiper-pagination {
	position: relative;
	margin: 20px 0 0
}
.ujbeb-section#medios .swiper-pagination .swiper-pagination-bullet, .ujbeb-section#primera-persona-carrusel .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	width: 11px;
	height: 11px;
	border: 2px solid #1f1a1a;
	background-color: transparent
}
.ujbeb-section#medios .swiper-pagination .swiper-pagination-bullet-active, .ujbeb-section#primera-persona-carrusel .swiper-pagination .swiper-pagination-bullet-active {
	border: 2px solid #ff594c;
	background-color: #ff594c
}
.ujbeb-section#medios .wrap-buttons, .ujbeb-section#primera-persona-carrusel .wrap-buttons {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 50%;
	width: 100%
}
.ujbeb-section#medios .wrap-buttons .button-next, .ujbeb-section#primera-persona-carrusel .wrap-buttons .button-next {
	background: url(../img/general/sprite.png) -285px -130px no-repeat;
	cursor: pointer;
	height: 15px;
	left: auto;
	margin-top: -8px;
	opacity: 1;
	position: absolute;
	right: 20px;
	width: 40px;
	z-index: 10
}
.ujbeb-section#medios .wrap-buttons .button-prev, .ujbeb-section#primera-persona-carrusel .wrap-buttons .button-prev {
	background: url(../img/general/sprite.png) -235px -130px no-repeat;
	cursor: pointer;
	height: 15px;
	margin-top: -8px;
	opacity: 1;
	position: absolute;
	left: 20px;
	width: 40px;
	z-index: 10
}
#home-box {
	height: 100vh;
	width: 100%;
	display: block
}
#home-box #home-pagination {
	position:absolute;
	z-index: 20;
	float: right;
	width: 100%;
	right: 0;
	text-align: right;
	padding-right: 50px;
}
.wrap-main .header-home .grp-txt, .wrap-main .header-home img {
	/* position: absolute; */
	padding: 0 20px;
	transform: translate(0);
	/* left: 50%; */
}
#home-box #home-pagination span {
	display: inline-block;
	/*border:solid 2px white;*/

	width:12px;
	height:12px;
}
#home-box #home-pagination span.swiper-pagination-bullet-active {
	background: #ffffff !important;
	/*border: 2px solid #ffffff;*/
}
#home-box #home-pagination span:hover {
	background: #fff
}
/*
#home-box #home-pagination.pagination-dark span {
	border: 2px solid #000
}
#home-box #home-pagination.pagination-dark span.swiper-pagination-bullet-active {
	background: #ffffff !important;
	border: 2px solid #ffffff !important;
}
#home-box #home-pagination.pagination-dark span:hover {
	background: #000
	}*/
/*#header-home-cab .grp-txt {
	width: 60%;
	margin: 0 auto
	}*/

	#header-home-cab .grp-txt {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		width: 100%;
		top: 60px;
		position: absolute;
	}


	#header-home-cab .grp-txt h2 {
		letter-spacing: 7px;
		text-align: center
	}
	#header-home-cab .grp-txt p {
		text-align: center
	}
	.wrap-main .header-home {
		max-height: none;
		height: 100vh;
		width: 100%;
		/*background-image: url(../img/home/bg-home.jpg);*/
		/*background-color: #2c2d2f;*/
	/*background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover*/
}

.wrap-main .header-home img {
	mix-blend-mode: screen;
	margin: 20px 0 20px 0px;
	max-width: 100%;
}
.wrap-main .header-home .grp-txt {
	width: 430px;
	height: 100%;
	top: 60px;
	text-align: justify
}
.wrap-main .header-home .grp-txt > div {
	/* text-transform: uppercase; */
	margin-top: 30px;
	font-family: Futura_Std700;
	font-size: 29px;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	line-height: 31px;
}
.wrap-main .header-home .grp-txt h2 {
	text-transform: uppercase;
	margin-top: 50px;
	font-family: Futura_Std700;
	font-size: 2.8rem;
	color: #fff;
	text-align: justify;
	letter-spacing: 3px
}
.wrap-main .header-home .grp-txt p {
	font-family: Futura_Std500;
	font-size: 17px;
	color: #fff;
	text-align: justify;
	letter-spacing: 1px;
	line-height: 20px;
	margin-top: 0px;
	font-weight: 400;
}

.wrap-main .header-home .grp-txt .separator{
	width: 50px;
}

.btn-home{
	width: 300px;
	margin: 0px auto 0;
	position: sticky;
}

.btn-home:hover{
	background-color: #ffffff;
}

.btn-home a{
	display: block;
	box-sizing: border-box;
	float: right;
	height: 70px;
	padding-top: 24px;
	width: 100%;
	color: #fff;
	font-size: 1.8rem;
	font-family: Futura_Std700;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	text-decoration: none;
}
.btn-home a i.icon-cart {
	background-image: url(../img/general/carrito.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	width: 32px;
	height: 30px;
	position: absolute;
	left: -72px;
	top: -5px;
}

.btn-home a:hover i.icon-cart {
	background-image: url(../img/general/carrito-hover.png)
}

.btn-home a span {
	position: relative;
	z-index: 2;
	-webkit-transition: all .65s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .65s cubic-bezier(.23, 1, .32, 1);
	transition: all .65s cubic-bezier(.23, 1, .32, 1);
	color: #fff;
	margin-left: 40px;
}
.btn-home a:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ff594c;
	-webkit-transition: all .65s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .65s cubic-bezier(.23, 1, .32, 1);
	transition: all .65s cubic-bezier(.23, 1, .32, 1);
	opacity: 1;
	filter: alpha(opacity=100);
	content: " "
}
.btn-home a:hover span  {
	color: #000;
}
.btn-home a:hover:after {
	opacity: 0;
	filter: alpha(opacity=0)
}
.txt-invitado{
	margin-top: 32px;
	font-family: Futura_Std500;
	font-size: 14px;
	margin-bottom: 32px;
	text-align: justify;
}
.btn-datos-personales{
	margin: 0 auto;
	width: 30%;
}
.btn-invitado{
	width: 260px !important;
}
.bases-descuento {
	width: 100%;
	margin: 15px auto 0;
	position: sticky;
	height: 60px;
	background-image: url(../img/home/bases-descuento.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
#guestForm h2{
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
}
.wrap-guest{
	height: 220px;
}

.razon1 {
	max-width: 100%;
	margin: 15px auto 15px;
	position: initial;
	height: 0;
	background-image: url(../img/razones/razon1.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 52%;
	padding-top: 26.166667%;
}

.razon2 {
	max-width: 100%;
	margin: 15px auto 15px;
	position: initial;
	height: 0;
	background-image: url(../img/razones/razon2.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 52%;
	padding-top: 26.166667%;
}

.wrap-main .header-home .grp-txt .knife-wrap {
	width: 105px;
	margin: 40px auto 0;
	position: relative
}
.wrap-main .header-home .grp-txt .knife-wrap .line {
	content: "";
	height: 40px;
	position: absolute;
	top: 125px;
	width: 50%;
	left: 50%;
	background-image: url(../img/home/dotted-line.png);
	background-repeat: center top
}
.wrap-main .header-home .grp-txt .knife-wrap i.icon-knife {
	position: relative;
	display: block;
	width: 105px;
	height: 105px;
	cursor: move;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 2px solid #fff;
	background-image: url(../img/home/knife.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: border .7s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: border .7s cubic-bezier(.23, 1, .32, 1);
	transition: border .7s cubic-bezier(.23, 1, .32, 1)
}
.wrap-main .header-home .grp-txt .knife-wrap i.icon-knife:after {
	background: url(../img/general/sprite.png) -350px -128px no-repeat;
	content: "";
	height: 15px;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	bottom: -15px;
	width: 15px;
	display: none
}
.wrap-main .header-home .grp-txt .knife-wrap i.icon-knife:hover {
	border: 6px solid #ff574a
}
.wrap-main .header-home .grp-txt .knife-wrap i.icon-triangle {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	top: 110px;
	margin: auto;
	cursor: pointer;
	border-top: solid 7px #ff574a;
	border-bottom: solid 7px transparent;
	border-left: solid 7px transparent;
	border-right: solid 7px transparent;
	-webkit-transform: translateX(1px);
	-moz-transform: translateX(1px);
	-ms-transform: translateX(1px);
	-o-transform: translateX(1px);
	transform: translateX(1px)
}
.wrap-main .header-home .grp-txt .knife-wrap i.icon-container {
	display: block;
	margin: 57px auto 0;
	width: 64px;
	height: 64px;
	cursor: pointer;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: url(../img/home/holder.png) center center no-repeat
}
.wrap-main .slider-novedades {
	max-height: none;
	background-color: #f2f2f2;
	height: 100vh;
	width: 100%
}
.wrap-main .slider-novedades .novedades-arrow-next, .wrap-main .slider-novedades .novedades-arrow-prev {
	top: 45%;
	z-index: 10;
	width: 40px;
	height: 15px;
	margin-top: -8px;
	position: absolute;
	display: block;
	cursor: pointer
}
.wrap-main .slider-novedades .novedades-arrow-prev {
	left: 1%;
	background: url(../img/general/sprite.png) -90px -130px no-repeat;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}
.wrap-main .slider-novedades .novedades-arrow-next {
	right: 1%;
	background: url(../img/general/sprite.png) -45px -130px no-repeat;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}
.wrap-main .slider-novedades .container {
	max-width: 1520px;
	width: 100%;
	box-sizing: border-box;
	padding: 160px 80px 80px;
	margin: 0 auto;
	max-height: 100%;
	height: 100%
}
.wrap-main .slider-novedades .container .swiper-container-horizontal {
	max-height: 100%;
	height: 100%
}
.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide, .wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.initial-default, .wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.swiper-slide-active {
	width: 50%
}
.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.initial-default figure, .wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.swiper-slide-active figure {
	-webkit-transition: -webkit-transform .35s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: -moz-transform .35s cubic-bezier(.23, 1, .32, 1);
	transition: transform .35s cubic-bezier(.23, 1, .32, 1);
	z-index: 2
}
.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.initial-default figure figcaption, .wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.initial-default:hover figure .bck-figure, .wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.swiper-slide-active figure figcaption, .wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.swiper-slide-active:hover figure .bck-figure {
	opacity: 1;
	filter: alpha(opacity=100)
}
.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.initial-default:hover figure .overlay, .wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.swiper-slide-active:hover figure .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.initial-default:hover figure figcaption, .wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.swiper-slide-active:hover figure figcaption {
	top: 35%
}
.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.initial-default:hover figure figcaption p, .wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.swiper-slide-active:hover figure figcaption p {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	filter: alpha(opacity=100)
}
.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.initial-default:hover figure figcaption .separator, .wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.swiper-slide-active:hover figure figcaption .separator {
	-webkit-transform: scaleX(1.4);
	-moz-transform: scaleX(1.4);
	-ms-transform: scaleX(1.4);
	-o-transform: scaleX(1.4);
	transform: scaleX(1.4);
	background: #fff
}
.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.initial-default:hover figure figcaption .button, .wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.swiper-slide-active:hover figure figcaption .button {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	filter: alpha(opacity=100);
	display: block;
	position: relative
}
.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.initial-default:hover figure figcaption .button:before, .wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.swiper-slide-active:hover figure figcaption .button:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .75s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .75s cubic-bezier(.23, 1, .32, 1);
	transition: all .75s cubic-bezier(.23, 1, .32, 1)
}
.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.initial-default:hover figure figcaption .button span, .wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.swiper-slide-active:hover figure figcaption .button span {
	position: relative;
	z-index: 2
}
.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.initial-default:hover figure figcaption .button:hover:before, .wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.swiper-slide-active:hover figure figcaption .button:hover:before {
	opacity: .9;
	filter: alpha(opacity=90)
}
.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.initial-default:hover figure figcaption .button:hover span, .wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.swiper-slide-active:hover figure figcaption .button:hover span {
	z-index: 2;
	color: #000
}
.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.swiper-slide-prev {
	cursor: pointer
}
.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.swiper-slide-prev figure figcaption {
	left: 75%;
	opacity: 1;
	filter: alpha(opacity=100)
}
.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.swiper-slide-next figure figcaption {
	opacity: 1;
	filter: alpha(opacity=100)
}
.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide a:hover {
	text-decoration: none
}
.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide figure {
	max-height: 100%;
	display: block;
	overflow: hidden;
	height: 100%;
	position: absolute;
	width: 100%;
	background-color: #000
}
.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide figure .bck-figure {
	height: 100%;
	position: absolute;
	width: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all 3s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all 3s cubic-bezier(.23, 1, .32, 1);
	transition: all 3s cubic-bezier(.23, 1, .32, 1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top;
	opacity: .5;
	filter: alpha(opacity=50)
}
.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide figure .bck-tapa {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all .85s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .85s cubic-bezier(.23, 1, .32, 1);
	transition: all .85s cubic-bezier(.23, 1, .32, 1);
	background-color: #ff594c;
	mix-blend-mode: multiply;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0)
}
.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide figure img {
	-webkit-transition: all 3s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all 3s cubic-bezier(.23, 1, .32, 1);
	transition: all 3s cubic-bezier(.23, 1, .32, 1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top;
	object-fit: cover;
	opacity: 0;
	filter: alpha(opacity=0)
}
.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide figure .overlay {
	background-color: transparent;
	-webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .45s cubic-bezier(.23, 1, .32, 1);
	transition: all .45s cubic-bezier(.23, 1, .32, 1)
}
.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide figure figcaption {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
	-webkit-transition: left 1.55s cubic-bezier(.23, 1, .32, 1), top .85s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: left 1.55s cubic-bezier(.23, 1, .32, 1), top .85s cubic-bezier(.23, 1, .32, 1);
	transition: left 1.55s cubic-bezier(.23, 1, .32, 1), top .85s cubic-bezier(.23, 1, .32, 1);
	opacity: 0;
	filter: alpha(opacity=0);
	width: 40%
}
.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide figure figcaption h3 {
	font-family: Futura_Std700;
	font-size: 2rem;
	color: #fff;
	text-transform: uppercase;
	line-height: 3.2rem;
	letter-spacing: 4px
}
.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide figure figcaption p {
	font-family: Futura_Std900;
	font-size: 1.3rem;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.8rem;
	letter-spacing: 2px;
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .75s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .75s cubic-bezier(.23, 1, .32, 1);
	transition: all .75s cubic-bezier(.23, 1, .32, 1)
}
.wrap-main .slider-novedades .container .fix_novedades h5 {
	font-family: Futura_Std900;
	font-size: 1.3rem;
	color: #fff;
	line-height: 2rem;
	letter-spacing: 2px
}
.wrap-main .slider-novedades a {
	text-decoration: none
}
.wrap-main .slider-novedades .container .content-box .separator, .wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide figure figcaption .separator {
	width: 40px;
	-webkit-transition: all .75s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .75s cubic-bezier(.23, 1, .32, 1);
	transition: all .75s cubic-bezier(.23, 1, .32, 1);
	background: #ff594c
}
.wrap-main .slider-novedades .container .content-box .fix_novedades {
	position: absolute;
	top: 30%;
	width: 100%;
	text-align: center
}
.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide figure figcaption .button {
	width: 150px;
	padding: 13px 0;
	border: 3px solid #fff;
	background-color: transparent;
	text-transform: uppercase;
	text-align: center;
	font-family: Futura_Std700;
	font-size: 1.3rem;
	color: #fff;
	text-decoration: none;
	letter-spacing: 2px;
	margin: 40px auto 0;
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .75s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .75s cubic-bezier(.23, 1, .32, 1);
	transition: all .75s cubic-bezier(.23, 1, .32, 1)
}
.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide:hover figure .bck-figure, .wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide:hover figure .bck-tapa {
	opacity: 1;
	filter: alpha(opacity=100)
}
.wrap-main .header-home-producto {
	position: relative;
	max-height: none;
	height: 100vh;
	width: 100%
}
.wrap-main .header-home-producto .content-box {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}
.wrap-main .header-home-producto .container {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
	padding: 90px 20px
}
.wrap-main .header-home-producto .container #pagination-sentidos {
	float: left;
	width: 105px;
	margin-top: 220px;
	margin-right: 45px;
	padding: 20px
}
.wrap-main .header-home-producto .container #pagination-sentidos ul {
	display: block
}
.wrap-main .header-home-producto .container #pagination-sentidos ul li {
	float: left;
	clear: both;
	margin-top: 70px;
	width: 62px;
	height: 62px;
	display: block
}
.wrap-main .header-home-producto .container #pagination-sentidos ul li:first-child {
	margin-top: 0
}
.wrap-main .header-home-producto .container #pagination-sentidos ul li.selected .wrap, .wrap-main .header-home-producto .container #pagination-sentidos ul li:hover .wrap {
	width: 82px;
	height: 82px;
	left: -10px
}
.wrap-main .header-home-producto .container #pagination-sentidos ul li.selected:after, .wrap-main .header-home-producto .container #pagination-sentidos ul li:hover:after {
	background-position: -348px -128px;
	top: 100%;
	left: 50%;
	margin-left: -7px;
	margin-top: -2px;
	display: none
}
.wrap-main .header-home-producto .container #pagination-sentidos ul li.selected:before, .wrap-main .header-home-producto .container #pagination-sentidos ul li:hover:before {
	background-position: -374px -128px;
	top: 0;
	left: 50%;
	margin-left: -7px;
	margin-top: -15px;
	display: none
}
.wrap-main .header-home-producto .container #pagination-sentidos ul li:first-child.selected:before, .wrap-main .header-home-producto .container #pagination-sentidos ul li:first-child:hover:before, .wrap-main .header-home-producto .container #pagination-sentidos ul li:last-child.selected:after, .wrap-main .header-home-producto .container #pagination-sentidos ul li:last-child:hover:after {
	display: none
}
.wrap-main .header-home-producto .container #pagination-sentidos:before {
	margin-top: 62px;
	height: calc(100% - 140px);
	width: 50px;
	border-bottom: 0 none;
	border-right: 2px dotted #1f1a1a
}
.wrap-main .header-home-producto .container .producto {
	width: calc(100% - 220px);
	float: left;
	margin-top: 100px
}
.wrap-main .header-home-producto .container .producto .producto-description h2 {
	margin-top: 20px;
	font-family: Futura_Std700;
	font-size: 3.2rem;
	color: #1f1a1a;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left
}
.wrap-main .header-home-producto .container .producto .producto-description .item-price {
	margin-top: 100px
}
.recomienda-gana a, .wrap-main .header-home-producto .container .producto .producto-description .item-price a {
	position: relative;
	text-decoration: none
}
.recomienda-gana a span, .wrap-main .header-home-producto .container .producto .producto-description .item-price a span {
	display: inline-block;
	line-height: 20px
}
.wrap-main .header-home-producto .container .producto .producto-description .item-price a span {
	padding-left: 28px
}
.wrap-main .header-home-producto .container .producto .producto-description .item-price a i.icon-cart {
	background-image: url(../img/general/carrito.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	width: 32px;
	height: 30px;
	position: absolute;
	left: -17px;
	top: -8px
}
.wrap-main .header-home-producto .container .producto .producto-description .item-price a:hover i.icon-cart {
	background-image: url(../img/general/carrito-hover.png)
}
.wrap-main .header-home-producto .container .producto .producto-carousel figure img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%
}
.wrap-main .header-home-producto .container .producto .producto-carousel figure figcaption .detail-image .txt {
	margin-top: 20px;
	font-family: Futura_Std900;
	font-size: 1.3rem;
	color: #1f1a1a;
	letter-spacing: 2px;
	text-align: center;
	width: 350px
}
.wrap-main .header-home-producto .nav-home.nav-escuela {
	clear: both;
	border-top: 1px solid #e8e8e8;
	float: left
}
.wrap-main .header-home-producto .nav-home.nav-escuela ul {
	display: flex;
	justify-content: space-between
}
.wrap-main .header-home-producto .nav-home.nav-escuela ul li a {
	display: block;
	position: relative;
	margin-top: 0;
	padding: 25px 110px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	transition: all .25s ease-in
}
.wrap-main .header-home-producto .nav-home.nav-escuela ul li a:before {
	position: absolute;
	content: "";
	margin-top: -3px;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background-color: #ff594c;
	width: 100%;
	-webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .45s cubic-bezier(.23, 1, .32, 1);
	transition: all .45s cubic-bezier(.23, 1, .32, 1);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0)
}
.wrap-main .header-home-producto .nav-home.nav-escuela ul li a:hover:before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}
.wrap-main .header-home-producto .nav-home.nav-escuela ul li a.selected {
	border-top: solid 3px #ff594c;
	color: #ff594c
}
.wrap-main .header-home-producto .nav-home.nav-escuela ul li a.selected:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background-color: #ff594c;
	width: 100%;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}
.wrap-main .header-home-producto .nav-home.nav-escuela ul:after, .wrap-main .header-home-producto .nav-home.nav-escuela ul:before {
	display: none
}
.wrap-main .escuela-section {
	max-height: none;
	max-width: none;
	height: 100vh;
	width: 100%;
	clear: both;
	margin: 0 auto;
	position: relative
}
.wrap-main .escuela-section .container {
	padding-top: 80px
}
.wrap-main .escuela-section .col4, .wrap-main .escuela-section .col8 {
	display: block;
	box-sizing: border-box;
	width: 66.666%;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	text-align: center;
	background-color: #1f1a1a
}
.wrap-main .escuela-section .col4>a, .wrap-main .escuela-section .col8>a {
	display: block;
	width: 100%
}
.wrap-main .escuela-section .col4.hover-article>a>img, .wrap-main .escuela-section .col4.hover-article>img, .wrap-main .escuela-section .col8.hover-article>a>img, .wrap-main .escuela-section .col8.hover-article>img {
	width: 100%;
	height: 100%;
	min-height: 100%;
	opacity: 1;
	-webkit-filter: grayscale(60%);
	filter: grayscale(60%);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 3s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all 3s cubic-bezier(.23, 1, .32, 1);
	transition: all 3s cubic-bezier(.23, 1, .32, 1);
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top
}
@media screen and (min-width:0\0) {
	.wrap-main .escuela-section .col4.hover-article>a>img, .wrap-main .escuela-section .col4.hover-article>img, .wrap-main .escuela-section .col8.hover-article>a>img, .wrap-main .escuela-section .col8.hover-article>img {
		height: auto;
		min-height: auto
	}
	.wrap-main .escuela-section .col4.hover-article>a>img, .wrap-main .escuela-section .col4.hover-article>img {
		zoom: 1.3
	}
	section.process-step03 .table .item .element .wrapper {
		max-width: 58%!important
	}
}
.wrap-main .escuela-section .col4.hover-article i.icon-knife, .wrap-main .escuela-section .col8.hover-article i.icon-knife {
	background: url(../img/home/cuchillos.png) center center no-repeat
}
.wrap-main .escuela-section .col4.hover-article i.icon-chef, .wrap-main .escuela-section .col8.hover-article i.icon-chef {
	background: url(../img/home/icon-chef.png) center center no-repeat
}
.wrap-main .escuela-section .col4.hover-article i.icon-wine, .wrap-main .escuela-section .col8.hover-article i.icon-wine {
	background: url(../img/home/icon-wine.png) center center no-repeat
}
.wrap-main .escuela-section .col4.hover-article.dark .icon img, .wrap-main .escuela-section .col8.hover-article.dark .icon img {
	opacity: 0
}
.wrap-main .escuela-section .col4 .caption h2 .arrow-line, .wrap-main .escuela-section .col8 .caption h2 .arrow-line {
	width: 100%;
	position: absolute;
	bottom: -20px;
	height: 14px;
	background-image: url(../img/general/flecha.png);
	background-repeat: no-repeat;
	background-position: right center;
	left: 0;
	right: 0;
	max-width: 160px;
	margin: auto
}
.wrap-main .escuela-section .col4:hover>a>img, .wrap-main .escuela-section .col4:hover>img, .wrap-main .escuela-section .col8:hover>a>img, .wrap-main .escuela-section .col8:hover>img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}
.wrap-main .escuela-section .col4 {
	width: 33.333%;
	height: 50vh
}
.wrap-main .slider-novedades .col4 {
	width: 25%;
	float: left;
	background-image: url(../img/novedades/header-bg.png);
	height: 100%;
	position: relative
}
.wrap-main .slider-novedades .col8 {
	width: 75%;
	float: right
}
.wrap-main .escuela-section .col4>a {
	height: 100%
}
.wrap-main .escuela-section .col4 img {
	height: 100%;
	object-fit: cover
}
.wrap-main .slider-novedades .shield img {
	height: auto;
	object-fit: contain;
	width: 100%
}
.wrap-main .escuela-section .col8>a {
	height: 100%
}
.wrap-main .escuela-section .col8 img {
	height: 100%;
	object-fit: cover
}
.wrap-main .escuela-section .height50 {
	height: 50vh
}
.wrap-main .escuela-section .escuela-link a .shield img {
	-webkit-transition: all .7s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .7s cubic-bezier(.23, 1, .32, 1);
	transition: all .7s cubic-bezier(.23, 1, .32, 1)
}
.wrap-main .escuela-section .escuela-link a:hover .shield img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.wrap-main .escuela-section .escuela-link a:hover .separator {
	-webkit-transform: scaleX(2);
	-moz-transform: scaleX(2);
	-ms-transform: scaleX(2);
	-o-transform: scaleX(2);
	transform: scaleX(2)
}
.wrap-main .escuela-section .height200 {
	height: 100vh;
	position: relative;
	background-image: url(../img/escuela/header_bg.jpg);
	background-position: center center;
	background-size: cover
}
.wrap-main .escuela-section .height200 .content-box, .wrap-main .slider-novedades .content-box {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	width: 100%;
	top: -webkit-calc(50% - 80px);
	top: calc(50% - 80px)
}
.wrap-main .slider-novedades .content-box {
	top: -webkit-calc(50% - -60px);
	top: calc(50% - -60px)
}
.wrap-main .escuela-section .height200 .shield, .wrap-main .slider-novedades .shield {
	position: relative;
	width: 100%;
	right: 0;
	left: 0
}
.wrap-main .escuela-section .height200 .shield h3, .wrap-main .slider-novedades .shield h3 {
	font-family: Futura_Std700;
	position: absolute;
	display: block;
	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase
}
.wrap-main .escuela-section .height200 .shield h3 {
	top: 50%;
	font-size: 3.2rem;
	width: 60%;
	left: 20%;
	color: #1f1a1a;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2
}
.wrap-main .slider-novedades .shield h3 {
	top: 27%;
	font-size: 2.2rem;
	width: 80%;
	left: 10%;
	color: #fff;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2
}
.wrap-main .escuela-section .height200 .separator {
	width: 45px;
	-webkit-transition: all .7s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .7s cubic-bezier(.23, 1, .32, 1);
	transition: all .7s cubic-bezier(.23, 1, .32, 1)
}
.wrap-main .escuela-section .height200 h5 {
	color: #1f1a1a;
	font-family: Futura_Std900;
	font-size: 1.5rem;
	letter-spacing: 2px;
	line-height: normal;
	margin-top: 20px
}
.wrap-main #ujbeb-section-home {
	max-height: none;
	height: 100vh;
	width: 100%;
	clear: both;
	margin: 0 auto;
	position: relative
}
.wrap-main #ujbeb-section-home .container {
	width: 100%;
	max-width: 80%
}
.wrap-main #ujbeb-section-home .container h2 {
	letter-spacing: 7px
}
.wrap-main #ujbeb-section-home .container figure {
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-bottom: 80px;
	overflow: hidden
}
.wrap-main #ujbeb-section-home .container figure>img {
	width: 100%;
	height: auto;
	object-fit: cover
}
.wrap-main #ujbeb-section-home .container figure .grp-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center
}
.wrap-main #ujbeb-section-home .container figure .grp-txt p {
	color: #fff;
	display: block;
	font-family: Futura_Std900;
	font-size: 1.5rem;
	letter-spacing: 2px;
	line-height: 2.4rem;
	margin: 30px auto 0;
	max-width: 450px;
	padding: 0 20px
}
.wrap-main #ujbeb-section-home .container figure .grp-txt a {
	display: block;
	width: 150px;
	padding: 13px 0;
	border: 3px solid #fff;
	background-color: transparent;
	text-transform: uppercase;
	text-align: center;
	font-family: Futura_Std700;
	font-size: 1.3rem;
	color: #fff;
	text-decoration: none;
	letter-spacing: 2px;
	margin: 40px auto 0;
	position: relative
}
.wrap-main #ujbeb-section-home .container figure .grp-txt a span {
	position: relative;
	z-index: 2
}
.wrap-main #ujbeb-section-home .container figure .grp-txt a:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .7s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .7s cubic-bezier(.23, 1, .32, 1);
	transition: all .7s cubic-bezier(.23, 1, .32, 1)
}
.wrap-main #ujbeb-section-home .container figure .grp-txt a:hover {
	color: #000
}
.wrap-main #ujbeb-section-home .container figure .grp-txt a:hover:before {
	opacity: 1;
	filter: alpha(opacity=100)
}
@media screen and (min-width:990px) and (max-height:860px) {
	.wrap-main #ujbeb-section-home .container h2 {
		font-size: 3rem;
		letter-spacing: 4px
	}
	.wrap-main #ujbeb-section-home .container figure .grp-txt {
		top: 40%
	}
	.wrap-main #ujbeb-section-home .container figure .grp-txt img {
		width: 50%;
		height: auto
	}
	.wrap-main #ujbeb-section-home .container figure .grp-txt p {
		margin: 20px auto 0;
		font-size: 1.4rem;
		line-height: 2rem
	}
	.wrap-main #ujbeb-section-home .container figure .grp-txt a {
		margin: 20px auto 0
	}
}
@media screen and (max-width:1400px) {
	.wrap-main .slider-novedades .novedades-arrow-prev {
		-webkit-transform: scale(1) translateX(25%);
		-moz-transform: scale(1) translateX(25%);
		-ms-transform: scale(1) translateX(25%);
		-o-transform: scale(1) translateX(25%);
		transform: scale(1) translateX(25%)
	}
	.wrap-main .slider-novedades .novedades-arrow-next {
		-webkit-transform: scale(1) translateX(-25%);
		-moz-transform: scale(1) translateX(-25%);
		-ms-transform: scale(1) translateX(-25%);
		-o-transform: scale(1) translateX(-25%);
		transform: scale(1) translateX(-25%)
	}
	.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.initial-default:hover figure figcaption .separator, .wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.swiper-slide-active:hover figure figcaption .separator {
		margin: 20px auto
	}
	.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide figure figcaption h3 {
		font-size: 1.8rem;
		line-height: 2.4rem;
		letter-spacing: 2px
	}
}
@media screen and (min-width:990px) and (max-height:800px) {
	.wrap-main .slider-novedades .novedades-arrow-prev {
		-webkit-transform: scale(.9) translateX(25%);
		-moz-transform: scale(.9) translateX(25%);
		-ms-transform: scale(.9) translateX(25%);
		-o-transform: scale(.9) translateX(25%);
		transform: scale(.9) translateX(25%)
	}
	.wrap-main .slider-novedades .novedades-arrow-next {
		-webkit-transform: scale(.9) translateX(-25%);
		-moz-transform: scale(.9) translateX(-25%);
		-ms-transform: scale(.9) translateX(-25%);
		-o-transform: scale(.9) translateX(-25%);
		transform: scale(.9) translateX(-25%)
	}
	.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.initial-default:hover figure figcaption, .wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.swiper-slide-active:hover figure figcaption {
		top: 25%
	}
	.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.initial-default:hover figure figcaption .separator, .wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.swiper-slide-active:hover figure figcaption .separator {
		margin: 20px auto
	}
	.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide figure figcaption h3 {
		font-size: 1.6rem;
		line-height: 2.4rem;
		letter-spacing: 2px
	}
	.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide figure figcaption .button {
		margin-top: 10px
	}
}
section.breadcrumbs a, section.buy-process .wrap ul li>* {
	font-family: Futura_Std500;
	font-size: 1.5rem;
	color: #a8a8a8
}
section.breadcrumbs {
	width: 100%;
	max-width: 1170px;
	margin: 300px auto 0;
	padding: 0 20px
}

.bshop{
	margin: 30px auto 0;
	padding: 0 !Important;


}
.breadcrumbs.fixtop, .fixtop .breadcrumbs {
	margin: 160px auto 0
}
section.breadcrumbs a {
	text-decoration: none
}
section.breadcrumbs a:before {
	display: inline-block;
	width: 40px;
	height: 15px;
	content: "";
	padding: 2px 5px 0 0;
	background: url(../img/general/sprite.png) 0 -126px no-repeat
}
section.buy-process {
	width: 100%;
	max-width: 1170px;
	margin: 110px auto 0;
	padding: 0 20px
}
section.buy-process .wrap {
	position: relative
}
section.buy-process .wrap ul {
	position: relative;
	padding: 0 40px;
	display: flex;
	justify-content: space-between;
	z-index: 100
}
section.buy-process .wrap ul li {
	display: block
}
section.buy-process .wrap ul li>* {
	display: block;
	clear: both
}
section.buy-process .wrap ul li div {
	width: 20px;
	height: 20px;
	padding-top: 0;
	margin: 0 auto
}
section.buy-process .wrap ul li div i {
	display: inline-block;
	background-color: #fff;
	margin: 7px auto 0;
	width: 11px;
	height: 11px;
	border: 3px solid #ff594c;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%
}
section.buy-process .wrap .line {
	position: absolute;
	padding: 0 40px;
	height: 3px;
	background-color: #e8e8e8;
	left: 95px;
	right: 110px;
	margin-top: -10px;
	z-index: 10
}
section.buy-process .wrap .line span {
	position: absolute;
	height: 3px;
	background-color: #ff594c;
	left: 0;
	width: 0
}
section.buy-process .wrap.step02 ul li.completed>* {
	color: #1f1a1a
}
section.buy-process .wrap.step02 ul li.completed i {
	width: 20px;
	height: 20px;
	background: url(../img/proceso/completed.png) 4px 5px no-repeat #fff;
	padding: 3px 0;
	margin: 0 auto
}
section.buy-process .wrap.step02 .line span {
	width: 50%
}
section.buy-process .wrap.mobile {
	display: none
}
section.process-step01, section.process-step02, section.process-step03 {
	width: 100%;
	max-width: 1170px;
	margin: 120px auto 60px;
	padding: 0 20px
}
section.process-step03 {
	margin: 140px auto 60px
}
section.process-step01 .col8, section.process-step02 .col8, section.process-step03 .col8 {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 65.8807828007%
}
section.process-step01 .col8:last-child, section.process-step02 .col8:last-child, section.process-step03 .col8:last-child {
	margin-right: 0
}
section.process-step01 .col4, section.process-step02 .col4, section.process-step03 .col4 {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 31.7615656014%
}
section.process-step01 .col4:last-child, section.process-step02 .col4:last-child, section.process-step03 .col4:last-child {
	margin-right: 0
}
section.process-step01 .check-condition, section.process-step02 .check-condition, section.process-step03 .check-condition {
	margin: 75px 0 0
}
section.process-step01 .check-condition input[type=checkbox], section.process-step02 .check-condition input[type=checkbox], section.process-step03 .check-condition input[type=checkbox] {
	display: inline-block;
	border: 2px solid #1f1a1a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 1px;
	vertical-align: middle
}
section.process-step01 .check-condition label, section.process-step02 .check-condition label, section.process-step03 .check-condition label {
	display: inline-block;
	font-family: Futura_Std900;
	font-size: 1.3rem;
	letter-spacing: 2px;
	cursor: pointer
}
section.process-step01 .address, section.process-step02 .address, section.process-step03 .address {
	padding: 0 30px
}
section.process-step01 .address h2, section.process-step02 .address h2, section.process-step03 .address h2 {
	font-family: Futura_Std700;
	font-size: 1.45rem;
	color: #1f1a1a;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 3px solid #1f1a1a;
	padding-bottom: 30px
}
section.process-step01 .address h2 span, section.process-step02 .address h2 span, section.process-step03 .address h2 span {
	color: #ff594c
}
section.process-step01 .address p, section.process-step02 .address p, section.process-step03 .address p {
	margin-top: 75px;
	font-family: Futura_Std500;
	font-size: 1.4rem;
	letter-spacing: 2px;
	color: #8a8a8a
}
section.process-step01 .address ul, section.process-step02 .address ul, section.process-step03 .address ul {
	display: block;
	width: 100%
}
section.process-step01 .address ul li, section.process-step02 .address ul li, section.process-step03 .address ul li {
	display: block;
	width: 100%;
	clear: both;
	border-bottom: 1px solid #e8e8e8;
	padding: 40px 0 20px
}
section.process-step01 .address ul li i.icon-check, section.process-step02 .address ul li i.icon-check, section.process-step03 .address ul li i.icon-check {
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 22px;
	background: url(../img/general/sprite.png) -22px -322px no-repeat
}
section.process-step01 .address ul li label, section.process-step01 .address ul li span, section.process-step02 .address ul li label, section.process-step02 .address ul li span, section.process-step03 .address ul li label, section.process-step03 .address ul li span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	font-family: Futura_Std500;
	font-size: 1.3rem;
	color: #1f1a1a
}
section.process-step01 .address ul li input[type=radio], section.process-step02 .address ul li input[type=radio], section.process-step03 .address ul li input[type=radio] {
	position: relative;
	top: 1px
}
section.process-step01 .address ul li i.icon-edit, section.process-step02 .address ul li i.icon-edit, section.process-step03 .address ul li i.icon-edit {
	display: inline-block;
	float: right;
	vertical-align: middle;
	width: 23px;
	height: 23px;
	background: url(../img/general/sprite.png) -309px -322px no-repeat
}
section.process-step01 .address ul li.selected i.icon-check, section.process-step02 .address ul li.selected i.icon-check, section.process-step03 .address ul li.selected i.icon-check {
	background-position: 0 -322px
}
section.process-step01 .address .buttons, section.process-step02 .address .buttons, section.process-step03 .address .buttons {
	display: block;
	margin: 100px 0 0;
	width: 100%
}
section.process-step01 .address .buttons a, section.process-step02 .address .buttons a, section.process-step03 .address .buttons a {
	display: block;
	float: left;
	padding: 20px 40px;
	border: 3px solid #ff594c;
	color: #1f1a1a;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Futura_Std700;
	font-size: 1.3rem;
	letter-spacing: 2px;
	position: relative;
	-webkit-transition: color .75s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: color .75s cubic-bezier(.23, 1, .32, 1);
	transition: color .75s cubic-bezier(.23, 1, .32, 1)
}
section.process-step01 .address .buttons a:before, section.process-step02 .address .buttons a:before, section.process-step03 .address .buttons a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ff594c;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .75s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .75s cubic-bezier(.23, 1, .32, 1);
	transition: all .75s cubic-bezier(.23, 1, .32, 1)
}
section.process-step01 .address .buttons a span, section.process-step02 .address .buttons a span, section.process-step03 .address .buttons a span {
	position: relative;
	z-index: 2
}
section.process-step01 .address .buttons a.add-address, section.process-step02 .address .buttons a.add-address, section.process-step03 .address .buttons a.add-address {
	float: right
}
section.process-step01 .address .buttons a:hover, section.process-step02 .address .buttons a:hover, section.process-step03 .address .buttons a:hover {
	color: #fff
}
section.process-step01 .address .buttons a:hover:before, section.process-step02 .address .buttons a:hover:before, section.process-step03 .address .buttons a:hover:before {
	opacity: 1;
	filter: alpha(opacity=100)
}
section.process-step01 .summary, section.process-step02 .summary, section.process-step03 .summary {
	padding: 0 30px
}
section.process-step01 .summary .box, section.process-step02 .summary .box, section.process-step03 .summary .box {
	border: 3px solid #1f1a1a;
	padding: 5px 30px
}
section.process-step01 .summary .box>*, section.process-step02 .summary .box>*, section.process-step03 .summary .box>* {
	border-bottom: 1px solid #e8e8e8;
	padding: 25px 0
}
section.process-step01 .summary .box>* img, section.process-step02 .summary .box>* img, section.process-step03 .summary .box>* img {
	max-width: 100%;
	height: auto
}
section.process-step01 .summary .box .items img, section.process-step02 .summary .box .items img, section.process-step03 .summary .box .items img {
	max-width: 80px;
	height: auto
}
section.process-step01 .summary .box>* h3, section.process-step02 .summary .box>* h3, section.process-step03 .summary .box>* h3 {
	font-family: Futura_Std700;
	font-size: 1.3rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #ff594c
}
section.process-step01 .summary .box>* ul, section.process-step02 .summary .box>* ul, section.process-step03 .summary .box>* ul {
	font-family: Futura_Std500;
	font-size: 1.3rem;
	letter-spacing: 2px;
	color: #a8a8a8
}
section.process-step01 .summary .box>* ul li, section.process-step02 .summary .box>* ul li, section.process-step03 .summary .box>* ul li {
	display: flex;
	justify-content: space-between
}
section.process-step01 .summary .box>.condiciones-compra::after, section.process-step01 .summary .box>.discount::after, section.process-step02 .summary .box>.condiciones-compra::after, section.process-step02 .summary .box>.discount::after, section.process-step03 .summary .box>.condiciones-compra::after, section.process-step03 .summary .box>.discount::after {
	display: table;
	content: "";
	clear: both
}
section.process-step01 .summary .box>* ul li span, section.process-step02 .summary .box>* ul li span, section.process-step03 .summary .box>* ul li span {
	padding: 0 10px 0 15px
}
section.process-step01 .summary .box>.condiciones-compra, section.process-step02 .summary .box>.condiciones-compra, section.process-step03 .summary .box>.condiciones-compra {
	border-top: 1px solid #e8e8e8;
	border-bottom: none;
	padding-bottom: 0
}
section.process-step01 .summary .box>.condiciones-compra .check-condiciones, section.process-step02 .summary .box>.condiciones-compra .check-condiciones, section.process-step03 .summary .box>.condiciones-compra .check-condiciones {
	float: left;
	margin: 2px 10px 0 0;
	border: 2px solid #000
}
section.process-step01 .summary .box>.condiciones-compra span, section.process-step02 .summary .box>.condiciones-compra span, section.process-step03 .summary .box>.condiciones-compra span {
	float: left;
	font-family: Futura_Std500;
	font-size: 1.6rem;
	color: #1f1a1a;
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px)
}
section.process-step01 .summary .box>.condiciones-compra span a, section.process-step02 .summary .box>.condiciones-compra span a, section.process-step03 .summary .box>.condiciones-compra span a {
	color: #1f1a1a
}
section.process-step01 .summary .box>.discount .input-codigo, section.process-step02 .summary .box>.discount .input-codigo, section.process-step03 .summary .box>.discount .input-codigo {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-family: Futura_Std500;
	font-size: 1.6rem;
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
	float: left
}
section.process-step01 .summary .box>.discount .apply-discount-btn, section.process-step02 .summary .box>.discount .apply-discount-btn, section.process-step03 .summary .box>.discount .apply-discount-btn {
	display: block;
	padding: 0 5px;
	border: 3px solid #ff594c;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Futura_Std700;
	font-size: 1.3rem;
	letter-spacing: 1px;
	text-align: center;
	position: relative;
	background: #fff;
	height: 50px;
	line-height: 50px;
	color: #000;
	width: 100px;
	float: left;
	-webkit-transition: all .75s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .75s cubic-bezier(.23, 1, .32, 1);
	transition: all .75s cubic-bezier(.23, 1, .32, 1)
}
section.process-step01 .summary .box>.discount .apply-discount-btn:hover, section.process-step02 .summary .box>.discount .apply-discount-btn:hover, section.process-step03 .summary .box>.discount .apply-discount-btn:hover {
	background-color: #ff594c;
	color: #fff
}
section.process-step01 .summary .box>.price, section.process-step02 .summary .box>.price, section.process-step03 .summary .box>.price {
	border-bottom: 0 none
}
section.process-step01 .summary .box>.price ul li, section.process-step02 .summary .box>.price ul li, section.process-step03 .summary .box>.price ul li {
	margin-top: 10px
}
section.process-step01 .summary .box>.price ul li span, section.process-step02 .summary .box>.price ul li span, section.process-step03 .summary .box>.price ul li span {
	font-family: Futura_Std900;
	font-size: 1.2rem;
	padding: 0;
	color: #999;
	text-transform: uppercase
}
section.process-step01 .summary .box>.price ul li span.price, section.process-step02 .summary .box>.price ul li span.price, section.process-step03 .summary .box>.price ul li span.price {
	color: #1f1a1a
}
section.process-step01 .summary .box>.price ul li.total, section.process-step02 .summary .box>.price ul li.total, section.process-step03 .summary .box>.price ul li.total {
	margin-top: 20px
}
section.process-step01 .summary .box>.price ul li.total span, section.process-step02 .summary .box>.price ul li.total span, section.process-step03 .summary .box>.price ul li.total span {
	font-family: Futura_Std700;
	font-size: 1.8rem;
	color: #1f1a1a
}
section.process-step01 .summary .box>.buttons, section.process-step02 .summary .box>.buttons, section.process-step03 .summary .box>.buttons {
	border-bottom: 0 none;
	display: block;
	margin: 0;
	width: 100%
}
section.process-step01 .summary .box>.buttons a, section.process-step02 .summary .box>.buttons a, section.process-step03 .summary .box>.buttons a {
	display: block;
	width: 100%;
	padding: 20px 5px;
	border: 3px solid #ff594c;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Futura_Std700;
	font-size: 1.3rem;
	letter-spacing: 1px;
	text-align: center;
	position: relative
}
section.process-step01 .summary .box>.buttons a:before, section.process-step02 .summary .box>.buttons a:before, section.process-step03 .summary .box>.buttons a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ff594c;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .75s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .75s cubic-bezier(.23, 1, .32, 1);
	transition: all .75s cubic-bezier(.23, 1, .32, 1)
}
section.process-step01 .summary .box>.buttons a:hover:before, section.process-step02 .summary .box>.buttons a:hover:before, section.process-step03 .summary .box .discounts a:before, section.process-step03 .summary .box>.buttons a:hover:before {
	opacity: 0;
	filter: alpha(opacity=0)
}
section.process-step01 .summary .box>.buttons a span, section.process-step02 .summary .box>.buttons a span, section.process-step03 .summary .box>.buttons a span {
	position: relative;
	z-index: 2;
	color: #fff;
	-webkit-transition: color .75s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: color .75s cubic-bezier(.23, 1, .32, 1);
	transition: color .75s cubic-bezier(.23, 1, .32, 1)
}
section.process-step01 .summary .box>.buttons a:hover span, section.process-step02 .summary .box>.buttons a:hover span, section.process-step03 .summary .box>.buttons a:hover span {
	color: #000
}
section.process-step03 section.buy-process .wrap.step02 ul li.completed>*, section.process-step03 section.buy-process .wrap.step03 ul li.completed>*, section.process-step03 section.buy-process .wrap.step04 ul li.completed>* {
	color: #1f1a1a
}
section.process-step02 .address ul li {
	position: relative;
	display: inline-block;
	margin-right: 30px;
	width: auto;
	border: 0;
	cursor: pointer
}
section.process-step02 .address ul li.selected:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}
section.process-step02 .address ul li.visa.selected:after {
	background: url(../img/proceso/visa_red.html) 0 40px no-repeat
}
section.process-step02 .address ul li.mastercard.selected:after {
	background: url(../img/proceso/mastercard_red.html) 0 40px no-repeat
}
section.process-step02 .address ul li.paypal.selected:after {
	background: url(../img/proceso/paypal_red.html) 0 40px no-repeat
}
section.process-step03 section.buy-process {
	padding: 0;
	margin-top: 20px
}
section.process-step03 section.buy-process .wrap ul {
	padding: 0;
	display: flex;
	justify-content: space-between;
	z-index: 100
}
section.process-step03 section.buy-process .wrap ul li {
	padding: 0;
	border: 0;
	text-align: center
}
section.process-step03 .table .headers, section.process-step03 .table .item {
	font-size: 1.3rem;
	letter-spacing: 2px;
	text-align: left;
	border-bottom: 1px solid #e8e8e8
}
section.process-step03 section.buy-process .wrap .line {
	left: 90px;
	right: 90px
}
section.process-step03 section.buy-process .wrap.step02 ul li.completed i {
	width: 20px;
	height: 20px;
	background: url(../img/proceso/completed.png) 4px 5px no-repeat #fff;
	padding: 3px 0;
	margin: 0 auto
}
section.process-step03 section.buy-process .wrap.step02 .line span {
	width: 33%
}
section.process-step03 section.buy-process .wrap.step03 ul li.completed i {
	width: 20px;
	height: 20px;
	background: url(../img/proceso/completed.png) 4px 5px no-repeat #fff;
	padding: 3px 0;
	margin: 0 auto
}
section.process-step03 section.buy-process .wrap.step03 .line span {
	width: 66%
}
section.process-step03 section.buy-process .wrap.step04 ul li.completed i {
	width: 20px;
	height: 20px;
	background: url(../img/proceso/completed.png) 4px 5px no-repeat #fff;
	padding: 3px 0;
	margin: 0 auto
}
section.process-step03 section.buy-process .wrap.step04 .line span {
	width: 100%
}
section.process-step03 .address h2 {
	padding-left: 20px;
	background: url(../img/general/sprite.png) -407px -128px no-repeat
}
section.process-step03 .address .check {
	margin: 75px 0 0
}
section.process-step03 .table {
	margin: 100px 0 0;
	width: 100%
}
section.process-step03 .table.table-carrito {
	margin: 0
}
section.process-step03 .table .headers {
	font-family: Futura_Std900;
	color: #1f1a1a
}
section.process-step03 .table .headers>* {
	padding: 0 27px 30px 0
}
section.process-step03 .table .item {
	font-family: Futura_Std500;
	color: #8a8a8a;
	vertical-align: middle
}
section.process-step03 .summary .box .discounts a span, section.process-step03 .table .item .total {
	color: #1f1a1a
}
section.process-step03 .table .item>* {
	vertical-align: middle;
	padding-right: 9px
}
section.process-step03 .table .item>*>* {
	vertical-align: middle;
	display: inline-block
}
section.process-step03 .table .item .input-quantity {
	border: 1px solid #e6e6e6;
	display: inline-block;
	padding: 5px;
	width: 40px;
	text-align: center;
	height: 40px
}
section.process-step03 .table .item .element .wrapper {
	display: flex;
	align-items: center;
	position: relative;
	max-width: 85% !important
}

section.process-step03 .table .item .element .wrapper figure {
	margin:30px;
}

section.process-step03 .table .item .element .wrapper .delete-item {
	position: absolute;
	width: 30px;
	height: 30px;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}
section.process-step03 .table .item .element .wrapper .delete-item span {
	width: 30px;
	height: 2px;
	background: #ff594c;
	display: block;
	position: absolute;
	top: 12px;
	cursor: pointer
}
section.process-step03 .table .item .element .wrapper .delete-item span.ln1 {
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	-ms-transform-origin: center top;
	-o-transform-origin: center top;
	transform-origin: center top;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
section.process-step03 .table .item .element .wrapper .delete-item span.ln2 {
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	-ms-transform-origin: center top;
	-o-transform-origin: center top;
	transform-origin: center top;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
section.process-step03 .table .item .element .wrapper p {
	font-size: 1.4rem;
	margin: 0
}
section.process-step03 .summary .box .delivery h3 {
	font-size: 1.25rem
}
section.process-step03 .summary .box .discounts::after {
	clear: both;
	content: "";
	display: table
}
section.process-step03 .summary .box .discounts input {
	width: 60%;
	float: left;
	padding: 20px 10px;
	font-size: 1.4rem;
	height: 62px;
	border: 1px solid #e8e8e8;
	border-right: 0 none
}
section.process-step03 .summary .box .discounts a {
	width: 40%;
	float: left
}
section.process-step03 .summary .box .discounts a:hover:before {
	opacity: 1;
	filter: alpha(opacity=100)
}
section.process-step03 .summary .box .discounts a:hover span {
	color: #fff
}
section.process-step03 .summary .box .address h3, section.process-step03 .summary .box .method h3 {
	color: #1f1a1a
}
section.process-step03 .summary .box .address p, section.process-step03 .summary .box .method p {
	margin: 10px 0 0;
	color: #1f1a1a;
	font-family: Futura_Std500;
	font-size: 1.3rem;
	letter-spacing: 2px
}
section.process-step03 .summary .box .address span, section.process-step03 .summary .box .method span, section.process-step03 .summary .box.red>* {
	font-family: Futura_Std700;
	font-size: 1.3rem;
	letter-spacing: 2px
}
section.process-step03 .summary .box.red {
	margin: 20px 0 0;
	border-color: #ff594c;
	text-align: center
}
section.process-step03 .summary .box.red>* {
	border: 0;
	padding: 20px 0
}
section.process-step03 .summary .box.red h3 {
	text-transform: uppercase
}
section.process-step03 .summary .box.red p {
	font-family: Futura_Std500;
	padding: 0 0 40px
}
.wrap-main section.dashboard .buttons a, .wrap-main section.dashboard .wrap .col3.nav h3, .wrap-main section.dashboard .wrap .col3.nav ul li a {
	font-family: Futura_Std700;
	letter-spacing: 2px;
	text-decoration: none
}
.wrap-main section.dashboard {
	width: 100%;
	max-width: 1170px;
	margin: 70px auto;
	padding: 0 20px
}
.wrap-main.fixmig section.dashboard {
	margin: 120px auto
}
.wrap-main section.dashboard .wrap .col9 {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 74.4105871005%
}
.wrap-main section.dashboard .wrap .col9:last-child {
	margin-right: 0
}
.wrap-main section.dashboard .wrap .col9.content {
	min-height: 400px;
	padding: 0 0 0 80px;
	border-left: 1px solid #1f1a1a
}
.wrap-main section.dashboard .wrap .col3 {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 23.2317613015%
}
.wrap-main section.dashboard .wrap .col3:last-child {
	margin-right: 0
}
.wrap-main section.dashboard .wrap .col3.nav h3 {
	font-size: 1.5rem;
	color: #1f1a1a
}
.wrap-main section.dashboard .wrap .col3.nav ul {
	margin-top: 40px
}
.wrap-main section.dashboard .wrap .col3.nav ul li {
	display: block;
	clear: both;
	width: 100%;
	margin-bottom: 20px
}
.wrap-main section.dashboard .wrap .col3.nav ul li a {
	position: relative;
	font-size: 1.2rem;
	color: #1f1a1a
}
.wrap-main section.dashboard .wrap .col3.nav ul li a span {
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	top: -6px;
	right: -15px;
	background-color: #ff594c
}
.wrap-main section.dashboard .wrap .col3.nav ul li a:hover, .wrap-main section.dashboard .wrap .col3.nav ul li.selected a {
	color: #ff594c
}
.wrap-main section.dashboard .buttons {
	border-bottom: 0 none;
	display: block;
	margin: 0;
	width: 100%
}
.wrap-main section.dashboard .buttons a {
	display: block;
	padding: 20px 10px;
	border: 3px solid #ff594c;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.3rem;
	text-align: center;
	position: relative
}
.wrap-main section.dashboard .buttons a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ff594c;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .75s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .75s cubic-bezier(.23, 1, .32, 1);
	transition: all .75s cubic-bezier(.23, 1, .32, 1)
}
.wrap-main section.dashboard .buttons a.button-white:before, .wrap-main section.dashboard .buttons a:hover:before {
	opacity: 0;
	filter: alpha(opacity=0)
}
.wrap-main section.dashboard .buttons a span {
	position: relative;
	z-index: 2;
	color: #fff;
	-webkit-transition: color .75s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: color .75s cubic-bezier(.23, 1, .32, 1);
	transition: color .75s cubic-bezier(.23, 1, .32, 1)
}
.wrap-main section.dashboard .buttons a:hover span {
	color: #000
}
.wrap-main section.dashboard .buttons a.button-white {
	border: 3px solid #ff594c
}
.wrap-main section.dashboard .buttons a.button-white span {
	color: #ff594c
}
.wrap-main section.dashboard .buttons a.button-white:hover:before {
	opacity: 1;
	filter: alpha(opacity=100)
}
.wrap-main section.dashboard .buttons a.button-white:hover span {
	color: #fff
}
.wrap-main section.dashboard .welcome p {
	display: inline-block;
	float: left;
	font-family: Futura_Std900;
	font-size: 1.5rem;
	color: #1f1a1a;
	line-height: 2.2rem;
	letter-spacing: 2px
}
.wrap-main section.dashboard .welcome p span.red {
	color: #ff594c
}
.wrap-main section.dashboard .welcome .buttons {
	max-width: 300px;
	float: right
}
.wrap-main section.dashboard .wrapper {
	margin-top: 40px
}
.wrap-main section.dashboard .wrapper .col4 {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 31.7615656014%
}
.wrap-main section.dashboard .wrapper .col4:last-child {
	margin-right: 0
}
.wrap-main section.dashboard .wrapper .col4 .box {
	border: 3px solid #1f1a1a;
	padding: 30px
}
.wrap-main section.dashboard .wrapper .col4 .box figure {
	text-align: center
}
.wrap-main section.dashboard .wrapper .col4 .box figure .icon {
	display: inline-block;
	width: 100px;
	height: 100px;
	background: url(../img/general/sprite-dashboard.png) no-repeat
}
.wrap-main section.dashboard .wrapper .col4 .box figure .icon.icon-address {
	background-position: 0 -150px
}
.wrap-main section.dashboard .wrapper .col4 .box figure .icon.icon-list {
	background-position: 0 -300px
}
.wrap-main section.dashboard .wrapper .col4 .box h3 {
	font-family: Futura_Std700;
	font-size: 1.5rem;
	color: #1f1a1a;
	letter-spacing: 2px;
	text-align: center;
	margin: 10px 0 0
}
.wrap-main section.dashboard .wrapper .col4 .box p {
	margin-top: 20px;
	font-family: Futura_Std500;
	font-size: 1.5rem;
	color: #1f1a1a;
	letter-spacing: 2px;
	line-height: 2.2rem;
	text-align: center
}
.wrap-main section.dashboard .wrapper .col4 .buttons {
	margin-top: 20px
}
.wrap-main section.dashboard.dash-data .col6 {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 48.821174201%;
	padding: 0 50px
}
.wrap-main section.dashboard.dash-data .col6:last-child {
	margin-right: 0
}
.wrap-main section.dashboard.dash-data .col6 .buttons {
	margin-top: 60px
}
.wrap-main section.dashboard.dash-address ul.address-table {
	display: block;
	width: 100%
}
.wrap-main section.dashboard.dash-address ul.address-table li {
	display: block;
	width: 100%;
	padding: 40px 0 20px;
	border-bottom: 1px solid #e8e8e8;
	font-family: Futura_Std500;
	font-size: 1.3rem;
	color: #a8a8a8;
	letter-spacing: 2px;
	line-height: 2.2rem
}
.wrap-main section.dashboard.dash-address ul.address-table li>* {
	vertical-align: middle
}
.wrap-main section.dashboard.dash-address ul.address-table li p {
	display: inline-block;
	width: calc(100% - 100px)
}
.wrap-main section.dashboard.dash-address ul.address-table li .control-buttons {
	display: inline-block
}
.wrap-main section.dashboard.dash-address ul.address-table li i {
	display: inline-block;
	cursor: pointer;
	width: 25px;
	height: 25px;
	background: url(../img/general/sprite.png) -460px -320px no-repeat
}
.wrap-main section.dashboard.dash-address ul.address-table li i.icon-edit {
	background-position: -308px -320px
}
.wrap-main section.dashboard.dash-address ul.address-table li i.icon-delete {
	background-position: -350px -320px
}
.wrap-main section.dashboard.dash-address .buttons {
	margin-top: 120px;
	float: right;
	width: auto
}
.wrap-main section.dashboard.dash-address .buttons a {
	padding-left: 70px;
	padding-right: 70px
}
.wrap-main section.dashboard.dash-moreaddress .col6 {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 48.821174201%;
	padding: 0 50px
}
.wrap-main section.dashboard.dash-moreaddress .col6:last-child {
	margin-right: 0
}
.wrap-main section.dashboard.dash-moreaddress .col6 .flag, .wrap-main section.dashboard.dash-moreaddress .col6 .map {
	position: relative
}
.wrap-main section.dashboard.dash-moreaddress .col6 .flag .select-wrap, .wrap-main section.dashboard.dash-moreaddress .col6 .map .select-wrap {
	margin: 20px 0 0
}

.selectRegalos {
	margin: 10px 0 10px 0;
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/general/sprite-forms.png) right -375px no-repeat;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 20px 20px 20px;
	color: black;
	font-family: Futura_Std500;
	font-size: 1.4 rem;
	letter-spacing: 2px;
	border: 2px solid #ff594c;
	text-transform: uppercase;
  	font-weight: bold;

}

@media screen and (max-width:600px) {

	.selectRegalos {
		font-size: 1rem;
	}

}

.wrap-main section.dashboard.dash-moreaddress .col6 .flag .select-wrap select, .wrap-main section.dashboard.dash-moreaddress .col6 .map .select-wrap select {
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/general/sprite-forms.png) right -375px no-repeat;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 20px 20px 50px;
	color: #1f1a1a;
	font-family: Futura_Std500;
	font-size: 1.3rem;
	letter-spacing: 2px;
	border: 1px solid #dedede
}
.wrap-main section.dashboard.dash-moreaddress .col6 .flag .select-wrap:before, .wrap-main section.dashboard.dash-moreaddress .col6 .map .select-wrap:before {
	position: absolute;
	width: 15px;
	height: 15px;
	content: "";
	background: url(../img/general/sprite-forms.png) 0 -625px no-repeat;
	top: 20px;
	left: 15px
}
.wrap-main section.dashboard.dash-moreaddress .col6 .map .select-wrap:before {
	height: 20px;
	background: url(../img/general/sprite-forms.png) 0 -585px no-repeat
}
.wrap-main section.dashboard.dash-moreaddress .col6 label.check {
	margin: 20px 0 0;
	display: inline-block;
	vertical-align: middle;
	padding: 20px 0;
	color: #1f1a1a;
	font-family: Futura_Std500;
	font-size: 1.3rem;
	letter-spacing: 1px
}
.wrap-main section.dashboard.dash-moreaddress .col6 label.check .check {
	display: inline-block;
	vertical-align: middle;
	float: left;
	margin-bottom: 20px;
	margin-right: 10px
}
.wrap-main section.dashboard.dash-moreaddress .buttons {
	float: left;
	width: 100%;
	margin-top: 60px
}
.wrap-main section.dashboard.dash-moreaddress .buttons .transparent span {
	color: #1f1a1a
}
.wrap-main section.dashboard.dash-moreaddress .buttons .transparent:before {
	background-color: #fff;
	opacity: 0;
	filter: alpha(opacity=0)
}
.wrap-main section.dashboard.dash-moreaddress .buttons .transparent:hover span {
	color: #fff
}
.wrap-main section.dashboard.dash-moreaddress .buttons .transparent:hover:before {
	background-color: #ff594c;
	opacity: 1;
	filter: alpha(opacity=100)
}
.wrap-main section.dashboard.dash-pedidos .table {
	margin: 0;
	width: 100%
}
.wrap-main section.dashboard.dash-pedidos .table .headers {
	font-family: Futura_Std900;
	font-size: 1.3rem;
	letter-spacing: 2px;
	color: #1f1a1a;
	text-align: center;
	border-bottom: 1px solid #e8e8e8
}
.wrap-main section.dashboard.dash-pedidos .table .headers>* {
	padding: 0 20px 30px
}
.wrap-main section.dashboard.dash-pedidos .table .headers>:last-child {
	padding: 0
}
.wrap-main section.dashboard.dash-pedidos .table .headers>:first-child {
	text-align: left
}
.wrap-main section.dashboard.dash-pedidos .table .headers>* .hidden {
	text-indent: -9990em
}
.wrap-main section.dashboard.dash-pedidos .table .item {
	font-family: Futura_Std500;
	font-size: 1.3rem;
	letter-spacing: 2px;
	color: #8a8a8a;
	text-align: center;
	border-bottom: 1px solid #e8e8e8;
	vertical-align: middle
}
.wrap-main section.dashboard.dash-pedidos .table .item>* {
	vertical-align: middle;
	padding: 40px 20px 15px
}
.wrap-main section.dashboard.dash-pedidos .table .item>* .icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/general/sprite.png) -390px -322px no-repeat;
	position: relative;
	top: 2px
}
.wrap-main section.dashboard.dash-pedidos .table .item>* .icon.icon-view {
	background-position: -425px -322px;
	cursor: pointer
}
.wrap-main section.dashboard.dash-pedidos .table .item>* h3 {
	font-family: Futura_Std900;
	color: #1f1a1a
}
.wrap-main section.dashboard.dash-pedidos .table .item>* h3.red {
	color: #ff594c
}
.wrap-main section.dashboard.dash-pedidos .table .item>:first-child {
	text-align: left
}
.wrap-main section.dashboard.dash-pedido .wrapper {
	margin: 0
}
.wrap-main section.dashboard.dash-pedido .header {
	display: block;
	float: left;
	width: 100%;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	clear: both;
	margin: 75px 0 0;
	padding: 20px;
	font-family: Futura_Std500;
	font-size: 1.3rem;
	letter-spacing: 2px;
	color: #8d8d8d;
	text-align: left
}
.wrap-main section.dashboard.dash-pedido .header .pedido-number {
	float: left;
	vertical-align: middle
}
.wrap-main section.dashboard.dash-pedido .header .pedido-number i.icon-box {
	vertical-align: middle;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/general/sprite.png) -390px -322px no-repeat
}
.wrap-main section.dashboard.dash-pedido .header .pedido-number span {
	vertical-align: middle
}
.wrap-main section.dashboard.dash-pedido .header .date {
	float: right
}
.wrap-main section.dashboard.dash-pedido .buy-process .wrap .line {
	left: 90px;
	right: 80px
}
.wrap-main section.dashboard.dash-pedido .buy-process .wrap .line span {
	width: 0
}
.wrap-main section.dashboard.dash-pedido .buy-process .wrap.step02 .line span {
	width: 36%
}
.wrap-main section.dashboard.dash-pedido .buy-process .wrap.step03 .line span {
	width: 70%
}
.wrap-main section.dashboard.dash-pedido .buy-process .wrap.step04 .line span {
	width: 100%
}
.wrap-main section.dashboard.dash-pedido .table {
	margin: 0;
	width: 100%
}
.wrap-main section.dashboard.dash-pedido .table .item {
	font-family: Futura_Std500;
	font-size: 1.3rem;
	letter-spacing: 2px;
	color: #8a8a8a;
	text-align: left;
	border-bottom: 1px solid #e8e8e8;
	vertical-align: middle
}
.wrap-main section.dashboard.dash-pedido .table .item>* {
	vertical-align: middle;
	padding: 0 20px
}
.wrap-main section.dashboard.dash-pedido .table .item>*>* {
	vertical-align: middle;
	display: inline-block
}
.wrap-main section.dashboard.dash-pedido .table .item .element .wrapper {
	display: flex;
	align-items: center
}
.wrap-main section.dashboard.dash-pedido .table .item .element .wrapper p {
	font-size: 1.4rem;
	margin: 0
}
.wrap-main section.dashboard.dash-pedido .price ul li, .wrap-main section.dashboard.dash-pedido .price ul li.total {
	margin-top: 10px
}
.wrap-main section.dashboard.dash-pedido .table .item .total {
	color: #1f1a1a
}
.wrap-main section.dashboard.dash-pedido .price {
	border-bottom: 0 none
}
.wrap-main section.dashboard.dash-pedido .price ul {
	max-width: 300px;
	width: 100%;
	float: right;
	text-align: right
}
.wrap-main section.dashboard.dash-pedido .price ul li span {
	display: inline-block;
	width: 125px;
	font-family: Futura_Std500;
	font-size: 1.3rem;
	padding: 0;
	color: #1f1a1a;
	text-transform: uppercase
}
.wrap-main section.dashboard.dash-pedido .price ul li span.price {
	color: #1f1a1a
}
.wrap-main section.dashboard.dash-pedido .price ul li.total span {
	font-family: Futura_Std700;
	font-size: 1.3rem;
	color: #1f1a1a
}
.wrap-main section.dashboard.dash-pedido .buttons {
	display: block;
	clear: both;
	margin: 30px 0 0
}
.wrap-main section.dashboard.dash-pedido .buttons a {
	max-width: 45%;
	width: 100%;
	float: left
}
.wrap-main section.dashboard.dash-pedido .buttons a:last-child {
	float: right
}
.wrap-main section.dashboard.dash-pedido .buttons a.transparent span {
	color: #1f1a1a
}
.wrap-main section.dashboard.dash-pedido .buttons a.transparent:before {
	background-color: #fff;
	opacity: 0;
	filter: alpha(opacity=0)
}
.wrap-main section.dashboard.dash-pedido .buttons a.transparent:hover span {
	color: #fff
}
.wrap-main section.dashboard.dash-pedido .buttons a.transparent:hover:before {
	background-color: #ff594c;
	opacity: 1;
	filter: alpha(opacity=100)
}
.wrap-main div.breadcrumbs {
	width: 100%;
	max-width: 1170px;
	padding: 260px 20px 0
}

.wrap-main .breadcrumb-shop .breadcrumbs {
	width: 100%;
	max-width: 1170px;
	padding: 10px auto 10px
}



.wrap-main.fixmig div.breadcrumbs {
	padding: 160px 20px 0
}
.wrap-article div.breadcrumbs {
	padding: 0!important
}
.wrap-main section.faq {
	width: 100%;
	max-width: 1170px;
	margin: 70px auto;
	padding: 0 20px
}
.wrap-main section.faq .col3 {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 23.2317613015%
}
.wrap-main section.faq .col3:last-child {
	margin-right: 0
}
.wrap-main section.faq .col9 {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 74.4105871005%
}
.wrap-main section.faq .col9:last-child {
	margin-right: 0
}
.wrap-main section.faq .nav ul li {
	display: block;
	clear: both;
	width: 100%;
	margin-bottom: 10px
}
.wrap-main section.faq .nav ul li a {
	font-family: Futura_Std700;
	font-size: 1.2rem;
	text-decoration: none;
	letter-spacing: 2px;
	color: #1f1a1a
}
.wrap-main section.faq .nav ul li a:hover, .wrap-main section.faq .nav ul li.selected a {
	color: #ff594c
}
.wrap-main section.faq .content {
	padding: 0 0 0 80px;
	border-left: 1px solid #1f1a1a
}
.wrap-main section.faq .content .txt-content h6 {
	font-family: Futura_Std500;
	font-size: 1.5rem;
	letter-spacing: 2px;
	color: #1f1a1a;
	margin-bottom: 10px;
	text-transform: uppercase
}
.wrap-main section.faq .content .txt-content p, .wrap-main section.faq .content .txt-content ul li {
	margin-bottom: 35px;
	font-family: Futura_Std500;
	font-size: 1.5rem;
	letter-spacing: 2px;
	line-height: 2.2rem
}
.wrap-main section.faq .content .txt-content p {
	color: #1f1a1a
}
.wrap-main section.faq .content .txt-content a {
	font-family: Futura_Std500;
	font-size: 1.5rem;
	letter-spacing: 2px;
	color: #1f1a1a
}
.wrap-main section.faq .content .txt-content a:hover {
	color: #ff594c
}
.wrap-main section.faq .content .txt-content ul {
	padding-left: 20px
}
.wrap-main section.faq .content .txt-content ul li {
	list-style: disc;
	color: #1f1a1a
}
@media screen and (max-width:992px) {
	.filter ul li, .list-anclas ul li {
		padding: 0 5px
	}
	.filter ul li a, .list-anclas ul li a {
		font-size: 1.1rem
	}
	section.content-articles .hover-article .caption h2 {
		font-size: 1.2rem
	}
	section.content-articles .col6 .caption h2 {
		font-size: 1.4rem
	}
	section.content-articles .white-article.col3 .caption {
		padding: 10px
	}
	.wrap-main.interior .contact, .wrap-main.interior .wrap-article .single-article h1, .wrap-main.interior .wrap-article .single-article p, .wrap-main.interior .wrap-article .single-article.area .area-content img {
		padding: 0 20px
	}
	section.content-articles .white-article.col3 .caption figure img {
		max-width: 60%
	}
	section.content-articles .white-article.col3 .caption .separator {
		margin: 10px auto
	}
	section.content-articles .white-article.col3 .caption h2 {
		font-size: 1.4rem;
		margin-top: 15px
	}
	.wrap-main.interior .wrap-article .single-article.tabs .wrap-tab ul li a {
		font-size: 1.3rem
	}
	.wrap-main.interior .wrap-article .single-article.tabs .wrap-tab .tab .inner-tab .grp-txt h2 {
		margin-top: 15px
	}
	.wrap-main.interior .wrap-article .single-article.tabs .wrap-tab .tab .inner-tab .grp-txt .separator {
		margin: 10px 0
	}
	.wrap-main.interior .wrap-article .single-article.tabs .wrap-tab .tab .inner-tab .grp-txt ul li {
		margin: 5px 0 0
	}
	.wrap-main.interior .contact .wrap-txt>img, .wrap-main.interior .contact .wrap-txt>p {
		display: block;
		float: none;
		margin: 10px auto;
		width: auto;
		clear: both
	}
}
@media screen and (max-width:800px) {
	.filter ul li, .list-anclas ul li {
		display: block;
		clear: both;
		text-align: center
	}
	.filter ul li a, .list-anclas ul li a {
		padding: 15px 0;
		font-size: 1.1rem
	}
	section.content-articles .col3, section.content-articles .col6 {
		width: 100%
	}
	section.content-articles .col3 {
		width: 50%;
		margin-bottom: 100px;
		margin-left: 9%;
	}
	.virtual-shop .shop-items .item.col4 {
	    display: inline-block;
	    box-sizing: border-box;
	    width: -webkit-calc(50% - 40px);
	    width: 30%;
	   
	    width: 50%;
    	margin-bottom: 100px;
	}

	.wrap-main.interior .wrap-section.addons {
	    padding: 40px 0;
	}



	section.content-articles .hover-article .caption h2 {
		font-size: 1.6rem
	}
	section.content-articles .col6 .caption h2 {
		font-size: 1.8rem
	}
	.wrap-main.interior .wrap-article .single-article p {
		padding: 0 20px 15px
	}
	.wrap-main.interior .wrap-article .single-article.tabs .wrap-tab ul li {
		clear: both;
		display: block;
		margin: 0 auto;
		max-width: 300px;
		text-align: center
	}
	.wrap-main.interior .wrap-article .single-article.tabs .wrap-tab ul li a {
		display: inline-block;
		padding: 20px
	}
	.wrap-main.interior .wrap-article .single-article.tabs .wrap-tab .tab .inner-tab .grp-txt ul li {
		text-align: left
	}
	.wrap-main.interior .contact {
		padding: 0 20px
	}
}
@media screen and (max-width:600px) {
	.wrap-main.interior .wrap-article .single-article.area .area-content img, .wrap-main.interior .wrap-article .single-article.area .area-content p {
		width: 100%
	}
	.wrap-main.interior .contact {
		padding: 0 20px
	}
}
@media screen and (max-width:992px) {
	.header-tienda-home .swiper-container .swiper-slide {
		background-size: cover;
		background-position: center center;
		width: 100%!important
	}
	.header-tienda-home .swiper-container .swiper-slide img {
		opacity: 0;
		filter: alpha(opacity=0)
	}
	.header-tienda-home .swiper-container .swiper-slide .wrap-item h2 {
		font-size: 2.6rem;
		letter-spacing: 1px;
		line-height: 3.2rem
	}
	.header-tienda-home .swiper-container .swiper-slide .wrap-item .item-price {
		display: inline-block;
		width: 100%;
		height: 45px;
		max-width: 370px;
		margin-top: 40px;
		border: 2px solid #fff
	}
	.header-tienda-home .swiper-container .swiper-slide .wrap-item .item-price h5 {
		font-size: 1.6rem
	}
	.header-tienda-home .swiper-container .swiper-slide .wrap-item .item-price a {
		font-size: 1.2rem;
		height: 45px;
		padding-top: 17px
	}
	.header-tienda-home .swiper-container .swiper-pagination {
		bottom: 10px
	}
	.header-tienda-home .swiper-container .wrap-buttons .button-next, .header-tienda-home .swiper-container .wrap-buttons .swiper-button-next {
		right: 10px;
		-webkit-transform: scale(.8);
		-moz-transform: scale(.8);
		-ms-transform: scale(.8);
		-o-transform: scale(.8);
		transform: scale(.8)
	}
	.header-tienda-home .swiper-container .wrap-buttons .button-prev, .header-tienda-home .swiper-container .wrap-buttons .swiper-button-prev {
		left: 10px;
		-webkit-transform: scale(.8);
		-moz-transform: scale(.8);
		-ms-transform: scale(.8);
		-o-transform: scale(.8);
		transform: scale(.8)
	}
	.conditions-section {
		padding: 0 20px;
		margin-top: 25px
	}
	.conditions-section ul li {
		width: 50%;
		float: left;
		max-width: none;
		margin: 0 0 50px
	}
	.virtual-shop {
		padding: 0
	}
	.virtual-shop .shop-filters {
		position: relative;
		width: 100%;
		margin: 0
	}
	.virtual-shop .shop-filters h4 {
		cursor: pointer;
		position: relative;
		padding: 20px 40px;
		border-top: 1px solid #efefef;
		border-bottom: 1px solid #efefef
	}
	.virtual-shop .shop-filters h4:before {
		position: absolute;
		content: "";
		width: 25px;
		height: 25px;
		background: url(../img/general/sprite.png) -202px -323px no-repeat;
		right: 30px;
		-webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
		-moz-transition: all .45s cubic-bezier(.23, 1, .32, 1);
		transition: all .45s cubic-bezier(.23, 1, .32, 1)
	}
	.virtual-shop .shop-filters h4.open:before {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	.virtual-shop .shop-filters .wrap-filters {
		display: none
	}
	.virtual-shop .shop-filters .products {
		width: 85%;
		margin: 0 auto
	}
	.virtual-shop .shop-filters .slider-price-box {
		border-top: 2px solid #1f1a1a;
		margin-top: 30px;
		padding: 30px 0 20px;
		width: 100%
	}
	.virtual-shop .shop-filters .slider-price-box .price {
		width: 85%;
		margin: 0 auto
	}
	.virtual-shop .shop-filters .slider-price-box #slider-range {
		width: 100%;
		background-color: #ececec
	}
	.virtual-shop .shop-filters .slider-price-box span.amount {
		font-family: Futura_Std900;
		font-size: 1.2rem;
		color: #1f1a1a;
		top: 12px!important;
		position: relative
	}
	.virtual-shop .shop-filters .slider-price-box span.amount#slider-range-min {
		left: -2%
	}
	.virtual-shop .shop-filters .slider-price-box span.amount#slider-range-max {
		left: 88%
	}
	.virtual-shop .shop-filters .type {
		margin-top: 20px
	}
	.virtual-shop .shop-filters.open h4:before {
		background-position: -246px -323px
	}
	.virtual-shop .shop-filters.open .wrap-filters {
		display: block;
		position: absolute;
		background-color: rgba(255, 255, 255, .95);
		width: 100%;
		z-index: 150;
		padding: 20px 40px
	}
	.virtual-shop .shop-items {
		width: -webkit-calc(90%);
		width: calc(90%);
		padding: 0;
		box-sizing: border-box
	}
	.virtual-shop .shop-items .item.col6 {
		width: 48%;
		margin: 10px 1%
	}
	.virtual-shop .shop-items .item.col6 .item-price .txt {
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
		-ms-flex-pack: justify
	}
	.virtual-shop .shop-items .item.col6 .item-price .txt h4 {
		padding-top: 0
	}
	.virtual-shop .shop-items .item.col6 .item-price .txt h5 {
		/*margin: 0 5px;*/
		padding-top: 0
	}
	.header-tienda-producto .container .producto, .header-tienda-producto.header-tienda-producto-sentidos .container .producto {
		margin-top: 30px
	}
	.header-tienda-producto .container .producto .col8 {
		width: 100%;
		margin: 0
	}
	.header-tienda-producto .container .producto .col4 {
		width: 85%;
		margin: 0 7.5%;
		padding: 0
	}
	.header-tienda-producto .container .producto .producto-no-carousel {
		height: auto
	}
	.header-tienda-producto .container .producto .producto-no-carousel figure {
		height: auto;
		width: 80%
	}
	.header-tienda-producto .container .producto .producto-no-carousel figure>img {
		display: block;
		margin: 0 auto;
		max-width: 620px;
		position: relative;
		width: auto;
		width: 100%
	}
	.header-tienda-producto .container .producto .producto-description p.conditions li, .header-tienda-producto .container .producto .producto-description ul.conditions li {
		clear: both;
		display: block
	}
	.header-tienda-producto .container .pagination {
		clear: both;
		display: block;
		float: left;
		position: absolute;
		text-align: justify;
		bottom: 145px;
		width: 85%;
		margin-left: 7.5%
	}
	.header-tienda-producto .container .pagination ul li .wrap {
		-webkit-transform: scale(.8);
		-moz-transform: scale(.8);
		-ms-transform: scale(.8);
		-o-transform: scale(.8);
		transform: scale(.8)
	}
	.header-tienda-producto .container .pagination ul li.selected .wrap, .header-tienda-producto .container .pagination ul li:hover .wrap {
		height: 75px;
		width: 75px
	}
	.header-tienda-producto .container .pagination ul li.selected:before, .header-tienda-producto .container .pagination ul li:hover:before {
		left: 6px
	}
	.header-tienda-producto .container .pagination ul li.selected:after, .header-tienda-producto .container .pagination ul li:hover:after {
		right: -3px
	}
	.producto-gallery {
		float: left;
		clear: both;
		width: 100%;
		margin-top: 50px;
		margin-bottom: 50px
	}
	.producto-description .container article .grp-txt {
		padding: 20px
	}
	.producto-description .container article .grp-txt p {
		font-size: 1.5rem;
		line-height: 2.2rem
	}
}
@media screen and (max-width:640px) {
	.virtual-shop .shop-items {
		padding: 0;
		width: 100%;
		margin: 0
	}
	.virtual-shop .shop-items .item.col6 {
		width: 48%;
		margin: 10px 1%;
	}
}
@media screen and (max-width:600px) {
	.virtual-shop {
		margin: 0px auto 130px;
	}
	.virtual-shop .shop-items .item.col6 figure .grp-txt h6{
		font-size: 0.9rem;
	}
	.header-tienda-home, .header-tienda-home .swiper-container .swiper-slide {
		min-height: 400px
	}
	.header-tienda-home .swiper-container .swiper-slide .wrap-item {
		padding: 0 5%;
		top: 40%;
		width: 90%
	}
	.header-tienda-home .swiper-container .swiper-slide .wrap-item h2 {
		width: 80%;
		margin: 0 auto;
		font-size: 2rem;
		line-height: 3.4rem
	}
	.add-item-mobile {
		display: block;
	}
	.conditions-section ul li {
		width: 100%
	}
	.virtual-shop .shop-filters .type {
		padding: 30px 0 15px;
		width: 100%
	}
	.virtual-shop .shop-filters .type ul {
		width: 85%;
		margin: 0 auto
	}
	.virtual-shop .shop-items .item.col6 .item-price .txt h4 {
		font-size: 1.2rem
	}
	.virtual-shop .shop-items .item.col6 .item-price .add-item, .virtual-shop .shop-items .item.col6 .item-price .txt h5 {
		font-size: .9rem
	}
	.virtual-shop .shop-items .item.col6 .item-price{
		min-height: 54px;
	}
	.virtual-shop .shop-items .item.col6 .item-price .add-item{
		display: none;
	}
	.header-tienda-producto.header-tienda-producto-simple .container .producto .producto-no-carousel {
		margin-bottom: 50px
	}
	.header-tienda-producto .container .producto .col8 {
		max-height: 400px
	}
	.header-tienda-producto .container .producto .producto-carousel figure, .header-tienda-producto .container .producto .producto-no-carousel figure {
		max-height: 400px;
		height: auto !important;
	}
	.header-tienda-producto .container .producto .producto-carousel figure>img, .header-tienda-producto .container .producto .producto-no-carousel figure>img {
		bottom: auto;
		position: relative
	}
	.header-tienda-producto .container .producto .producto-carousel figure figcaption .detail, .header-tienda-producto .container .producto .producto-no-carousel figure figcaption .detail {
		-webkit-transform: scale(.7) translateX(-50%) translateY(-50%);
		-moz-transform: scale(.7) translateX(-50%) translateY(-50%);
		-ms-transform: scale(.7) translateX(-50%) translateY(-50%);
		-o-transform: scale(.7) translateX(-50%) translateY(-50%);
		transform: scale(.7) translateX(-50%) translateY(-50%)
	}
	.header-tienda-producto .container .producto .producto-carousel figure figcaption .detail .tooltip-content, .header-tienda-producto .container .producto .producto-no-carousel figure figcaption .detail .tooltip-content {
		width: 200px;
		height: 100px
	}
	.header-tienda-producto .container .producto .producto-carousel figure figcaption .detail .tooltip-content img, .header-tienda-producto .container .producto .producto-no-carousel figure figcaption .detail .tooltip-content img {
		-webkit-transform: scale(.6);
		-moz-transform: scale(.6);
		-ms-transform: scale(.6);
		-o-transform: scale(.6);
		transform: scale(.6);
		-webkit-transform-origin: center top;
		-moz-transform-origin: center top;
		-ms-transform-origin: center top;
		-o-transform-origin: center top;
		transform-origin: center top
	}
	.header-tienda-producto .container .producto .producto-carousel figure figcaption .detail.tooltip-top .tooltip-content, .header-tienda-producto .container .producto .producto-no-carousel figure figcaption .detail.tooltip-top .tooltip-content {
		-webkit-transform: translateX(-50%) translateY(0);
		-moz-transform: translateX(-50%) translateY(0);
		-ms-transform: translateX(-50%) translateY(0);
		-o-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
		top: 35px
	}
	.header-tienda-producto .container .producto .producto-carousel figure figcaption .detail.tooltip-top .tooltip-content .txt, .header-tienda-producto .container .producto .producto-no-carousel figure figcaption .detail.tooltip-top .tooltip-content .txt {
		top: -webkit-calc(100% + 20px);
		top: calc(100% + 20px);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
	.header-tienda-producto .container .producto .producto-carousel figure:after, .header-tienda-producto .container .producto .producto-no-carousel figure:after {
		display: none
	}
	.header-tienda-producto .container .producto .producto-no-carousel figure {
		padding: 20px;
		margin-top: 0
	}
	.header-tienda-producto .container .producto .producto-no-carousel figure>img {
		width: 100%
	}
	.header-tienda-producto .container .producto .producto-no-carousel figure p {
		width: 100%;
		max-width: 300px
	}
	.header-tienda-producto .container .producto .producto-no-carousel figure figcaption {
		width: 100%
	}
	.header-tienda-producto .container .producto .producto-no-carousel figure figcaption .detail {
		-webkit-transform: scale(.7) translateY(-50%) translateX(-50%);
		-moz-transform: scale(.7) translateY(-50%) translateX(-50%);
		-ms-transform: scale(.7) translateY(-50%) translateX(-50%);
		-o-transform: scale(.7) translateY(-50%) translateX(-50%);
		transform: scale(.7) translateY(-50%) translateX(-50%)
	}
	.header-tienda-producto .container .producto .producto-description h1 {
		font-size: 2.4rem
	}
	.header-tienda-producto .container .pagination {
		bottom: 0
	}
	.producto-gallery .swiper-slide {
		background-image: none!important
	}
	.producto-gallery .swiper-slide img {
		opacity: .8
	}
	.producto-gallery .wrap-buttons .button-next, .producto-gallery .wrap-buttons .swiper-button-next {
		right: 10px;
		left: auto
	}
	.producto-gallery .wrap-buttons .button-prev, .producto-gallery .wrap-buttons .swiper-button-prev {
		left: 10px
	}
	.producto-description .container article {
		display: block
	}
	.producto-description .container article .grp-txt {
		width: 100%;
		padding: 20px
	}
	.producto-description .container article img {
		width: 100%
	}
	.producto-description .container article.even img {
		display: none
	}
	.price-producto p {
		font-size: 1.1rem
	}
	.price-producto .item-price h5 {
		height: 35px;
		line-height: 37px
	}
	.price-producto .item-price a {
		height: 35px;
		padding-top: 10px
	}
}
@media screen and (max-width:480px) {
	.price-producto p {
		font-size: 1.1rem;
		width: 100%;
		clear: both;
		text-align: center
	}
	.price-producto .item-price {
		width: 100%;
		clear: both;
		text-align: center;
		float: none;
		margin: 0 auto;
		display: block
	}
	.price-producto .item-price h5 {
		height: 35px;
		line-height: 37px
	}
	.price-producto .item-price a {
		height: 35px;
		padding-top: 10px
	}
	.virtual-shop-regalos-distribuidora img{
		max-width: 49%;
	}
	.texto-distribuidora-shop img {
		    margin-top: -40px;
    	}
	.texto-distribuidora-shop{
		

	}
	.texto-distribuidora-shop div{
		margin-right: 25px !important;
		
	}
	.banner-shop .subtituloRegalo1{
		width: 45%;
		font-size: 1.3rem;
	}
	.banner-shop .subtituloRegalo2{
		width: 45%;
		font-size: 1.3rem;
		margin-right: 2%
	}
	.banner-shop h2{
		font-size: 2rem;
	}
}
@media screen and (max-width:992px) {
	.wrap-main .header-novedades {
		height: 180px
	}

	.wrap-main .header-novedades h1{
		font-size: 2rem
	}

	section.box-novedades {
		margin: 24px auto 20px
	}
	section.box-novedades .col4 .caption h2, section.box-novedades .col8 .caption h2 {
		font-size: 1.8rem
	}
	section.box-novedades .col4 .caption h2 a, section.box-novedades .col8 .caption h2 a {
		line-height: 2.6rem
	}
}
@media screen and (max-width:800px) {
	section.box-novedades .col4 .caption, section.box-novedades .col8 .caption {
		padding: 50px 20px
	}
	section.box-novedades .col4 .caption h2, section.box-novedades .col8 .caption h2 {
		font-size: 1.4rem
	}
	section.box-novedades .col4 .caption h2 a, section.box-novedades .col8 .caption h2 a {
		line-height: 2rem
	}
}

@media screen and (max-width:1150px) {

	section.conditions-section ul li{
		width: 100%;
	}
		section.virtual-shop-regalos img {
	    margin-left: 20%;
	    width: 19%;
	}
}



@media screen and (max-width:600px) {
	section.box-novedades {
		left: 0
	}
	section.box-novedades .col4 .caption h2, section.box-novedades .col8 .caption h2 {
		font-size: 1.2rem
	}
	section.box-novedades .col4 .caption h2 a, section.box-novedades .col8 .caption h2 a {
		line-height: 1.8rem
	}
	section.box-novedades .col4 .caption p, section.box-novedades .col8 .caption p {
		font-size: 1.1rem
	}
	section.box-novedades .col8 {
		width: 100%;
		width: -webkit-calc(100%);
		width: calc(100%);
		margin: 0
	}
	section.box-novedades .col8 .caption h2 {
		font-size: 1.8rem
	}
	section.box-novedades .col8 .caption h2 a {
		line-height: 3rem
	}
	section.box-novedades .col4 {
		float: left;
		display: block;
		width: 100%;
		margin: 0
	}
	section.box-novedades .col4:last-child {
		margin-right: 0
	}
	section.box-novedades .col4:nth-child(2) {
		margin-left: 0
	}
	section.box-novedades .height50 {
		width: 100%;
		margin-left: 0
	}
	section.box-novedades .height50:before {
		padding-top: 100%
	}
		section.virtual-shop-regalos img {
	    margin-left: 20%;
	    width: 60%;
	}

	.breadcrumb-shop {
	    margin: 10px auto 10px;
	}
	.banner-shop{
		margin: 0;
	}
	.breadcrumbs {
	    font-size: 1rem;
	}
	.bshop{
		margin: 0;
	}
}
@media screen and (max-width:992px) {
	.header-ujbeb {
		width: 100%;
		height: auto;
		max-height: none;
		max-height: 0
	}
	.ujbeb-section .container {
		padding: 40px 0
	}
	.ujbeb-section#mecanica .steps li {
		max-width: none;
		box-sizing: border-box;
		padding: 0 10%;
		width: -webkit-calc(50% - 12px);
		width: calc(50% - 12px);
		margin-bottom: 50px
	}
	.ujbeb-section#empezo figure, .ujbeb-section#primera-persona .wrap-forms .col12, .ujbeb-section#primera-persona .wrap-forms .col4 {
		width: 100%
	}
	.ujbeb-section#empezo figure img {
		width: 100%;
		height: auto
	}
	.ujbeb-section#medios .swiper-slide p, .ujbeb-section#primera-persona-carrusel .swiper-slide p {
		max-width: 100vw;
		box-sizing: border-box
	}
	.wrap-main .slider-novedades .novedades-arrow-next, .wrap-main .slider-novedades .novedades-arrow-prev {
		cursor: pointer;
		position: absolute;
		top: 50%;
		z-index: 10;
		width: 40px;
		height: 15px;
		margin-top: -8px;
		display: block
	}
	#header-home-cab .grp-txt h2 {
		letter-spacing: 3px;
		font-size: 3rem
	}
	#header-home-cab .grp-txt p {
		font-size: 1.6rem
	}
	.wrap-main .escuela-section .height200 .shield h3, .wrap-main .header-home-producto .container .producto .producto-description h2 {
		font-size: 2.4rem
	}
	.wrap-main .slider-novedades .novedades-arrow-prev {
		left: 20px;
		right: auto;
		background: url(../img/general/sprite.png) -90px -130px no-repeat
	}
	.wrap-main .slider-novedades .novedades-arrow-next {
		left: auto;
		right: 20px;
		background: url(../img/general/sprite.png) -45px -130px no-repeat
	}
	.wrap-main .header-home-producto .container #pagination-sentidos {
		top: 0;
		margin-top: 10px;
		bottom: auto
	}
	.wrap-main .header-home-producto .container #pagination-sentidos ul li, .wrap-main .header-home-producto .container .producto .producto-description .item-price {
		margin-top: 20px
	}
	.wrap-main .header-home-producto .container #pagination-sentidos ul {
		z-index: 1000
	}
	.wrap-main .header-home-producto .container #pagination-sentidos ul li.selected:after, .wrap-main .header-home-producto .container #pagination-sentidos ul li:hover:after {
		display: none
	}
	.wrap-main .header-home-producto .container #pagination-sentidos:before {
		height: 190px;
		left: 2px
	}
	.wrap-main .header-home-producto .container .producto {
		width: 100%
	}
	.wrap-main .header-home-producto .container .producto .swiper-container {
		margin-bottom: 0
	}
	.wrap-main .header-home-producto .container .producto .producto-description .item-price a i.icon-cart {
		-webkit-transform: scale(.7);
		-moz-transform: scale(.7);
		-ms-transform: scale(.7);
		-o-transform: scale(.7);
		transform: scale(.7)
	}
	.wrap-main .header-home-producto .container .producto .producto-carousel figure {
		height: 300px;
		text-align: center
	}
	.wrap-main .header-home-producto .container .producto .producto-carousel figure img {
		max-width: 70%;
		display: inline-block;
		position: static
	}
	.wrap-main .escuela-section .height200 h5 {
		padding: 0 20px;
		font-size: 1.2rem
	}
	.wrap-main #ujbeb-section-home .container h2 {
		font-size: 2.4rem
	}
	.wrap-main #ujbeb-section-home .container .separator {
		margin: 15px auto 40px
	}
	section.process-step01 .col8, section.process-step02 .col8, section.process-step03 .col8 {
		float: left;
		display: block;
		margin-right: 2.3576515979%;
		width: 57.3509785009%
	}
	section.process-step01 .col8:last-child, section.process-step02 .col8:last-child, section.process-step03 .col8:last-child {
		margin-right: 0
	}
	section.process-step01 .col4, section.process-step02 .col4, section.process-step03 .col4 {
		float: left;
		display: block;
		margin-right: 2.3576515979%;
		width: 40.2913699012%
	}
	section.process-step01 .col4:last-child, section.process-step02 .col4:last-child, section.process-step03 .col4:last-child {
		margin-right: 0
	}
	section.process-step01 .address ul li span, section.process-step02 .address ul li span, section.process-step03 .address ul li span {
		max-width: 350px
	}
	section.process-step01 .address .buttons a, section.process-step02 .address .buttons a, section.process-step03 .address .buttons a {
		padding: 20px
	}
	section.process-step03 section.buy-process .wrap .line {
		left: 65px;
		right: 55px;
		padding: 0
	}
	section.process-step03 .table .item td {
		padding-top: 10px;
		padding-bottom: 10px
	}
	section.process-step03 .table .item .element .wrapper {
		max-width: 250px
	}
	section.process-step03 .table .item .element .wrapper .delete-item {
		position: absolute;
		width: 20px;
		height: 20px;
		display: block;
		top: 50%;
		left: -15px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	section.process-step03 .table .item .element .wrapper .delete-item span {
		width: 20px;
		height: 2px;
		background: #ff594c;
		display: block;
		position: absolute;
		top: 12px;
		cursor: pointer
	}
	section.process-step03 .table .item .element .wrapper .delete-item span.ln1 {
		-webkit-transform-origin: center top;
		-moz-transform-origin: center top;
		-ms-transform-origin: center top;
		-o-transform-origin: center top;
		transform-origin: center top;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	section.process-step03 .table .item .element .wrapper .delete-item span.ln2 {
		-webkit-transform-origin: center top;
		-moz-transform-origin: center top;
		-ms-transform-origin: center top;
		-o-transform-origin: center top;
		transform-origin: center top;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	section.process-step03 .table .item .element .wrapper figure {
		min-width: 50px
	}
	section.process-step03 .table .item .element .wrapper figure img {
		width: 100%;
		height: auto
	}
	section.process-step03 .table .price {
		display: none
	}
}
@media screen and (max-width:800px) {
	section.buy-process .wrap {
		display: none
	}
	section.process-step03 {
		margin: 110px auto 60px
	}
	section.buy-process .wrap.step02 ul {
		display: block;
		text-align: left
	}
	section.buy-process .wrap.mobile, section.buy-process .wrap.mobile ul {
		display: block
	}
	section.buy-process .wrap.mobile ul li {
		display: block;
		float: left;
		clear: both;
		margin: 40px 0
	}
	section.buy-process .wrap.mobile ul li>* {
		display: inline-block
	}
	section.buy-process .wrap.mobile ul li>* i {
		display: block;
		margin: 8px auto 0
	}
	section.buy-process .wrap.mobile .line {
		height: auto;
		width: 3px;
		left: 49px;
		right: none;
		top: 50px;
		bottom: 50px;
		padding: 0;
		margin: 0
	}
	section.process-step01 .col4, section.process-step01 .col8, section.process-step02 .col4, section.process-step02 .col8, section.process-step03 .col4, section.process-step03 .col8 {
		width: 100%;
		margin: 20px 0 0
	}
	section.process-step01 .address, section.process-step02 .address, section.process-step03 .address {
		padding: 0
	}
	section.process-step01 .address ul li span, section.process-step02 .address ul li span, section.process-step03 .address ul li span {
		max-width: 350px
	}
	section.process-step01 .address .buttons a, section.process-step02 .address .buttons a, section.process-step03 .address .buttons a {
		padding: 20px
	}
	section.process-step01 .summary, section.process-step02 .summary, section.process-step03 .summary {
		padding: 0
	}
	section.process-step03 section.buy-process .wrap .line {
		left: 65px;
		right: 55px;
		padding: 0
	}
	section.process-step03 section.buy-process .wrap.mobile {
		display: block
	}
	section.process-step03 section.buy-process .wrap.mobile ul {
		display: block;
		float: left;
		text-align: left;
		width: auto;
		padding-left: 40px
	}
	section.process-step03 section.buy-process .wrap.mobile ul li {
		text-align: left;
		display: block;
		float: left;
		clear: both;
		margin: 40px 0
	}
	section.process-step03 section.buy-process .wrap.mobile ul li>* {
		display: inline-block;
		font-size: 1.5rem;
		vertical-align: middle
	}
	section.process-step03 section.buy-process .wrap.mobile ul li>* i {
		display: block;
		margin: 4px auto
	}
	section.process-step03 section.buy-process .wrap.mobile .line {
		height: auto;
		width: 3px;
		left: 49px;
		right: none;
		top: 50px;
		bottom: 50px;
		padding: 0;
		margin: 0
	}
	section.process-step03 section.buy-process .wrap.mobile.step02 .line span {
		height: 100px;
		width: 3px
	}
	section.process-step03 section.buy-process .wrap.mobile.step03 .line span {
		height: 200px;
		width: 3px
	}
	section.process-step03 section.buy-process .wrap.mobile.step04 .line span {
		height: 300px;
		width: 3px
	}
	section.process-step03 .table {
		margin-top: 20px
	}
	section.process-step03 .table .item .element .wrapper {
		max-width: 250px
	}
	section.process-step03 .table .item .element .wrapper figure {
		max-width: 100px
	}
	section.process-step03 .table .item .element .wrapper figure img {
		width: 100%;
		height: auto
	}
	section.process-step03 .table .price {
		display: none
	}
}
@media screen and (max-width:600px) {
	section.process-step01 .col4, section.process-step01 .col8, section.process-step02 .col4, section.process-step02 .col8, section.process-step03 .col4, section.process-step03 .col8 {
		width: 100%;
		margin: 20px 0 0
	}
	section.process-step01 .address ul li label, section.process-step02 .address ul li label, section.process-step03 .address ul li label {
		width: calc(100% - 70px)
	}
	section.process-step01 .address .buttons a, section.process-step02 .address .buttons a, section.process-step03 .address .buttons a {
		float: none;
		margin: 10px auto;
		width: 100%;
		text-align: center;
		padding: 20px
	}
	section.process-step01 .summary, section.process-step02 .summary, section.process-step03 .summary {
		padding: 0
	}
	section.process-step02 .address ul li {
		margin-right: 15px
	}
}
@media screen and (max-width:800px) {
	.wrap-main section.dashboard .wrap .col9 {
		float: left;
		display: block;
		margin-right: 2.3576515979%;
		width: 100%
	}
	.wrap-main section.dashboard .wrap .col9:last-child {
		margin-right: 0
	}
	.wrap-main section.dashboard .wrap .col9.content {
		border-left: 0;
		border-top: 1px solid #1f1a1a;
		padding-left: 0
	}
	.wrap-main section.dashboard .wrap .col3 {
		float: left;
		display: block;
		margin-right: 2.3576515979%;
		width: 100%
	}
	.wrap-main section.dashboard .wrap .col3:last-child {
		margin-right: 0
	}
	.wrap-main section.dashboard .welcome p {
		float: none;
		text-align: center;
		width: 100%
	}
	.wrap-main section.dashboard .welcome .buttons {
		clear: both;
		float: none;
		margin: 20px auto 0;
		width: 100%
	}
	.wrap-main section.dashboard .wrapper .col4 {
		float: left;
		display: block;
		margin-right: 2.3576515979%;
		width: 100%;
		margin-top: 20px
	}
	.wrap-main section.dashboard .wrapper .col4:last-child {
		margin-right: 0
	}
	.wrap-main section.dashboard.dash-data .col6, .wrap-main section.dashboard.dash-moreaddress .col6 {
		padding: 0
	}
	.wrap-main section.dashboard.dash-pedidos .table {
		margin: 50px 0 0
	}
	.wrap-main section.dashboard.dash-pedidos .table .headers, .wrap-main section.dashboard.dash-pedidos .table .item {
		font-size: 1.1rem
	}
	.wrap-main section.dashboard.dash-pedido .buy-process .wrap.mobile .line {
		left: 49px;
		bottom: 55px
	}
	.wrap-main section.dashboard.dash-pedido .buy-process .wrap.mobile.step02 .line span {
		height: 120px;
		width: 100%
	}
	.wrap-main section.dashboard.dash-pedido .buy-process .wrap.mobile.step03 .line span {
		height: 240px;
		width: 100%
	}
	.wrap-main section.dashboard.dash-pedido .buy-process .wrap.mobile.step04 .line span {
		height: 350px;
		width: 100%
	}
}
@media screen and (max-width:600px) {
	.wrap-main section.dashboard.dash-data .col6 {
		float: left;
		display: block;
		margin-right: 2.3576515979%;
		width: 100%
	}
	.wrap-main section.dashboard.dash-data .col6:last-child {
		margin-right: 0
	}
	.wrap-main section.dashboard.dash-moreaddress .col6 {
		float: left;
		display: block;
		margin-right: 2.3576515979%;
		width: 100%
	}
	.wrap-main section.dashboard.dash-moreaddress .col6:last-child {
		margin-right: 0
	}
	.wrap-main section.dashboard.dash-moreaddress .buttons .transparent {
		margin-bottom: 20px
	}
}
@media screen and (max-width:992px) {
	.wrap-main section.dashboard.dash-data .col6, .wrap-main section.dashboard.dash-moreaddress .col6 {
		padding: 0
	}
	.wrap-main section.faq .content {
		padding: 0 40px
	}
}
@media screen and (max-width:480px) {
	.header-escuela .shield {
		max-width: 100vw
	}
	.header-escuela .shield h1 {
		max-width: 100vw;
		padding: 0 20px
	}
	.filter ul li {
		width: 100%;
		text-align: center
	}
	.filter ul li a {
		padding: 15px 0
	}
	section.content-articles .col3 {
		width: 100%
	}
	section.content-articles .hover-article>img {
		max-width: none;
		width: 100%
	}
	section.content-articles .white-article .caption {
		display: block;
		padding: 10px
	}
	section.content-articles .white-article .caption h2 {
		margin-top: 10px
	}
	section.content-articles .white-article .caption .separator {
		margin: 10px auto
	}
	.wrap-main.interior .wrap-article {
		width: 90%
	}
	.wrap-main.interior .wrap-article .single-article.tabs .wrap-tab .tab .inner-tab img {
		display: none
	}
	.wrap-main.interior .wrap-article .single-article.tabs .wrap-tab .tab .inner-tab .grp-txt {
		width: 100%
	}
}

@media screen and (max-height:800px) {
	.wrap-main .header-home .grp-txt {
		top:60px;
	}
	.ipad{
		background-size: 65%;
		padding-top: 20.166667%;
	}

	.bases-descuento{
		height: 60px;
	}
	.btn-home a{
		height: 55px;
		padding-top: 16px;
	}
	.wrap-main .header-home-producto .container #pagination-sentidos{
		margin-top: 90px;
	}
	.wrap-main .escuela-section .height50 {
		height: 45vh;
	}
	.wrap-main .escuela-section .height200{
		height: 90vh;
	}
	.home-tienda-producto-sentidos .container .producto .producto-carousel figure, .header-tienda-producto .container .producto .producto-no-carousel figure{
		height: 437px;
		max-width: 100%;
	}
	.header-tienda-producto .container .producto .producto-carousel figure, .header-tienda-producto .container .producto .producto-no-carousel figure{
		height: 500px;
		max-width: 541px;
	}
	.wrap-main .header-home-producto .container .producto .producto-description .item-price{
		margin-top: 75px;
	}
}

@media screen and (max-width:600px) {
	.btn-home{
		width: 100%;
	}
	.wrap-guest{
		height: 220px;
	}
	.btn-datos-personales{
		margin: 0 auto;
		width: 50%;
	}
	.title-guest{
		top:100px !important;
	}

	.wrap-main .header-home .grp-txt > div {
		font-size: 1.5rem;
		line-height: 18px;
		margin-top: 70px;
	}

	#home-box #home-pagination {
		right: 10px;
		text-align: center;
		padding-right: 0;
	}
	#header-home-cab .grp-txt {
		width: 100%;
		margin: 0 auto;
		top: 0px
	}
	#header-home-cab .grp-txt h2 {
		letter-spacing: 1px;
		font-size: 2.2rem;
		margin-top: 0
	}
	#header-home-cab .grp-txt p {
		font-size: 1rem;
		margin-top: 20px
		line-height:1.3rem;
	}

	.wrap-main .header-home .grp-txt p {
		line-height: 1.6rem;

	}

	.wrap-main .header-home .grp-txt .knife-wrap {
		margin: 20px auto 0;
		-webkit-transform: scale(.7);
		-moz-transform: scale(.7);
		-ms-transform: scale(.7);
		-o-transform: scale(.7);
		transform: scale(.7)
	}
	.wrap-main .slider-novedades .col4 {
		width: 100%;
		height: 30%
	}
	.wrap-main .slider-novedades .content-box {
		height: 100%
	}
	.wrap-main .slider-novedades .container .swiper-container-horizontal, .wrap-main .slider-novedades .shield {
		height: 70%
	}
	.wrap-main .slider-novedades .col8 {
		width: 100%
	}
	.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.initial-default figure figcaption, .wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide.swiper-slide-active figure figcaption {
		margin-top: -110px
	}
	.wrap-main .slider-novedades .novedades-arrow-prev {
		position: absolute;
		left: 20px;
		right: auto;
		top: 50%;
		z-index: 10;
		width: 40px;
		height: 15px;
		margin-top: -8px;
		cursor: pointer;
		background: url(../img/general/sprite.png) -90px -130px no-repeat;
		display: block;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
	.wrap-main .slider-novedades .novedades-arrow-next {
		cursor: pointer;
		position: absolute;
		top: 50%;
		z-index: 10;
		width: 40px;
		height: 15px;
		margin-top: -8px;
		left: auto;
		right: 20px;
		background: url(../img/general/sprite.png) -45px -130px no-repeat;
		display: block;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
	.wrap-main .header-home-producto .container #pagination-sentidos ul li.selected:after, .wrap-main .header-home-producto .container #pagination-sentidos ul li:hover:after, .wrap-main .header-home-producto .container .producto .producto-description .back {
		display: none
	}
	.wrap-main .slider-novedades .container {
		padding: 60px 0 0
	}
	.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide figure figcaption h3 {
		font-size: 1rem
	}
	.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide:hover figure figcaption h3 {
		font-size: 1rem;
		letter-spacing: 1px
	}
	.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide figure figcaption p {
		font-size: 1rem
	}
	.wrap-main .slider-novedades .container .swiper-container-horizontal .swiper-wrapper .swiper-slide figure figcaption .button {
		margin: 10px auto 0;
		font-size: 1rem;
		padding: 5px 0;
		border: 2px solid #fff;
		width: auto
	}
	.wrap-main .header-home-producto .container #pagination-sentidos {
		top: 0;
		margin-top: 10px;
		display: none
	}
	.wrap-main .header-home-producto .container #pagination-sentidos ul li {
		margin-top: 20px
	}
	.wrap-main .header-home-producto .container #pagination-sentidos:before {
		height: 190px;
		left: 2px
	}
	.wrap-main .header-home-producto .container .producto {
		width: 100%;
		margin-top: 0
	}
	.wrap-main .header-home-producto .container {
		padding: 50px 20px
	}
	.wrap-main .header-home-producto .container .producto .swiper-container {
		margin-bottom: 0
	}
	.wrap-main .header-home-producto .container .producto .producto-description h2 {
		font-size: .9rem
	}
	.wrap-main .header-home-producto .container .producto .producto-description .separator {
		margin: 8px 0
	}
	.wrap-main .header-home-producto .container .producto .producto-description .item-price {
		margin-top: 5px
	}
	.wrap-main .header-home-producto .container .producto .producto-description .item-price h5 {
		font-size: 1.2rem;
		height: 30px;
		line-height: 35px
	}
	.wrap-main .header-home-producto .container .producto .producto-description .item-price a {
		height: 30px;
		padding-top: 8px
	}
	.wrap-main .header-home-producto .container .producto .producto-description .item-price a i.icon-cart {
		-webkit-transform: scale(.6);
		-moz-transform: scale(.6);
		-ms-transform: scale(.6);
		-o-transform: scale(.6);
		transform: scale(.6);
		left: -10px
	}
	.wrap-main .header-home-producto .container .producto .producto-carousel figure {
		text-align: center;
		height: -webkit-calc(100% - 250px);
		height: calc(100% - 250px)
	}
	.wrap-main .header-home-producto .container .producto .producto-carousel figure img {
		max-width: 56%;
		display: inline-block;
		position: static
	}
	.wrap-main .header-home-producto .nav-home.nav-escuela {
		display: none
	}
	.wrap-main .escuela-section .container {
		position: absolute;
		height: -webkit-calc(100%);
		height: calc(100%);
		top: 0
	}
	.wrap-main .escuela-section .height200 {
		height: 40%!important
	}
	.wrap-main .escuela-section .col4, .wrap-main .escuela-section .col8 {
		width: 100%;
		height: 20%
	}
	.wrap-main .escuela-section .col4 .caption h2 .title, .wrap-main .escuela-section .col8 .caption h2 .title {
		font-size: 1.4rem
	}
	.wrap-main .escuela-section .col4 .icon, .wrap-main .escuela-section .col8 .icon {
		-webkit-transform: scale(.5);
		-moz-transform: scale(.5);
		-ms-transform: scale(.5);
		-o-transform: scale(.5);
		transform: scale(.5)
	}
	.wrap-main .escuela-section .height200 .content-box {
		top: 0;
		transform: translate(0)!important
	}
	.wrap-main .escuela-section .height200 .shield {
		margin-bottom: -20px
	}
	.wrap-main .escuela-section .height200 .shield h3 {
		font-size: 2.4rem
	}
	.wrap-main .escuela-section .height200 .shield img {
		width: 25%;
		margin-top: 30px
	}
	.wrap-main .escuela-section .height200 .separator {
		margin: 5px auto;
		position: relative;
		z-index: 2
	}
	.wrap-main .escuela-section .height200 h5 {
		padding: 0 20px;
		font-size: 1.2rem;
		position: relative;
		z-index: 2
	}
	.wrap-main #ujbeb-section-home .container {
		margin-top: 100px
	}
	.wrap-main #ujbeb-section-home .container h2 {
		font-size: 1.6rem;
		letter-spacing: 1px
	}
	.wrap-main #ujbeb-section-home .container .separator {
		margin: 15px auto 40px
	}
	.wrap-main #ujbeb-section-home .container figure .grp-txt {
		width: 80%;
		top: 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		left: 10%
	}
	.wrap-main #ujbeb-section-home .container figure .grp-txt img {
		width: 85%;
		margin: 15px auto
	}
	.wrap-main #ujbeb-section-home .container figure .grp-txt p {
		padding: 0;
		margin-top: 10px
	}
	.wrap-main #ujbeb-section-home .container figure .grp-txt a {
		margin-top: 15px
	}
}
@media screen and (max-width:480px) {
	.wrap-main section.dashboard.dash-pedidos .table .headers, .wrap-main section.dashboard.dash-pedidos .table .item {
		font-size: 1.1rem
	}
	.wrap-main section.dashboard.dash-pedidos .table .headers>*, .wrap-main section.dashboard.dash-pedidos .table .item>* {
		padding: 20px 0 30px
	}
	.wrap-main section.dashboard.dash-pedidos .table {
		margin: 50px 0 0
	}
	.wrap-main section.dashboard.dash-pedido .buy-process .wrap.mobile .line {
		left: 49px;
		bottom: 55px
	}
	.wrap-main section.dashboard.dash-pedido .buy-process .wrap.mobile.step02 .line span {
		height: 120px;
		width: 100%
	}
	.wrap-main section.dashboard.dash-pedido .buy-process .wrap.mobile.step03 .line span {
		height: 240px;
		width: 100%
	}
	.wrap-main section.dashboard.dash-pedido .buy-process .wrap.mobile.step04 .line span {
		height: 350px;
		width: 100%
	}
}
@media screen and (max-width:600px) {
	.wrap-main section.faq .col3, .wrap-main section.faq .col9 {
		width: 100%;
		float: left;
		clear: both
	}
	.wrap-main section.faq {
		margin: 35px auto
	}
	.wrap-main section.faq::after {
		clear: both;
		content: "";
		display: table
	}
	.wrap-main section.faq .col3 {
		margin-bottom: 40px
	}
	.wrap-main section.faq .content {
		border-left: none;
		padding: 0 5%
	}
	.header-tienda-producto .container h2, .ujbeb-section .container h2 {
		font-size: 2.4rem
	}
	.ujbeb-section#empezo figure .grp-txt {
		margin-top: 25px
	}
	.ujbeb-section#empezo figure .grp-txt p {
		display: none
	}
}
@media screen and (max-width:480px) {
	.header-ujbeb {
		width: 100%;
		height: auto;
		max-height: none
	}
	.header-ujbeb .wrap-txt .grp-txt img {
		width: 85%;
		height: auto;
		margin-left: 7.5%
	}
	.ujbeb-section#mecanica .steps li {
		max-width: none;
		box-sizing: border-box;
		padding: 0 10%;
		width: -webkit-calc(100% - 12px);
		width: calc(100% - 12px);
		margin-bottom: 50px
	}
	.ujbeb-section#empezo figure img {
		max-width: 100vw
	}
	.ujbeb-section#empezo figure .grp-txt {
		position: absolute;
		width: 100%;
		padding: 0 7.5%;
		color: #000;
		left: auto;
		margin: 20px auto;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
	.ujbeb-section#empezo figure .grp-txt i.play {
		margin: 0 auto!important;
		filter: brightness(0);
		-webkit-filter: brightness(0);
		-moz-filter: brightness(0)
	}
	.ujbeb-section#empezo figure .grp-txt h3 {
		font-size: 1.5rem;
		color: #1F1A11
	}
	.ujbeb-section#empezo figure .grp-txt a i.play {
		width: 40px;
		height: 40px;
		background-position: -99px -419px
	}
	.ujbeb-section#empezo figure .grp-txt p {
		color: #1F1A11
	}
	.ujbeb-section#ganadoras .wrap .winners ul li {
		margin-bottom: 15px
	}
	.ujbeb-section#ganadoras .wrap .winners ul li p {
		width: 100%;
		float: left;
		clear: both
	}
	.ujbeb-section#ganadoras .wrap .winners ul li p:last-child {
		margin-top: 4px;
		width: 100%;
		float: left;
		clear: both
	}
}
.virtual-shop .shop-filters .ui-slider-horizontal {
	height: 3px;
	background-color: #ececec
}
.virtual-shop .shop-filters .ui-slider-handle {
	background: #fff;
	height: 12px;
	width: 12px;
	border: 2px solid #fe584a;
	border-radius: 100%;
	top: -4px
}
.virtual-shop .shop-filters .ui-slider-range {
	background-color: #fe584a
}
@-webkit-keyframes IcoScroll {
	0%, 100% {
		-webkit-transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(-20px)
	}
}
@-moz-keyframes IcoScroll {
	0%, 100% {
		-moz-transform: translateY(0)
	}
	50% {
		-moz-transform: translateY(-20px)
	}
}
@keyframes IcoScroll {
	0%, 100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px)
	}
}
section.content-articles .hover-article.dark {
	background: #fff
}
section.content-articles .hover-article.dark a img {
	width: 60%
}
section.content-articles .hover-article.dark .caption h2 p {
	color: #000
}
#form_present {
	display: none;
	width: 100%
}

#form_present .form_present_left {
	width: 50%;
	float: left;
	padding-right: 3%
}
#form_present .form_present_right {
	width: 100%;
	float: left;
	padding-left: 3%
}
#form_present textarea {
	height: 220px
}

.hiddenContent {
	display: none!important
}
#form_fact {
	display: none;
	width: 100%
}
.pagerror .notpagetitle {
	color: #000;
	font-size: 4rem;
	letter-spacing: 3px;
	font-family: Futura_Std700;
	padding-top: 6%
}
.pagerror .notpagetitle2 {
	font-family: Futura_Std900;
	font-size: 1.3rem;
	letter-spacing: 2px;
	display: block;
	padding-bottom: 20px
}
.pagerror .wrap-main div.fix404 {
	width: 100%;
	max-width: 1170px;
	padding: 240px 20px 0
}
.pagerror .separator {
	width: 40px;
	-webkit-transition: all .75s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .75s cubic-bezier(.23, 1, .32, 1);
	transition: all .75s cubic-bezier(.23, 1, .32, 1);
	background: #ff594c;
	margin-bottom: 3%
}
@media (max-width:992px) {
	.pagerror .notpagetitle {
		font-size: 2rem
	}
	.pagerror .wrap-main div.fix404 {
		padding: 140px 20px 0
	}
}
@media (max-width:600px) {
	.pagerror .notpagetitle {
		font-size: 1.5rem
	}
	.pagerror .notpagetitle2 {
		font-size: 1rem
	}
}
.wrap-main section.notpage {
	width: 100%;
	max-width: 1170px;
	margin: 70px auto;
	padding: 0 20px
}
.wrap-main section.notpage .col12.content {
	border-left: 0;
	padding: 0
}
.wrap-main section.notpage .txt-content {
	text-align: center
}
.wrap-main section.notpage .txt-content img {
	width: 100%;
	max-width: 513px
}
.pagerror .item-price {
	display: inline-block;
	width: 100%;
	border: 2px solid #ff594c;
	max-width: 270px
}
.pagerror .item-price a {
	display: block;
	box-sizing: border-box;
	float: right;
	height: 55px;
	padding-top: 20px;
	width: 100%;
	color: #fff;
	font-size: 1.3rem;
	font-family: Futura_Std700;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	text-decoration: none
}
@media screen and (max-width:600px) {
	.pagerror .item-price a {
		height: 30px;
		padding-top: 8px
	}
}
.pagerror .item-price a span {
	position: relative;
	z-index: 2;
	transition: all .65s cubic-bezier(.23, 1, .32, 1);
	color: #fff;
	padding-left: 28px
}
.pagerror .item-price a i.icon-cart {
	background-image: url(../img/general/carrito.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	width: 32px;
	height: 30px;
	position: absolute;
	left: -17px;
	top: -8px
}
.pagerror .item-price a:hover i.icon-cart {
	background-image: url(../img/general/carrito-hover.png)
}
.pagerror .item-price a:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ff594c;
	-webkit-transition: all .65s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .65s cubic-bezier(.23, 1, .32, 1);
	transition: all .65s cubic-bezier(.23, 1, .32, 1);
	opacity: 1;
	filter: alpha(opacity=100);
	content: " "
}
.pagerror .item-price:hover span {
	color: #000
}
.pagerror .item-price a:hover:after {
	opacity: 0;
	filter: alpha(opacity=0)
}
@media screen and (max-width:600px) {
	.pagerror .item-price a i.icon-cart {
		-webkit-transform: scale(.6);
		-moz-transform: scale(.6);
		-ms-transform: scale(.6);
		-o-transform: scale(.6);
		transform: scale(.6);
		left: -10px
	}
}
@media screen and (max-width:992px) {
	.pagerror .item-price a i.icon-cart {
		-webkit-transform: scale(.7);
		-moz-transform: scale(.7);
		-ms-transform: scale(.7);
		-o-transform: scale(.7);
		transform: scale(.7)
	}
}
@media screen and (max-width:768px) {
	section.buy-process {
		display: none
	}


	.razon1 {
		background-size: 79%;
		padding-top: 38.166667%;
	}

	.razon2 {
		background-size: 79%;
		padding-top: 38.166667%;
	}


}
@media screen and (max-width:800px) {
	.pedido.list-items img {
		width: 100%;
		height: auto
	}
}


@media(min-height:600px) and (max-height:674px) and (min-width: 1024px){
	.wrap-main .header-home .grp-txt > div {
		font-size: 20px;
		line-height: 22px;
	}

	/*.separator {
		margin: 10px auto 0px auto;
	}*/

	.btn-home a {
		height: 48px;
		padding-top: 13px;
	}

	.wrap-main .header-home .grp-txt p {
		font-size: 14px;
		line-height: 16px;
	}

	.bases-descuento {
		height: 50px;
		margin: 7px auto 0;
	}

	.wrap-main .header-home img {
		mix-blend-mode: screen;
		margin: 10px 0 5px 0px !important;
		max-width: 35%;
	}
}

@media(min-height:675px) and (max-height:700px) and (min-width: 1024px){
	.wrap-main .header-home img {
		max-width: 40%;
	}
}


@media(min-height:701px) and (max-height:750px) and (min-width: 1024px){
	.wrap-main .header-home img {
		max-width: 50%;
	}
}

@media(min-height:751px) and (max-height:800px) and (min-width: 1024px){
	.wrap-main .header-home img {
		max-width: 55%;
	}
}

@media screen and (max-width: 600px)  and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#header-home-cab .grp-txt{
		display: block !important;
		top: 119px !important;
		text-align: center;
	}
}

.itemsugerido.col6 {
	display: inline-block;
	box-sizing: border-box;
	width: -webkit-calc(50% - 40px);
	width: calc(50% - 40px);
	margin: 0 15px 55px;
	float: left;
    margin-right: 2.3576515979%;
    width: 70%;
    border: 3px solid #ff594c;
    padding: 10px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
}
.close_div {
	margin: -22px;
    background: white;
    position: sticky;
    color: black;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    width: 40px;
    height: 40px;
    border: 1px solid black;
    float: right;
    cursor: pointer;
}

.item-price {
	width: 100%;
	box-sizing: border-box;
	/* border: 3px solid #ff594c; */
	border:none;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	height: 58px;
}

.itemsugerido.col6 .item-price .txt {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	height: 100%;
	border: 3px solid #ff594c;
}
.itemsugerido.col6 .item-price .txt h4 {
	display: block;
	float: right;
	padding: 0 15px 5px;
	font-size: 1.8rem;
	letter-spacing: 1px;
	position: relative;
	top: 2px
}
.itemsugerido.col6 .item-price .txt h5 {
	display: block;
	float: left;
	padding: 0 15px;
	font-size: 1rem;
	letter-spacing: 1px;
	font-family: Futura_Std700;
}
.itemsugerido.col6 .item-price .add-item {
	display: block;
	float: right;
	cursor: pointer;
	letter-spacing: 3px;
	font-family: Futura_Std700;
	font-size: 1.25rem;
	text-align: center;
	/* width: 35%; */
	width: auto;
	/* padding: 15px; */
	color: #fff;
	background-color: #ff594c;
	-webkit-align-self: flex-end;
	-moz-align-self: flex-end;
	align-self: flex-end;
	-ms-flex-item-align: end;
	position: relative;
	/* left: 2px */
	height: 100%;
	padding: 1.5rem;
	padding-top:2rem;
}


.add-item-mobile {
	display: none;
	cursor: pointer;
	letter-spacing: 3px;
	font-family: Futura_Std700;
	font-size: 1.25rem;
	text-align: center;
	width: 100%;
	padding: 8px;
	color: #fff;
	background-color: #ff594c;
	-webkit-align-self: flex-end;
	-moz-align-self: flex-end;
	align-self: flex-end;
	-ms-flex-item-align: end;
	position: relative;
}

@media screen and (max-width:600px) {
	.add-item-mobile {
		display: block;
	}
	.itemsugerido.col6 .item-price .add-item{
		display: none;
	}
	.itemsugerido.col6 p{
		margin-top: 0px !Important;
	}
}
		.contenido-filtrado section.content-articles {
			margin-left: 16%;

		}

	@media screen and (max-width:480px) {
		.wrap-main.interior .wrap-section.addons .content-articles {
	    margin-bottom: 5%;
	    	margin-left: 2%;
	    	margin-right: 2%;
		}

		.wrap-main.interior .wrap-section.addons .content-articles h2 {
			margin-bottom: 5%;
	    	margin-left: 5%;
		}

		section.content-articles .col3, section.content-articles .col6 {
			margin:0%; 
			margin-bottom: 30%;
		}

		.contenido-filtrado section.content-articles {
			margin-left: 2%;
			margin-right: 2%
		}
	}

.main-title {
	font-family: Futura_Std700;
	font-size: 29px;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	line-height: 31px;
	margin-top: 30px;
}

.discount .msg-discount {
    display: inline-block;
    margin: .5em;
    text-align: center;
    font-size: 140%;
    color: #ff594c;
}

.apply-discount-btn:disabled {
    color: gray !important;
    border-color: gray !important;
}

.apply-discount-btn:hover:disabled {
    background-color: transparent !important;
}

.producto-description .container article.center .grp-txt {
    width: 100%;
    margin-bottom: 3em;
}

/* Fix Feb 2021 banners */
@media screen and (max-width:800px) {
	.header-actualidad {
		background-image: url(../img/actualidad/headerActualidad_bg_mobile.png?v=1.0);
	}

	.header-escuela {
		background-image: url(../img/escuela/header_bg_mobile.png);
	}

	.header-comprar-jamones-online {
		background-image: url(../img/tienda/headerComprarJamOnl_bg_mobile.png);
	}
}

/* Fix marzo 2021 info descuentos en regalos */
.info-descuentos {
    margin: 2em 0 !important;
    font-weight: bold;
    color: #761f00 !important;
}