/* v10 6/1/20 */

@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,		
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, textarea, select, button,
header, section, article, footer, aside, figure, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration:none;
	color:inherit;
	background-color:transparent;
	}
strong {
	font-weight: bold;
	}
:focus {
	outline:0;
	}
body{
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
del {
	text-decoration: none;
}
html {
	font-size: 62.5%;
	font-size: 100%;
    height: 100%;
    overflow: hidden;
}
@media (min-width: 960px) {	
	html {
		font-size: 87.5%;
	}
}

body {
	font-family: "Manrope", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size:100%;
	line-height:1;
	color:#333;
	height:100%;
	background: #fff;
	overflow-x:hidden;
	overflow-y:scroll;
}
:focus {
	box-shadow: 0 0 2px 0 #000;
}

@media (min-width: 960px) {
	::-webkit-scrollbar {
	  width: 12px;
	}
	::-webkit-scrollbar-track {
	  background: #00000030;
	}
	::-webkit-scrollbar-thumb {
	  background: #00000040; 
	  border-radius: 2px;
	  box-shadow:inset 0 0 0 1px #00000010;
	}
	::-webkit-scrollbar-thumb:hover {
	  background: #00000070; 
	}
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

.s_ac {
	text-align: center;
}
.s_ar {
	text-align: right;
}

.page {
	font-size: 1rem;
	padding: 0 2rem;
	max-width: 1170px;
	margin: 0 auto;
	clear:both;
}
.section {
	padding: 3rem 0;
}
.section:not(.bg) + .section:not(.bg) {
	padding-top: 0;
}
.section.bg {
	background: rgba(0,0,0,.025);
	box-shadow: 0 0 0 1px rgba(0,0,0,.1);
}
.row {
	margin: 0 -1.5rem;
	font-size: 0;
	clear: both;
}
.row.rtl {
	direction: rtl;
}
.row + .row {
	margin-top: 2rem;
}
.page:after,
.row:after {
	content:'';
	display:table;
	width:100%;
	clear:both;
}
.col,
.gap {
	font-size: 1rem;
	box-sizing: border-box;
	padding: 0 1.5rem;
	min-height: 1px;
	text-align: left;
	direction: ltr!important;
}
.col > *:last-child {
	margin-bottom: 0!important;
}
@media (min-width: 960px) {
	.col,
	.gap {
		display: inline-block;
		vertical-align: top;
		margin-bottom: 2rem;
	}
	.col1 {width: 8.333%;}
	.col2 {width: 16.666%;}
	.col3 {width: 25%;}
	.col4 {width: 33.333%;}
	.col5 {width: 41.666%;}
	.col6 {width: 50%;}
	.col7 {width: 58.333%;}
	.col8 {width: 66.666%;}
	.col9 {width: 75%;}
	.col10 {width: 83.333%;}
	.col11 {width: 91.666%;}
	.col12 {width: 100%;}
}
@media (max-width: 959px) {
	.col + .col,
	.gap + .col {
		margin-top: 2rem;
	}
}
picture,
picture img {
	display: block;
}
svg {
	width: auto;
	height: auto;
}
svg,
img {
	max-width: 100%;
}
.bt,
.productItemAdd {
	display: inline-block;
	line-height: 3em;
	height: 3em;
	padding: 0 1.5em;
	background: #000;
	color: #fff;
	border-radius: 2em;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	background-position: center;
  	transition: background .5s;
  	box-shadow: 0 .125rem .25rem 0 rgba(0,0,0,.2);
}
.productItemAdd {
	padding: 0 3.5rem;
	width: auto;
}
.productItemAdd a {
	position: absolute;
	left: .25rem;
	top: 0;
	width: 3rem;
	text-align: center;
}
.productItemAdd p {
	text-align: center;
	padding: 1rem .5rem;
}
.productItemAdd a:last-child {
	left: auto;
	right: .25rem;
}
.bt i {
	font-size: 1.1em;
	margin-right: .5em;
}
.bt + .bt {
	margin-left: 1rem;
}
.bt.btB {
	background: #eee;
	color: #000;
	box-shadow: none;
	transition: all 150ms cubic-bezier(.7,0,.3,1);
}
.btI {
	width: 3em;
	padding: 0;
	text-align: center;
}
.btI i {
	font-size: 1em;
	margin: 0;
}
.bt:focus {
	box-shadow: 0 .125rem .25rem 0 rgba(0,0,0,.2);
}
.bt:hover {
 	background: #000 radial-gradient(circle, transparent 1%, #000 1%) center/15000%;
}
.bt.btB:hover {
	color: #fff;
	box-shadow: 0 .125rem .25rem 0 rgba(0,0,0,.2);
}
.bt:active {
  background-color: #333;
  background-size: 100%;
  transition: background 0s;
}

a i {
	line-height: inherit!important;
}
i {
	font-weight: normal;
}
i + span {
	font-size: 0;
}

a i + span,
button i + span {
	display: none;
}
a i + span.tooltip,
button i + span.tooltip,
a.hint i + span {
	display: block;
	text-indent: 0;
}
a.hint i {
	font-size: 1.2rem;
	color: #aaa;
}
a {
	position: relative;
}
span.tooltip,
a.hint span {
	text-transform: none;
	font-weight: normal;
	line-height: 1;
	position: absolute;
	left: 50%;
	bottom: 100%;
	transform: translate(-50% , 50%);
	white-space: nowrap;
	padding: .5rem;
	border-radius: 3px;
	margin-bottom: .25rem;
	font-size: .8rem;
	color: #333;
	background: #fff;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.1), 0 2px 10px 0 rgba(0,0,0,.1), 0 3px 15px 0 rgba(0,0,0,.1);
	opacity: 0;
	visibility: hidden;
	transition: all 150ms cubic-bezier(.7,0,.3,1);
	text-indent: 0;
	z-index: 9999;
}
a.hint.alignToEnd span {
	left: auto;
	right: -1rem;
	transform: translateY(50%);
}
a.hint.bottomHint span {
	bottom: auto;
	top: 120%;
}
a.hint span {
	width: 200px;
	text-align: left;
	white-space: normal;
}
span.tooltip:after,
a.hint span:after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	top: 100%;
	border: solid .5rem transparent;
	border-top-color: #fff;
}
a.hint.bottomHint span:after {
	bottom: 100%;
	top: auto;
	border-top-color: transparent;
	border-bottom-color: #fff;
}
a.hint.alignToEnd span:after {
	left: auto;
	right: .625rem;
}
a:hover span.tooltip,
a:focus span.tooltip,
i:hover span.tooltip,
i:focus span.tooltip,
*:hover > span.tooltip,
a.hint:hover span,
a.hint:focus span {
	transition-delay: 1s;
	transform: translate(-50% , 0);
	opacity: 1;
	visibility: visible;
}
a.hint.alignToEnd:hover span,
a.hint.alignToEnd:focus span {
	transform: translateY(0%);
}

#bt_top {
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	z-index: 900;
}

h1, h2, h3 {
	letter-spacing: -.01em;
}
h1, h2, h3, h4, h5, h6, p, li {
	line-height: 1.2em;
}
h1 {
	font-size: 2.5rem;
	font-weight: bold;
}
h2 {
	font-size: 2.5rem;
}
h3 {
	font-size: 2rem;
	font-weight: bold;
}
h4 {
	font-weight: bold;
}
h6 {
	text-transform: uppercase;
	font-size: .75rem;
}

.price {
	letter-spacing: -.02em;
	word-spacing: -.02em;
}
.price p {
	font-size: inherit!important;
	display: inline-block;
}
.price p:before,
.price del:before {
	content: '$';
	font-weight: normal;
	font-size: .75em;
	position: relative;
	top: -1px;
	margin-right: .1em;
}
.price.usd p:before,
.price.usd del:before {
	content: 'U$S';
}
.price del {
	font-size: .75em;
	text-decoration: line-through;
	display: inline-block;
	margin-right: .5rem;
	font-weight: normal;
	color: #aaa;
}
.price del:before {
	font-size: 1em;
	top: auto;
}
.price small {
	font-size: .5em;
	line-height: 1;
	font-weight: normal;
	display: inline-block;
	transform: translateY(-70%);
	margin-left: .1em;
}

.form .field {
	margin-bottom: 1.5rem;
}
.form .field label {
	font-size: .875rem;
	text-transform: uppercase;
	color: #aaa;
	margin-bottom: .5rem;
	font-weight: bold;
	display: block;
	position: relative;
}
.form .field input,
.form .field select,
.form .field textarea {
	padding: 1rem;
	background: #fff;
	border-bottom: solid 1px rgba(0,0,0,.2);
	width: 100%;
	box-sizing: border-box;
}
.form label input[type="checkbox"],
.form label input[type="radio"] {
	position: absolute;
	width: 1rem;
	height: 1rem;
	left: 0;
	top: 0;
	opacity: 0;
}
.form label input[type="checkbox"] + i,
.form label input[type="radio"] + i {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	box-sizing: border-box;
	margin-right: .4rem;
	vertical-align: top;
	position: relative;
	top: -1.5px;
	border: solid 2px #888;
	border-radius: .2rem;
	color: #fff;
	font-size: 0;
	transition: all 150ms cubic-bezier(.7,0,.3,1);
	text-align: center;
	line-height: .7rem;
	text-indent: 0;
}
.form label input[type="radio"] + i {
	border-radius: 2rem;
}
.form label input[type="checkbox"]:checked + i,
.form label input[type="radio"]:checked + i {
	background: #888;
	font-size: .7rem;
}
.form label input[type="radio"]:checked + i {
	font-size: 0;
}
.form label input[type="radio"]:checked + i:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	width: .5rem;
	height: .5rem;
	border-radius: 1rem;
	background: #888;
	box-shadow: 0 0 0 2px #fff;
}
.form .formMsg {
	font-size: .875rem;
	padding: .5rem;
	background: #ddd;
	border: solid 1px #bbb;
	border-radius: 2px;
	margin: .5rem 0;
}
.form .formMsg i {
	margin-right: .5em;
}
.form .bt + .formMsg {
	font-size: 1rem;
	margin-top: 1.5rem;
}


.sliderWrapper {
	position: relative;
}
.slider {
	font-size: 0;
}
.slide {
	font-size: 1rem;
	display: inline-block;
	vertical-align: top;
}
.flexslider {
	margin: 0;
	border: none;
}
.sliderPrev,
.sliderNext {
	font-size: .875rem;
	z-index: 9999;
}
.flex-direction-nav a:before,
.sliderPrev:before,
.sliderNext:before {
	content: "\f053";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    color: #fff;
	text-shadow: 0 0 3px rgba(0,0,0,.5);
}
.flex-direction-nav a.flex-next:before,
.sliderNext:before {
	content: "\f054";
}
.flexslider:hover .flex-direction-nav .flex-prev {
	left: 2rem;
}
.flexslider:hover .flex-direction-nav .flex-next {
	right: 2rem;
}
.flex-control-nav {
	bottom: 1rem;
	z-index: 100;
}
.flex-control-nav li {
	margin: 0 .25rem;
}
.flex-control-paging li a {
	width: .5rem;
	height: .5rem;
	border-radius: 1rem;
	background: #fff;
	border: solid 1px #fff;
	box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
	opacity: .5;
}
.flex-control-paging li a.flex-active {
	opacity: 1;
}

.pagination {
	clear: both;
	margin-top: 1.25rem;
}
.pagination li {
	display: inline-block;
}
.pagination li + li {
	margin-left:.25rem;
}
.pagination li a,
.pagination li span {
	display: block;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	border-radius: .25rem;
	color: #999;
	border: solid 1px transparent;
	transition: all 300ms cubic-bezier(.7,0,.3,1);
}
.pagination li a:hover {
	background: #eee;
	cursor: pointer;
	border-color: #111;
}
.pagination li.active span {
	color: #fff;
	background: #111;
}
.pagination li.disabled span {
	color: #ccc;
	cursor: default;
}

.banner {
	text-align: center;
}
.banner img {
	display: block;
	border-radius: .2rem;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);
}
.banner img + h3 {
	margin-top: 1.5rem;
}

.overlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9100;
	background: rgba(40,40,40,.5);
	opacity: 0;
	visibility: hidden;
	transition: all 150ms cubic-bezier(.7,0,.3,1);
}
#alertWrapper {
	z-index: 9200;
}
#modalWrapper.visible,
#alertWrapper.visible {
	opacity: 1;
	visibility: visible;
}
#modalWrapper > .bt_modalClose {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}
.modal,
.alert {
	position: absolute;
	left: 50%;
	top: 45%;
	transition: transform 50ms ease;
	transform: scale(.5) translate(-50% , -50%);
	max-width: 50rem;
	z-index: 20;
	display: none;
	background: #fff;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.05), 0 2px 10px 0 rgba(0,0,0,.05), 0 3px 15px 0 rgba(0,0,0,.05);
	border-radius: .3rem;
	padding: 1rem;
}
#modalWrapper.visible .modal,
#alertWrapper.visible .alert {
	transform: scale(1) translate(-50% , -50%);
}
.modal {
	width: 90%;
}
.alert {
	max-width: 90%;
	padding: 3rem;
	background: #fff;
	border-radius: .5rem;
	text-align: center;
	display: block;
}
.modal .row {
	margin: 0 -1rem;
}
.modal .row .col {
	padding: 0 1rem;
}
.modal > .bt_modalClose {
	position: absolute;
	right: 0;
	top: -2.5rem;
	line-height: 2.5rem;
	width: 1.5rem;
	text-align: center;
	color: #eee;
	font-size: 1rem;
	display: block;
}
.modalHeader {
	padding: 1.5rem 2rem 1rem;
	border-radius: .5rem .5rem 0 0;
	position: relative;
	border-bottom: solid 1px #eee;
}
.modalContent {
	min-height: 30vh;
	max-height: 50vh;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 1.5rem 2rem 1rem;
	box-sizing: border-box;
}
.modalFooter {
	text-align: right;
	padding: 1.5rem 2rem;
	min-height: 3rem;
	position: relative;
	background: #fff;
	border-radius: 0 0 .5rem .5rem;
	border-top: solid 1px rgba(0,0,0,.1);
}

.toast {
	position: fixed;
	left: 50%;
	top: -10rem;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 250ms cubic-bezier(.7,0,.3,1);
	max-width: 30rem;
	z-index: 50;
	visibility: hidden;
	padding: 3rem;
	background: #fff;
	border-radius: .5rem;
	box-shadow: 0 .2rem 1rem 0 rgba(0,0,0,.2), 0 .5rem 2rem 0 rgba(0,0,0,.3);
}
.toast p {
	font-size: 1.4rem;
	text-align: center;
}
.success {
	border-top: solid 2px #30bf64;
}
.toast.visible {
	top: 4.5rem;
	opacity: 1;
	visibility: visible;
}

.loading {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 500;
	background: rgba(255,255,255,.5);
	transition: all 50ms cubic-bezier(.7,0,.3,1);
	font-size: 0;
}
.loading:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 3rem;
	height: 3rem;
	margin: -3rem 0 0 -3rem;
	border-radius: 8rem;
	border: solid 3px #000;
	animation: girar 1s infinite ease;
	clip: rect(0,2.75rem,2.75rem,0);
}
body > .loading {
	position: fixed;
	z-index: 999;
}
.col > .loading {
	left: 1.5rem;
	right: 1.5rem;
}
@keyframes girar {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

.header {
	position: sticky;
	padding: 2rem 0 .5rem;
	margin-bottom: 1.5rem;
	left: 0;
	top: -1.5rem;
	right:0;
	z-index: 999;
	background: #fff;
}
body {
	position: relative;
}
body:before,
body:after {
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 5rem;
	background:#fff;
	box-shadow: 0 2px 5px -3px rgba(0,0,0,.15);
	z-index: 980;
}
@media (min-width: 960px) {
	body:before {
		right: 12px;
	}
}
body:after {
	z-index: 990;
	height: 8rem;
	position: absolute;
}
.bgColor .header {
	color: #fff;
}
.header .brand {
	display: inline-block;
	height: 4rem;
	line-height: 4rem;
	max-width: 15rem;
	white-space: nowrap;
}
.header .brand a {
	display: block;
	height: 100%;
}
.header .brand img {
	max-height: 100%;
	width: auto;
	display: block;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.menu a {
	padding: .4rem 1rem;
	display: block;
	line-height: 1.2rem;
	border-radius: 1.2rem;
	transition: all 250ms cubic-bezier(.7,0,.3,1);
}
.menu > ul > li > a {
	white-space: nowrap;
}
.menu > ul > li a:hover {
	background: rgba(0,0,0,.1);
}
.dd > a:after {
	content: "\f0d7";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    margin-left: .5rem;
    color: #000;
}
.ddChild {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10%) scaleY(.75);
	transition: all 250ms cubic-bezier(.7,0,.3,1);
}
.dd:hover .ddChild {
	opacity: 1;
	transform: translateY(0%) scaleY(1);
	visibility: visible;
}

@media (min-width: 960px) {
	.bt_menu {
		display: none;
	}
	.menu {
		padding: 1rem 0;
		float: right;
	}
	.menu > ul > li {
		line-height: 2rem;
		display: inline-block;
		vertical-align: middle;
	}
	.menu > ul > li + li {
		margin-left: .5em;
	}
	.menu li.dd + li ~ li {
		font-size: 1.5rem;
		margin-right: -.5rem;
	}
	.menu li.dd + li ~ li a {
		display: block;
		padding: 0;
		width: 2rem;
		text-align: center;
	}
	.menu li.dd + li ~ li a:hover {
		box-shadow: 0 0 0 .25rem rgba(0,0,0,.1);
	}
	.menu > ul > li:last-child {
		margin-right: 0!important;
	}
	.search {
		margin:.5rem 0 .5rem 2rem;
		float: right;
		height: 3rem;
		position: relative;
		padding-right: 3rem;
	}
	.search input {
		line-height: 2rem;
		padding: .5rem 0;
		margin-right: -3rem;
		width: 3rem;
		overflow-x: hidden;
		box-sizing: border-box;
		border-bottom: solid 1px transparent;
		transition: all 150ms cubic-bezier(.7,0,.3,1);
		position: relative;
		z-index: 10;
		cursor: pointer;
		font-size: 0;
	}
	.search:hover input,
	.search input:focus,
	.search input:not(:placeholder-shown) {
		width: 15rem;
		margin-right: 0;
		font-size: 1rem;
		border-bottom-color: #333;
		box-shadow: none;
		cursor: default;
	}
	.search button {
		width: 3rem;
		height: 3rem;
		line-height: 3rem;
		text-align: center;
		background: #000;
		border-radius: 3rem;
		color: #fff;
		position: absolute;
		z-index: 5;
		right: 0;
		top: 0;
	}
	.search input:focus + button {
		z-index: 15;
	}
	.menu li.dd .productMenu {
		margin-top: -3rem;
		padding-top: 3rem;
		position: absolute;
		width: 100vw;
		padding-right: 12px;
		box-sizing: border-box;
		left: 0;
		top: 100%;
		z-index: -1;
		background: #fff;
		box-shadow: 0 .5rem .5rem 0 rgba(0,0,0,.2), 0 1rem 1rem 0 rgba(0,0,0,.1);
	}
	.menu li.dd .productMenu .page {
		font-size: 0;
		text-align: center;
	}
	.menu li.dd .productMenu .page > ul {
		padding: 2rem 0 .5rem;
		margin: 0 -1rem;
	}
	.menu li.dd .productMenu .page > ul > li {
		display: inline-block;
		vertical-align: top;
		width: 20%;
		padding: 0 1rem;
		box-sizing: border-box;
		font-size: 1rem;
		margin-bottom: 2rem;
		text-align: left;
		position: relative;
	}
	.menu li.dd .productMenu .page > ul > li > a {
		position: relative;
		z-index: 20;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.menu li.dd .productMenu .page > ul > li:nth-child(2n+5):last-child {
		margin-right: 20%;
	}
	.menu li.dd .productMenu .page > ul > li ul {
		box-sizing: border-box;
		padding: 2rem 1rem 1rem;
		transition: all 150ms cubic-bezier(.7,0,.3,1);
		opacity: 0;
		visibility: hidden;
		z-index: 5;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
	}
	.menu li.dd .productMenu .page > ul > li ul:before {
		content: '';
		position: absolute;
		left: .5rem;
		top: -.5rem;
		right: .5rem;
		bottom: 0;
		background: #fff;
		border-radius: 1.5rem 1.5rem 1.25rem 1.25rem;
		box-shadow: 0 1px 1rem 1px rgba(0,0,0,.1);
		transition: all 150ms cubic-bezier(.7,0,.3,1);
		opacity: 0;
		visibility: hidden;
		z-index: 1;
	}
	.menu li.dd .productMenu .page > ul > li ul li {
		position: relative;
		z-index: 5;
	}
	.menu li.dd .productMenu .page > ul > li:hover {
		z-index: 50;
	}
	.menu li.dd .productMenu .page > ul > li:hover ul:before,
	.menu li.dd .productMenu .page > ul > li:hover ul {
		opacity: 1;
		visibility: visible;
	}
	.menu li.dd .productMenu .page > ul > li > a,
	.menu li.dd .productMenu .page > ul > li > span {
		font-weight: bold;
		position: relative;
		z-index: 10;
	}
	.megaMenu {
		position: absolute;
		opacity: 0;
		visibility: hidden;
	}
}

@media (max-width: 959px) {
	.header .brand {
		font-size: 1.5rem;
		height: 3rem;
		line-height: 3rem;
		max-width: 60%;
	}
	body:before,
	body:after {
		height: 4rem;
	}
	body:after {
		height: 7rem;
	}
	.bt_menu {
		float: right;
		width: 3rem;
		height: 3rem;
		text-align: center;
		line-height: 3rem;
		display: block;
		position: relative;
	}
	.bt_menu:focus {
		z-index: 20;
	}
	.menu {
		position: absolute;
		background: #fff;
		left: 0;
		top: 100%;
		right: 0;
		padding: 0 2rem;
		opacity: 0;
		visibility: hidden;
		transition: all 150ms cubic-bezier(.7,0,.3,1);
	}
	.menu.visible {
		opacity: 1;
		visibility: visible;
	}
	.search {
		float: right;
		position: relative;
		z-index: 10;
	}
	.search input {
		opacity: 0;
		position: absolute;
		z-index: 20;
		top: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		background: #fff;
		transition: opacity 150ms cubic-bezier(.7,0,.3,1);
	}
	.search input:focus,
	.search input:not(:placeholder-shown) {
		opacity: 1;
		width: 50vw;
		width: calc(100vw - 7rem);
		border-bottom: solid 1px #000;
		box-shadow: 0 0 0 1rem #fff;
	}
	.search button {
		color: inherit;
		box-shadow: none;
		position: relative;
		z-index: 10;
		transition: all 150ms cubic-bezier(.7,0,.3,1);
		background: #fff;
	}
	.search input:focus + button,
	.search input:not(:placeholder-shown) + button,
	.search button:hover,
	.search button:active {
		transform: translateX(100%);
		box-shadow: none;
	}
	.menu {
		margin: 0 -1rem;
		padding-bottom: 2.75rem;
    max-height: calc(100vh - 5.5rem);
    overflow: auto;
	}
	.menu li.dd .productMenu {
		height: 0;
		transform: none;
		transform-origin: 0 0;
	}
	.menu li.dd:hover .productMenu {
		height: auto;
	}
	.menu li.dd .productMenu .page {
		padding: 0;
	}
	.menu li.dd .productMenu .page > ul > li > a {
		font-weight: bold;
	}
	.menu li.dd + li ~ li {
		display: inline-block;
		margin:1rem 0 0 1rem;
		font-size: 1.5rem;
	}
	.menu li.dd + li ~ li a {
		display: block;
		padding: 0;
	}
}

.breadcrumbs {
	padding: 1.5rem 0;
	line-height: 2rem;
	color: #666;
	white-space: nowrap;
	background: #f7f7f7;
}
.breadcrumbs li {
	display: inline-block;
	font-size: .75rem;
}
.breadcrumbs li + li:before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    margin:0 1em;
    color: #bbb;
}

aside.productMenu h3 {
	margin-bottom: 2rem;
}
aside.productMenu a {
	display: block;
	font-weight: bold;
}
aside.productMenu ul li {
	line-height: 2rem;
	margin-bottom: 1rem;
}
aside.productMenu ul li ul li {
	font-size: .875rem;
	margin-bottom: 0;
}
aside.productMenu ul li ul li a {
	font-weight: normal;
}
@media (max-width: 959px) {
	aside.productMenu {
		display: none;
	}
	aside.productMenu + .mainContent {
		margin-top: 0;
	}
}

.listOrder {
	position: relative;
	z-index: 100;
	float: right;
	font-size: .875rem;
	line-height: 2rem;
	color: #666;
}
.mainContent .listOrder {
	margin-top: -3.5rem;
}
.listOrder a {
	display: block;
}
.listOrder .ddChild {
	position: absolute;
	top: 100%;
	right: 0;
	padding: .5rem;
	background: #fff;
	box-shadow: 0 .25rem .5rem 0 rgba(0,0,0,.2), 0 .5rem 1rem 0 rgba(0,0,0,.1);
	white-space: nowrap;
	border-radius: .3rem;
}
.listOrder .ddChild li a {
	display: block;
	line-height: 2rem;
	padding: 0 1rem;
	border-radius: .2rem;
}
.listOrder .ddChild li a:hover {
	background: #eee;
}

.featured {
	overflow: hidden;
	background: #333;
}
@media (max-width: 959px) {
	.featured img {
		max-width: 1000%;
		height: 100%;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
}
.featured .sliderWrapper,
.featured .slider,
.featured .slide {
	height: 100%;
	width: 100%;
}
.featured .slide {
	position: relative;
}
.featured .slide .slideContent {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	text-align: center;
	color: #fff;
}
.featured .slide .slideContent h2 {
	font-size: 5rem;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 3px 4px rgba(0,0,0,.75);
}
.featured .slide .slideContent p {
	font-size: 2rem;
	text-shadow: 0 3px 4px rgba(0,0,0,.75);
}

.section__homeSlider {
	text-align: center;
}

.productItem {
	padding: 1.5rem;
	background: #fff;
	border-radius: .25rem;
	box-shadow: 0 .25rem .5rem 0 rgba(0,0,0,.1), 0 .5rem 1rem 0 rgba(0,0,0,.05);
	text-align: center;
	transition: all 150ms cubic-bezier(.7,0,.3,1);
}
.productItem picture {
	margin: -1.25rem -1.25rem 1.75rem;
}
.productItem picture a,
.productItem picture span {
	display: block;
	position: relative;
	padding-bottom: 100%;
	background: #999;
	box-shadow: inset 0 0 1rem 0 rgba(0,0,0,.2);
	border-radius: .1rem .1rem .2rem .2rem;
}
.productItem img {
	background: #fafafa;
	position: absolute;
	border-radius: .1rem .1rem .2rem .2rem;
}
.productItem h4 {
	font-size:1.1rem;
	margin-bottom: .35rem;
	height: 2.4rem;
	overflow: hidden;
	padding-bottom: 1px;
}
.productItem h5 {
	font-size: .9rem;
	text-transform: uppercase;
	font-weight: bold;
	color: #999;
	height: 1rem;
	padding-bottom: 1px;
	margin-bottom: .75rem;
}
.productItem > p {
	font-size: .92857rem;
	margin-bottom: 1rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 1px;
	line-height: 1rem;
	height: 1rem;
	padding-bottom: 1px;
}
.productItem h4 + p {
	margin-bottom: 1.5rem;
	padding-top: 1.25rem;
	padding-top: calc(1.25rem + 1px);
}
.productItem .bt {
	font-size: .875rem;
}
.productItem .price {
	font-size: 2rem;
	line-height: 1.25em;
	font-weight: bold;
}
.productItem:hover {
	box-shadow: 0 .5rem .5rem 0 rgba(0,0,0,.2), 0 .5rem 1.5rem 0 rgba(0,0,0,.1);
}
.productItem:hover h4 a {
	text-decoration: underline;
	text-decoration-color: #000;
}
@media (min-width: 960px) {
	.mobile {
		display: none!important;
	}
	.productItem picture {
		position: relative;
	}
	.productItem picture a:after {
		content: "\f06e";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
	    -moz-osx-font-smoothing: grayscale;
	    -webkit-font-smoothing: antialiased;
	    display: inline-block;
	    font-style: normal;
	    font-variant: normal;
	    text-rendering: auto;
	    line-height: 1;
	    display: block;
	    font-size: 3rem;
	    color: #fff;
		text-shadow: 0 0 1rem rgba(0,0,0,.5);
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50% , -200%);
		opacity: 0;
		visibility: hidden;
		z-index: 10;
		transition: all 150ms cubic-bezier(.7,0,.3,1);
	}
	.productItem:hover picture a:after {
		transform: translate(-50% , -50%);
		opacity: 1;
		visibility:visible;
	}
}

.productInfo h1,
.productInfo h2,
.productInfo h6 {
	margin-bottom: 1.5rem;
	line-height: 1.1em;
}
.productInfo h2 {
	text-transform: uppercase;
	color: #999;
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: -.5rem;
}
.productInfo p {
	margin-bottom: .5rem;
	line-height: 1.4em;
}
@media (min-width: 960px) {
	.productInfo h2 + p {
		padding-right: 1rem;
		margin-right: -1rem;
		max-height: 16vh;
		overflow: auto;
	}
}
.productInfo p a {
	display: inline-block;
	margin: .5rem 0 1.25rem;
	text-decoration: underline;
	font-weight: bold;
	color: 666;
	text-transform: uppercase;
	font-size: .8em;
	text-decoration-color: #000;
}
.productInfo .price {
	font-size: 3rem;
	line-height: 1.25em;
	font-weight: bold;
	margin-bottom: 1rem;
}
.productInfo .price del {
	display: block;
	line-height: .9em;
	margin: 1rem 0 0;
}
.productInfo .price p {
	display: block;
}
.productInfo .bt {
	font-size: 1.25rem;
	margin-bottom: 2rem;
}
.productInfo .bt + h6 {
	text-transform: none;
	font-size: 1.25rem;
    color: #aaa;
    margin-bottom: .5rem;
}
.productInfo .card {
	padding: 1.5rem 1.25rem 1.0625rem;
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.5rem 0 rgb(0 0 0 / 10%), 0 0.5rem 1rem 0 rgb(0 0 0 / 5%);
  margin: 1.5rem 0;
  position: relative;
}
.productInfo .card > span {
	position: absolute;
	left: 1.125rem;
	top: 0;
	transform: translateY(-50%);
	font-size: 1.5rem;
}
.productInfo .card h5,
.productInfo .card p {
	font-size: .875rem;
	line-height: 1.333em;
	margin: 0;
}
.productInfo .card h5 {
	font-weight: bold;
}
.productInfo .share li {
	font-size: 2.25rem;
}
.productSlider .slider {
	border-radius: .25rem;
	box-shadow: 0 .125rem .25rem 0 rgba(0,0,0,.2), 0 .25rem .5rem 0 rgba(0,0,0,.1);
}
.productSlider .sliderPrev,
.productSlider .sliderNext {
	font-size: 2rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.productSlider .sliderPrev {
	left: 3rem;
}
.productSlider .sliderNext {
	right: 3rem;
}
@media (max-width: 959px) {
	.main__product .productThumbs ul {
		margin: 0 -2rem;
		padding: 0 1rem;
		white-space: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.main__product .productThumbs ul li {
		width: 20%;
	}
	.main__product .col + .productSlider {
		margin-top: 0;
	}
	.main__product .productSlider {
		margin-left: -2rem;
		margin-right: -2rem;
		padding: 0;
	}
}
.productThumbs ul li {
	padding: 0 .5rem;
	width: 50%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
	margin-bottom: 1rem;
} 
.productThumbs ul {
	margin: 0 -.5rem;
	font-size: 0;
}
.productThumbs ul li a {
	display: block;
}
.productThumbs ul li a img {
	display: block;
	border-radius: .2rem;
}

.main__product .slider {
	padding-bottom: 100%;
	position: relative;
}
.main__product .slide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 5;
	transition: all 150ms cubic-bezier(.7,0,.3,1);
}
.main__product .slide + .slide {
	z-index: 10;
}
.main__product .slide.added {
	opacity: 0;
	transition: all 150ms cubic-bezier(.7,0,.3,1);
}

@media (min-width: 960px) {
	.section__homeSlider .sliderWrapper {
		margin: 0 -1.5rem;
	}
	.section__homeSlider .slide {
		width: 25%;
	}
	.slide .productItem {
		margin: 1.4rem 1.5rem;
	}
}
@media (max-width: 959px) {
	.section__homeSlider h3 {
		margin-bottom: 1rem;
	}
	.section__homeSlider .sliderWrapper {
		margin: -.5rem;
	}
	.section__homeSlider .slide {
		width: 100%;
	}
	.section__homeSlider .slide .productItem {
		margin: .5rem;
	}
}

.section__homeList {

}

@media (min-width: 960px) {
	.col9 .productList .col {
		width: 33.333%;
	}
}

.share li {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.5rem;
}
.share li + li {
	margin-left: .5em;
}

.footer {
	padding: 5rem 0 3rem;
	color: #111;
	overflow: hidden;
	position: relative;
}
.footer:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 100%;
	right: 0;
	height: 1rem;
	box-shadow: 0 0 2rem 0 rgba(0,0,0,.5);
}
.bgColor .footer {
	color: #eee;
	background: rgba(0,0,0,.25);
}
.footer a:hover {
	text-decoration: underline;
}
.footer p.colophon {
	margin-top: 1.5rem;
	border-top: solid 1px #88888888;
	padding-top: 1.5rem;
	color: #88888888;
	line-height: 1;
}
.footer p.colophon a {
	font-weight: bold;
	text-decoration: underline;
}
.footer .brand {
	max-height: 4rem;
	max-width: 70%;
	display: inline-block;
}
.footer .brand a {
	display: block;
	max-height: 4rem;
}
.footer .brand a img {
	max-height: 4rem;
	display: block;
}
.footer h6 {
	margin-bottom: 1.1rem;
    font-weight: bold;
    padding-top: .2rem;
}
.footer p,
.footer ul li {
	font-size: .875rem;
	line-height: 1.2rem;
	margin-bottom: 1rem;
}
.footer p:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    margin-right: .25rem;
}
.footer p.i_place:before {
	content: "\f3c5";
}
.footer p.i_tel:before {
	content: "\f095";
}
.footer p.i_mail:before {
	content: "\f0e0";
}
.footer p.i_tel,
.footer p.i_mail {
	white-space: nowrap;
}
.footer .col2 ul {
	font-weight: bold;
}
.footer .col4 ul {
	font-size: 0;
}
.footer .col4 ul li {
	width: 50%;
	padding-right: 1rem;
	display: inline-block;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.footer .col4 ul.single li {
	display: block;
	width: auto;
}
.footer ul.social {
	margin:-.5rem -.5rem 2rem;
}
.footer ul.social li {
	font-size: 1.5rem;
	display: inline-block;
	margin: .5rem;
}
@media (min-width: 960px) {
	.footer ul.social {
		text-align: right;
	}
}
.afip {
	float: right;
	width: 3rem;
	height: 0;
}

.section__newsletter {
	background: #ccc;
}
.section__newsletter h3,
.section__newsletter form {
	line-height: 3rem;
}
@media (min-width: 960px) {	
	.section__newsletter h3,
	.section__newsletter form {
		display: inline-block;
		margin: 0 1rem;
		vertical-align: middle;
	}
}
.section__newsletter form input {
	display: inline-block;
	padding: 1rem 12rem 1rem 1rem;
	border-radius: 5rem;
	background: #fff;
	vertical-align: middle;
	box-shadow: inset 0 .125rem .25rem 0 rgba(0,0,0,.1);
}
.section__newsletter form button {
	display: inline-block;
	margin-left: -10.25rem;
	width: 10rem;
	text-align: center;
	font-size: .875rem;
	vertical-align: middle;
}
@media (max-width: 959px) {	
	.section__newsletter form {
		margin-top: 1rem;
	}
	.section__newsletter form input {
		display: inline-block;
		padding: 1rem 6rem 1rem 1rem;
		border-radius: 5rem;
		background: #fff;
		vertical-align: middle;
		box-shadow: inset 0 .125rem .25rem 0 rgba(0,0,0,.1);
	}
	.section__newsletter form button {
		padding: 0;
		width: 7rem;
		margin-left: -7.25rem;
	}
}
@media (max-width: 380px) {	
	.section__newsletter form {
		position: relative;
	}
	.section__newsletter form input {
		width: 100%;
		padding-right: 5rem;
		box-sizing: border-box;
	}
	.section__newsletter form button {
		margin: 0;
		position: absolute;
		right: .35rem;
		top: .325rem;
	}
}

.main {
	background: #f7f7f7;
}
.main > .page {
	padding-bottom: 3rem;
}

.main__contact {
	padding: 5rem 0;
}
.main__contact h1 {
	margin-bottom: 2rem;
}
.main__contact h2,
.main__contact h3 {
	margin-bottom: 1rem;
}
.main__contact p {
	font-size: 1.2rem;
}
.main__contact p + h2,
.main__contact p + h3 {
	margin-top: 2.5rem;
}

/* profile */
summary {
	background: #f7f7f7;
	text-align: center;
	padding: 4rem 0;
}
summary h2 {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 1.25rem;
}
summary p {
	font-size: 1.25rem;
	line-height: 1.5em;
	max-width: 35em;
	margin: 0 auto 2rem;
}
.main__profile {
	padding-top: 3rem;
}
.main__profile picture {
	margin: 0 0 3rem;
	position: relative;
	border-radius: 1rem;
	overflow: hidden;
	padding-bottom: 34.188%;
	background: #eee;
}
.main__profile picture img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
}
.main__profile h2 {
	font-weight: bold;
	margin-bottom: 1.5rem;
}
.main.main__profile p {
	line-height: 1.8em;
	margin-bottom: 1.5rem;
}
.main__profile p.dest {
	font-size: 1.375rem;
}
.main__profile h3 {
	font-weight: 400;
	margin-bottom: 2rem;
}
.main.main__profile p a {
	text-decoration: underline;
}


/* pedido */

.section__homePedido .sliderWrapper {
	margin: 0 -1.5rem;
}	
@media (min-width: 960px) {
	.section__homePedido .slide {
		width: 33.333%;
	}
	.section__homePedido .productItemAdd {
		margin-top: .5rem;
	}
}
@media (max-width: 959px) {
	.section__homePedido .productList {
		margin-top: 1.5rem;
	}
	.section__homePedido .sliderWrapper {
		margin: 0 -1rem;
	}
	.section__homePedido .sliderWrapper .slide {
		display: block;
	}
	.section__homePedido .productList .productItem {
		text-align: left;
		padding:1rem 1rem 1rem 6rem;
		position: relative;
		box-sizing: border-box;
		margin-bottom: 1rem;
	}
	.section__homePedido .productList .productItem picture {
		position: absolute;
		width: 5rem;
		left: .5rem;
		top: 1rem;
		margin: 0;
	}
	.section__homePedido .productList .productItem .price,
	.section__homePedido .productList .productItem .productItemAdd {
		display: inline-block;
		vertical-align: middle;
		margin: 0;
	}
	.section__homePedido .productList .productItem .price {
		margin-right: 1rem;
	}
	.section__homePedido .productList .productItem .productItemAdd {
		line-height: 2.5rem;
		height: 2.5rem;
	}
	.section__homePedido .productList .productItem .productItemAdd p {
		padding: .75rem 0;
	}
	.section__homePedido .productList .productItem .productItemAdd a {
		width: 2.5rem;
	}
}
#bt_top {
	display: none;
}
.main__pedido .col {
	position: relative;
}
@media (min-width: 960px) {
	.pedidoWrapper {
		min-height: 100vh;
	}
	.pedidoWrapper aside {
		position: sticky;
		top: 2rem;
	}
}
.pedidoWrapper aside h3 {
	margin-bottom: 1.4rem;
}
.pedidoWrapper aside ul {
	padding: 1rem 1.5rem 1.5rem;
    background: #fff;
    border-radius: .25rem;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0,0,0,.1);
    margin-bottom: 1.5rem;
    max-height: 50vh;
    overflow-y: auto;
}
.pedidoWrapper aside ul li {
	margin: .25rem -.5rem;
	font-size: 0;
}
.pedidoWrapper aside ul li + li {
	border-top: solid 1px #eee;
}
.pedidoWrapper aside ul li p {
	font-size: 1rem;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: .5rem;
	box-sizing: border-box;
}
.pedidoWrapper aside ul li p:nth-child(1) {
	width: 65%;
} 
.pedidoWrapper aside ul li p:nth-child(2) {
	color: #999;
	width: 10%;
}
.pedidoWrapper aside ul li p:last-child {
	width: 25%;
	font-size: 1.2rem;
	font-weight: bold;
}
.pedidoWrapper aside ul li:last-child {
	font-size: 1.2rem;
	text-align: right;
	padding: 1rem .5rem 0;
}
.pedidoWrapper aside ul li:last-child p {
	width: auto;
}
.pedidoWrapper aside .bt {
	display: block;
	text-align: center;
}

@media (min-width: 960px) {
	#bt_pedidos,
	#bt_closePedido {
		display: none;
	}
}
@media (max-width: 959px) {
	#bt_pedidos {
		position: fixed;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 8888;
		background: #000;
		padding: 1.5rem;
		font-size: 1rem;
		text-align: center;
		color: #fff;
		box-shadow: 0 0 .5rem 2px rgba(0,0,0,.5);
	}
	#bt_pedidos p {
		display: inline-block;
		margin: 0 1rem;
	}
	#bt_pedidos > span {
		text-transform: uppercase;
		font-weight: bold;
		font-size: .875em;
	}
	#bt_closePedido {
		position: absolute;
		right: 1rem;
		top: 1rem;
	}
	.pedidoWrapper {
		max-height: 1000%;
		position: fixed!important;
		z-index: 9999;
		left: 0;
		bottom: 0;
		right: 0;
		background: #f7f7f7;
		height: 90vh!important;
		min-height: 0!important;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		box-shadow: 0 0 1rem 0 rgba(0,0,0,.25);
		transition: transform .25s ease;
		transform: translateY(110%);
	}
	.pedidoWrapper.visible {
		transform: translateY(0%);	
	}
	.pedidoWrapper aside h3 {
		margin-bottom: 1rem;
	}
	.pedidoWrapper .field input {
		padding: .75rem 1rem;
	}
	.pedidoWrapper aside ul {
		max-height: 20vh;
	}
}
