.statement {
	margin-top: 7em;
	margin-bottom: 4em;
	text-align: center;
}

.statement img {
	width: 43.59vw;
}
h1 {
	font-size: 70px;
	font-family: 'Rockwell W01 Bold';
	text-transform: uppercase;
	text-align: center;
	line-height: 2em;
	margin-bottom: 1em;
}
sup {
	font-size: .5em;
}
#categorias {
	width: calc(100% - 2em);
	margin-left: 1em;
	background: white;
}
body.pinMenu #categorias{
	position: fixed;
	top: 0px;
	z-index: 10;
}
#categorias ul {
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
}

#categorias ul li {
	text-align: center;
	cursor: pointer;
}

#categorias ul li img {
	width: 14.766vw;
}

#categorias ul li h4 {
	text-transform: uppercase;
	font-family: 'Rockwell W01 Bold';
	font-size: 2.34vw;
	display: inline-block;
	position: relative;
}
#categorias ul li.selected h4 {
	color: #d71920;
}
#categorias ul li:hover h4:after {content: " ";display: block;background: #d71920;width: 100%;height: 4px;position: absolute;bottom: -3px;left: 0px;}

#productos{
	width: 100vw;
}
body.pinMenu #productos{
	margin-top: 23.89vw;
}
#productos ul{
	display: block;
	text-align: left;
	padding-left: .5em;
	margin-bottom: 10em;
}
#productos ul li{
	width: 31.25vw;
	display: inline-block;
	text-align: center;
	vertical-align: bottom;
	margin-top: 4vw;
	margin-left: .5em;
	margin-right: .5em;
}
#productos ul li img.sticker {
	width: 6.56vw;
	position: absolute;
	left: 0px;
	top: 0px;
}

#productos ul li h5{
	font-family: 'Rockwell W01 Bold';
	text-transform: uppercase;
	font-size: 3.9vw;
	color: #d71920;
	line-height: .9em;
}
#productos ul li.sticker h5 {
	text-align: left;
	padding-left: 8vw;
}
#productos ul li h5 b {
	color: white;
	background: #d71920;
	line-height: 1em;
	font-size: 2.34vw;
	display: inline-block;
	vertical-align: top;
	transform: translateY(.4em);
}
#productos ul li.sticker h5 b {
	margin-top: -.1em;
	transform: none;
}

#productos ul li h5 span {
	font-size: 2.34vw;
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: -.3em;
}

#productos ul li h5 sup {
	font-size: .5em;
}
#productos ul li picture{
	width: 31.25vw;
	height: 31.25vw;
	position: relative;
	display: block;
}
#productos ul li picture img{
	position: absolute;
	max-height: 100%;
	width: auto;
	max-width: 100%;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) translateY(-100%);
}
#productos ul li p.precio {
	font-family: 'Oswald';
	font-size: 3.906vw;
	line-height: 2em;
}
#productos ul li p.ingredientes {
	background: black;
	color: white;
	font-size: 1.093vw;
	padding: 1em;
	padding-top: .75em;
	padding-bottom: .75em;
	height: 5em;
}
#productos ul li .combo {
	position: relative;
	font-family: 'Oswald';
	color: #d71920;
	text-transform: uppercase;
	margin-top: .8vw;
	height: 7vw;
}

#productos ul li .combo p {
	font-size: 2.34vw;
	display: block;
	position: absolute;
	left: 0px;
	line-height: 3em;
}

#productos ul li .combo img {
	position: absolute;
	left: 7.343vw;
	top: 0px;
	transform: none;
	width: 6.25vw;
	height: auto;
}

#productos ul li .combo ul {
	position: absolute;
	font-size: 2.031vw;
	width: calc(100% - 14vw);
	left: 14vw;
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#productos ul li .combo ul li {
	margin: 0px;
	line-height: 1em;
}

#productos ul li .combo ul li .precio {
	display: block;
	margin-top: .7em;
	color: black;
}
#productos li .sizes {
	margin-top: 1em;
	display: flex;
	justify-content: space-evenly;
	text-align: center;
	font-family: 'Oswald';
	line-height: 3em;
}

#productos li .sizes .precioSize {
	font-size: 2.34vw;
}

#productos li .sizes .nombreSize {color: #D71920;font-size: 2.03vw;}
#productos li .sizes .nombreSize span {
	font-size: 1.09vw;
	font-family: 'Noto Sans';
	color: black;
	display: inline-block;
	transform: translateY(-.33em) translateX(4.3em);
	margin-left: -4em;
}
#productos li .label {
	font-family: 'Oswald';
	color: #D71920;
	text-transform: uppercase;
	font-size: 2.03vw;
	text-align: center;
}

#productos li .nota {
	font-size: 1.09vw;
	font-family: 'Noto Sans';
}
#productos ul li p.precio span {
	color: #D71920;
	font-size: 2.03vw;
	margin-left: .5em;
	display: inline-block;
	transform: translateY(-.34em);
}
#productos ul li .combo.notaCombo img {
	left: 0px;
}
#productos ul li .combo.notaCombo .texto {
	background: black;
	color: white;
	font-family: 'Noto Sans';
	font-size: 1.09vw;
	text-transform: none;
	text-align: center;
	width: calc(100% - 7vw);
	margin-left: 7vw;
	padding-top: 1em;
	padding-bottom: 1em;
	transform: translateY(1.5em);
}
#productos li.shakes .sizes .precioSize, #productos li.shakes .sizes .nombreSize {
	display: inline-block;
	vertical-align: bottom;
}
#productos li.shakes .sizes .nombreSize {
	line-height: 1.2em;
	margin-left: .2em;
}
#productos li.shakes .sizes .nombreSize span {
	transform: translateY(-.34em);
	margin-left: .5em;
}
#productos li.shakes .sizes {
	margin-bottom: .5em;
}

#productos ul li[data-cat='stacks'] h5 {
	height: 3em;
}
#productos ul li[data-cat='bebidas'], #productos ul li[data-cat='complementos'], #productos ul li[data-cat='postres'] {
	vertical-align: top;
}
#productos ul li[data-cat="postres"] p.ingredientes {
	height: auto;
}
#productos ul li[data-cat='complementos'] h5 {
	height: 2em;
}
img.agotado {
	position: absolute;
	top: 6em;
	width: 80%;
	left: 50%;
	transform: translateX(-50%);
}
/***** Ajustes mobile ***/
@media only screen and (max-width: 600px) {
	.statement img {
		width: 65.86vw;
	}
	
	.statement {
		margin-top: 1em;
		margin-bottom: 3em;
	}
	
	h1 {
		font-size: 12.8vw;
		line-height: 1em;
		color: #D71920;
	}
	
	#categorias {
		margin: 0px;
		width: 100vw;
		overflow: auto;
	}
	
	#categorias ul {
		display: block;
		flex-direction: unset;
		justify-content: unset;
		width: 215vw;
	}
	
	#categorias ul li {
		display: inline-block;
		margin-left: .5em;
		margin-right: .5em;
	}
	
	#categorias ul li img {
		width: 33.6vw;
		display: block;
	}
	
	#categorias ul li h4 {
		display: block;
		font-size: 4.8vw;
	}
	#productos ul {
		padding: 0px;
		width: 100%;
	}
	
	#productos > ul > li {
		width: calc(100vw - 1em);
		display: block;
		margin-bottom: 6em;
	}
	
	#productos ul li img.sticker {
		width: 21.86vw;
	}
	
	#productos ul li.sticker h5 {
		padding-left: 27vw;
	}
	
	#productos ul li h5 {
		font-size: 13.33vw;
	}
	#productos ul li h5 b {
		font-size: 8vw;
	}
	
	#productos ul li picture {
		width: calc(100vw - 1em);
		height: calc(100vw - 1em);
	}
	
	#productos ul li p.precio {
		font-size: 10.66vw;
		margin-top: 1em;
	}
	
	#productos ul li p.ingredientes {
		font-size: 3.73vw;
		height: auto;
	}
	#productos ul li .combo p {
		font-size: 6.66vw;
	}
	
	#productos ul li .combo img {
		width: 21.33vw;
		left: 20vw;
	}
	
	#productos ul li .combo {
		height: 23vw;
	}
	
	#productos ul li .combo ul {
		width: calc(100% - 42vw);
		left: 42vw;
		font-size: 6.66vw;
	}
	#productos ul li h5 span {
		font-size: 8vw;
	}
	
	#productos li .sizes .precioSize {
		font-size: 6.66vw;
	}
	
	#productos li .sizes .nombreSize {
		font-size: 6.66vw;
	}
	#productos li .label {
		font-size: 6.66vw;
	}
	
	#productos li .nota {
		font-size: 3.733vw;
	}
	#productos li .sizes .nombreSize span {
		font-size: 3.7333vw;
		line-height: 1.3em;
	}
	
	#productos li.shakes .sizes .precioSize, #productos li.shakes .sizes .nombreSize {
		vertical-align: middle;
	}
	#productos ul li p.precio span {
		font-size: 6.933vw;
		vertical-align: bottom;
		margin-bottom: -.3em;
	}
	
	#productos ul li .combo.notaCombo .texto {
		font-size: 3.733vw;
		margin-left: 23vw;
		width: 74vw;
	}
	div#menuMobile {
		position: relative;
		margin-top: -2em;
	}
}