@charset "UTF-8";
/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.0.2 - 2014
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 170px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1500;
	background-color: #f25648;
	color: #fff
}
* html #outdated {
	position: absolute
}
#outdated h6 {
	font-size: 25px;
	line-height: 25px;
	margin: 30px 0 10px
}
#outdated p {
	font-size: 12px;
	line-height: 12px
}
#outdated #btnUpdateBrowser {
	display: block;
	position: relative;
	padding: 10px 20px;
	margin: 30px auto 0;
	width: 180px;
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
	cursor: pointer
}
#outdated #btnUpdateBrowser:hover {
	color: #f25648;
	background-color: #fff
}
#outdated .last {
	position: absolute;
	top: 20px;
	right: 30px;
	width: 15px;
	height: 15px
}
#outdated #btnCloseUpdateBrowser {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #fff;
	font-size: 36px
}
[data-scrollbar], [scrollbar], scrollbar {
 display:block;
 position:relative
}
[data-scrollbar] .scroll-content, [scrollbar] .scroll-content, scrollbar .scroll-content {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	will-change: transform
}
[data-scrollbar].sticky .scrollbar-track, [scrollbar].sticky .scrollbar-track, scrollbar.sticky .scrollbar-track {
	background: rgba(222,222,222,.75)
}
[data-scrollbar] .scrollbar-track, [scrollbar] .scrollbar-track, scrollbar .scrollbar-track {
	position: absolute;
	opacity: 0;
	z-index: 1;
	-webkit-transition: opacity .5s ease-out, background .5s ease-out;
	transition: opacity .5s ease-out, background .5s ease-out;
	background: 0 0
}
[data-scrollbar] .scrollbar-track.show, [data-scrollbar] .scrollbar-track:hover, [scrollbar] .scrollbar-track.show, [scrollbar] .scrollbar-track:hover, scrollbar .scrollbar-track.show, scrollbar .scrollbar-track:hover {
	opacity: 1
}
[data-scrollbar] .scrollbar-track:hover, [scrollbar] .scrollbar-track:hover, scrollbar .scrollbar-track:hover {
	background: rgba(222,222,222,.75)
}
[data-scrollbar] .scrollbar-track-x, [scrollbar] .scrollbar-track-x, scrollbar .scrollbar-track-x {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px
}
[data-scrollbar] .scrollbar-track-y, [scrollbar] .scrollbar-track-y, scrollbar .scrollbar-track-y {
	top: 0;
	right: 0;
	width: 8px;
	height: 100%
}
[data-scrollbar] .scrollbar-thumb, [scrollbar] .scrollbar-thumb, scrollbar .scrollbar-thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	background: rgba(0,0,0,.5);
	border-radius: 4px
}
[data-scrollbar] .overscroll-glow, [scrollbar] .overscroll-glow, scrollbar .overscroll-glow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
article, aside, footer, header, nav, section {
	display: block
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
a:active, a:hover {
	outline-width: 0
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}
img {
	border-style: none
}
svg:not(:root) {
	overflow: hidden
}
[type=reset], [type=submit], button, html [type=button] {
 -webkit-appearance:button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
 border-style:none;
 padding:0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
 outline:1px dotted ButtonText
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
progress {
	display: inline-block;
	vertical-align: baseline
}
textarea {
	overflow: auto
}
[type=checkbox], [type=radio] {
 box-sizing:border-box;
 padding:0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
 height:auto
}
[type=search] {
 -webkit-appearance:textfield;
 outline-offset:-2px
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
 -webkit-appearance:none
}
::-webkit-file-upload-button {
 -webkit-appearance:button;
 font:inherit
}
details, menu {
	display: block
}
summary {
	display: list-item
}
canvas {
	display: inline-block
}
template {
	display: none
}
[hidden] {
 display:none
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1
}
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
}
abbr, span.abbr {
	border-bottom: none
}
.clear {
	clear: both;
	height: 0
}
.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both
}
.hide {
	position: absolute;
	top: -9999px;
	left: -9999px;
	overflow: hidden
}
.hidetext {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden
}
.row {
	max-width: 106.25rem;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}
.row .row {
 margin-left:-.9375rem;
 margin-right:-.9375rem
}
.row.expanded {
	max-width: none
}
.row.collapse>.column, .row.collapse>.columns {
	padding-left: 0;
	padding-right: 0
}
.row.collapse>.column>.row, .row.collapse>.columns>.row, .row.is-collapse-child {
	margin-left: 0;
	margin-right: 0
}
.column, .columns {
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
 padding-left:.9375rem;
 padding-right:.9375rem;
	min-width: initial
}
.column.row.row, .row.row.columns {
	float: none;
	display: block
}
.row .column.row.row, .row .row.row.columns {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0
}
.xxlarge-1 {
	-webkit-flex: 0 0 6.25%;
	-ms-flex: 0 0 6.25%;
	flex: 0 0 6.25%;
	max-width: 6.25%
}
.xxlarge-offset-0 {
	margin-left: 0
}
.xxlarge-2 {
	-webkit-flex: 0 0 12.5%;
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%
}
.xxlarge-offset-1 {
	margin-left: 6.25%
}
.xxlarge-3 {
	-webkit-flex: 0 0 18.75%;
	-ms-flex: 0 0 18.75%;
	flex: 0 0 18.75%;
	max-width: 18.75%
}
.xxlarge-offset-2 {
	margin-left: 12.5%
}
.xxlarge-4 {
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.xxlarge-offset-3 {
	margin-left: 18.75%
}
.xxlarge-5 {
	-webkit-flex: 0 0 31.25%;
	-ms-flex: 0 0 31.25%;
	flex: 0 0 31.25%;
	max-width: 31.25%
}
.xxlarge-offset-4 {
	margin-left: 25%
}
.xxlarge-6 {
	-webkit-flex: 0 0 37.5%;
	-ms-flex: 0 0 37.5%;
	flex: 0 0 37.5%;
	max-width: 37.5%
}
.xxlarge-offset-5 {
	margin-left: 31.25%
}
.xxlarge-7 {
	-webkit-flex: 0 0 43.75%;
	-ms-flex: 0 0 43.75%;
	flex: 0 0 43.75%;
	max-width: 43.75%
}
.xxlarge-offset-6 {
	margin-left: 37.5%
}
.xxlarge-8 {
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.xxlarge-offset-7 {
	margin-left: 43.75%
}
.xxlarge-9 {
	-webkit-flex: 0 0 56.25%;
	-ms-flex: 0 0 56.25%;
	flex: 0 0 56.25%;
	max-width: 56.25%
}
.xxlarge-offset-8 {
	margin-left: 50%
}
.xxlarge-10 {
	-webkit-flex: 0 0 62.5%;
	-ms-flex: 0 0 62.5%;
	flex: 0 0 62.5%;
	max-width: 62.5%
}
.xxlarge-offset-9 {
	margin-left: 56.25%
}
.xxlarge-11 {
	-webkit-flex: 0 0 68.75%;
	-ms-flex: 0 0 68.75%;
	flex: 0 0 68.75%;
	max-width: 68.75%
}
.xxlarge-offset-10 {
	margin-left: 62.5%
}
.xxlarge-12 {
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.xxlarge-offset-11 {
	margin-left: 68.75%
}
.xxlarge-13 {
	-webkit-flex: 0 0 81.25%;
	-ms-flex: 0 0 81.25%;
	flex: 0 0 81.25%;
	max-width: 81.25%
}
.xxlarge-offset-12 {
	margin-left: 75%
}
.xxlarge-14 {
	-webkit-flex: 0 0 87.5%;
	-ms-flex: 0 0 87.5%;
	flex: 0 0 87.5%;
	max-width: 87.5%
}
.xxlarge-offset-13 {
	margin-left: 81.25%
}
.xxlarge-15 {
	-webkit-flex: 0 0 93.75%;
	-ms-flex: 0 0 93.75%;
	flex: 0 0 93.75%;
	max-width: 93.75%
}
.xxlarge-offset-14 {
	margin-left: 87.5%
}
.xxlarge-16 {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.xxlarge-offset-15 {
	margin-left: 93.75%
}
.xxlarge-order-1 {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.xxlarge-order-2 {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.xxlarge-order-3 {
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}
.xxlarge-order-4 {
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}
.xxlarge-order-5 {
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}
.xxlarge-order-6 {
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}
.xxlarge-up-1 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.xxlarge-up-1>.column, .xxlarge-up-1>.columns {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.xxlarge-up-2 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.xxlarge-up-2>.column, .xxlarge-up-2>.columns {
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.xxlarge-up-3 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.xxlarge-up-3>.column, .xxlarge-up-3>.columns {
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.xxlarge-up-4 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.xxlarge-up-4>.column, .xxlarge-up-4>.columns {
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.xxlarge-up-5 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.xxlarge-up-5>.column, .xxlarge-up-5>.columns {
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}
.xxlarge-up-6 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.xxlarge-up-6>.column, .xxlarge-up-6>.columns {
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.xxlarge-up-7 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.xxlarge-up-7>.column, .xxlarge-up-7>.columns {
	-webkit-flex: 0 0 14.28571%;
	-ms-flex: 0 0 14.28571%;
	flex: 0 0 14.28571%;
	max-width: 14.28571%
}
.xxlarge-up-8 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.xxlarge-up-8>.column, .xxlarge-up-8>.columns {
	-webkit-flex: 0 0 12.5%;
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%
}
.xxlarge-collapse>.column, .xxlarge-collapse>.columns {
	padding-left: 0;
	padding-right: 0
}
.xxlarge-uncollapse>.column, .xxlarge-uncollapse>.columns {
 padding-left:.9375rem;
 padding-right:.9375rem
}
@media screen and (max-width:103.125em) {
.xlarge-1 {
	-webkit-flex: 0 0 6.25%;
	-ms-flex: 0 0 6.25%;
	flex: 0 0 6.25%;
	max-width: 6.25%
}
.xlarge-offset-0 {
	margin-left: 0
}
.xlarge-2 {
	-webkit-flex: 0 0 12.5%;
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%
}
.xlarge-offset-1 {
	margin-left: 6.25%
}
.xlarge-3 {
	-webkit-flex: 0 0 18.75%;
	-ms-flex: 0 0 18.75%;
	flex: 0 0 18.75%;
	max-width: 18.75%
}
.xlarge-offset-2 {
	margin-left: 12.5%
}
.xlarge-4 {
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.xlarge-offset-3 {
	margin-left: 18.75%
}
.xlarge-5 {
	-webkit-flex: 0 0 31.25%;
	-ms-flex: 0 0 31.25%;
	flex: 0 0 31.25%;
	max-width: 31.25%
}
.xlarge-offset-4 {
	margin-left: 25%
}
.xlarge-6 {
	-webkit-flex: 0 0 37.5%;
	-ms-flex: 0 0 37.5%;
	flex: 0 0 37.5%;
	max-width: 37.5%
}
.xlarge-offset-5 {
	margin-left: 31.25%
}
.xlarge-7 {
	-webkit-flex: 0 0 43.75%;
	-ms-flex: 0 0 43.75%;
	flex: 0 0 43.75%;
	max-width: 43.75%
}
.xlarge-offset-6 {
	margin-left: 37.5%
}
.xlarge-8 {
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.xlarge-offset-7 {
	margin-left: 43.75%
}
.xlarge-9 {
	-webkit-flex: 0 0 56.25%;
	-ms-flex: 0 0 56.25%;
	flex: 0 0 56.25%;
	max-width: 56.25%
}
.xlarge-offset-8 {
	margin-left: 50%
}
.xlarge-10 {
	-webkit-flex: 0 0 62.5%;
	-ms-flex: 0 0 62.5%;
	flex: 0 0 62.5%;
	max-width: 62.5%
}
.xlarge-offset-9 {
	margin-left: 56.25%
}
.xlarge-11 {
	-webkit-flex: 0 0 68.75%;
	-ms-flex: 0 0 68.75%;
	flex: 0 0 68.75%;
	max-width: 68.75%
}
.xlarge-offset-10 {
	margin-left: 62.5%
}
.xlarge-12 {
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.xlarge-offset-11 {
	margin-left: 68.75%
}
.xlarge-13 {
	-webkit-flex: 0 0 81.25%;
	-ms-flex: 0 0 81.25%;
	flex: 0 0 81.25%;
	max-width: 81.25%
}
.xlarge-offset-12 {
	margin-left: 75%
}
.xlarge-14 {
	-webkit-flex: 0 0 87.5%;
	-ms-flex: 0 0 87.5%;
	flex: 0 0 87.5%;
	max-width: 87.5%
}
.xlarge-offset-13 {
	margin-left: 81.25%
}
.xlarge-15 {
	-webkit-flex: 0 0 93.75%;
	-ms-flex: 0 0 93.75%;
	flex: 0 0 93.75%;
	max-width: 93.75%
}
.xlarge-offset-14 {
	margin-left: 87.5%
}
.xlarge-16 {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.xlarge-offset-15 {
	margin-left: 93.75%
}
.xlarge-order-1 {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.xlarge-order-2 {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.xlarge-order-3 {
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}
.xlarge-order-4 {
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}
.xlarge-order-5 {
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}
.xlarge-order-6 {
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}
.xlarge-up-1 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.xlarge-up-1>.column,  .xlarge-up-1>.columns {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.xlarge-up-2 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.xlarge-up-2>.column,  .xlarge-up-2>.columns {
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.xlarge-up-3 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.xlarge-up-3>.column,  .xlarge-up-3>.columns {
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.xlarge-up-4 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.xlarge-up-4>.column,  .xlarge-up-4>.columns {
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.xlarge-up-5 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.xlarge-up-5>.column,  .xlarge-up-5>.columns {
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}
.xlarge-up-6 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.xlarge-up-6>.column,  .xlarge-up-6>.columns {
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.xlarge-up-7 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.xlarge-up-7>.column,  .xlarge-up-7>.columns {
	-webkit-flex: 0 0 14.28571%;
	-ms-flex: 0 0 14.28571%;
	flex: 0 0 14.28571%;
	max-width: 14.28571%
}
.xlarge-up-8 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.xlarge-up-8>.column,  .xlarge-up-8>.columns {
	-webkit-flex: 0 0 12.5%;
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%
}
}
@media screen and (max-width:103.125em) and (max-width:103.125em) {
.xlarge-expand {
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
}
.row.xlarge-unstack>.column, .row.xlarge-unstack>.columns {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}
@media screen and (max-width:103.125em) {
.row.xlarge-unstack>.column,  .row.xlarge-unstack>.columns {
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
}
@media screen and (max-width:103.125em) {
.xlarge-collapse>.column,  .xlarge-collapse>.columns {
	padding-left: 0;
	padding-right: 0
}
.xlarge-uncollapse>.column,  .xlarge-uncollapse>.columns {
 padding-left:.9375rem;
 padding-right:.9375rem
}
}
@media screen and (max-width:90em) {
.large-1 {
	-webkit-flex: 0 0 6.25%;
	-ms-flex: 0 0 6.25%;
	flex: 0 0 6.25%;
	max-width: 6.25%
}
.large-offset-0 {
	margin-left: 0
}
.large-2 {
	-webkit-flex: 0 0 12.5%;
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%
}
.large-offset-1 {
	margin-left: 6.25%
}
.large-3 {
	-webkit-flex: 0 0 18.75%;
	-ms-flex: 0 0 18.75%;
	flex: 0 0 18.75%;
	max-width: 18.75%
}
.large-offset-2 {
	margin-left: 12.5%
}
.large-4 {
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.large-offset-3 {
	margin-left: 18.75%
}
.large-5 {
	-webkit-flex: 0 0 31.25%;
	-ms-flex: 0 0 31.25%;
	flex: 0 0 31.25%;
	max-width: 31.25%
}
.large-offset-4 {
	margin-left: 25%
}
.large-6 {
	-webkit-flex: 0 0 37.5%;
	-ms-flex: 0 0 37.5%;
	flex: 0 0 37.5%;
	max-width: 37.5%
}
.large-offset-5 {
	margin-left: 31.25%
}
.large-7 {
	-webkit-flex: 0 0 43.75%;
	-ms-flex: 0 0 43.75%;
	flex: 0 0 43.75%;
	max-width: 43.75%
}
.large-offset-6 {
	margin-left: 37.5%
}
.large-8 {
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.large-offset-7 {
	margin-left: 43.75%
}
.large-9 {
	-webkit-flex: 0 0 56.25%;
	-ms-flex: 0 0 56.25%;
	flex: 0 0 56.25%;
	max-width: 56.25%
}
.large-offset-8 {
	margin-left: 50%
}
.large-10 {
	-webkit-flex: 0 0 62.5%;
	-ms-flex: 0 0 62.5%;
	flex: 0 0 62.5%;
	max-width: 62.5%
}
.large-offset-9 {
	margin-left: 56.25%
}
.large-11 {
	-webkit-flex: 0 0 68.75%;
	-ms-flex: 0 0 68.75%;
	flex: 0 0 68.75%;
	max-width: 68.75%
}
.large-offset-10 {
	margin-left: 62.5%
}
.large-12 {
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.large-offset-11 {
	margin-left: 68.75%
}
.large-13 {
	-webkit-flex: 0 0 81.25%;
	-ms-flex: 0 0 81.25%;
	flex: 0 0 81.25%;
	max-width: 81.25%
}
.large-offset-12 {
	margin-left: 75%
}
.large-14 {
	-webkit-flex: 0 0 87.5%;
	-ms-flex: 0 0 87.5%;
	flex: 0 0 87.5%;
	max-width: 87.5%
}
.large-offset-13 {
	margin-left: 81.25%
}
.large-15 {
	-webkit-flex: 0 0 93.75%;
	-ms-flex: 0 0 93.75%;
	flex: 0 0 93.75%;
	max-width: 93.75%
}
.large-offset-14 {
	margin-left: 87.5%
}
.large-16 {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.large-offset-15 {
	margin-left: 93.75%
}
.large-order-1 {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.large-order-2 {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.large-order-3 {
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}
.large-order-4 {
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}
.large-order-5 {
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}
.large-order-6 {
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}
.large-up-1 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.large-up-1>.column,  .large-up-1>.columns {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.large-up-2 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.large-up-2>.column,  .large-up-2>.columns {
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.large-up-3 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.large-up-3>.column,  .large-up-3>.columns {
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.large-up-4 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.large-up-4>.column,  .large-up-4>.columns {
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.large-up-5 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.large-up-5>.column,  .large-up-5>.columns {
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}
.large-up-6 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.large-up-6>.column,  .large-up-6>.columns {
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.large-up-7 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.large-up-7>.column,  .large-up-7>.columns {
	-webkit-flex: 0 0 14.28571%;
	-ms-flex: 0 0 14.28571%;
	flex: 0 0 14.28571%;
	max-width: 14.28571%
}
.large-up-8 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.large-up-8>.column,  .large-up-8>.columns {
	-webkit-flex: 0 0 12.5%;
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%
}
}
@media screen and (max-width:90em) and (max-width:90em) {
.large-expand {
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
}
.row.large-unstack>.column, .row.large-unstack>.columns {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}
@media screen and (max-width:90em) {
.row.large-unstack>.column,  .row.large-unstack>.columns {
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
}
@media screen and (max-width:90em) {
.large-collapse>.column,  .large-collapse>.columns {
	padding-left: 0;
	padding-right: 0
}
.large-uncollapse>.column,  .large-uncollapse>.columns {
 padding-left:.9375rem;
 padding-right:.9375rem
}
}
@media screen and (max-width:64em) {
.medium-1 {
	-webkit-flex: 0 0 6.25%;
	-ms-flex: 0 0 6.25%;
	flex: 0 0 6.25%;
	max-width: 6.25%
}
.medium-offset-0 {
	margin-left: 0
}
.medium-2 {
	-webkit-flex: 0 0 12.5%;
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%
}
.medium-offset-1 {
	margin-left: 6.25%
}
.medium-3 {
	-webkit-flex: 0 0 18.75%;
	-ms-flex: 0 0 18.75%;
	flex: 0 0 18.75%;
	max-width: 18.75%
}
.medium-offset-2 {
	margin-left: 12.5%
}
.medium-4 {
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.medium-offset-3 {
	margin-left: 18.75%
}
.medium-5 {
	-webkit-flex: 0 0 31.25%;
	-ms-flex: 0 0 31.25%;
	flex: 0 0 31.25%;
	max-width: 31.25%
}
.medium-offset-4 {
	margin-left: 25%
}
.medium-6 {
	-webkit-flex: 0 0 37.5%;
	-ms-flex: 0 0 37.5%;
	flex: 0 0 37.5%;
	max-width: 37.5%
}
.medium-offset-5 {
	margin-left: 31.25%
}
.medium-7 {
	-webkit-flex: 0 0 43.75%;
	-ms-flex: 0 0 43.75%;
	flex: 0 0 43.75%;
	max-width: 43.75%
}
.medium-offset-6 {
	margin-left: 37.5%
}
.medium-8 {
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.medium-offset-7 {
	margin-left: 43.75%
}
.medium-9 {
	-webkit-flex: 0 0 56.25%;
	-ms-flex: 0 0 56.25%;
	flex: 0 0 56.25%;
	max-width: 56.25%
}
.medium-offset-8 {
	margin-left: 50%
}
.medium-10 {
	-webkit-flex: 0 0 62.5%;
	-ms-flex: 0 0 62.5%;
	flex: 0 0 62.5%;
	max-width: 62.5%
}
.medium-offset-9 {
	margin-left: 56.25%
}
.medium-11 {
	-webkit-flex: 0 0 68.75%;
	-ms-flex: 0 0 68.75%;
	flex: 0 0 68.75%;
	max-width: 68.75%
}
.medium-offset-10 {
	margin-left: 62.5%
}
.medium-12 {
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.medium-offset-11 {
	margin-left: 68.75%
}
.medium-13 {
	-webkit-flex: 0 0 81.25%;
	-ms-flex: 0 0 81.25%;
	flex: 0 0 81.25%;
	max-width: 81.25%
}
.medium-offset-12 {
	margin-left: 75%
}
.medium-14 {
	-webkit-flex: 0 0 87.5%;
	-ms-flex: 0 0 87.5%;
	flex: 0 0 87.5%;
	max-width: 87.5%
}
.medium-offset-13 {
	margin-left: 81.25%
}
.medium-15 {
	-webkit-flex: 0 0 93.75%;
	-ms-flex: 0 0 93.75%;
	flex: 0 0 93.75%;
	max-width: 93.75%
}
.medium-offset-14 {
	margin-left: 87.5%
}
.medium-16 {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.medium-offset-15 {
	margin-left: 93.75%
}
.medium-order-1 {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.medium-order-2 {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.medium-order-3 {
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}
.medium-order-4 {
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}
.medium-order-5 {
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}
.medium-order-6 {
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}
.medium-up-1 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.medium-up-1>.column,  .medium-up-1>.columns {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.medium-up-2 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.medium-up-2>.column,  .medium-up-2>.columns {
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.medium-up-3 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.medium-up-3>.column,  .medium-up-3>.columns {
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.medium-up-4 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.medium-up-4>.column,  .medium-up-4>.columns {
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.medium-up-5 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.medium-up-5>.column,  .medium-up-5>.columns {
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}
.medium-up-6 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.medium-up-6>.column,  .medium-up-6>.columns {
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.medium-up-7 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.medium-up-7>.column,  .medium-up-7>.columns {
	-webkit-flex: 0 0 14.28571%;
	-ms-flex: 0 0 14.28571%;
	flex: 0 0 14.28571%;
	max-width: 14.28571%
}
.medium-up-8 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.medium-up-8>.column,  .medium-up-8>.columns {
	-webkit-flex: 0 0 12.5%;
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%
}
}
@media screen and (max-width:64em) and (max-width:64em) {
.medium-expand {
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
}
.row.medium-unstack>.column, .row.medium-unstack>.columns {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}
@media screen and (max-width:64em) {
.row.medium-unstack>.column,  .row.medium-unstack>.columns {
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
}
@media screen and (max-width:64em) {
.medium-collapse>.column,  .medium-collapse>.columns {
	padding-left: 0;
	padding-right: 0
}
.medium-uncollapse>.column,  .medium-uncollapse>.columns {
 padding-left:.9375rem;
 padding-right:.9375rem
}
}
@media screen and (max-width:48em) {
.small-1 {
	-webkit-flex: 0 0 6.25%;
	-ms-flex: 0 0 6.25%;
	flex: 0 0 6.25%;
	max-width: 6.25%
}
.small-offset-0 {
	margin-left: 0
}
.small-2 {
	-webkit-flex: 0 0 12.5%;
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%
}
.small-offset-1 {
	margin-left: 6.25%
}
.small-3 {
	-webkit-flex: 0 0 18.75%;
	-ms-flex: 0 0 18.75%;
	flex: 0 0 18.75%;
	max-width: 18.75%
}
.small-offset-2 {
	margin-left: 12.5%
}
.small-4 {
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.small-offset-3 {
	margin-left: 18.75%
}
.small-5 {
	-webkit-flex: 0 0 31.25%;
	-ms-flex: 0 0 31.25%;
	flex: 0 0 31.25%;
	max-width: 31.25%
}
.small-offset-4 {
	margin-left: 25%
}
.small-6 {
	-webkit-flex: 0 0 37.5%;
	-ms-flex: 0 0 37.5%;
	flex: 0 0 37.5%;
	max-width: 37.5%
}
.small-offset-5 {
	margin-left: 31.25%
}
.small-7 {
	-webkit-flex: 0 0 43.75%;
	-ms-flex: 0 0 43.75%;
	flex: 0 0 43.75%;
	max-width: 43.75%
}
.small-offset-6 {
	margin-left: 37.5%
}
.small-8 {
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.small-offset-7 {
	margin-left: 43.75%
}
.small-9 {
	-webkit-flex: 0 0 56.25%;
	-ms-flex: 0 0 56.25%;
	flex: 0 0 56.25%;
	max-width: 56.25%
}
.small-offset-8 {
	margin-left: 50%
}
.small-10 {
	-webkit-flex: 0 0 62.5%;
	-ms-flex: 0 0 62.5%;
	flex: 0 0 62.5%;
	max-width: 62.5%
}
.small-offset-9 {
	margin-left: 56.25%
}
.small-11 {
	-webkit-flex: 0 0 68.75%;
	-ms-flex: 0 0 68.75%;
	flex: 0 0 68.75%;
	max-width: 68.75%
}
.small-offset-10 {
	margin-left: 62.5%
}
.small-12 {
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.small-offset-11 {
	margin-left: 68.75%
}
.small-13 {
	-webkit-flex: 0 0 81.25%;
	-ms-flex: 0 0 81.25%;
	flex: 0 0 81.25%;
	max-width: 81.25%
}
.small-offset-12 {
	margin-left: 75%
}
.small-14 {
	-webkit-flex: 0 0 87.5%;
	-ms-flex: 0 0 87.5%;
	flex: 0 0 87.5%;
	max-width: 87.5%
}
.small-offset-13 {
	margin-left: 81.25%
}
.small-15 {
	-webkit-flex: 0 0 93.75%;
	-ms-flex: 0 0 93.75%;
	flex: 0 0 93.75%;
	max-width: 93.75%
}
.small-offset-14 {
	margin-left: 87.5%
}
.small-16 {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.small-offset-15 {
	margin-left: 93.75%
}
.small-order-1 {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.small-order-2 {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.small-order-3 {
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}
.small-order-4 {
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}
.small-order-5 {
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}
.small-order-6 {
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}
.small-up-1 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.small-up-1>.column,  .small-up-1>.columns {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.small-up-2 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.small-up-2>.column,  .small-up-2>.columns {
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.small-up-3 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.small-up-3>.column,  .small-up-3>.columns {
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.small-up-4 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.small-up-4>.column,  .small-up-4>.columns {
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.small-up-5 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.small-up-5>.column,  .small-up-5>.columns {
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}
.small-up-6 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.small-up-6>.column,  .small-up-6>.columns {
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.small-up-7 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.small-up-7>.column,  .small-up-7>.columns {
	-webkit-flex: 0 0 14.28571%;
	-ms-flex: 0 0 14.28571%;
	flex: 0 0 14.28571%;
	max-width: 14.28571%
}
.small-up-8 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.small-up-8>.column,  .small-up-8>.columns {
	-webkit-flex: 0 0 12.5%;
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%
}
}
@media screen and (max-width:48em) and (max-width:48em) {
.small-expand {
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
}
.row.small-unstack>.column, .row.small-unstack>.columns {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}
@media screen and (max-width:48em) {
.row.small-unstack>.column,  .row.small-unstack>.columns {
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
}
@media screen and (max-width:48em) {
.small-collapse>.column,  .small-collapse>.columns {
	padding-left: 0;
	padding-right: 0
}
.small-uncollapse>.column,  .small-uncollapse>.columns {
 padding-left:.9375rem;
 padding-right:.9375rem
}
}
@media screen and (max-width:25.875em) {
.xsmall-1 {
	-webkit-flex: 0 0 6.25%;
	-ms-flex: 0 0 6.25%;
	flex: 0 0 6.25%;
	max-width: 6.25%
}
.xsmall-offset-0 {
	margin-left: 0
}
.xsmall-2 {
	-webkit-flex: 0 0 12.5%;
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%
}
.xsmall-offset-1 {
	margin-left: 6.25%
}
.xsmall-3 {
	-webkit-flex: 0 0 18.75%;
	-ms-flex: 0 0 18.75%;
	flex: 0 0 18.75%;
	max-width: 18.75%
}
.xsmall-offset-2 {
	margin-left: 12.5%
}
.xsmall-4 {
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.xsmall-offset-3 {
	margin-left: 18.75%
}
.xsmall-5 {
	-webkit-flex: 0 0 31.25%;
	-ms-flex: 0 0 31.25%;
	flex: 0 0 31.25%;
	max-width: 31.25%
}
.xsmall-offset-4 {
	margin-left: 25%
}
.xsmall-6 {
	-webkit-flex: 0 0 37.5%;
	-ms-flex: 0 0 37.5%;
	flex: 0 0 37.5%;
	max-width: 37.5%
}
.xsmall-offset-5 {
	margin-left: 31.25%
}
.xsmall-7 {
	-webkit-flex: 0 0 43.75%;
	-ms-flex: 0 0 43.75%;
	flex: 0 0 43.75%;
	max-width: 43.75%
}
.xsmall-offset-6 {
	margin-left: 37.5%
}
.xsmall-8 {
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.xsmall-offset-7 {
	margin-left: 43.75%
}
.xsmall-9 {
	-webkit-flex: 0 0 56.25%;
	-ms-flex: 0 0 56.25%;
	flex: 0 0 56.25%;
	max-width: 56.25%
}
.xsmall-offset-8 {
	margin-left: 50%
}
.xsmall-10 {
	-webkit-flex: 0 0 62.5%;
	-ms-flex: 0 0 62.5%;
	flex: 0 0 62.5%;
	max-width: 62.5%
}
.xsmall-offset-9 {
	margin-left: 56.25%
}
.xsmall-11 {
	-webkit-flex: 0 0 68.75%;
	-ms-flex: 0 0 68.75%;
	flex: 0 0 68.75%;
	max-width: 68.75%
}
.xsmall-offset-10 {
	margin-left: 62.5%
}
.xsmall-12 {
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.xsmall-offset-11 {
	margin-left: 68.75%
}
.xsmall-13 {
	-webkit-flex: 0 0 81.25%;
	-ms-flex: 0 0 81.25%;
	flex: 0 0 81.25%;
	max-width: 81.25%
}
.xsmall-offset-12 {
	margin-left: 75%
}
.xsmall-14 {
	-webkit-flex: 0 0 87.5%;
	-ms-flex: 0 0 87.5%;
	flex: 0 0 87.5%;
	max-width: 87.5%
}
.xsmall-offset-13 {
	margin-left: 81.25%
}
.xsmall-15 {
	-webkit-flex: 0 0 93.75%;
	-ms-flex: 0 0 93.75%;
	flex: 0 0 93.75%;
	max-width: 93.75%
}
.xsmall-offset-14 {
	margin-left: 87.5%
}
.xsmall-16 {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.xsmall-offset-15 {
	margin-left: 93.75%
}
.xsmall-order-1 {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.xsmall-order-2 {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.xsmall-order-3 {
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}
.xsmall-order-4 {
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}
.xsmall-order-5 {
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}
.xsmall-order-6 {
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}
.xsmall-up-1 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.xsmall-up-1>.column,  .xsmall-up-1>.columns {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.xsmall-up-2 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.xsmall-up-2>.column,  .xsmall-up-2>.columns {
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.xsmall-up-3 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.xsmall-up-3>.column,  .xsmall-up-3>.columns {
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.xsmall-up-4 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.xsmall-up-4>.column,  .xsmall-up-4>.columns {
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.xsmall-up-5 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.xsmall-up-5>.column,  .xsmall-up-5>.columns {
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}
.xsmall-up-6 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.xsmall-up-6>.column,  .xsmall-up-6>.columns {
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.xsmall-up-7 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.xsmall-up-7>.column,  .xsmall-up-7>.columns {
	-webkit-flex: 0 0 14.28571%;
	-ms-flex: 0 0 14.28571%;
	flex: 0 0 14.28571%;
	max-width: 14.28571%
}
.xsmall-up-8 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.xsmall-up-8>.column,  .xsmall-up-8>.columns {
	-webkit-flex: 0 0 12.5%;
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%
}
}
@media screen and (max-width:25.875em) and (max-width:25.875em) {
.xsmall-expand {
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
}
.row.xsmall-unstack>.column, .row.xsmall-unstack>.columns {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}
@media screen and (max-width:25.875em) {
.row.xsmall-unstack>.column,  .row.xsmall-unstack>.columns {
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
}
@media screen and (max-width:25.875em) {
.xsmall-collapse>.column,  .xsmall-collapse>.columns {
	padding-left: 0;
	padding-right: 0
}
.xsmall-uncollapse>.column,  .xsmall-uncollapse>.columns {
 padding-left:.9375rem;
 padding-right:.9375rem
}
}
@media screen and (max-width:20em) {
.xxsmall-1 {
	-webkit-flex: 0 0 6.25%;
	-ms-flex: 0 0 6.25%;
	flex: 0 0 6.25%;
	max-width: 6.25%
}
.xxsmall-offset-0 {
	margin-left: 0
}
.xxsmall-2 {
	-webkit-flex: 0 0 12.5%;
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%
}
.xxsmall-offset-1 {
	margin-left: 6.25%
}
.xxsmall-3 {
	-webkit-flex: 0 0 18.75%;
	-ms-flex: 0 0 18.75%;
	flex: 0 0 18.75%;
	max-width: 18.75%
}
.xxsmall-offset-2 {
	margin-left: 12.5%
}
.xxsmall-4 {
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.xxsmall-offset-3 {
	margin-left: 18.75%
}
.xxsmall-5 {
	-webkit-flex: 0 0 31.25%;
	-ms-flex: 0 0 31.25%;
	flex: 0 0 31.25%;
	max-width: 31.25%
}
.xxsmall-offset-4 {
	margin-left: 25%
}
.xxsmall-6 {
	-webkit-flex: 0 0 37.5%;
	-ms-flex: 0 0 37.5%;
	flex: 0 0 37.5%;
	max-width: 37.5%
}
.xxsmall-offset-5 {
	margin-left: 31.25%
}
.xxsmall-7 {
	-webkit-flex: 0 0 43.75%;
	-ms-flex: 0 0 43.75%;
	flex: 0 0 43.75%;
	max-width: 43.75%
}
.xxsmall-offset-6 {
	margin-left: 37.5%
}
.xxsmall-8 {
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.xxsmall-offset-7 {
	margin-left: 43.75%
}
.xxsmall-9 {
	-webkit-flex: 0 0 56.25%;
	-ms-flex: 0 0 56.25%;
	flex: 0 0 56.25%;
	max-width: 56.25%
}
.xxsmall-offset-8 {
	margin-left: 50%
}
.xxsmall-10 {
	-webkit-flex: 0 0 62.5%;
	-ms-flex: 0 0 62.5%;
	flex: 0 0 62.5%;
	max-width: 62.5%
}
.xxsmall-offset-9 {
	margin-left: 56.25%
}
.xxsmall-11 {
	-webkit-flex: 0 0 68.75%;
	-ms-flex: 0 0 68.75%;
	flex: 0 0 68.75%;
	max-width: 68.75%
}
.xxsmall-offset-10 {
	margin-left: 62.5%
}
.xxsmall-12 {
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.xxsmall-offset-11 {
	margin-left: 68.75%
}
.xxsmall-13 {
	-webkit-flex: 0 0 81.25%;
	-ms-flex: 0 0 81.25%;
	flex: 0 0 81.25%;
	max-width: 81.25%
}
.xxsmall-offset-12 {
	margin-left: 75%
}
.xxsmall-14 {
	-webkit-flex: 0 0 87.5%;
	-ms-flex: 0 0 87.5%;
	flex: 0 0 87.5%;
	max-width: 87.5%
}
.xxsmall-offset-13 {
	margin-left: 81.25%
}
.xxsmall-15 {
	-webkit-flex: 0 0 93.75%;
	-ms-flex: 0 0 93.75%;
	flex: 0 0 93.75%;
	max-width: 93.75%
}
.xxsmall-offset-14 {
	margin-left: 87.5%
}
.xxsmall-16 {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.xxsmall-offset-15 {
	margin-left: 93.75%
}
.xxsmall-order-1 {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.xxsmall-order-2 {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.xxsmall-order-3 {
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}
.xxsmall-order-4 {
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}
.xxsmall-order-5 {
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}
.xxsmall-order-6 {
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}
.xxsmall-up-1 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.xxsmall-up-1>.column,  .xxsmall-up-1>.columns {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.xxsmall-up-2 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.xxsmall-up-2>.column,  .xxsmall-up-2>.columns {
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.xxsmall-up-3 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.xxsmall-up-3>.column,  .xxsmall-up-3>.columns {
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.xxsmall-up-4 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.xxsmall-up-4>.column,  .xxsmall-up-4>.columns {
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.xxsmall-up-5 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.xxsmall-up-5>.column,  .xxsmall-up-5>.columns {
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}
.xxsmall-up-6 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.xxsmall-up-6>.column,  .xxsmall-up-6>.columns {
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.xxsmall-up-7 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.xxsmall-up-7>.column,  .xxsmall-up-7>.columns {
	-webkit-flex: 0 0 14.28571%;
	-ms-flex: 0 0 14.28571%;
	flex: 0 0 14.28571%;
	max-width: 14.28571%
}
.xxsmall-up-8 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.xxsmall-up-8>.column,  .xxsmall-up-8>.columns {
	-webkit-flex: 0 0 12.5%;
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%
}
}
@media screen and (max-width:20em) and (max-width:20em) {
.xxsmall-expand {
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
}
.row.xxsmall-unstack>.column, .row.xxsmall-unstack>.columns {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}
@media screen and (max-width:20em) {
.row.xxsmall-unstack>.column,  .row.xxsmall-unstack>.columns {
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
}
@media screen and (max-width:20em) {
.xxsmall-collapse>.column,  .xxsmall-collapse>.columns {
	padding-left: 0;
	padding-right: 0
}
.xxsmall-uncollapse>.column,  .xxsmall-uncollapse>.columns {
 padding-left:.9375rem;
 padding-right:.9375rem
}
}
.shrink {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%
}
.align-top.columns, .column.align-top {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start
}
.align-bottom.columns, .column.align-bottom {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}
.align-middle.columns, .column.align-middle {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}
.align-stretch.columns, .column.align-stretch {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch
}
.align-right {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.align-center {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.align-justify {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.align-spaced {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
.align-top {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}
.align-self-top {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start
}
.align-bottom {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}
.align-self-bottom {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}
.align-middle {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.align-self-middle {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}
.align-stretch {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}
.align-self-stretch {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch
}
.panikes-bg {
	background-color: #eaa73d
}
.pastelaria-bg, .sweet-treats-bg {
	background-color: #c93445
}
.bakery-bg, .padaria-bg {
	background-color: #ed7155
}
.miniaturas-bg, .minis-bg {
	background-color: #ee7f79
}
.food-service-bg, .foodservice-bg {
	background-color: #662ebe
}
.desserts-bg, .sobremesas-bg {
	background-color: #8b28e2
}
.color-1 {
	background-color: #eaa73d
}
.color-2 {
	background-color: #c93445
}
.color-3 {
	background-color: #ed7155
}
.color-4 {
	background-color: #ee7f79
}
.color-5 {
	background-color: #662ebe
}
.color-6 {
	background-color: #8b28e2
}
.panikes-bg-transparent {
	background-color: rgba(234,167,61,.95)
}
.pastelaria-bg-transparent {
	background-color: rgba(201,52,69,.95)
}
.padaria-bg-transparent {
	background-color: rgba(237,113,85,.95)
}
.miniaturas-bg-transparent {
	background-color: rgba(238,127,121,.95)
}
.food-service-bg-transparent {
	background-color: rgba(102,46,190,.95)
}
.sobremesas-bg-transparent {
	background-color: rgba(139,40,226,.95)
}
.red-bg {
	background-color: #c93445
}
.dark-brown-bg {
	background-color: #382f2f
}
div {
}
.btn {
	position: relative;
	display: inline-block;
	padding: 20px 40px;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	background-color: rgba(255,255,255,.07);
	border: none;
	border-radius: 30px;
	vertical-align: text-bottom;
	white-space: nowrap;
	-webkit-transition: background-color .5s ease;
	transition: background-color .5s ease;
	-webkit-box-shadow: 0 8px 19px 1px rgba(0,0,0,.28), inset 0 1px 0 0 rgba(255,255,255,.06);
	-moz-box-shadow: 0 8px 19px 1px rgba(0,0,0,.28), inset 0 1px 0 0 rgba(255,255,255,.06);
	box-shadow: 0 8px 19px 1px rgba(0,0,0,.28), inset 0 1px 0 0 rgba(255,255,255,.06);
	cursor: pointer
}
.btn.light {
	-webkit-box-shadow: 0 8px 19px 1px rgba(0,0,0,.07), inset 0 1px 0 0 rgba(255,255,255,.2);
	-moz-box-shadow: 0 8px 19px 1px rgba(0,0,0,.07), inset 0 1px 0 0 rgba(255,255,255,.2);
	box-shadow: 0 8px 19px 1px rgba(0,0,0,.07), inset 0 1px 0 0 rgba(255,255,255,.2)
}
.btn svg.arrow {
	position: absolute;
	width: 6px;
	height: 10px;
	top: calc(50% - 6px);
	left: calc(100% - 25px);
	opacity: 0;
	-webkit-transition: -webkit-transform .36s cubic-bezier(.19, 1, .22, 1), opacity .36s cubic-bezier(.19, 1, .22, 1);
	transition: transform .36s cubic-bezier(.19, 1, .22, 1), opacity .36s cubic-bezier(.19, 1, .22, 1)
}
.btn svg.arrow path {
	fill: #fff
}
.btn:hover {
	background-color: rgba(255,255,255,.11)
}
.btn:hover svg.arrow {
	opacity: 1;
	-webkit-transform: translateX(5px);
	transform: translateX(5px)
}
.btn.toggle-anime {
	overflow: hidden
}
.btn.toggle-anime span {
	display: block
}
.btn.toggle-anime span.close {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 51px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}
a, li, span {
	color: #fff
}
.text-center {
	text-align: center
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
body, html {
	width: 100vw;
	max-width: 100%;
	min-height: 100%;
	height: auto;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch
}
body.fixed-all, body.modal-open, body.open-nav, html.fixed-all, html.modal-open, html.open-nav {
	overflow: hidden
}
body.js-byrefresh {
	opacity: 0;
	background-color: #251f1f
}
.no-js body.js-byrefresh {
	opacity: 1
}
body {
	background: url(/public/imgs/static/pattern.png);
	background-repeat: repeat;
	background-size: 75px
}
body.js-scroll {
	width: 100vw;
	height: 100vh
}
.scrollbar-track {
	user-select: none
}
body.js-loading-page>* {
	pointer-events: none!important
}
.page-main {
	position: relative;
	z-index: 100;
	width: 100%;
	transform-origin: top center;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}
.page-next, .page-prev {
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	min-height: 0;
	will-change: transform;
	-webkit-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	visibility: hidden
}
.js-loading-page .page-next, .js-loading-page .page-prev {
	width: 100%;
	height: auto;
	min-height: 100%;
	visibility: visible
}
.preload, .preload-hold, .preload-intro {
	position: absolute;
	top: -9999px;
	left: -9999px;
	overflow: hidden;
	visibility: hidden
}
#loading-page {
	position: fixed;
	z-index: 5000;
	left: 0;
	top: 0;
	display: none;
	width: 0;
	height: 0
}
#loading-page.js-loading-page {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #251f1f
}
img {
	display: block;
	max-width: 100%;
	height: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-drag: none
}
#modal-bg, #modal-wrapper {
	display: none;
	width: 0;
	height: 0
}
.modal-open #modal-bg {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1030;
	background-color: #281a13;
	opacity: .8;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0)
}
a {
	text-decoration: none
}
a:focus, a:hover {
	text-decoration: none
}
a[href^="tel:"] {
	cursor: default
}
.block-bg-cover {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.block-bg-cover .element-cover {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	overflow: hidden
}
.firefox .block-bg-cover .element-cover {
	max-width: none;
	width: auto
}
button:focus, input:focus, textarea:focus {
	outline: 0
}
:-moz-ui-invalid, :invalid {
 box-shadow:none
}
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
 -webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
 margin:0
}
button {
	position: relative;
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: none;
	background: 0 0;
	outline: 0;
	cursor: pointer
}
#hello-world {
	display: inline-block;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0)
}
#hello-world p {
	font-size: 100px
}
.tooltip-wrapper {
	position: fixed;
	display: block;
	z-index: 9999
}
.tooltip-wrapper .tooltip-inner {
	position: absolute;
	top: -40px;
	left: 0;
	display: inline;
	color: #fff;
	background: #d5ae7e;
	text-indent: 0;
	white-space: nowrap;
	padding: 0 30px;
	border-radius: 25px;
	text-transform: capitalize;
	font-size: 15px;
	line-height: 50px;
	box-shadow: 0 12px 27px 0 rgba(18,15,15,.5);
	visibility: hidden;
	opacity: 0
}
.tooltip-wrapper .tooltip-inner.hover {
	opacity: 1;
	visibility: visible
}
.tooltip-wrapper .tooltip-inner.left {
	top: 50%;
	transform: translate3d(-100%) translateY(-50%);
	left: 0
}
.tooltip-wrapper .tooltip-inner.left:after {
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #d5ae7e;
	top: 50%;
	transform: translateY(-50%) translateX(0);
	left: 97%
}
.tooltip-wrapper .tooltip-inner.right {
	top: 50%;
	transform: translateX(0) translateY(-50%);
	left: 0
}
.tooltip-wrapper .tooltip-inner.right:after {
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #d5ae7e;
	top: 50%;
	transform: translateY(-50%) translateX(0);
	left: -13px
}
.tooltip-wrapper .tooltip-inner:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #d5ae7e;
	top: 100%;
	left: 50%;
	transform: translateX(-50%)
}
.tooltip-wrapper.products-tooltip .tooltip-inner, .tooltip-wrapper.single-product-tooltip .tooltip-inner {
	background-color: #fff;
	border-radius: 4px;
	width: 200px;
	font-size: 14px;
	color: #898a8e;
	line-height: 18px;
	padding: 15px;
	letter-spacing: .2px;
	white-space: normal;
	text-transform: lowercase;
	box-shadow: 0 12px 27px 0 rgba(18,15,15,.1)
}
.tooltip-wrapper.products-tooltip .tooltip-inner span, .tooltip-wrapper.single-product-tooltip .tooltip-inner span {
	color: #eaa73d;
	text-transform: capitalize
}
.tooltip-wrapper.products-tooltip .tooltip-inner:after, .tooltip-wrapper.single-product-tooltip .tooltip-inner:after {
	border-top-color: #fff
}
.tooltip-wrapper.single-product-tooltip .tooltip-inner {
	width: auto;
	white-space: nowrap;
	text-align: center
}
.panikes .tooltip-wrapper.products-tooltip .tooltip-inner span, .panikes .tooltip-wrapper.single-product-tooltip .tooltip-inner span {
	color: #eaa73d
}
.pastelaria .tooltip-wrapper.products-tooltip .tooltip-inner span, .pastelaria .tooltip-wrapper.single-product-tooltip .tooltip-inner span {
	color: #c93445
}
.padaria .tooltip-wrapper.products-tooltip .tooltip-inner span, .padaria .tooltip-wrapper.single-product-tooltip .tooltip-inner span {
	color: #ed7155
}
.miniaturas .tooltip-wrapper.products-tooltip.tooltip-inner span, .miniaturas .tooltip-wrapper.single-product-tooltip .tooltip-inner span {
	color: #ee7f79
}
.food-service .tooltip-wrapper.products-tooltip .tooltip-inner span, .food-service .tooltip-wrapper.single-product-tooltip .tooltip-inner span {
	color: #662ebe
}
.sobremesas .tooltip-wrapper.products-tooltip .tooltip-inner span, .sobremesas .tooltip-wrapper.single-product-tooltip .tooltip-inner span {
	color: #8b28e2
}
.accordion {
	position: relative;
	margin-top: 20px
}
.accordion:first-of-type {
	margin-top: 0
}
.accordion .title {
	position: relative;
	padding: 55px 0;
	cursor: pointer;
	background-color: rgba(255,255,255,.07);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,.026);
	-webkit-transition: background-color .5s ease;
	transition: background-color .5s ease
}
.accordion .title h3 {
	font-size: 40px;
	letter-spacing: -1.5px
}
.accordion .title .view-more {
	display: block;
	margin-left: auto;
	width: 50px;
	height: 50px;
	border: 1px solid #d5ae7e;
	border-radius: 100%;
	transition: 1s transform cubic-bezier(.075, .82, .165, 1);
	transform-origin: center center
}
.accordion .title .view-more .plus-less-svg {
	width: 24px;
	height: 100%;
	margin: 0 auto
}
.accordion .title .view-more .plus-less-svg .horizontal, .accordion .title .view-more .plus-less-svg .vertical {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: none;
	stroke: #d5ae7e;
	stroke-miterlimit: 10;
	stroke-width: 2
}
.accordion .accordion-content {
	background-color: rgba(255,255,255,.07);
	-webkit-transition: background-color .5s ease;
	transition: background-color .5s ease
}
.accordion .accordion-content .content-column {
	margin-bottom: 55px
}
.accordion .accordion-content h4 {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -.5px
}
.accordion .accordion-content address {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -.5px;
	margin-top: 15px
}
.accordion .accordion-content .gmaps {
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: -.5px;
	margin-top: 16px;
	color: #d5ae7e
}
.accordion:hover .accordion-content, .accordion:hover .title {
	background-color: rgba(255,255,255,.1)
}
.accordion:hover .view-more {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg)
}
.js-go-down {
	opacity: .8;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out
}
.js-go-down svg {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-animation: flow 1s ease-in-out infinite alternate;
	animation: flow 1s ease-in-out infinite alternate
}
.js-go-down:hover {
	opacity: 1
}
.js-go-down:hover svg {
	-webkit-animation: flow 1s ease-in-out infinite alternate;
	animation: flow 1s ease-in-out infinite alternate
}
@-webkit-keyframes flow {
 from {
 -webkit-transform:translateY(0)
}
to {
	-webkit-transform: translateY(0)
}
}
@keyframes flow {
 from {
 transform:translateY(0)
}
to {
	transform: translateY(10px)
}
}
.page-sections-controller {
	position: fixed;
	width: 51px;
	height: 100vh;
	left: 55px;
	top: 0;
	padding: 140px 0 45px 0;
	z-index: 10
}
.page-sections-controller .section-label {
	position: absolute;
	display: block;
	width: 155px;
	right: -155px;
	text-transform: uppercase;
	overflow: hidden;
	pointer-events: none
}
.page-sections-controller .section-label span {
	position: relative;
	top: 48px
}
.page-sections-controller .main-line {
	display: block;
	position: absolute;
	width: 1px;
	height: calc(100% - 185px);
	top: 140px;
	left: 24px
}
.page-sections-controller .main-line .hit-zone {
	padding: 0 20px;
	display: inline-block;
	position: relative;
	width: 1px;
	height: 100px;
	margin: 10px 0;
	left: -20px;
	cursor: pointer
}
.page-sections-controller .main-line .hit-zone:first-child {
	margin-top: 0
}
.page-sections-controller .main-line .hit-zone:last-child {
	margin-bottom: 0
}
.page-sections-controller .main-line .section-indicator {
	display: inline-block;
	position: relative;
	width: 1px;
	height: 100%;
	left: 0;
	background-color: #fff;
	overflow: hidden
}
.page-sections-controller .main-line .section-indicator .follower {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #c93445;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	z-index: 1
}
.grecaptcha-badge {
	display: none!important
}
#header-main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 102;
	padding: 64px 0;
	pointer-events: none;
	opacity: 0;
	visibility: none;
	-webkit-transition: padding .5s ease;
	transition: padding .5s ease
}
#header-main.active {
	transform: translateY(-100%)!important;
	-webkit-transform: translateY(-100%)!important
}
#header-main .search-wrapper {
	-webkit-transform: translateY(-240px);
	transform: translateY(-240px);
	opacity: 1;
	visibility: visible;
	pointer-events: none;
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	background: #251f1f;
	padding: 104px 0 55px 0
}
#header-main .search-wrapper .close-search {
	cursor: pointer
}
#header-main .search-wrapper .suggestions-scroll {
	width: 100%;
	max-height: calc(100vh - 118px);
	min-height: 65px;
	overflow-y: auto;
	position: absolute;
	z-index: 2;
	top: 158px;
	background: #251f1f;
	opacity: 0
}
#header-main .search-wrapper .suggestions-wrapper {
	position: relative;
	top: 0
}
#header-main .search-wrapper .suggestions-wrapper.padd-bottom {
	padding-bottom: 64px
}
#header-main .search-wrapper .suggestions-wrapper li .type-title {
	width: 134px;
	height: 100%;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	text-align: right;
	color: #cca36e;
	border-right: 1px solid #574737;
	padding-right: 20px;
	padding-top: 20px
}
#header-main .search-wrapper .suggestions-wrapper li .suggestion-item-wrapper {
	width: 100%
}
#header-main .search-wrapper .suggestions-wrapper li .suggestion-item-wrapper .suggestion-item {
	background-color: transparent;
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out
}
#header-main .search-wrapper .suggestions-wrapper li .suggestion-item-wrapper .suggestion-item a {

	font-size: 35px;
	color: #534949;
	padding: 15px 0;
	display: block
}
#header-main .search-wrapper .suggestions-wrapper li .suggestion-item-wrapper .suggestion-item a .match {
	color: #fff;
	opacity: .8
}
#header-main .search-wrapper .suggestions-wrapper li.selected {
	background-color: rgba(255,255,255,.03)
}
#header-main .search-wrapper .suggestions-wrapper li.last {
	margin-bottom: 50px
}
#header-main .search-wrapper .all-results-wrapper {
	position: relative;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	background-color: #211c1c;
	padding: 22px 0
}
#header-main .search-wrapper .all-results-wrapper.fixed-bottom {
	position: fixed;
	top: calc(100vh - 24px);
	-moz-box-shadow: 0 4px 20px 24px #1a1616;
	-webkit-box-shadow: 0 4px 20px 24px #1a1616;
	box-shadow: 0 4px 20px 24px #1a1616
}
#header-main .search-wrapper .all-results-wrapper .all-results {
	margin-left: 185px;
	color: #534949;
	font-size: 20px
}
#header-main .search-wrapper .all-results-wrapper .all-results .search-copy-all {
	color: #534949;
	font-size: 20px
}
#header-main .search-wrapper .all-results-wrapper .all-results .search-copy-single {
	display: none;
	color: #534949;
	font-size: 20px
}
#header-main .search-wrapper .all-results-wrapper .all-results .search-key {
	font-size: 100%;
	color: #fff
}
#header-main .search-wrapper .search-outer .search-inner input.search {
	font-size: 35px;
	color: #998787;
	letter-spacing: -.5px;
	height: 54px;
	background-color: #251f1f;
	border: none;
	width: calc(100% - 134px)
}
#header-main .search-wrapper .search-outer .search-inner input.search::-webkit-input-placeholder {
 color:#998787;
 letter-spacing:-.5px;
 font-size:35px
}
#header-main .search-wrapper .search-outer .search-inner input.search::-moz-placeholder {
 color:#998787;
 letter-spacing:-.5px;
 font-size:35px
}
#header-main .search-wrapper .search-outer .search-inner input.search:-ms-input-placeholder {
 color:#998787;
 letter-spacing:-.5px;
 font-size:35px
}
#header-main .search-wrapper .search-outer .search-inner input.search:-moz-placeholder {
 color:#998787;
 letter-spacing:-.5px;
 font-size:35px
}
#header-main .search-wrapper .search-outer .search-inner input[type=submit] {
	display: none
}
#header-main .search-wrapper .js-scroll {
	width: 100vw;
	height: 173px
}
#header-main .search-wrapper .overlay {
	position: absolute;
	top: 213px;
	left: 0;
	width: 100%;
	height: 100vh!important;
	background-color: #241f1f;
	z-index: 1;
	opacity: 0;
	visibility: hidden
}
#header-main .main-logo {
	position: relative;
	height: 45px;
	z-index: 3;
	display: block
}
#header-main .main-logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: visible
}
#header-main .main-logo a .logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 134px;
	height: 45px
}
#header-main .main-logo a .logo .logo-path, #header-main .main-logo a .logo .registe {
	fill: #fff
}
#header-main .main-logo.js-go-red a .logo .logo-path, #header-main .main-logo.js-go-red a .logo .registe {
	fill: #c93445
}
#header-main .hamb-menu {
	position: relative;
	width: 63px;
	height: 45px;
	margin-left: 35px;
	cursor: pointer;
	z-index: 3;
	pointer-events: visible;
	transition: 1s transform cubic-bezier(.075, .82, .165, 1);
	transform-origin: center center
}
#header-main .hamb-menu svg {
	overflow: visible
}
#header-main .search-icon-wrapper {
	position: relative;
	z-index: 2;
	width: 40px;
	height: 40px;
	margin-right: 52px;
	margin-left: auto;
	cursor: pointer
}
#header-main .search-icon-wrapper .search-icon {
	position: absolute;
	width: 40px;
	height: 40px;
	pointer-events: visible;
	transition: 1s transform cubic-bezier(.075, .82, .165, 1);
	transform-origin: center center
}
#header-main #nav-main {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	min-height: 635px;
	z-index: 2;
	pointer-events: visible;
	opacity: 0;
	visibility: hidden
}
#header-main #nav-main .left-block {
	position: absolute;
	top: 0;
	left: 0;
	width: 10%;
	height: 100%;
	background-color: #211c1c;
	z-index: 4;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
#header-main #nav-main .left-block .line-hover {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100px;
	background: #c93445
}
#header-main #nav-main .main-block {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #241f1f;
	z-index: 2;
	padding: 64px 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
#header-main #nav-main .main-block>.row {
	height: 100%
}
#header-main #nav-main .main-block .language-wrapper {
	position: absolute;
	right: 60px;
	width: 164px;
	height: 42px;
	border-radius: 21px;
	padding: 0;
	cursor: pointer;
	-ms-transition: .6s height cubic-bezier(.075, .82, .165, 1);
	-webkit-transition: .6s height cubic-bezier(.075, .82, .165, 1);
	transition: .6s height cubic-bezier(.075, .82, .165, 1);
	background-color: rgba(255,255,255,.04)
}
#header-main #nav-main .main-block .language-wrapper:after {
	border-radius: 21px
}
#header-main #nav-main .main-block .language-wrapper .current-lang {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 10px;
	line-height: 42px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-top: 2px;
	padding-left: 33px;
	z-index: 1;
	pointer-events: none
}
#header-main #nav-main .main-block .language-wrapper .arrow-down {
	position: absolute;
	top: 19px;
	right: 18px;
	width: 10px;
	height: 6px;
	-ms-transition: .4s transform cubic-bezier(.075, .82, .165, 1);
	-webkit-transition: .4s transform cubic-bezier(.075, .82, .165, 1);
	transition: .4s transform cubic-bezier(.075, .82, .165, 1);
	-ms-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center
}
#header-main #nav-main .main-block .language-wrapper .arrow-down path {
	fill: #fff
}
#header-main #nav-main .main-block .language-wrapper .other-languages-wrapper {
	position: absolute;
	top: 42px;
	z-index: 1;
	width: 100%;
	height: auto
}
#header-main #nav-main .main-block .language-wrapper .other-languages-wrapper li {
	position: relative;
	height: 42px
}
#header-main #nav-main .main-block .language-wrapper .other-languages-wrapper li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	transition: .45s opacity ease-in-out
}
#header-main #nav-main .main-block .language-wrapper .other-languages-wrapper li:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: .45s opacity ease-in-out
}
#header-main #nav-main .main-block .language-wrapper .other-languages-wrapper li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 10px;
	line-height: 42px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-top: 2px;
	padding-left: 34px;
	opacity: 0;
	visibility: hidden;
	transition: .15s opacity ease-in-out
}
#header-main #nav-main .main-block .language-wrapper .other-languages-wrapper li a:hover {
	color: #c93445
}
#header-main #nav-main .main-block .language-wrapper:hover {
	height: 86px;
	background-color: rgba(255,255,255,.04)
}
#header-main #nav-main .main-block .language-wrapper:hover .arrow-down {
	transform: rotate(-180deg)
}
#header-main #nav-main .main-block .language-wrapper:hover .other-languages-wrapper a {
	opacity: 1;
	visibility: visible;
	transition-delay: .1s
}
#header-main #nav-main .main-block .language-wrapper:hover .other-languages-wrapper li:after, #header-main #nav-main .main-block .language-wrapper:hover .other-languages-wrapper li:before {
	opacity: .07;
	visibility: visible
}
#header-main #nav-main .main-block .main-links {
	position: relative;
	top: -40px
}
#header-main #nav-main .main-block .main-links li a, #header-main #nav-main .main-block .main-links li button {
	font-size: 52px;
	line-height: 70px;
	letter-spacing: -.5px;
	color: #fff
}
#header-main #nav-main .main-block .main-links li a:hover, #header-main #nav-main .main-block .main-links li button:hover {
	color: #c93445
}
#header-main #nav-main .main-block .main-links li.active a, #header-main #nav-main .main-block .main-links li.active button {
	color: #c93445
}
#header-main #nav-main .main-block .main-links li.active.single-active a, #header-main #nav-main .main-block .main-links li.active.single-active button {
	color: #fff
}
#header-main #nav-main .main-block .main-links li.active.single-active:hover a, #header-main #nav-main .main-block .main-links li.active.single-active:hover button {
	color: #c93445
}
#header-main #nav-main .main-block .main-links li.sub-links.first {
	margin-top: 18px
}
#header-main #nav-main .main-block .main-links li.sub-links a {
	font-size: 26px;
	line-height: 43px;
	letter-spacing: -.5px
}
#header-main #nav-main .main-block .byburo, #header-main #nav-main .main-block .social {
	position: absolute;
	bottom: 40px;
	font-size: 14px;
	line-height: 14px
}
#header-main #nav-main .main-block .byburo a {
	font-size: 14px;
	line-height: 14px;
	opacity: .2
}
#header-main #nav-main .main-block .byburo a:hover {
	opacity: 1
}
#header-main #nav-main .main-block .social {
	right: 40px
}
#header-main #nav-main .main-block .social a {
	opacity: .2
}
#header-main #nav-main .main-block .social a.politica-link {
	opacity: .6
}
#header-main #nav-main .main-block .social a:hover {
	opacity: 1
}
#header-main #nav-main .main-block .social li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px
}
#header-main #nav-main .main-block .social li:first-child a {
	font-size: 14px;
	line-height: 14px;
	opacity: .2
}
#header-main #nav-main .main-block .social li .facebook {
	display: block;
	width: 16px;
	height: 16px;
	margin-bottom: 1px
}
#header-main #nav-main .main-block .social li .facebook .facebook-svg {
	width: 16px;
	height: 16px
}
#header-main #nav-main .main-block .social li .youtube {
	display: block;
	width: 19px;
	height: 13px;
	margin-bottom: 1px
}
#header-main #nav-main .main-block .social li .youtube .youtube-svg {
	width: 19px;
	height: 13px
}
#header-main #nav-main .main-block .social li .instagram {
	display: block;
	width: 17px;
	height: 17px;
	margin-bottom: 1px
}
#header-main #nav-main .main-block .social li .instagram .instagram-svg {
	width: 17px;
	height: 17px
}
#header-main #nav-main .main-block .social li path {
	fill: #fff
}
#header-main #nav-main .main-block-products {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	z-index: 3;
	padding: 64px 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
#header-main #nav-main .main-block-products>.row {
	height: auto;
	min-height: 100vh
}
#header-main #nav-main .main-block-products li a {
	position: relative;
	display: inline-block;
	font-size: 45px;
	line-height: 88px;
	color: #fff;
	z-index: 1
}
#header-main #nav-main .main-block-products li a .category-icon {
	position: relative;
	top: 6px;
	display: inline-block;
	width: 47px;
	height: 48px;
	margin-right: 30px
}
#header-main #nav-main .main-block-products li a .category-icon path {
	fill: none;
	stroke: #fff;
	stroke-miterlimit: 10;
	stroke-width: 3
}
#header-main #nav-main .main-block-products .bg-simulator {
	position: absolute;
	top: 0;
	left: 0;
	width: 81%;
	height: 100%;
	background-color: #c93445;
	pointer-events: none
}
#header-main #nav-main .main-block-products .arrow-go-back {
	position: relative;
	z-index: 1;
	margin-left: 5px;
	margin-bottom: 25px
}
#header-main #nav-main .main-block-products .arrow-go-back svg {
	width: 36px;
	height: 20px
}
#header-main #nav-main .main-block-products .arrow-go-back path {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: none;
	stroke: #fff;
	stroke-miterlimit: 10;
	stroke-width: 3
}
#header-main #nav-main .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #241f1f;
	z-index: 1;
	opacity: 0
}
#header-main .nav-type-category {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 90px;
	text-align: center;
	-webkit-transition: padding-top .5s ease;
	transition: padding-top .5s ease
}
#header-main .nav-type-category>.row>.columns {
	position: relative
}
#header-main .nav-type-category.hover-control {
	text-align: left
}
#header-main .nav-type-category.hover-control .left-helper, #header-main .nav-type-category.hover-control .right-helper {
	display: block
}
#header-main .nav-type-category.hover-control ul {
	padding-left: 0;
	margin-left: 160px;
	white-space: nowrap;
	overflow: hidden
}
#header-main .nav-type-category .left-helper {
	display: block;
	position: absolute;
	left: 160px;
	top: -10px;
	width: 60px;
	height: 40px;
	display: none;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	pointer-events: visible;
	cursor: pointer;
	background: linear-gradient(to left, rgba(237,113,85,0) 0, #ed7155 60%);
	background: -moz-linear-gradient(to left, rgba(255,255,255,0) 0, #ed7155 60%);
	background: -webkit-linear-gradient(to left, rgba(255,255,255,0) 0, #ed7155 60%);
	-webkit-transition: transform .8s cubic-bezier(.075, .82, .165, 1);
	transition: transform .8s cubic-bezier(.075, .82, .165, 1)
}
#header-main .nav-type-category .left-helper svg {
	position: relative;
	top: 12px;
	left: 5px;
	width: 10px;
	height: 10px;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}
#header-main .nav-type-category .left-helper svg path {
	fill: #fff;
	-webkit-transition: transform .8s cubic-bezier(.075, .82, .165, 1);
	transition: transform .8s cubic-bezier(.075, .82, .165, 1)
}
#header-main .nav-type-category .left-helper:hover {
	z-index: 1000
}
#header-main .nav-type-category .left-helper:hover svg path {
	-webkit-transform: translateX(6px);
	transform: translateX(6px)
}
#header-main .nav-type-category .right-helper {
	display: block;
	position: absolute;
	right: 0;
	top: -10px;
	width: 60px;
	height: 40px;
	display: none;
	z-index: 0;
	text-align: right;
	pointer-events: visible;
	cursor: pointer;
	background: linear-gradient(to right, rgba(237,113,85,0) 0, #ed7155 60%);
	background: -moz-linear-gradient(to right, rgba(255,255,255,0) 0, #ed7155 60%);
	background: -webkit-linear-gradient(to right, rgba(255,255,255,0) 0, #ed7155 60%);
	-webkit-transition: transform .8s cubic-bezier(.075, .82, .165, 1);
	transition: transform .8s cubic-bezier(.075, .82, .165, 1)
}
#header-main .nav-type-category .right-helper svg {
	position: relative;
	top: 12px;
	right: 5px;
	width: 10px;
	height: 10px
}
#header-main .nav-type-category .right-helper svg path {
	fill: #fff;
	-webkit-transition: transform .8s cubic-bezier(.075, .82, .165, 1);
	transition: transform .8s cubic-bezier(.075, .82, .165, 1)
}
#header-main .nav-type-category .right-helper:hover svg path {
	-webkit-transform: translateX(6px);
	transform: translateX(6px)
}
#header-main .nav-type-category ul {
	padding-left: 120px;
	padding-bottom: 35px;
	opacity: 0;
	visibility: hidden
}
#header-main .nav-type-category ul li {
	position: relative;
	pointer-events: visible;
	display: inline-block;
	margin: 0 15px;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0)
}
#header-main .nav-type-category ul li .type {
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	text-transform: uppercase;
	opacity: .2;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out
}
#header-main .nav-type-category ul li.active .type {
	opacity: 1;
	pointer-events: none
}
#header-main .nav-type-category ul li:hover .type {
	opacity: 1
}
#header-main .nav-main-category-secondary {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 64px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: padding-top .5s ease;
	transition: padding-top .5s ease
}
#header-main .nav-main-category-secondary .category-btn {
	position: absolute;
	left: 50%;
	margin-top: 27px;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	text-transform: uppercase;
	pointer-events: visible;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0)
}
#header-main .nav-main-category-secondary .category-btn svg {
	position: absolute;
	top: 1px;
	right: -25px;
	transform: rotate(90deg);
	width: 8px;
	height: 12px
}
#header-main .nav-main-category-secondary .category-btn svg path {
	fill: #fff
}
#header-main .nav-main-category-secondary ul {
	position: relative;
	margin-top: 60px;
	box-shadow: 0 20px 50px 0 rgba(18,15,15,.15);
	overflow: hidden;
	opacity: 0;
	visibility: hidden
}
#header-main .nav-main-category-secondary ul li a {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -.5px;
	color: #fff;
	z-index: 1;
	padding: 12px 55px;
	border-left: 2px solid transparent;
	opacity: .4;
	pointer-events: visible
}
#header-main .nav-main-category-secondary ul li a .category-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 36px;
	height: 37px;
	margin-right: 20px
}
#header-main .nav-main-category-secondary ul li a .category-icon path {
	fill: none;
	stroke: #fff;
	stroke-miterlimit: 10;
	stroke-width: 3
}
#header-main .nav-main-category-secondary ul li a span {
	display: inline-block;
	vertical-align: middle
}
#header-main .nav-main-category-secondary ul li.active a {
	opacity: 1;
	border-left: 2px solid #fff;
	background-color: rgba(255,255,255,.05)
}
#header-main .nav-main-category-secondary ul li:hover a {
	opacity: 1;
	border-left: 2px solid #fff;
	background-color: rgba(255,255,255,.05)
}
#header-main .nav-main-category-secondary ul li:last-child {
	margin-bottom: 25px
}
#header-main .nav-main-category-secondary ul:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.035);
	pointer-events: none
}
#header-main.js-go-sticky {
	padding: 25px 0
}
#header-main.js-go-sticky .search-wrapper {
	padding: 45px 0 25px 0
}
#header-main.js-go-sticky .search-wrapper .overlay, #header-main.js-go-sticky .search-wrapper .suggestions-scroll {
	top: 104px
}
#header-main.js-go-sticky .search-wrapper .suggestions-scroll {
	max-height: calc(100vh - 104px)
}
#header-main.js-go-sticky .search-wrapper .all-results-wrapper.fixed-bottom {
	top: calc(100vh - 64px)
}
#header-main.js-go-sticky #nav-main .main-block {
	padding: 25px 0
}
#header-main.js-go-sticky .nav-type-category {
	padding-top: 51px
}
#header-main.js-go-sticky .nav-type-category ul {
	border-bottom: 0
}
#header-main.js-go-sticky .nav-main-category-secondary {
	padding-top: 25px
}
.js-search-open #header-main .search-wrapper {
	box-shadow: 0 16px 28px 0 rgba(0,0,0,.18);
	-webkit-box-shadow: 0 16px 28px 0 rgba(0,0,0,.18)
}
.safari #header-main .search-wrapper .suggestions-wrapper li .type-title {
	height: 70px
}
.safari #header-main .nav-type-category.hover-control #filterWrapper {
	width: calc(100% - 220px);
	height: 100%;
	margin-left: 190px;
	overflow: hidden
}
.safari #header-main .nav-type-category.hover-control #filterWrapper ul {
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap
}
.safari #header-main .nav-type-category.hover-control #filterWrapper ul li:nth-child(1) {
	margin-left: 0
}
.safari #header-main .nav-type-category .right-helper {
	width: 30px;
	background: 0 0
}
.safari #header-main .nav-type-category .right-helper:before {
	content: "";
	width: 1px;
	height: 89%;
	background-color: rgba(255,255,255,.3);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .8s cubic-bezier(.075, .82, .165, 1);
	transition: all .8s cubic-bezier(.075, .82, .165, 1)
}
.safari #header-main .nav-type-category .right-helper:hover:before {
	background-color: #fff
}
.safari #header-main .nav-type-category .right-helper.hideBorder:before {
	opacity: 0
}
.safari #header-main .nav-type-category .left-helper {
	width: 30px;
	background: 0 0
}
.safari #header-main .nav-type-category .left-helper:before {
	content: "";
	width: 1px;
	height: 89%;
	background-color: rgba(255,255,255,.3);
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all .8s cubic-bezier(.075, .82, .165, 1);
	transition: all .8s cubic-bezier(.075, .82, .165, 1)
}
.safari #header-main .nav-type-category .left-helper:hover:before {
	background-color: #fff
}
.safari #header-main .nav-type-category .left-helper.hideBorder:before {
	opacity: 0
}
.food-service #header-main {
	-webkit-transition: background-color .5s ease, padding .5s ease;
	transition: background-color .5s ease, padding .5s ease
}
.food-service #header-main .nav-main-category-secondary ul, .food-service #header-main.js-go-sticky {
	background-color: rgba(102,46,190,.95)
}
.miniaturas #header-main {
	-webkit-transition: background-color .5s ease, padding .5s ease;
	transition: background-color .5s ease, padding .5s ease
}
.miniaturas #header-main .nav-main-category-secondary ul, .miniaturas #header-main.js-go-sticky {
	background-color: rgba(238,127,121,.95)
}
.padaria #header-main {
	-webkit-transition: background-color .5s ease, padding .5s ease;
	transition: background-color .5s ease, padding .5s ease
}
.padaria #header-main .nav-main-category-secondary ul, .padaria #header-main.js-go-sticky {
	background-color: rgba(237,113,85,.95)
}
.panikes #header-main {
	-webkit-transition: background-color .5s ease, padding .5s ease;
	transition: background-color .5s ease, padding .5s ease
}
.panikes #header-main .nav-main-category-secondary ul, .panikes #header-main.js-go-sticky {
	background-color: rgba(234,167,61,.95)
}
.pastelaria #header-main {
	-webkit-transition: background-color .5s ease, padding .5s ease;
	transition: background-color .5s ease, padding .5s ease
}
.pastelaria #header-main .nav-main-category-secondary ul, .pastelaria #header-main.js-go-sticky {
	background-color: rgba(201,52,69,.95)
}
.sobremesas #header-main {
	-webkit-transition: background-color .5s ease, padding .5s ease;
	transition: background-color .5s ease, padding .5s ease
}
.sobremesas #header-main .nav-main-category-secondary ul, .sobremesas #header-main.js-go-sticky {
	background-color: rgba(139,40,226,.95)
}
.backdropfilter #header-main {
	-webkit-backdrop-filter: blur(0);
	backdrop-filter: blur(0);
	-webkit-transition: -webkit-backdrop-filter .5s ease, padding .5s ease;
	transition: -webkit-backdrop-filter .5s ease, padding .5s ease
}
.backdropfilter #header-main.js-go-sticky {
	background-color: transparent;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px)
}
.backdropfilter #header-main .nav-main-category-secondary ul {
	background-color: transparent;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px)
}
.page-header {
	position: relative;
	width: 100vw;
	height: 100vh
}
.page-header .title-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0
}
.page-header .title-wrapper.top-align {
	padding-top: 200px
}
.page-header .title-wrapper>.row {
	height: 100%
}
.page-header .title-wrapper h1 {
	font-size: 85px;
	color: #fff
}
.page-header .title-wrapper h3 {
	position: relative;
	width: auto;
	max-width: 575px;
	left: 5px;
	font-size: 25px;
	line-height: 33px;
	letter-spacing: -1px;
	color: #998787
}
.page-header .scroll-helper {
	position: absolute;
	top: calc(100vh - 150px);
	width: 100%;
	z-index: 5;
	pointer-events: none
}
.page-header .scroll-helper a {
	display: inline-block;
	pointer-events: visible
}
.page-header .scroll-helper a .arrow-svg {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 75px
}
.page-header .scroll-helper a .arrow-svg path {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: none;
	stroke: #d5ae7e;
	stroke-miterlimit: 10
}
.page-header .scroll-helper a .text {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #d5ae7e;
	max-width: 100px
}
.page-header .scroll-helper[data-alignment=left] a .text {
	margin-left: 10px
}
.page-header .scroll-helper[data-alignment=right] {
	text-align: right
}
.page-header .scroll-helper[data-alignment=right] a {
	margin-right: 52px
}
.page-header .scroll-helper[data-alignment=right] a .text {
	margin-right: 10px
}
.page-footer {
	position: relative;
	padding-top: 220px;
	perspective: 200px
}
.page-footer .dash-wrapper {
	position: absolute;
	display: block;
	width: 2px;
	height: 320px;
	top: 60px;
	left: calc(50% - 1px);
	overflow: hidden
}
.page-footer .dash-wrapper .dash {
	position: absolute;
	display: block;
	width: 2px;
	height: 320px;
	top: 0;
	left: 0;
	background-color: #c93445
}
.page-footer .panike-circle {
	position: relative;
	width: 375px;
	height: 375px;
	top: 210px;
	margin: 0 auto;
	border-radius: 50%;
	text-align: center
}
.page-footer .panike-circle .background {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 50%;
	background-color: #c93445;
	-webkit-box-shadow: 10px 10px 49px 0 rgba(0,0,0,.6), inset 0 1px 0 0 rgba(255,255,255,.05);
	-moz-box-shadow: 10px 10px 49px 0 rgba(0,0,0,.6), inset 0 1px 0 0 rgba(255,255,255,.05);
	box-shadow: 10px 10px 49px 0 rgba(0,0,0,.6) inset 0 1px 0 0 rgba(255,255,255,.05)
}
.page-footer .panike-circle h5 {
	font: normal 20px/20px FFTisaSansWebMediumItalic, Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
	margin-top: 10px
}
.page-footer .panike-circle svg {
	position: relative;
	max-width: 175px;
	max-height: 60px;
	left: 8px
}
.page-footer .panike-circle svg path {
	fill: #fff
}
.page-footer .panike-circle .btn:hover {
	background-color: rgba(255,255,255,.14)
}
.page-footer .panike-circle a {
	margin-top: 40px
}
.page-footer .panike-circle a svg.arrow {
	position: absolute;
	width: 6px;
	height: 10px;
	top: calc(50% - 6px);
	left: calc(100% - 25px);
	opacity: 0!important;
	-webkit-transition: -webkit-transform .36s cubic-bezier(.19, 1, .22, 1), opacity .36s cubic-bezier(.19, 1, .22, 1);
	transition: transform .36s cubic-bezier(.19, 1, .22, 1), opacity .36s cubic-bezier(.19, 1, .22, 1)
}
.page-footer .panike-circle a:hover svg {
	opacity: 1!important;
	-webkit-transform: translateX(5px);
	transform: translateX(5px)
}
.wishlist-container-wrapper {
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 102;
	pointer-events: none;
	overflow: hidden;
	opacity: 0;
	visibility: hidden
}
.wishlist-container-wrapper .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #241f1f;
	opacity: 0;
	visibility: hidden
}
.wishlist-container-wrapper .wishlist-reminder {
	position: absolute;
	width: 220px;
	top: calc(100vh - 100px);
	right: 110px;
	background-color: #fff;
	border-radius: 4px;
	pointer-events: all;
	opacity: 0;
	visibility: hidden
}
.wishlist-container-wrapper .wishlist-reminder:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: calc(50% - 10px);
	right: -10px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff
}
.wishlist-container-wrapper .wishlist-reminder p {
	font-size: 14px;
	color: #898a8e;
	line-height: 18px;
	padding: 18px;
	letter-spacing: .2px
}
.wishlist-container-wrapper .wishlist-reminder p span {
	color: #eaa73d
}
.wishlist-container-wrapper .wishlist-reminder .close-reminder {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	opacity: 1;
	will-change: transform;
	z-index: 1
}
.wishlist-container-wrapper .wishlist-reminder .close-reminder span {
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	top: 5px;
	left: 0;
	background-color: #ced2d9
}
.wishlist-container-wrapper .wishlist-reminder .close-reminder span.line-1 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.wishlist-container-wrapper .wishlist-reminder .close-reminder span.line-2 {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.wishlist-container {
	position: absolute;
	top: calc(100vh - 85px);
	right: 25px;
	z-index: 1;
	pointer-events: visible
}
.wishlist-container .wishlist-list {
	position: absolute;
	top: -540px;
	width: 100%;
	height: 600px;
	opacity: 0;
	visibility: hidden;
	border-radius: 4px;
	background-color: #fff;
	padding: 40px;
	overflow: hidden
}
.wishlist-container .wishlist-list .form-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 40px;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	box-shadow: 0 0 41px 10px rgba(0,0,0,.08)
}
.wishlist-container .wishlist-list .form-wrapper .scroll-content {
	padding-bottom: 60px
}
.wishlist-container .wishlist-list .form-wrapper .form-sent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #fff;
	opacity: 0;
	visibility: hidden
}
.wishlist-container .wishlist-list .form-wrapper .form-sent .form-state {
	position: relative
}
.wishlist-container .wishlist-list .form-wrapper .form-sent .form-state .send-texts {
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0)
}
.wishlist-container .wishlist-list .form-wrapper .form-sent .form-state .send-texts.sending-text, .wishlist-container .wishlist-list .form-wrapper .form-sent .form-state .send-texts.sent-error-text {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0
}
.wishlist-container .wishlist-list .form-wrapper .form-sent .sending-animation {
	position: relative;
	margin: 0 auto 20px auto;
	border-radius: 80px;
	overflow: hidden;
	width: 220px;
	height: 220px
}
.wishlist-container .wishlist-list .form-wrapper .form-sent .sending-animation .send-in, .wishlist-container .wishlist-list .form-wrapper .form-sent .sending-animation .send-out-error, .wishlist-container .wishlist-list .form-wrapper .form-sent .sending-animation .send-out-ok, .wishlist-container .wishlist-list .form-wrapper .form-sent .sending-animation .sending-bm {
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 100%;
	top: 0;
	left: 0;
	background-color: #eaa73d;
	opacity: 0;
	visibility: hidden
}
.wishlist-container .wishlist-list .form-wrapper .form-sent .time {
	color: #898a8e
}
.wishlist-container .wishlist-list .form-wrapper h3 {
	margin-top: 20px
}
.wishlist-container .wishlist-list .form-wrapper .back {
	position: absolute;
	top: -22px;
	left: 0
}
.wishlist-container .wishlist-list .form-wrapper .back svg {
	width: 36px;
	height: 20px
}
.wishlist-container .wishlist-list .form-wrapper .back path {
	fill: none;
	stroke-width: 2px;
	stroke: #eaa73d
}
.wishlist-container .wishlist-list .form-wrapper form {
	position: relative;
	margin-top: 20px;
	height: calc(100% - 120px);
	min-height: 500px
}
.wishlist-container .wishlist-list .form-wrapper form .rgpd-wrapper {
	position: relative;
	margin-top: 20px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center
}
.wishlist-container .wishlist-list .form-wrapper form .rgpd-wrapper .svg-wrapper {
	height: 40px;
	width: 20px
}
.wishlist-container .wishlist-list .form-wrapper form .rgpd-wrapper .svg-wrapper input {
	opacity: 0;
	visibility: hidden
}
.wishlist-container .wishlist-list .form-wrapper form .rgpd-wrapper .svg-wrapper svg {
	position: absolute;
	width: 20px;
	left: 5px;
	top: 5px;
	opacity: 0;
	cursor: pointer
}
.wishlist-container .wishlist-list .form-wrapper form .rgpd-wrapper .svg-wrapper:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	top: 5px;
	left: 1px;
	border: 2px solid rgba(137,138,142,.6);
	cursor: pointer;
	pointer-events: none
}
.wishlist-container .wishlist-list .form-wrapper form .rgpd-wrapper .rgpd-text {
	font-size: 15px;
	position: relative;
	top: 4px;
	margin-left: 15px;
	color: #898a8e;
	opacity: .6;
	letter-spacing: -.5px;
	line-height: 1.2
}
.wishlist-container .wishlist-list .form-wrapper form .rgpd-wrapper .rgpd-text a {
	color: #898a8e;
	font-size: 15px;
}
.wishlist-container .wishlist-list .form-wrapper form .rgpd-wrapper.active .svg-wrapper svg {
	opacity: 1
}
.wishlist-container .wishlist-list .form-wrapper form:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: 1px solid #eaa73d
}
.wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper {
	position: relative;
	height: 70%;
	padding: 0 20px
}
.wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper .radio-button {
	position: relative;
	width: 49.5%;
	display: inline-block;
	left: 22px;
	font-size: 15px;
	color: rgba(137,138,142,.5);
	cursor: pointer
}
.wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper .radio-button:before {
	content: "";
	position: absolute;
	top: 4px;
	left: -17px;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #eaa73d;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: transform .26s ease-in-out;
	transition: transform .26s ease-in-out
}
.wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper .radio-button:after {
	content: "";
	position: absolute;
	top: 0;
	left: -21px;
	width: 16px;
	height: 16px;
	border-radius: 16px;
	border: 1px solid rgba(137,138,142,.3);
	-webkit-transition: border-color .26s ease-in-out;
	transition: border-color .26s ease-in-out
}
.wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper .radio-button.active:before {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper .radio-button.active:after {
	border-color: #eaa73d
}
.wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper div {
	position: relative;
	padding: 20px 0;
	border-bottom: 1px solid rgba(137,138,142,.1);
	-webkit-transition: border-color .66s linear;
	transition: border-color .66s linear
}
.wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper div.erro {
	border-bottom: 1px solid #c93445
}
.wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper div.erro .error-msg {
	opacity: 1;
	transform: translateY(0);
	transform: translateY(0)
}
.wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper .error-msg {
	font-size: 12px;
	position: absolute;
	width: 100%;
	left: 6px;
	bottom: 3px;
	color: #c93445;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	opacity: 0;
	-webkit-transition: transform .66s ease-in-out, opacity .66s ease-in-out;
	transition: transform .66s ease-in-out, opacity .66s ease-in-out
}
.wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper input[type=radio] {
	opacity: 0;
	visibility: hidden
}
.wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper input[type=text] {
	border: 0;
	-webkit-appearance: none;
	font-family: FFTisaSansWebMediumItalic, Helvetica, Arial, sans-serif;
	font-size: 24px;
	width: 100%;
	color: #eaa73d
}
.wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper ::-webkit-input-placeholder {
 color:rgba(137,138,142,.3)
}
.wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper ::-moz-placeholder {
 color:rgba(137,138,142,.3)
}
.wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper :-ms-input-placeholder {
 color:rgba(137,138,142,.3)
}
.wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper :-moz-placeholder {
 color:rgba(137,138,142,.3)
}
.wishlist-container .wishlist-list .form-wrapper form .disclaimer {
	padding: 40px 0
}
.wishlist-container .wishlist-list .form-wrapper form .disclaimer button {
	display: block;
	width: 100%;
	padding: 15px;
	margin-top: 20px;
	background-color: #eaa73d;
	text-align: center;
	border-radius: 3px;
	font-family: FFTisaSansWebMediumItalic, Helvetica, Arial, sans-serif;
	font-size: 25px;
	color: #fff;
	opacity: .2!important;
	pointer-events: none
}
.wishlist-container .wishlist-list .form-wrapper form .disclaimer button.enable {
	opacity: 1!important;
	pointer-events: all
}
.wishlist-container .wishlist-list .real-list-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 40px;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden
}
.wishlist-container .wishlist-list .real-list-wrapper header {
	margin-bottom: 50px
}
.wishlist-container .wishlist-list .real-list-wrapper .separator {
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 180px;
	left: 0;
	z-index: 1
}
.wishlist-container .wishlist-list .real-list-wrapper .real-list .scroll-content {
	padding-bottom: 130px
}
.wishlist-container .wishlist-list .placeholder-list-wrapper {
	position: relative;
	height: 100%;
	z-index: 1;
	opacity: 0;
	visibility: hidden
}
.wishlist-container .wishlist-list .placeholder-list-wrapper .scroll-content {
	height: 100%
}
.wishlist-container .wishlist-list .close-button {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 42px;
	height: 42px;
	text-indent: -9999px;
	opacity: 1;
	will-change: transform;
	z-index: 2;
	-webkit-transition: 1s transform cubic-bezier(.075, .82, .165, 1);
	transition: 1s transform cubic-bezier(.075, .82, .165, 1);
	transform-origin: center center;
	-webkit-transform-origin: center center
}
.wishlist-container .wishlist-list .close-button span {
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	top: 21px;
	left: 0;
	background-color: rgba(137,138,142,.3)
}
.wishlist-container .wishlist-list .close-button span.line-1 {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.wishlist-container .wishlist-list .close-button span.line-2 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.wishlist-container .wishlist-list .close-button:hover {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg)
}
.wishlist-container .wishlist-list .request {
	position: absolute;
	bottom: 40px;
	width: 100%;
	left: 0;
	padding: 0 40px
}
.wishlist-container .wishlist-list .request button {
	display: block;
	width: 100%;
	padding: 15px;
	background-color: #eaa73d;
	text-align: center;
	border-radius: 3px;
	font-family: FFTisaSansWebMediumItalic, Helvetica, Arial, sans-serif;
	font-size: 25px
}
.wishlist-container .wishlist-list h3 {
	font-family: FFTisaSansWebMediumItalic, Helvetica, Arial, sans-serif;
	font-size: 43px;
	color: #eaa73d;
	margin-bottom: 10px
}
.wishlist-container .wishlist-list p {
	font-family: FFTisaSansWebItalic, Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #898a8e
}
.wishlist-container .wishlist-list .list-container {
	height: 70%;
	overflow-y: scroll;
	margin-top: 20px
}
.wishlist-container .wishlist-list .list-container.placeholder-list {
	opacity: .2
}
.wishlist-container .wishlist-list .list-container li {
	padding: 20px 0;
	position: relative;
	border-bottom: 1px solid rgba(137,138,142,.1)
}
.wishlist-container .wishlist-list .list-container li .columns {
	position: relative
}
.wishlist-container .wishlist-list .list-container li h4 {
	font-family: FFTisaSansWebItalic, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #898a8e
}
.wishlist-container .wishlist-list .list-container li p {
	font-family: FFTisaSansWebItalic, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #898a8e
}
.wishlist-container .wishlist-list .list-container li img {
	width: 150%;
	min-width: 150%;
	left: -25%;
	position: relative
}
.wishlist-container .wishlist-list .list-container li button {
	position: relative;
	top: 4px;
	border-radius: 3px;
	border: 1px solid #eaa73d;
	padding: 5px;
	font-family: FFTisaSansWeb, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #eaa73d
}
.wishlist-container .wishlist-list .list-container .category-icon {
	position: relative;
	top: 10px;
	display: inline-block;
	width: 43px;
	height: 44px;
	margin-right: 30px
}
.wishlist-container .wishlist-list .list-container .category-icon path {
	fill: none;
	stroke: #898a8e;
	stroke-miterlimit: 10;
	stroke-width: 3
}
.wishlist-container .wishlist-list .list-container .big-rect {
	position: relative;
	display: block;
	width: 80%;
	height: 15px;
	top: 14px;
	background-color: #898a8e
}
.wishlist-container .wishlist-list .list-container .small-rect {
	position: absolute;
	top: 35px;
	left: 0;
	width: 50%;
	height: 10px;
	background-color: #898a8e
}
.wishlist-container .wishlist-list .list-container .pseudo-button {
	position: relative;
	display: block;
	width: 60px;
	height: 30px;
	top: 10px;
	border-radius: 3px;
	border: 1px solid #898a8e
}
.wishlist-container .wishlist-list .list-container .pseudo-button .line {
	position: relative;
	display: block;
	width: 40px;
	height: 4px;
	top: 12px;
	left: 10px;
	background-color: #898a8e
}
.wishlist-container .wishlist-list .disclaimer p {
	font-family: FFTisaSansWebItalic, Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #898a8e
}
.wishlist-container .wishlist-list .disclaimer p.title {
	margin-bottom: 5px;
	color: #eaa73d;
	font-size: 13px;
	font-family: FFTisaSansWeb, Helvetica, Arial, sans-serif;
	text-decoration: underline
}
.wishlist-container .wishlist-wrapper {
	position: relative;
	width: 60px;
	height: 60px;
	cursor: pointer;
	border-radius: 4px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-box-shadow: 0 0 41px 10px rgba(0,0,0,.08);
	-moz-box-shadow: 0 0 41px 10px rgba(0,0,0,.08);
	box-shadow: 0 0 41px 10px rgba(0,0,0,.08)
}
.wishlist-container .wishlist-wrapper .background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 4px;
	background-color: #fff
}
.wishlist-container .wishlist-wrapper svg {
	display: block;
	position: relative;
	width: 32px;
	height: 37px;
	top: 1px;
	left: 2px;
	margin: 0 auto;
	opacity: 0;
	visibility: hidden
}
.wishlist-container .wishlist-wrapper svg .st0 {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: none;
	stroke: #ff694b;
	stroke-width: 2px;
	stroke-miterlimit: 10
}
.wishlist-container .wishlist-wrapper svg .st1 {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #fff
}
.wishlist-container .wishlist-wrapper svg .st2 {
	fill: none;
	stroke: #ff694b;
	stroke-width: 2px;
	stroke-miterlimit: 10
}
.wishlist-container .wishlist-wrapper .basket-count {
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	top: -10px;
	right: -10px;
	text-align: center;
	border-radius: 20px;
	background-color: #c93445;
	-webkit-transform: scale(0);
	transform: scale(0);
	z-index: 10
}
.wishlist-container .wishlist-wrapper .basket-count * {
	font-family: FFTisaSansWeb, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	text-align: center
}
.real-list-wrapper .list-container.real-list aside.scrollbar-track-x {
	display: none!important
}
.mute {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 17px;
	height: 24px;
	z-index: 10
}
.mute svg {
	position: absolute;
	top: 0;
	left: 17px
}
.mute svg path {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	stroke-miterlimit: 10
}
.mute svg.mute-icon {
	left: 0
}
.mute svg.mute-icon path {
	fill: #fff;
	stroke: none
}
.phone .wishlist-container {
	right: 7vw
}
.phone .wishlist-container .wishlist-list .form-wrapper .back {
	top: -22px;
	left: 0
}
@media only screen and (max-height:400px) {
.wishlist-container .wishlist-list .request {
	bottom: 10px
}
.wishlist-container .wishlist-list .real-list-wrapper {
	padding: 20px
}
.wishlist-container .wishlist-list .real-list-wrapper header {
	margin-bottom: 0
}
.wishlist-container .wishlist-list .real-list-wrapper .separator {
	top: 128px
}
.wishlist-container .wishlist-list .real-list-wrapper .real-list .scroll-content {
	padding-bottom: 130px
}
}
@media (max-height:750px) and (min-width:1025px) {
.wishlist-container .wishlist-list .real-list-wrapper .real-list .scroll-content {
	padding-bottom: 130px
}
}
@media only screen and (max-height:400px) {
.mobile .wishlist-container .wishlist-list .request {
	padding: 0 105px
}
.mobile .wishlist-container .wishlist-list .request button {
	padding: 10px
}
}
.panikes .wishlist-container .wishlist-list h3 {
	color: #eaa73d
}
.panikes .wishlist-container .wishlist-list .real-list-wrapper .separator {
	background-color: rgba(234,167,61,.3)
}
.panikes .wishlist-container .wishlist-list .request button {
	background-color: #eaa73d
}
.panikes .wishlist-container .wishlist-list .list-container li button {
	border-color: #eaa73d;
	color: #eaa73d
}
.panikes .wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper input[type=text] {
	color: #eaa73d
}
.panikes .wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper span:before {
	background-color: #eaa73d
}
.panikes .wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper span.active:after {
	border-color: #eaa73d
}
.panikes .wishlist-container .wishlist-list .form-wrapper .form-sent .sending-animation .send-in, .panikes .wishlist-container .wishlist-list .form-wrapper .form-sent .sending-animation .send-out-error, .panikes .wishlist-container .wishlist-list .form-wrapper .form-sent .sending-animation .send-out-ok, .panikes .wishlist-container .wishlist-list .form-wrapper .form-sent .sending-animation .sending-bm {
	background-color: #eaa73d
}
.panikes .wishlist-container .wishlist-list .form-wrapper .back path {
	stroke: #eaa73d
}
.panikes .wishlist-container .wishlist-list .disclaimer p.title {
	color: #eaa73d
}
.panikes .wishlist-container .wishlist-list .form-wrapper form .disclaimer button {
	background-color: #eaa73d
}
.panikes .wishlist-container .wishlist-wrapper svg .st0, .panikes .wishlist-container .wishlist-wrapper svg .st2 {
	stroke: #eaa73d
}
.panikes .add-to-wishlist svg path {
	fill: #eaa73d
}
.panikes .add-to-wishlist .text {
	color: #eaa73d
}
.pastelaria .wishlist-container .wishlist-list h3 {
	color: #c93445
}
.pastelaria .wishlist-container .wishlist-list .real-list-wrapper .separator {
	background-color: rgba(201,52,69,.3)
}
.pastelaria .wishlist-container .wishlist-list .request button {
	background-color: #c93445
}
.pastelaria .wishlist-container .wishlist-list .list-container li button {
	border-color: #c93445;
	color: #c93445
}
.pastelaria .wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper input[type=text] {
	color: #c93445
}
.pastelaria .wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper span:before {
	background-color: #c93445
}
.pastelaria .wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper span.active:after {
	border-color: #c93445
}
.pastelaria .wishlist-container .wishlist-list .form-wrapper .form-sent .sending-animation .send-in, .pastelaria .wishlist-container .wishlist-list .form-wrapper .form-sent .sending-animation .send-out-error, .pastelaria .wishlist-container .wishlist-list .form-wrapper .form-sent .sending-animation .send-out-ok, .pastelaria .wishlist-container .wishlist-list .form-wrapper .form-sent .sending-animation .sending-bm {
	background-color: #c93445
}
.pastelaria .wishlist-container .wishlist-list .form-wrapper .back path {
	stroke: #c93445
}
.pastelaria .wishlist-container .wishlist-list .disclaimer p.title {
	color: #c93445
}
.pastelaria .wishlist-container .wishlist-list .form-wrapper form .disclaimer button {
	background-color: #c93445
}
.pastelaria .wishlist-container .wishlist-wrapper svg .st0, .pastelaria .wishlist-container .wishlist-wrapper svg .st2 {
	stroke: #c93445
}
.pastelaria .add-to-wishlist svg path {
	fill: #c93445
}
.pastelaria .add-to-wishlist .text {
	color: #c93445
}
.padaria .wishlist-container .wishlist-list h3 {
	color: #ed7155
}
.padaria .wishlist-container .wishlist-list .real-list-wrapper .separator {
	background-color: rgba(237,113,85,.3)
}
.padaria .wishlist-container .wishlist-list .request button {
	background-color: #ed7155
}
.padaria .wishlist-container .wishlist-list .list-container li button {
	border-color: #ed7155;
	color: #ed7155
}
.padaria .wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper input[type=text] {
	color: #ed7155
}
.padaria .wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper span:before {
	background-color: #ed7155
}
.padaria .wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper span.active:after {
	border-color: #ed7155
}
.padaria .wishlist-container .wishlist-list .form-wrapper .form-sent .sending-animation .send-in, .padaria .wishlist-container .wishlist-list .form-wrapper .form-sent .sending-animation .send-out-error, .padaria .wishlist-container .wishlist-list .form-wrapper .form-sent .sending-animation .send-out-ok, .padaria .wishlist-container .wishlist-list .form-wrapper .form-sent .sending-animation .sending-bm {
	background-color: #ed7155
}
.padaria .wishlist-container .wishlist-list .form-wrapper .back path {
	stroke: #ed7155
}
.padaria .wishlist-container .wishlist-list .disclaimer p.title {
	color: #ed7155
}
.padaria .wishlist-container .wishlist-list .form-wrapper form .disclaimer button {
	background-color: #ed7155
}
.padaria .wishlist-container .wishlist-wrapper svg .st0, .padaria .wishlist-container .wishlist-wrapper svg .st2 {
	stroke: #ed7155
}
.padaria .add-to-wishlist svg path {
	fill: #ed7155
}
.padaria .add-to-wishlist .text {
	color: #ed7155
}
.miniaturas .wishlist-container .wishlist-list h3 {
	color: #ee7f79
}
.miniaturas .wishlist-container .wishlist-list .real-list-wrapper .separator {
	background-color: rgba(238,127,121,.3)
}
.miniaturas .wishlist-container .wishlist-list .request button {
	background-color: #ee7f79
}
.miniaturas .wishlist-container .wishlist-list .list-container li button {
	border-color: #ee7f79;
	color: #ee7f79
}
.miniaturas .wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper input[type=text] {
	color: #ee7f79
}
.miniaturas .wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper span:before {
	background-color: #ee7f79
}
.miniaturas .wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper span.active:after {
	border-color: #ee7f79
}
.miniaturas .wishlist-container .wishlist-list .form-wrapper .form-sent .sending-animation .send-in, .miniaturas .wishlist-container .wishlist-list .form-wrapper .form-sent .sending-animation .send-out-error, .miniaturas .wishlist-container .wishlist-list .form-wrapper .form-sent .sending-animation .send-out-ok, .miniaturas .wishlist-container .wishlist-list .form-wrapper .form-sent .sending-animation .sending-bm {
	background-color: #ee7f79
}
.miniaturas .wishlist-container .wishlist-list .form-wrapper .back path {
	stroke: #ee7f79
}
.miniaturas .wishlist-container .wishlist-list .disclaimer p.title {
	color: #ee7f79
}
.miniaturas .wishlist-container .wishlist-list .form-wrapper form .disclaimer button {
	background-color: #ee7f79
}
.miniaturas .wishlist-container .wishlist-wrapper svg .st0, .miniaturas .wishlist-container .wishlist-wrapper svg .st2 {
	stroke: #ee7f79
}
.miniaturas .add-to-wishlist svg path {
	fill: #ee7f79
}
.miniaturas .add-to-wishlist .text {
	color: #ee7f79
}
.food-service .wishlist-container .wishlist-list h3 {
	color: #662ebe
}
.food-service .wishlist-container .wishlist-list .real-list-wrapper .separator {
	background-color: rgba(102,46,190,.3)
}
.food-service .wishlist-container .wishlist-list .request button {
	background-color: #662ebe
}
.food-service .wishlist-container .wishlist-list .list-container li button {
	border-color: #662ebe;
	color: #662ebe
}
.food-service .wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper input[type=text] {
	color: #662ebe
}
.food-service .wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper span:before {
	background-color: #662ebe
}
.food-service .wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper span.active:after {
	border-color: #662ebe
}
.food-service .wishlist-container .wishlist-list .form-wrapper .form-sent .sending-animation .send-in, .food-service .wishlist-container .wishlist-list .form-wrapper .form-sent .sending-animation .send-out-error, .food-service .wishlist-container .wishlist-list .form-wrapper .form-sent .sending-animation .send-out-ok, .food-service .wishlist-container .wishlist-list .form-wrapper .form-sent .sending-animation .sending-bm {
	background-color: #662ebe
}
.food-service .wishlist-container .wishlist-list .form-wrapper .back path {
	stroke: #662ebe
}
.food-service .wishlist-container .wishlist-list .disclaimer p.title {
	color: #662ebe
}
.food-service .wishlist-container .wishlist-list .form-wrapper form .disclaimer button {
	background-color: #662ebe
}
.food-service .wishlist-container .wishlist-wrapper svg .st0, .food-service .wishlist-container .wishlist-wrapper svg .st2 {
	stroke: #662ebe
}
.food-service .add-to-wishlist svg path {
	fill: #662ebe
}
.food-service .add-to-wishlist .text {
	color: #662ebe
}
.sobremesas .wishlist-container .wishlist-list h3 {
	color: #8b28e2
}
.sobremesas .wishlist-container .wishlist-list .real-list-wrapper .separator {
	background-color: rgba(139,40,226,.3)
}
.sobremesas .wishlist-container .wishlist-list .request button {
	background-color: #8b28e2
}
.sobremesas .wishlist-container .wishlist-list .list-container li button {
	border-color: #8b28e2;
	color: #8b28e2
}
.sobremesas .wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper input[type=text] {
	color: #8b28e2
}
.sobremesas .wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper span:before {
	background-color: #8b28e2
}
.sobremesas .wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper span.active:after {
	border-color: #8b28e2
}
.sobremesas .wishlist-container .wishlist-list .form-wrapper .form-sent .sending-animation .send-in, .sobremesas .wishlist-container .wishlist-list .form-wrapper .form-sent .sending-animation .send-out-error, .sobremesas .wishlist-container .wishlist-list .form-wrapper .form-sent .sending-animation .send-out-ok, .sobremesas .wishlist-container .wishlist-list .form-wrapper .form-sent .sending-animation .sending-bm {
	background-color: #8b28e2
}
.sobremesas .wishlist-container .wishlist-list .form-wrapper .back path {
	stroke: #8b28e2
}
.sobremesas .wishlist-container .wishlist-list .disclaimer p.title {
	color: #8b28e2
}
.sobremesas .wishlist-container .wishlist-list .form-wrapper form .disclaimer button {
	background-color: #8b28e2
}
.sobremesas .wishlist-container .wishlist-wrapper svg .st0, .sobremesas .wishlist-container .wishlist-wrapper svg .st2 {
	stroke: #8b28e2
}
.sobremesas .add-to-wishlist svg path {
	fill: #8b28e2
}
.sobremesas .add-to-wishlist .text {
	color: #8b28e2
}
.loading-container {
	display: none;
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 100vw;
	z-index: 1000;
	will-change: transform;
	perspective: 200px
}
.loading-container .column {
	flex: 0 1 275px
}
.loading-container .column .img-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 100%;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	opacity: 0
}
.loading-container .column .img-wrapper img {
	max-width: none;
	width: 275px;
	position: relative;
	top: -37px;
	left: -37px
}
.bg-elastic-down-up {
	position: absolute;
	top: -319px;
	width: 100%;
	max-width: 100%;
	display: block;
	height: 320px
}
.mobile .page-sections-controller {
	display: none
}
.mobile .page-footer .panike-circle a svg {
	display: none
}
.edge .home-page .page-header .personas-wrapper .video-wrapper img, .edge .home-page .page-header .personas-wrapper .video-wrapper video, .edge .sobre-page .page-content .video-wrapper img, .edge .sobre-page .page-content .video-wrapper video, .ie .home-page .page-header .personas-wrapper .video-wrapper img, .ie .home-page .page-header .personas-wrapper .video-wrapper video, .ie .sobre-page .page-content .video-wrapper img, .ie .sobre-page .page-content .video-wrapper video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	width: auto;
	height: auto;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}
@media only screen and (max-width:1024px) {
#header-main {
	padding: 64px 40px
}
#header-main .hamb-menu {
	margin-left: 0
}
#header-main .search-icon-wrapper {
	margin-right: 0;
	z-index: 4
}
#header-main .search-wrapper {
	z-index: 3
}
#header-main .search-wrapper .search-inner {
	padding-left: 110px
}
#header-main .search-wrapper .search-outer .search-inner input.search {
	width: 100%
}
#header-main .search-wrapper .suggestions-wrapper li .type-title {
	padding-left: 0;
	text-align: left;
	width: 100%;
	border-right: none
}
#header-main .search-wrapper .all-results-wrapper {
	display: none
}
#header-main .search-wrapper .all-results-wrapper.fixed-bottom {
	top: calc(100vh - 79px)
}
#header-main .search-wrapper .all-results-wrapper .all-results {
	margin-left: 0
}
#header-main #nav-main {
	height: auto;
	min-height: 100vh
}
#header-main #nav-main .left-block {
	display: none
}
#header-main #nav-main .main-block {
	width: 70vw;
	height: auto;
	min-height: 100vh;
	padding: 0 55px
}
#header-main #nav-main .main-block>.row {
	height: auto;
	min-height: 100vh
}
#header-main #nav-main .main-block .social {
	right: 55px
}
#header-main #nav-main .main-block .language-wrapper {
	top: 70px
}
#header-main #nav-main .main-block-products {
	width: 50vw;
	height: auto;
	min-height: 100vh;
	padding: 0 55px
}
#header-main #nav-main .main-block-products .bg-simulator {
	width: 50vw;
	height: auto;
	min-height: 100vh
}
#header-main.js-go-sticky {
	padding: 25px 40px
}
#header-main.js-go-sticky #nav-main .main-block {
	padding: 0 55px
}
#header-main.js-go-sticky #nav-main .main-block .language-wrapper {
	top: 30px
}
.nav-type-category {
	display: none
}
h2 {
	font-size: 65px;
	letter-spacing: -2.5px
}
.page-header .title-wrapper {
	padding-left: 40px
}
.page-header .title-wrapper h1 {
	font-size: 75px;
	letter-spacing: -3px
}
.wishlist-container .wishlist-list h3 {
	font-size: 38px
}
.wishlist-container .wishlist-list .form-wrapper {
	border-radius: 4px
}
.wishlist-container .wishlist-list .form-wrapper .scroll-content {
	padding-bottom: 130px
}
.wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper div {
	padding: 15px 0
}
.wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper input[type=text] {
	font-size: 20px
}
}
@media only screen and (max-width:768px) {
#header-main #nav-main .main-block-products {
	width: 70vw;
	padding-top: 220px
}
#header-main #nav-main .main-block-products .bg-simulator {
	width: 70vw
}
#header-main #nav-main .main-block-products li a {
	line-height: 64px
}
#header-main .search-wrapper .search-inner {
	padding-left: 35px
}
#header-main.js-go-sticky .nav-main-category-secondary ul {
	margin-top: 60px
}
.wishlist-container .wishlist-list h3 {
	font-size: 43px
}
.wishlist-container .wishlist-list .list-container li:last-of-type {
	padding-bottom: 20px
}
.wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper div {
	padding: 20px 0
}
.wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper input[type=text] {
	font-size: 24px
}
.js-nav-open #header-main .main-logo {
	z-index: 0
}
.js-nav-open #header-main .search-icon-wrapper {
	opacity: 1;
	visibility: visible
}
}
@media only screen and (max-width:414px) {
#header-main {
	padding: 25px 15px;
	pointer-events: auto
}
#header-main .nav-main-category-secondary {
	padding-top: 60px
}
#header-main .nav-main-category-secondary ul li a {
	padding: 12px 30px
}
#header-main .main-logo {
	height: 38px
}
#header-main .main-logo a .logo {
	width: 114px;
	height: 38px
}
#header-main .search-icon-wrapper {
	margin-top: -42px;
	-webkit-transition: -webkit-transform .7s ease;
	transition: transform .7s ease
}
#header-main.js-go-sticky .search-wrapper {
	padding: 45px 0 15px 0
}
#header-main .search-wrapper {
	padding: 45px 0 25px 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}
#header-main .search-wrapper .overlay {
	top: 0;
	height: 100vh!important
}
#header-main .search-wrapper .suggestions-scroll {
	display: none
}
#header-main .search-wrapper .search-outer .search-inner {
	padding-left: 0;
	position: relative
}
#header-main .search-wrapper .search-outer .search-inner input.search {
	font-size: 26px
}
 #header-main .search-wrapper .search-outer .search-inner input.search::-webkit-input-placeholder {
 padding-top:2px;
 font-size:26px
}
 #header-main .search-wrapper .search-outer .search-inner input.search::-moz-placeholder {
 padding-top:2px;
 font-size:26px
}
 #header-main .search-wrapper .search-outer .search-inner input.search:-ms-input-placeholder {
 padding-top:2px;
 font-size:26px
}
 #header-main .search-wrapper .search-outer .search-inner input.search:-moz-placeholder {
 padding-top:2px;
 font-size:26px
}
#header-main .search-wrapper .search-outer .search-inner:before {
	content: "";
	width: 50px;
	height: 100%;
	background: linear-gradient(to right, rgba(37,31,31,0) 0, #251f1f 60%);
	background: -moz-linear-gradient(to right, rgba(37,31,31,0) 0, #251f1f 60%);
	background: -webkit-linear-gradient(to right, rgba(37,31,31,0) 0, #251f1f 60%);
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	z-index: 1
}
#header-main .hamb-menu {
	margin-left: auto
}
#header-main #nav-main .main-block {
	width: 100vw;
	padding: 0 15px
}
#header-main #nav-main .main-block .main-links li a,  #header-main #nav-main .main-block .main-links li button {
	font-size: 40px;
	line-height: 58px
}
#header-main #nav-main .main-block .main-links li.sub-links a {
	font-size: 24px;
	line-height: 40px
}
#header-main #nav-main .main-block .main-links li.sub-links.first {
	margin-top: 10px
}
#header-main #nav-main .main-block .social li:first-child {
	position: absolute;
	margin: 0;
	bottom: 0;
	right: 0
}
#header-main #nav-main .main-block .social li:last-child {
	margin-right: 0
}
#header-main #nav-main .main-block .social {
	right: 30px;
	padding-bottom: 30px
}
#header-main #nav-main .main-block .language-wrapper {
	top: 25px;
	right: auto;
	width: 100px;
	left: 30px
}
#header-main #nav-main .main-block-products {
	width: 100vw;
	padding: 0 15px
}
#header-main #nav-main .main-block-products .bg-simulator {
	width: 100vw
}
#header-main.js-go-sticky {
	padding: 15px
}
#header-main.js-go-sticky #nav-main .main-block {
	padding: 0 15px
}
#header-main.js-go-sticky .nav-main-category-secondary {
	padding-top: 45px
}
.js-nav-open #header-main .main-logo {
	z-index: 0
}
.js-nav-open #header-main .search-icon-wrapper {
	opacity: 1;
	visibility: visible
}
.js-search-open #header-main .search-icon-wrapper {
	-webkit-transform: translateX(90px);
	transform: translateX(90px)
}
h2,  h3 {
	font-size: 50px;
	letter-spacing: -2px
}
.page-header .scroll-helper {
	display: none
}
.page-header .title-wrapper {
	padding-left: 15px
}
.page-header .title-wrapper h1 {
	font-size: 50px;
	letter-spacing: -2px
}
.page-header .title-wrapper.top-align {
	padding-top: 120px
}
.page-header .personas-wrapper .personas-list-wrapper .personas-list li {
	padding-right: 0
}
.accordion .title {
	padding: 35px 15px
}
.accordion .title p {
	margin-bottom: 20px
}
.accordion .title .text-right {
	text-align: center
}
.accordion .title .view-more {
	margin: 20px auto 0 auto
}
.page-footer {
	padding-top: 60px
}
.page-footer .panike-circle {
	width: 275px;
	height: 275px;
	top: 110px;
	z-index: 1
}
.page-footer .panike-circle svg {
	max-width: 150px;
	max-height: 50px
}
.page-footer .panike-circle a {
	margin-top: 20px
}
.page-footer .dash-wrapper {
	height: 80px
}
.page-footer .dash-wrapper .dash {
	height: 80px
}
.page-footer img {
	position: relative;
	left: 50%;
	max-width: none;
	width: auto;
	height: 250px;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, 0, 0)
}
.wishlist-container .wishlist-list {
	width: 100%;
	padding: 20px
}
.wishlist-container .wishlist-list h3 {
	font-size: 30px
}
.wishlist-container .wishlist-list p {
	font-size: 14px
}
.wishlist-container .wishlist-list .disclaimer p {
	font-size: 14px
}
.wishlist-container .wishlist-list .real-list-wrapper {
	padding: 20px
}
.wishlist-container .wishlist-list .real-list-wrapper .separator {
	top: 140px
}
.wishlist-container .wishlist-list .real-list-wrapper .real-list .scroll-content {
	padding-bottom: 130px
}
.wishlist-container .wishlist-list .request {
	bottom: 0;
	padding: 0
}
.wishlist-container .wishlist-list .request button {
	border-radius: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}
.wishlist-container .wishlist-list .close-button {
	top: 6px;
	right: 15px
}
.wishlist-container .wishlist-list .form-wrapper {
	padding: 20px
}
.wishlist-container .wishlist-list .form-wrapper h3 {
	padding-top: 20px
}
.wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper {
	padding: 0
}
.wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper div {
	padding: 10px 0
}
.wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper input[type=text] {
	font-size: 22px
}
.wishlist-container .wishlist-list .form-wrapper form .disclaimer button {
	margin-bottom: 4vh
}
.wishlist-container .wishlist-list .form-wrapper .back {
	top: -22px;
	left: 0
}
.wishlist-container .wishlist-list .list-container {
	height: 60%
}
.wishlist-container .wishlist-list .list-container li {
	padding: 15px 0
}
.wishlist-container .wishlist-list .list-container li:nth-child(1) {
	padding-top: 0
}
.wishlist-container .wishlist-list .list-container li h4 {
	font-size: 14px
}
.wishlist-container .wishlist-list .list-container li button {
	font-size: 10px
}
.wishlist-container .wishlist-list .list-container .scroll-content {
	padding-bottom: 130px
}
.wishlist-container .wishlist-list .list-container .pseudo-button {
	width: 50px
}
.wishlist-container .wishlist-list .list-container .pseudo-button .line {
	width: 28px
}
.wishlist-container .wishlist-list .placeholder-list-wrapper .disclaimer {
	position: absolute;
	bottom: -100px
}
}
@media only screen and (max-width:320px) {
#header-main {
	padding: 25px 0
}
#header-main .nav-main-category-secondary ul li a {
	padding: 8px 15px
}
#header-main .nav-main-category-secondary ul {
	margin-top: 60px
}
#header-main .nav-main-category-secondary ul li .category-icon {
	width: 34px;
	height: 35px;
	margin-right: 10px
}
#header-main #nav-main .main-block {
	padding: 0
}
#header-main #nav-main .main-block .language-wrapper {
	left: 15px
}
#header-main #nav-main .main-block .byburo,  #header-main #nav-main .main-block .social {
	bottom: 25px
}
#header-main #nav-main .main-block .social {
	right: 10px
}
#header-main #nav-main .main-block .main-links li a,  #header-main #nav-main .main-block .main-links li button {
	font-size: 34px;
	line-height: 46px
}
#header-main #nav-main .main-block .main-links li.sub-links a {
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0
}
#header-main #nav-main .main-block-products {
	padding-left: 0;
	padding-right: 0
}
#header-main.js-go-sticky {
	padding: 15px 0
}
#header-main.js-go-sticky #nav-main .main-block {
	padding: 0
}
.page-header .title-wrapper {
	padding-left: 0
}
.wishlist-container {
	right: 20px
}
.wishlist-container .wishlist-list .close-button {
	width: 37px;
	height: 37px
}
.wishlist-container .wishlist-list .form-wrapper form .inputs-wrapper input[type=text] {
	font-size: 18px
}
.wishlist-container .wishlist-list .placeholder-list-wrapper .list-container li button {
	float: right
}
.wishlist-container .wishlist-list .placeholder-list-wrapper .list-container .pseudo-button {
	width: 40px
}
.wishlist-container .wishlist-list .placeholder-list-wrapper .list-container .pseudo-button .line {
	width: 18px
}
.wishlist-container .wishlist-list .placeholder-list-wrapper .list-container.placeholder-list {
	margin-top: -20px!important
}
.wishlist-container .wishlist-list .placeholder-list-wrapper .disclaimer {
	position: absolute;
	bottom: -90px
}
.wishlist-container-wrapper .wishlist-reminder {
	right: 90px!important;
	top: calc(460px - 93px)!important
}
.wishlist-container-wrapper .wishlist-reminder:before {
	right: -6px
}
.wishlist-container-wrapper .wishlist-reminder p {
	font-size: 12px;
	padding: 12px
}
}
@media only screen and (max-height:870px) {
#header-main #nav-main .main-block-products li a {
	font-size: 35px;
	line-height: 68px
}
#header-main #nav-main .main-block-products li a .category-icon {
	width: 43px;
	height: 44px
}
}
@media only screen and (max-height:870px) and (max-width:1024px) {
#header-main #nav-main .main-block-products li a {
	line-height: 44px
}
#header-main #nav-main .main-block-products li a .category-icon {
	margin-right: 15px
}
}
@media only screen and (max-height:870px) and (max-width:414px) {
#header-main #nav-main .main-block-products li a {
	font-size: 28px;
	line-height: 48px
}
#header-main #nav-main .main-block-products li a .category-icon {
	width: 36px;
	height: 37px;
	margin-right: 15px
}
}
@media only screen and (max-height:870px) and (max-width:320px) {
#header-main #nav-main .main-block-products li a {
	font-size: 26px;
	line-height: 32px
}
#header-main #nav-main .main-block-products li a .category-icon {
	width: 34px;
	height: 35px
}
}
@media only screen and (max-height:750px) and (max-width:414px) {
#header-main #nav-main .main-block-products {
	padding-top: 35px
}
}
@media only screen and (max-height:585px) {
#header-main #nav-main .main-block-products {
	padding-top: 120px
}
}
@media only screen and (max-height:585px) and (max-width:414px) {
#header-main #nav-main .main-block-products {
	padding-top: 35px
}
}
@media only screen and (max-width:736px) and (min-width:500px) {
.sustentabilidade-page .page-content section .content-wrapper {
	min-width: inherit
}
.sustentabilidade-page .page-header .title-wrapper {
	padding: 0;
	padding-top: 120px
}
.js-nav-open #header-main .main-logo {
	z-index: 0
}
#header-main #nav-main .main-block .main-links {
	padding: 100px 0
}
#header-main #nav-main .main-block .language-wrapper {
	top: 35px;
	z-index: 9999
}
#header-main #nav-main .main-block {
	height: 100%
}
.page-header .title-wrapper {
	padding: 0 40px;
	padding-top: 120px
}
.page-header .title-wrapper h1 {
	font-size: 50px;
	letter-spacing: -2px
}
.page-header .title-wrapper p {
	font: normal 25px/20px FFTisaSansWebLightItalic, Helvetica, Arial, sans-serif
}
.page-header .scroll-helper {
	display: none
}
.sobre-page .page-content .video-wrapper {
	height: 100vh
}
.sobre-page .page-header .title-wrapper {
	padding-top: 120px
}
h1 {
	font-size: 50px;
	letter-spacing: -2px
}
.archive-noticias-page .page-header .title-wrapper {
	padding-top: 0
}
}
#awwwards {
	position: absolute;
	top: 50vh;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 999
}
#awwwards.top {
	top: 20px
}
#awwwards.left {
	left: 0
}
#awwwards.right {
	right: 0
}
@media only screen and (max-width:736px) and (min-width:500px) {
#header-main {
	padding: 34px 40px
}
.home-page .page-header .title-wrapper h1 {
	font-size: 50px;
	letter-spacing: -2px;
	top: -20px!important
}
}
#awwwards.sotd.black.left a {
	background-image: url(../imgs/ribbons/awwwards_sotd_black_left.png)
}
#awwwards.sotd.black.right a {
	background-image: url(../imgs/ribbons/awwwards_sotd_black_right.png)
}
#awwwards.sotd.silver.left a {
	background-image: url(../imgs/ribbons/awwwards_sotd_silver_left.png)
}
#awwwards.sotd.silver.right a {
	background-image: url(../imgs/ribbons/awwwards_sotd_silver_right.png)
}
#awwwards.sotd.white.left a {
	background-image: url(../imgs/ribbons/awwwards_sotd_white_left.png)
}
#awwwards.sotd.white.right a {
	background-image: url(../imgs/ribbons/awwwards_sotd_white_right.png)
}
#awwwards.sotd.green.left a {
	background-image: url(../imgs/ribbons/awwwards_sotd_green_left.png)
}
#awwwards.sotd.green.right a {
	background-image: url(../imgs/ribbons/awwwards_sotd_green_right.png)
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (-moz-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3 / 2), only screen and (min-device-pixel-ratio:1.5) {
 #awwwards.sotd.black.left a {
 background-image:url(../imgs/ribbons/awwwards_sotd_black_left@2x.png)
}
 #awwwards.sotd.black.right a {
 background-image:url(../imgs/ribbons/awwwards_sotd_black_right@2x.png)
}
 #awwwards.sotd.silver.left a {
 background-image:url(../imgs/ribbons/awwwards_sotd_silver_left@2x.png)
}
 #awwwards.sotd.silver.right a {
 background-image:url(../imgs/ribbons/awwwards_sotd_silver_right@2x.png)
}
 #awwwards.sotd.white.left a {
 background-image:url(../imgs/ribbons/awwwards_sotd_white_left@2x.png)
}
 #awwwards.sotd.white.right a {
 background-image:url(../imgs/ribbons/awwwards_sotd_white_right@2x.png)
}
 #awwwards.sotd.green.left a {
 background-image:url(../imgs/ribbons/awwwards_sotd_green_left@2x.png)
}
 #awwwards.sotd.green.right a {
 background-image:url(../imgs/ribbons/awwwards_sotd_green_right@2x.png)
}
}
#awwwards.nominee.black.left a {
	background-image: url(../imgs/ribbons/awwwards_nominee_black_left.png)
}
#awwwards.nominee.black.right a {
	background-image: url(../imgs/ribbons/awwwards_nominee_black_right.png)
}
#awwwards.nominee.silver.left a {
	background-image: url(../imgs/ribbons/awwwards_nominee_silver_left.png)
}
#awwwards.nominee.silver.right a {
	background-image: url(../imgs/ribbons/awwwards_nominee_silver_right.png)
}
#awwwards.nominee.white.left a {
	background-image: url(../imgs/ribbons/awwwards_nominee_white_left.png)
}
#awwwards.nominee.white.right a {
	background-image: url(../imgs/ribbons/awwwards_nominee_white_right.png)
}
#awwwards.nominee.green.left a {
	background-image: url(../imgs/ribbons/awwwards_nominee_green_left.png)
}
#awwwards.nominee.green.right a {
	background-image: url(../imgs/ribbons/awwwards_nominee_green_right.png)
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (-moz-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3 / 2), only screen and (min-device-pixel-ratio:1.5) {
 #awwwards.nominee.black.left a {
 background-image:url(../imgs/ribbons/awwwards_nominee_black_left@2x.png)
}
 #awwwards.nominee.black.right a {
 background-image:url(../imgs/ribbons/awwwards_nominee_black_right@2x.png)
}
 #awwwards.nominee.silver.left a {
 background-image:url(../imgs/ribbons/awwwards_nominee_silver_left@2x.png)
}
 #awwwards.nominee.silver.right a {
 background-image:url(../imgs/ribbons/awwwards_nominee_silver_right@2x.png)
}
 #awwwards.nominee.white.left a {
 background-image:url(../imgs/ribbons/awwwards_nominee_white_left@2x.png)
}
 #awwwards.nominee.white.right a {
 background-image:url(../imgs/ribbons/awwwards_nominee_white_right@2x.png)
}
 #awwwards.nominee.green.left a {
 background-image:url(../imgs/ribbons/awwwards_nominee_green_left@2x.png)
}
 #awwwards.nominee.green.right a {
 background-image:url(../imgs/ribbons/awwwards_nominee_green_right@2x.png)
}
}
.apoios-wrapper {
	position: absolute;
	bottom: 90px;
	width: 60%;
	left: 27%
}
@media only screen and (max-width:64em) {
.apoios-wrapper {
	left: 70px
}
}
@media only screen and (max-width:414px) {
.apoios-wrapper {
	left: 30px;
	width: 80%;
	bottom: 120px
}
}
.store-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	background: #c93445;
	padding: 10px 10px;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-items: center;
	transform: translateY(-105%);
	-webkit-transform: translateY(-105%);
	pointer-events: auto
}
.store-modal .wrapper {
	margin: 0 auto;
	display: flex;
	align-items: center
}
.store-modal .wrapper p {
	font: normal 16px/18px FFTisaSansWebItalic, Helvetica, Arial, sans-serif;
	letter-spacing: -.01em
}
.store-modal .wrapper p a {
	font: normal 16px/18px FFTisaSansWebBoldItalic, Helvetica, Arial, sans-serif;
	letter-spacing: -.01em;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.store-modal .wrapper p a svg {
	position: relative;
	display: inline;
	margin-left: 10px;
	vertical-align: middle;
	left: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.store-modal .wrapper p a:hover {
	opacity: .7
}
.store-modal .wrapper p a:hover svg {
	left: 5px
}
.store-modal .close {
	width: 40px;
	cursor: pointer
}
.pastelaria .store-modal {
	background: #211c1c
}
#modal-bg, #modal-wrapper {
	display: none;
	width: 0;
	height: 0
}
#modal-content {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	min-height: 100vh;
	z-index: 1050;
	opacity: 1
}
#lightbox {
	position: relative
}
.brand-modal {
	position: relative;
	max-width: 810px;
	width: 810px;
	height: auto;
	background-color: #fff;
	z-index: 1050;
	-webkit-box-shadow: 0 3px 10px 8px rgba(0,0,0,.1);
	box-shadow: 0 3px 10px 8px rgba(0,0,0,.1)
}
.brand-modal .btn-close-modal {
	position: absolute;
	top: 0;
	right: -55px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 55px;
	height: 55px;
	background: #c93445;
	overflow: hidden;
	z-index: 30;
	text-indent: -5555px
}
.brand-modal .btn-close-modal svg {
	width: 23px;
	height: 24px;
	-webkit-transition: transform .36s cubic-bezier(.175, .885, .32, 1.275);
	-ms-transition: transform .36s cubic-bezier(.175, .885, .32, 1.275);
	transition: transform .36s cubic-bezier(.175, .885, .32, 1.275)
}
.brand-modal .btn-close-modal:hover svg {
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	transform: rotateZ(90deg)
}
.brand-modal .modal-header {
	padding: 60px;
	background-color: #c93445
}
.brand-modal .modal-header svg {
	width: 120px;
	height: 41px;
	display: block;
	margin: 0 auto
}
.brand-modal .modal-header svg path {
	fill: #fff
}
.brand-modal h4 {
	font-family: FFTisaSansWebLight, Helvetica, Arial, sans-serif;
	margin-top: 40px;
	color: #fff;
	font-size: 60px;
	line-height: 68px;
	letter-spacing: -5px
}
.brand-modal .modal-content {
	padding: 40px
}
.brand-modal .modal-content .row {
	margin: 0;
	padding-bottom: 40px
}
.brand-modal .modal-content .row .column p {
	text-align: center;
	font: normal 12px/12px FFTisaSansWebBold, Helvetica, Arial, sans-serif;
	color: #a7a8aa;
	text-transform: uppercase
}
.brand-modal .modal-content .row .column p a {
	font: normal 14px/14px FFTisaSansWebBold, Helvetica, Arial, sans-serif;
	color: #a7a8aa;
	margin: 5px
}
.brand-modal .modal-content .row .column p a:hover {
	text-decoration: underline
}
.brand-modal .modal-content .row .btn {
	margin-bottom: 10px
}
.brand-modal .modal-content .row.bg-red {
	background-color: #c93445;
	padding-top: 40px
}
.brand-modal .modal-content .row.bg-red .column p a {
	color: #fff
}
.brand-modal .modal-content svg {
	margin: 0 auto 20px auto;
	display: block;
	max-width: 200px
}
.brand-modal .modal-content svg.positive path {
	fill: #fff
}
.brand-modal .modal-content svg.negative path {
	fill: #c93445
}
.js-modal-open #modal-bg {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1030;
	background-color: #241f1f;
	opacity: .8;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0)
}
.js-modal-open #modal-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1050;
	overflow-x: hidden;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	display: block
}
.js-modal-open #modal-wrapper.js-on {
	overflow-y: scroll
}
.archive-carreiras-page .page-header p {
	margin-top: 40px;
	font-size: 25px;
	color: rgba(255,255,255,.5);
	letter-spacing: -1px
}
.archive-carreiras-page .page-header .image-wrapper {
	height: 90vh
}
.archive-carreiras-page .page-header .image-wrapper>.row {
	position: relative;
	height: 100%
}
.archive-carreiras-page .page-header .image-wrapper>.row .columns {
	position: relative;
	height: 100%
}
.archive-carreiras-page .page-header .image-wrapper>.row .block-bg-cover {
	position: relative;
	opacity: .7;
	-webkit-box-shadow: -18px 18px 45px 0 rgba(0,0,0,.42);
	-moz-box-shadow: -18px 18px 45px 0 rgba(0,0,0,.42);
	box-shadow: -18px 18px 45px 0 rgba(0,0,0,.42)
}
.archive-carreiras-page .page-header .image-wrapper>.row picture {
	height: 100%;
	position: relative;
	display: block
}
.archive-carreiras-page .page-content .quote {
	position: relative;
	margin-top: 180px;
	text-align: center
}
.archive-carreiras-page .page-content .quote p {
	font-size: 34px;
	line-height: 42px;
	letter-spacing: -1px
}
.archive-carreiras-page .page-content .jobs {
	margin-top: 180px
}
.archive-carreiras-page .page-content .jobs .accordion {
	margin-top: 4px
}
.archive-carreiras-page .page-content .jobs .accordion .title p {
	margin-top: 20px;
	color: rgba(255,255,255,.3);
	font-size: 15px;
	line-height: 20px
}
.archive-carreiras-page .page-content .jobs .accordion li {
	color: rgba(255,255,255,.3);
	font-size: 15px;
	font-family: FFTisaSansWebLight, Helvetica, Arial, sans-serif;
	list-style-type: initial;
	list-style-position: inside;
	line-height: 20px
}
.archive-carreiras-page .page-content .jobs .accordion .btn {
	margin-bottom: 25px;
	color: #fff;
	background-color: rgba(255,255,255,.07)
}
.archive-carreiras-page .page-content .jobs .accordion .btn:hover {
	background-color: rgba(255,255,255,.11)
}
.archive-carreiras-page .page-content .jobs .accordion.spontaneous {
	margin-top: 60px
}
.archive-carreiras-page .page-content .jobs .accordion.spontaneous .btn {
	margin-bottom: 0
}
.archive-carreiras-page .page-content .jobs .accordion.spontaneous .title {
	background-color: rgba(217,184,141,.15)
}
.archive-carreiras-page .page-content .jobs .accordion.spontaneous .accordion-content {
	background-color: rgba(217,184,141,.15)
}
.archive-carreiras-page .page-content .jobs .form {
	margin-bottom: 80px
}
.archive-carreiras-page .page-content .jobs .form .btn-wrapper {
	opacity: .2;
	pointer-events: none
}
.archive-carreiras-page .page-content .jobs .form .btn-wrapper.enable {
	opacity: 1;
	pointer-events: all
}
.archive-carreiras-page .page-content .jobs .form .rgpd-wrapper {
	position: relative;
	margin-top: 0;
	margin-bottom: 40px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center
}
.archive-carreiras-page .page-content .jobs .form .rgpd-wrapper .svg-wrapper {
	height: 40px;
	width: 20px
}
.archive-carreiras-page .page-content .jobs .form .rgpd-wrapper .svg-wrapper input {
	opacity: 0;
	visibility: hidden
}
.archive-carreiras-page .page-content .jobs .form .rgpd-wrapper .svg-wrapper svg {
	position: absolute;
	width: 20px;
	left: 5px;
	top: 5px;
	opacity: 0;
	cursor: pointer
}
.archive-carreiras-page .page-content .jobs .form .rgpd-wrapper .svg-wrapper:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	top: 5px;
	left: 1px;
	border: 2px solid rgba(255,255,255,.4);
	cursor: pointer;
	pointer-events: none
}
.archive-carreiras-page .page-content .jobs .form .rgpd-wrapper .rgpd-text {
	font-family: FFTisaSansWebItalic, Helvetica, Arial, sans-serif;
	font-size: 16px;
	position: relative;
	top: 0;
	margin-left: 15px;
	color: #fff;
	opacity: .4;
	letter-spacing: -.5px;
	line-height: 1.2;
	max-width: 450px;
	width: 100%
}
.archive-carreiras-page .page-content .jobs .form .rgpd-wrapper .rgpd-text a {
	color: #fff;
	font-size: 16px;
	font-family: FFTisaSansWebBoldItalic, Helvetica, Arial, sans-serif
}
.archive-carreiras-page .page-content .jobs .form .rgpd-wrapper.active .svg-wrapper svg {
	opacity: 1
}
.archive-carreiras-page .page-content .jobs .form .input-radio {
	position: relative;
	margin: 70px 0 50px 0
}
.archive-carreiras-page .page-content .jobs .form .input-radio .input-label {
	font-family: FFTisaSansWebItalic, Helvetica, Arial, sans-serif;
	font-size: 18px;
	letter-spacing: -.5px;
	cursor: pointer;
	opacity: .4
}
.archive-carreiras-page .page-content .jobs .form .input-radio .input-field {
	position: relative;
	top: 2px;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255,255,255,.4);
	border-radius: 100%;
	cursor: pointer;
	background-color: transparent;
	margin-right: 8px;
	-webkit-appearance: none;
	appearance: none
}
.archive-carreiras-page .page-content .jobs .form .input-radio .ball-check {
	position: absolute;
	top: 8px;
	left: 4px;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: -webkit-transform .2s cubic-bezier(.175, .885, .32, 1.275);
	transition: transform .2s cubic-bezier(.175, .885, .32, 1.275)
}
.archive-carreiras-page .page-content .jobs .form .input-radio.checked .input-label {
	opacity: 1
}
.archive-carreiras-page .page-content .jobs .form .input-radio.checked .input-field {
	border-color: #fff
}
.archive-carreiras-page .page-content .jobs .form .input-radio.checked .ball-check {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .4s cubic-bezier(.175, .885, .32, 1.275);
	transition: transform .4s cubic-bezier(.175, .885, .32, 1.275)
}
.archive-carreiras-page .page-content .jobs .form .input-radio:first-of-type {
	padding-right: 60px
}
.archive-carreiras-page .page-content .jobs .form .input-text, .archive-carreiras-page .page-content .jobs .form .input-textarea {
	position: relative;
	margin-bottom: 40px;
	opacity: .5;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out
}
.archive-carreiras-page .page-content .jobs .form .input-text svg, .archive-carreiras-page .page-content .jobs .form .input-textarea svg {
	position: absolute;
	width: 26px;
	height: 26px;
	top: 14px;
	right: 12px
}
.archive-carreiras-page .page-content .jobs .form .input-text .upload-field, .archive-carreiras-page .page-content .jobs .form .input-textarea .upload-field {
	position: absolute;
	opacity: 0;
	pointer-events: none
}
.archive-carreiras-page .page-content .jobs .form .input-text .upload-selector, .archive-carreiras-page .page-content .jobs .form .input-textarea .upload-selector {
	cursor: pointer
}
.archive-carreiras-page .page-content .jobs .form .input-text .upload-selector:hover, .archive-carreiras-page .page-content .jobs .form .input-textarea .upload-selector:hover {
	background-color: rgba(255,255,255,.04)
}
.archive-carreiras-page .page-content .jobs .form .input-text .input-label, .archive-carreiras-page .page-content .jobs .form .input-textarea .input-label {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 30px;
	font-family: FFTisaSansWebItalic, Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 55px;
	letter-spacing: -.5px;
	pointer-events: none;
	color: #fff
}
.archive-carreiras-page .page-content .jobs .form .input-text .input-label span, .archive-carreiras-page .page-content .jobs .form .input-textarea .input-label span {
	color: #c93445
}
.archive-carreiras-page .page-content .jobs .form .input-text .input-field, .archive-carreiras-page .page-content .jobs .form .input-text .upload-selector, .archive-carreiras-page .page-content .jobs .form .input-textarea .input-field, .archive-carreiras-page .page-content .jobs .form .input-textarea .upload-selector {
	display: block;
	width: 100%;
	height: 55px;
	border-radius: 3px;
	border: none;
	color: #fff;
	padding-left: 30px;
	font-family: FFTisaSansWebItalic, Helvetica, Arial, sans-serif;
	font-size: 15px;
	background-color: rgba(255,255,255,.004);
	box-shadow: 0 16px 38px 0 rgba(0,0,0,.28), inset 0 1px 0 0 rgba(255,255,255,.045);
	-webkit-transition: background-color .25s ease-out;
	transition: background-color .25s ease-out;
	-webkit-appearance: none;
	appearance: none
}
.archive-carreiras-page .page-content .jobs .form .input-text .input-field.textarea, .archive-carreiras-page .page-content .jobs .form .input-text .upload-selector.textarea, .archive-carreiras-page .page-content .jobs .form .input-textarea .input-field.textarea, .archive-carreiras-page .page-content .jobs .form .input-textarea .upload-selector.textarea {
	resize: none;
	height: 170px;
	padding: 19px 30px
}
.archive-carreiras-page .page-content .jobs .form .input-text .error-message, .archive-carreiras-page .page-content .jobs .form .input-textarea .error-message {
	position: absolute;
	bottom: -25px;
	left: 30px;
	font-family: FFTisaSansWebItalic, Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #c93445;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out
}
.archive-carreiras-page .page-content .jobs .form .input-text.js-active-input, .archive-carreiras-page .page-content .jobs .form .input-textarea.js-active-input {
	opacity: 1
}
.archive-carreiras-page .page-content .jobs .form .input-text.js-active-input .input-field, .archive-carreiras-page .page-content .jobs .form .input-textarea.js-active-input .input-field {
	background-color: rgba(255,255,255,.04)
}
.archive-carreiras-page .page-content .jobs .form .input-text.erro .error-message, .archive-carreiras-page .page-content .jobs .form .input-textarea.erro .error-message {
	opacity: 1
}
.archive-carreiras-page .page-content .jobs .form .input-text:first-of-type {
	padding-right: 15px
}
.archive-carreiras-page .page-content .jobs .form .input-text:last-of-type {
	padding-left: 15px
}
.archive-carreiras-page .page-content .jobs .form .input-text:last-of-type .input-label {
	left: 45px
}
.archive-carreiras-page .page-content .jobs .form .input-text:last-of-type .error-message {
	left: 45px;
	white-space: nowrap
}
.archive-carreiras-page .page-content .jobs .form .btn {
	color: #fff;
	background-color: rgba(255,255,255,.07);
	box-shadow: 0 16px 38px 0 rgba(0,0,0,.28), inset 0 1px 0 0 rgba(255,255,255,.045);
	padding: 20px 55px;
	overflow: hidden;
	-webkit-transition: background-color .5s ease;
	transition: background-color .5s ease
}
.archive-carreiras-page .page-content .jobs .form .btn span {
	display: block
}
.archive-carreiras-page .page-content .jobs .form .btn svg.arrow {
	position: absolute;
	top: 21px;
	right: 27px;
	width: 6px;
	height: 10px;
	opacity: 0
}
.archive-carreiras-page .page-content .jobs .form .btn svg.arrow path {
	fill: #fff
}
.archive-carreiras-page .page-content .jobs .form .btn .send-in, .archive-carreiras-page .page-content .jobs .form .btn .send-out-error, .archive-carreiras-page .page-content .jobs .form .btn .send-out-ok, .archive-carreiras-page .page-content .jobs .form .btn .sending-bm {
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.archive-carreiras-page .page-content .jobs .form .btn:hover {
	background-color: rgba(255,255,255,.11)
}
.archive-carreiras-page .page-content .jobs .form .btn:hover svg.arrow {
	opacity: 1;
	-webkit-transform: translateX(5px);
	transform: translateX(5px)
}
@media only screen and (max-width:736px) and (min-width:500px) {
.archive-carreiras-page .page-header .title-wrapper>.row {
	height: auto
}
.archive-carreiras-page .page-header p {
	font: normal 25px/28px FFTisaSansWebLightItalic, Helvetica, Arial, sans-serif
}
}
@media only screen and (max-width:414px) {
.archive-carreiras-page .page-header .image-wrapper img {
	position: relative;
	width: auto;
	max-height: 100%;
	object-position: 80% 50%;
	opacity: .7
}
.archive-carreiras-page .page-header p {
	font-size: 20px;
	margin-top: 20px;
	line-height: 24px;
	letter-spacing: -.5px;
	color: rgba(255,255,255,.6)
}
.archive-carreiras-page .page-content .quote {
	margin-top: 40px
}
.archive-carreiras-page .page-content .quote p {
	font-size: 28px;
	line-height: 36px
}
.archive-carreiras-page .page-content .quote blockquote {
	padding: 0 15px
}
.archive-carreiras-page .page-content .jobs {
	margin-top: 40px;
	padding: 0 15px
}
.archive-carreiras-page .page-content .jobs .row .row {
	margin: 0
}
.archive-carreiras-page .page-content .jobs .form .input-text:first-of-type,  .archive-carreiras-page .page-content .jobs .form .input-text:last-of-type {
	padding: 0
}
.archive-carreiras-page .page-content .jobs .form .input-text:first-of-type .input-label,  .archive-carreiras-page .page-content .jobs .form .input-text:last-of-type .input-label {
	left: 30px
}
.archive-carreiras-page .page-content .jobs .form .input-text:first-of-type .error-message,  .archive-carreiras-page .page-content .jobs .form .input-text:last-of-type .error-message {
	left: 30px
}
}
.archive-noticias-page .page-header {
	height: 80vh;
	min-height: 600px
}
.archive-noticias-page .page-header .title-wrapper h2 {
	letter-spacing: -2px;
	display: inline-block
}
.archive-noticias-page .page-header .title-wrapper .news-pict {
	display: inline-block;
	width: 35px;
	vertical-align: top;
	margin-left: 15px
}
.archive-noticias-page .page-header .title-wrapper .cat-menu {
	padding-top: 20px;
	display: block;
	position: relative
}
.archive-noticias-page .page-header .title-wrapper .cat-menu .underline {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 2px;
	background: #fff
}
.archive-noticias-page .page-header .title-wrapper .cat-menu ul li {
	display: inline-block;
	padding: 25px;
	padding-bottom: 5px
}
.archive-noticias-page .page-header .title-wrapper .cat-menu ul li:first-child {
	padding-left: 0
}
.archive-noticias-page .page-header .title-wrapper .cat-menu ul li.active {
	pointer-events: none
}
.archive-noticias-page .page-header .title-wrapper .cat-menu ul li.active a {
	pointer-events: none;
	color: #fff
}
.archive-noticias-page .page-header .title-wrapper .cat-menu a {
	font-family: FFTisaSansWebLightItalic, Helvetica, Arial, sans-serif;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -2px;
	color: rgba(255,255,255,.1)
}
.archive-noticias-page .page-header .title-wrapper .cat-menu a.active {
	text-decoration: underline
}
.archive-noticias-page .page-header .title-wrapper .cat-menu a:hover {
	color: #fff
}
.archive-noticias-page .page-content .news-wrapper {
	z-index: 1;
	position: relative;
	display: block;
	margin-top: -35px
}
.archive-noticias-page .page-content .news-wrapper .load-more {
	display: block;
	position: relative;
	width: 60px;
	height: 60px;
	margin: 40px auto 0 auto;
	border-radius: 60px
}
.archive-noticias-page .page-content .news-wrapper .load-more .background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 100%;
	background-color: rgba(255,255,255,.04)
}
.archive-noticias-page .page-content .news-wrapper .load-more svg {
	position: absolute;
	width: 28px;
	height: 28px;
	top: 16px;
	left: 16px
}
.archive-noticias-page .page-content .news-wrapper .load-more svg path {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: none;
	stroke: rgba(255,255,255,.3);
	stroke-miterlimit: 10;
	-webkit-transform-origin: center center;
	transform-origin: center center
}
.archive-noticias-page .page-content .news-wrapper .load-more-label {
	margin-top: 20px;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(255,255,255,.3);
	overflow: hidden
}
.archive-noticias-page .page-content .news-wrapper .load-more-label span {
	position: relative;
	color: rgba(255,255,255,.3);
	letter-spacing: 1.5px;
	top: 20px
}
.archive-noticias-page .page-content .single-news-wrapper {
	background-color: rgba(255,255,255,.07);
	height: 255px;
	margin: 20px 0;
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,.026);
	-webkit-transition: background-color .5s ease;
	transition: background-color .5s ease
}
.archive-noticias-page .page-content .single-news-wrapper>.row {
	height: 100%
}
.archive-noticias-page .page-content .single-news-wrapper>.row .columns {
	position: relative
}
.archive-noticias-page .page-content .single-news-wrapper h3 {
	font-size: 40px;
	letter-spacing: -1px
}
.archive-noticias-page .page-content .single-news-wrapper .news-content {
	padding: 40px 50px 40px 20px
}
.archive-noticias-page .page-content .single-news-wrapper .news-content p {
	font-family: FFTisaSansWebLight, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 21px;
	opacity: .5;
	letter-spacing: -.5px;
	margin-top: 15px;
	margin-bottom: 30px
}
.archive-noticias-page .page-content .single-news-wrapper .news-content .social {
	position: absolute;
	bottom: 35px
}
.archive-noticias-page .page-content .single-news-wrapper:hover {
	background-color: rgba(255,255,255,.1)
}
#tax-archive-news-ajax {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: -100vw;
	opacity: 0;
	visibility: hidden;
	z-index: 101
}
@media only screen and (max-width:1024px) {
.archive-noticias-page .page-header .title-wrapper .cat-menu ul li {
	padding: 0;
	padding-bottom: 5px;
	margin-right: 25px
}
.archive-noticias-page .page-header .title-wrapper .cat-menu ul li.active {
	border-bottom: 2px solid #c93445
}
.archive-noticias-page .page-header .title-wrapper .cat-menu .underline {
	display: none
}
.archive-noticias-page .page-content .single-news-wrapper {
	height: auto;
	overflow: hidden
}
.archive-noticias-page .page-content .single-news-wrapper .block-bg-cover {
	position: absolute
}
.archive-noticias-page .page-content .single-news-wrapper img {
	max-width: none;
	width: auto;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0)
}
}
@media only screen and (max-width:414px) {
.archive-noticias-page .page-header .title-wrapper .cat-menu ul li {
	margin-right: 15px
}
.archive-noticias-page .page-header .title-wrapper .cat-menu ul li a {
	font-size: 30px
}
.archive-noticias-page .page-header .title-wrapper .columns {
	position: relative
}
.archive-noticias-page .page-header .title-wrapper .news-pict {
	margin: 0;
	position: absolute;
	top: -60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.archive-noticias-page .page-content {
	margin-top: -150px
}
.archive-noticias-page .page-content .single-news-wrapper .block-bg-cover {
	position: relative
}
.archive-noticias-page .page-content .single-news-wrapper img {
	max-width: 100%;
	width: 100%;
	left: auto;
	-webkit-transform: none;
	transform: none
}
.archive-noticias-page .page-content .news-wrapper {
	padding: 0 15px
}
.archive-noticias-page .page-content .news-wrapper .news-content {
	padding: 20px
}
.archive-noticias-page .page-content .news-wrapper .news-content .social {
	position: relative;
	bottom: auto
}
.archive-noticias-page .page-content .single-news-wrapper h3 {
	font-size: 25px;
	margin-bottom: 6px;
	letter-spacing: -1px
}
.archive-noticias-page .page-content .single-news-wrapper .news-content p {
	font-size: 15px;
	color: rgba(255,255,255,.3);
	line-height: 17px;
	opacity: 1;
	margin-top: 15px;
	margin-bottom: 15px
}
}
.archive-produtos, .single-produtos {
	-webkit-transition: background-color .6s linear;
	transition: background-color .6s linear
}
.archive-produtos.food-service, .single-produtos.food-service {
	background: #662ebe
}
.archive-produtos.miniaturas, .single-produtos.miniaturas {
	background: #ee7f79
}
.archive-produtos.padaria, .single-produtos.padaria {
	background: #ed7155
}
.archive-produtos.panikes, .single-produtos.panikes {
	background: #eaa73d
}
.archive-produtos.pastelaria, .single-produtos.pastelaria {
	background: #c93445
}
.archive-produtos.sobremesas, .single-produtos.sobremesas {
	background: #8b28e2
}
.archive-produtos-page .page-header, .single-produtos-page .page-header {
	display: none;
	height: auto
}
.archive-produtos-page .page-header .nav-main-category-secondary, .single-produtos-page .page-header .nav-main-category-secondary {
	display: none
}
.archive-produtos-page .page-content .nav-main-category, .single-produtos-page .page-content .nav-main-category {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	pointer-events: none;
	z-index: 4
}
.archive-produtos-page .page-content .nav-main-category ul, .single-produtos-page .page-content .nav-main-category ul {
	position: absolute;
	top: 50%;
	left: 30px;
	width: 106px;
	height: auto;
	border-radius: 4px;
	padding: 25px 0;
	margin-top: 32px;
	box-shadow: 15px 15px 25px 0 rgba(0,0,0,.07);
	pointer-events: visible;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}
.archive-produtos-page .page-content .nav-main-category ul li a, .single-produtos-page .page-content .nav-main-category ul li a {
	position: relative;
	display: block;
	font-family: FFTisaSansWebMediumItalic, Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 52px;
	letter-spacing: -.5px;
	color: #fff;
	z-index: 1;
	padding: 12px 30px;
	opacity: .4;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease
}
.archive-produtos-page .page-content .nav-main-category ul li a h1, .single-produtos-page .page-content .nav-main-category ul li a h1 {
	display: inline-block;
	font-family: FFTisaSansWebMediumItalic, Helvetica, Arial, sans-serif;
	font-size: 30px
}
.archive-produtos-page .page-content .nav-main-category ul li a .category-icon, .single-produtos-page .page-content .nav-main-category ul li a .category-icon {
	position: relative;
	top: 10px;
	display: inline-block;
	width: 43px;
	height: 44px;
	margin-right: 30px
}
.archive-produtos-page .page-content .nav-main-category ul li a .category-icon path, .single-produtos-page .page-content .nav-main-category ul li a .category-icon path {
	fill: none;
	stroke: #fff;
	stroke-miterlimit: 10;
	stroke-width: 3
}
.archive-produtos-page .page-content .nav-main-category ul li.active a, .single-produtos-page .page-content .nav-main-category ul li.active a {
	opacity: 1
}
.archive-produtos-page .page-content .nav-main-category ul li:hover a, .single-produtos-page .page-content .nav-main-category ul li:hover a {
	opacity: 1
}
.archive-produtos-page .page-content .nav-main-category ul:after, .single-produtos-page .page-content .nav-main-category ul:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.035);
	pointer-events: none
}
.archive-produtos-page .page-content .nav-main-category .hover-anime, .single-produtos-page .page-content .nav-main-category .hover-anime {
	position: absolute;
	top: 25px;
	left: 30px;
	width: 106px;
	height: 84px;
	border-left: 2px solid #fff;
	background-color: rgba(255,255,255,.05);
	pointer-events: none;
	opacity: 0;
	visibility: hidden
}
.archive-produtos-page .page-content .nav-main-category .active-mobile-category, .single-produtos-page .page-content .nav-main-category .active-mobile-category {
	display: none;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 15px 15px 25px 0 rgba(0,0,0,.07);
	pointer-events: visible;
	border-left: 2px solid #fff;
	background-color: rgba(255,255,255,.05);
	padding: 12px 15px;
	-webkit-backdrop-filter: blur(20px);
	-webkit-transform: translate3d(-100%, -50%, 0);
	transform: translate3d(-100%, -50%, 0)
}
.archive-produtos-page .page-content .nav-main-category .active-mobile-category .category-icon, .single-produtos-page .page-content .nav-main-category .active-mobile-category .category-icon {
	display: block;
	width: 43px;
	height: 44px;
	margin-right: 0
}
.archive-produtos-page .page-content .nav-main-category .active-mobile-category .category-icon path, .single-produtos-page .page-content .nav-main-category .active-mobile-category .category-icon path {
	fill: none;
	stroke: #fff;
	stroke-miterlimit: 10;
	stroke-width: 3
}
.archive-produtos-page .page-content .nav-main-category .active-mobile-category .arrow, .single-produtos-page .page-content .nav-main-category .active-mobile-category .arrow {
	position: absolute;
	top: calc(50% - 5px);
	right: 5px;
	width: 6px;
	height: 10px;
	opacity: .5
}
.archive-produtos-page .page-content .nav-main-category .active-mobile-category .arrow path, .single-produtos-page .page-content .nav-main-category .active-mobile-category .arrow path {
	fill: #fff
}
.archive-produtos-page .page-content .nav-main-category .active-mobile-category:after, .single-produtos-page .page-content .nav-main-category .active-mobile-category:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.035);
	pointer-events: none
}
.archive-produtos-page .page-content .nav-main-category .mobile-overlay, .single-produtos-page .page-content .nav-main-category .mobile-overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,.3);
	pointer-events: visible;
	opacity: 0;
	visibility: hidden
}
.archive-produtos-page .page-content .main-content-products, .single-produtos-page .page-content .main-content-products {
	position: relative;
	z-index: 1;
	opacity: 0;
	padding: 220px 25px 400px 125px
}
.archive-produtos-page .page-content .main-content-products .row .row, .single-produtos-page .page-content .main-content-products .row .row {
	margin-left: auto;
	margin-right: auto
}
.archive-produtos-page .page-content .main-content-products .products-category-wrapper, .single-produtos-page .page-content .main-content-products .products-category-wrapper {
	position: relative;
	padding-bottom: 220px;
	text-align: center
}
.archive-produtos-page .page-content .main-content-products .products-category-wrapper .columns, .single-produtos-page .page-content .main-content-products .products-category-wrapper .columns {
	position: relative
}
.archive-produtos-page .page-content .main-content-products .products-category-wrapper .badges-wrapper, .single-produtos-page .page-content .main-content-products .products-category-wrapper .badges-wrapper {
	text-align: center;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1
}
.archive-produtos-page .page-content .main-content-products .products-category-wrapper .badges-wrapper img, .archive-produtos-page .page-content .main-content-products .products-category-wrapper .badges-wrapper span, .single-produtos-page .page-content .main-content-products .products-category-wrapper .badges-wrapper img, .single-produtos-page .page-content .main-content-products .products-category-wrapper .badges-wrapper span {
	width: 75px;
	height: 75px;
	border-radius: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75px;
	flex: 0 0 75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -4px;
	font-family: FFTisaSansWebMediumItalic, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: -.5px;
	text-align: center;
	color: #fff
}
.archive-produtos-page .page-content .main-content-products .products-category-wrapper .badges-wrapper .vegan, .single-produtos-page .page-content .main-content-products .products-category-wrapper .badges-wrapper .vegan {
	background-color: #40d458
}
.archive-produtos-page .page-content .main-content-products .products-category-wrapper .badges-wrapper .sem-gluten, .single-produtos-page .page-content .main-content-products .products-category-wrapper .badges-wrapper .sem-gluten {
	background-color: #f0bc57
}
.archive-produtos-page .page-content .main-content-products .products-category-wrapper .badges-wrapper img, .single-produtos-page .page-content .main-content-products .products-category-wrapper .badges-wrapper img {
	background-color: none
}
.archive-produtos-page .page-content .main-content-products .products-category-wrapper h2, .single-produtos-page .page-content .main-content-products .products-category-wrapper h2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	pointer-events: none;
	font-family: FFTisaSansWebMediumItalic, Helvetica, Arial, sans-serif;
	font-size: 81px;
	line-height: 81px;
	letter-spacing: -2.5px
}
.archive-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper, .single-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	min-height: 241px;
	height: auto;
	margin-bottom: 80px
}
.archive-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper h3, .single-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper h3 {
	position: relative;
	display: inline;
	font-family: FFTisaSansWebMediumItalic, Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 17px;
	letter-spacing: -.5px;
	text-align: center;
	margin-top: 20px;
	color: rgba(255,255,255,.5);
	-webkit-transition: color .25s ease-out;
	transition: color .25s ease-out
}
.archive-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper h3 .add-to-basket, .single-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper h3 .add-to-basket {
	position: absolute;
	width: 20px;
	height: 20px;
	left: -30px;
	top: 2px;
	opacity: 0;
	visibility: hidden
}
.archive-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper h3 .add-to-basket svg, .single-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper h3 .add-to-basket svg {
	width: 20px;
	height: 20px
}
.archive-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper h3 .add-to-basket svg path, .single-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper h3 .add-to-basket svg path {
	fill: #fff;
	-webkit-transition: opacity .26s ease-in-out;
	transition: opacity .26s ease-in-out
}
.archive-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper h3 .add-to-basket svg .min-filled, .archive-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper h3 .add-to-basket svg .min-stroke, .archive-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper h3 .add-to-basket svg .plus-filled, .single-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper h3 .add-to-basket svg .min-filled, .single-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper h3 .add-to-basket svg .min-stroke, .single-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper h3 .add-to-basket svg .plus-filled {
	opacity: 0
}
.archive-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper h3 .add-to-basket svg.plus-state:hover .plus-filled, .single-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper h3 .add-to-basket svg.plus-state:hover .plus-filled {
	opacity: 1
}
.archive-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper h3 .add-to-basket svg.plus-state:hover .plus-stroke, .single-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper h3 .add-to-basket svg.plus-state:hover .plus-stroke {
	opacity: 0
}
.archive-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper h3 .add-to-basket svg.min-state .plus-stroke, .single-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper h3 .add-to-basket svg.min-state .plus-stroke {
	opacity: 0
}
.archive-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper h3 .add-to-basket svg.min-state .min-stroke, .single-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper h3 .add-to-basket svg.min-state .min-stroke {
	opacity: 1
}
.archive-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper h3 .add-to-basket svg.min-state:hover .min-filled, .single-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper h3 .add-to-basket svg.min-state:hover .min-filled {
	opacity: 1
}
.archive-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper h3 .add-to-basket svg.min-state:hover .min-stroke, .single-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper h3 .add-to-basket svg.min-state:hover .min-stroke {
	opacity: 0
}
.archive-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper h3 .loader, .single-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper h3 .loader {
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	background: #fff;
	top: 6px;
	left: -26px;
	border-radius: 100%;
	opacity: 0;
	visibility: hidden
}
.archive-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper h3 .loader.active, .single-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper h3 .loader.active {
	-webkit-animation: grow 1s ease-in-out infinite alternate;
	animation: grow 1s ease-in-out infinite alternate
}
@-webkit-keyframes grow {
 from {
 -webkit-transform:scale(1)
}
to {
	-webkit-transform: scale(.2)
}
}
@keyframes grow {
 from {
 transform:scale(1)
}
to {
	transform: scale(.1)
}
}
.archive-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper img, .single-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper img {
	position: relative;
	z-index: 1;
	max-height: 212px;
	margin: 0 auto
}
.archive-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper img.product-transition-image, .single-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper img.product-transition-image {
	max-width: 1000px;
	max-height: 500px
}
.archive-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper:hover h3, .single-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper:hover h3 {
	color: #fff
}
.archive-produtos-page .page-content .next-products-wrapper, .single-produtos-page .page-content .next-products-wrapper {
	position: absolute;
	width: 100vw;
	height: 100vh;
	bottom: -90vh;
	left: 0;
	z-index: 2;
	visibility: hidden;
	opacity: 0
}
.archive-produtos-page .page-content .next-products-wrapper .dash-wrapper, .single-produtos-page .page-content .next-products-wrapper .dash-wrapper {
	position: absolute;
	display: block;
	width: 2px;
	height: 120px;
	top: -90px;
	left: calc(50% - 1px);
	overflow: hidden;
	z-index: 1;
	background-color: rgba(255,255,255,.2)
}
.archive-produtos-page .page-content .next-products-wrapper .dash-wrapper .dash, .single-produtos-page .page-content .next-products-wrapper .dash-wrapper .dash {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff
}
.archive-produtos-page .page-content .next-products-wrapper.food-service, .single-produtos-page .page-content .next-products-wrapper.food-service {
	background: #662ebe
}
.archive-produtos-page .page-content .next-products-wrapper.miniaturas, .single-produtos-page .page-content .next-products-wrapper.miniaturas {
	background: #ee7f79
}
.archive-produtos-page .page-content .next-products-wrapper.padaria, .single-produtos-page .page-content .next-products-wrapper.padaria {
	background: #ed7155
}
.archive-produtos-page .page-content .next-products-wrapper.panikes, .single-produtos-page .page-content .next-products-wrapper.panikes {
	background: #eaa73d
}
.archive-produtos-page .page-content .next-products-wrapper.pastelaria, .single-produtos-page .page-content .next-products-wrapper.pastelaria {
	background: #c93445
}
.archive-produtos-page .page-content .next-products-wrapper.sobremesas, .single-produtos-page .page-content .next-products-wrapper.sobremesas {
	background: #8b28e2
}
.archive-produtos-page .page-content .next-products-wrapper.foodservice, .single-produtos-page .page-content .next-products-wrapper.foodservice {
	background: #662ebe
}
.archive-produtos-page .page-content .next-products-wrapper.minis, .single-produtos-page .page-content .next-products-wrapper.minis {
	background: #ee7f79
}
.archive-produtos-page .page-content .next-products-wrapper.bakery, .single-produtos-page .page-content .next-products-wrapper.bakery {
	background: #ed7155
}
.archive-produtos-page .page-content .next-products-wrapper.panikes, .single-produtos-page .page-content .next-products-wrapper.panikes {
	background: #eaa73d
}
.archive-produtos-page .page-content .next-products-wrapper.sweet-treats, .single-produtos-page .page-content .next-products-wrapper.sweet-treats {
	background: #c93445
}
.archive-produtos-page .page-content .next-products-wrapper.desserts, .single-produtos-page .page-content .next-products-wrapper.desserts {
	background: #8b28e2
}
.archive-produtos-page .page-content .next-products-wrapper .load-info, .archive-produtos-page .page-content .next-products-wrapper h3, .single-produtos-page .page-content .next-products-wrapper .load-info, .single-produtos-page .page-content .next-products-wrapper h3 {
	font-family: FFTisaSansWebMediumItalic, Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -.5px;
	margin-top: 60px;
	margin-bottom: 10px;
	overflow: hidden
}
.archive-produtos-page .page-content .next-products-wrapper .load-info span, .archive-produtos-page .page-content .next-products-wrapper h3 span, .single-produtos-page .page-content .next-products-wrapper .load-info span, .single-produtos-page .page-content .next-products-wrapper h3 span {
	position: relative
}
.archive-produtos-page .page-content .next-products-wrapper .load-info, .single-produtos-page .page-content .next-products-wrapper .load-info {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	pointer-events: none
}
.archive-produtos-page .page-content .next-products-wrapper .load-info span, .single-produtos-page .page-content .next-products-wrapper .load-info span {
	top: 25px
}
.archive-produtos-page .page-content .next-products-wrapper h2, .single-produtos-page .page-content .next-products-wrapper h2 {
	font-family: FFTisaSansWebMediumItalic, Helvetica, Arial, sans-serif;
	font-size: 81px;
	line-height: 81px;
	letter-spacing: -2.5px;
	margin-bottom: 120px
}
.archive-produtos-page.food-service .page-content .nav-main-category ul, .single-produtos-page.food-service .page-content .nav-main-category ul {
	background-color: rgba(102,46,190,.95)
}
.archive-produtos-page.miniaturas .page-content .nav-main-category ul, .single-produtos-page.miniaturas .page-content .nav-main-category ul {
	background-color: rgba(238,127,121,.95)
}
.archive-produtos-page.padaria .page-content .nav-main-category ul, .single-produtos-page.padaria .page-content .nav-main-category ul {
	background-color: rgba(237,113,85,.95)
}
.archive-produtos-page.panikes .page-content .nav-main-category ul, .single-produtos-page.panikes .page-content .nav-main-category ul {
	background-color: rgba(234,167,61,.95)
}
.archive-produtos-page.pastelaria .page-content .nav-main-category ul, .single-produtos-page.pastelaria .page-content .nav-main-category ul {
	background-color: rgba(201,52,69,.95)
}
.archive-produtos-page.sobremesas .page-content .nav-main-category ul, .single-produtos-page.sobremesas .page-content .nav-main-category ul {
	background-color: rgba(139,40,226,.95)
}
.backdropfilter:not(.mobile) .archive-produtos-page .page-content .nav-main-category ul, .backdropfilter:not(.mobile) .single-produtos-page .page-content .nav-main-category ul {
	-webkit-backdrop-filter: blur(20px);
	background-color: transparent
}
.archive-produtos-page .page-content .main-content-products .products-category-wrapper h2 {
	top: -50px
}
.mobile .archive-produtos-page .page-header, .mobile .single-produtos-page .page-header {
	display: block
}
.mobile .archive-produtos-page .page-content .main-content-products .products-category-wrapper h3, .mobile .single-produtos-page .page-content .main-content-products .products-category-wrapper h3 {
	opacity: 1
}
.mobile .single-produtos-page .page-content .next-products-wrapper {
	display: none
}
.mobile .archive-produtos-page .page-content .main-content-products .products-category-wrapper:not(:last-child), .mobile .single-produtos-page .page-content .main-content-products .products-category-wrapper:not(:last-child) {
	padding-bottom: 110px
}
@media only screen and (max-width:1024px) {
#header-main .nav-main-category-secondary {
	display: none
}
.archive-produtos-page .page-content .main-content-products,  .single-produtos-page .page-content .main-content-products {
	padding: 220px 0 0 0
}
.archive-produtos-page .page-content .main-content-products .products-category-wrapper h2,  .single-produtos-page .page-content .main-content-products .products-category-wrapper h2 {
	font-size: 75px;
	line-height: 75px
}
.archive-produtos-page .page-content .nav-main-category ul,  .single-produtos-page .page-content .nav-main-category ul {
	margin-top: 0;
	z-index: 3;
	width: auto;
	padding: 15px 5px 15px 0;
	left: 0;
	border-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-transform: translate3d(-100%, -50%, 0);
	transform: translate3d(-100%, -50%, 0)
}
.archive-produtos-page .page-content .nav-main-category .hover-anime,  .single-produtos-page .page-content .nav-main-category .hover-anime {
	z-index: 3;
	left: 0;
	width: 100%;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
.archive-produtos-page .page-content .nav-main-category .active-mobile-category,  .single-produtos-page .page-content .nav-main-category .active-mobile-category {
	display: block
}
}
@media only screen and (max-width:736px) and (min-width:500px) {
.archive-produtos-page .page-content .main-content-products .products-category-wrapper h2,  .single-produtos-page .page-content .main-content-products .products-category-wrapper h2 {
	font-size: 56px;
	line-height: 56px;
	letter-spacing: -2px
}
}
@media only screen and (max-width:414px) {
.archive-produtos-page .page-content .main-content-products .products-category-wrapper h2,  .single-produtos-page .page-content .main-content-products .products-category-wrapper h2 {
	font-size: 42px;
	line-height: 42px;
	letter-spacing: -1px;
	padding: 0 20px;
	top: -60px
}
.archive-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper,  .single-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper {
	margin-bottom: 40px
}
.archive-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper img,  .single-produtos-page .page-content .main-content-products .products-category-wrapper .product-wrapper img {
	width: 120%;
	min-width: 120%;
	left: -10%;
	max-height: none
}
.archive-produtos-page .page-content .nav-main-category ul,  .single-produtos-page .page-content .nav-main-category ul {
	margin-top: 0
}
.archive-produtos-page .page-content .nav-main-category ul li a,  .single-produtos-page .page-content .nav-main-category ul li a {
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -.5px;
	padding: 12px 25px 12px 15px
}
.archive-produtos-page .page-content .nav-main-category ul li a .category-icon,  .single-produtos-page .page-content .nav-main-category ul li a .category-icon {
	width: 34px;
	height: 35px;
	margin-right: 10px;
	vertical-align: middle;
	top: auto
}
.archive-produtos-page .page-content .nav-main-category .active-mobile-category,  .single-produtos-page .page-content .nav-main-category .active-mobile-category {
	margin-top: 0
}
.archive-produtos-page .page-content .nav-main-category .active-mobile-category .category-icon,  .single-produtos-page .page-content .nav-main-category .active-mobile-category .category-icon {
	width: 34px;
	height: 35px
}
.archive-produtos-page .page-content .next-products-wrapper,  .single-produtos-page .page-content .next-products-wrapper {
	height: 459px!important
}
.archive-produtos-page .page-content .next-products-wrapper h3,  .single-produtos-page .page-content .next-products-wrapper h3 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 20px;
	margin-top: 60px
}
.archive-produtos-page .page-content .next-products-wrapper h2,  .single-produtos-page .page-content .next-products-wrapper h2 {
	font-size: 50px;
	line-height: 50px;
	letter-spacing: -1.5px;
	padding: 0 20px
}
.archive-produtos-page .page-content .next-products-wrapper .dash-wrapper,  .single-produtos-page .page-content .next-products-wrapper .dash-wrapper {
	height: 80px
}
}
.contactos[data-lang=en] .profissional-panike {
	display: none
}
.contactos-page .page-header {
	height: auto
}
.contactos-page .page-header .title-wrapper {
	z-index: 2;
	pointer-events: none;
	height: 100vh
}
.contactos-page .page-header .title-wrapper .links-wrapper {
	display: inline-block;
	margin-top: 78px;
	margin-left: 7px
}
.contactos-page .page-header .title-wrapper .links-wrapper .links {
	display: inline-block;
	vertical-align: middle;
	font-family: FFTisaSansWebMedium, Helvetica, Arial, sans-serif;
	font-size: 17px;
	letter-spacing: -.5px;
	border-radius: 35px;
	padding: 0 35px;
	background-color: #d5ae7e;
	pointer-events: visible
}
.contactos-page .page-header .title-wrapper .links-wrapper .links.phone {
	min-width: 245px;
	padding: 18px 28px;
	position: relative;
	cursor: pointer;
	background-color: transparent
}
.contactos-page .page-header .title-wrapper .links-wrapper .links.phone span.tel {
	margin-left: 20px;
	font-size: 23px
}
.contactos-page .page-header .title-wrapper .links-wrapper .links.phone span.bg {
	background-color: #d5ae7e;
	position: absolute;
	z-index: -1;
	width: 100%;
	top: 0;
	height: 100%;
	left: 0;
	border-radius: 35px
}
.contactos-page .page-header .title-wrapper .links-wrapper .links.phone:hover .phone-icon {
	animation: animPhoneIcon .6s cubic-bezier(.445, .05, .55, .95) infinite
}
.contactos-page .page-header .title-wrapper .links-wrapper .links .phone-icon {
	display: inline-block;
	margin: 0 auto;
	width: 25px;
	height: 100%;
	vertical-align: middle
}
.contactos-page .page-header .title-wrapper .links-wrapper .apoio {
	font-family: FFTisaSansWebMedium, Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 17px;
	color: #b59061;
	display: block;
	text-align: center
}
@keyframes animPhoneIcon {
 0% {
 transform:rotate(0) scale(1) skew(1deg)
}
 10% {
 transform:rotate(-25deg) scale(1) skew(1deg)
}
 20% {
 transform:rotate(25deg) scale(1) skew(1deg)
}
 30% {
 transform:rotate(-25deg) scale(1) skew(1deg)
}
 40% {
 transform:rotate(25deg) scale(1) skew(1deg)
}
 50% {
 transform:rotate(0) scale(1) skew(1deg)
}
 100% {
 transform:rotate(0) scale(1) skew(1deg)
}
}
.contactos-page .page-header .address-wrapper {
	position: absolute;
	width: 100%;
	height: 100vh;
	z-index: 1;
	top: 0;
	padding-top: 60px;
	pointer-events: none
}
.contactos-page .page-header .address-wrapper>.row {
	height: 100%
}
.contactos-page .page-header .address-wrapper .image-factory-wrapper {
	-webkit-box-shadow: -18px 18px 45px 0 rgba(0,0,0,.42);
	-moz-box-shadow: -18px 18px 45px 0 rgba(0,0,0,.42);
	box-shadow: -18px 18px 45px 0 rgba(0,0,0,.42)
}
.contactos-page .page-header .address-wrapper .contacts-wrapper {
	margin-top: 70px;
	margin-left: 15px;
	width: auto;
	max-width: 230px
}
.contactos-page .page-header .address-wrapper .contacts-wrapper .email {
	font-family: FFTisaSansWebMedium, Helvetica, Arial, sans-serif;
	font-size: 17px;
	margin-top: 32px;
	pointer-events: visible;
	display: block
}
.contactos-page .page-header .address-wrapper .contacts-wrapper h4 {
	font-family: FFTisaSansWebMedium, Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -.5px;
	pointer-events: visible
}
.contactos-page .page-header .address-wrapper .contacts-wrapper address {
	font-family: FFTisaSansWebLight, Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -.5px;
	pointer-events: visible;
	margin-bottom: 22px
}
.contactos-page .page-header .address-wrapper .contacts-wrapper .phone {
	display: block;
	font-family: FFTisaSansWebLight, Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -.5px;
	cursor: pointer;
	pointer-events: visible
}
.contactos-page .page-header .map-marker {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	border: 6px solid #fff;
	z-index: 3;
	background-color: transparent;
	opacity: 0
}
.contactos-page .page-header #map {
	width: 100%;
	height: 120vh;
	opacity: 0
}
.contactos-page .page-content {
	position: relative;
	z-index: 1
}
.contactos-page .page-content:before {
	content: "";
	position: absolute;
	top: -145px;
	left: 0;
	width: 100%;
	height: 145px;
	background: url(/public/imgs/static/pattern-transparent.png);
	background-repeat: repeat-x;
	background-size: 80px 145px;
	pointer-events: none
}
.contactos-page .page-content .locations-wrapper {
	padding-top: 120px
}
.contactos-page .page-content .contact-form-wrapper {
	position: relative;
	margin: 135px 0
}
.contactos-page .page-content .contact-form-wrapper .profissional-panike {
	text-align: center;
	margin-bottom: 120px
}
.contactos-page .page-content .contact-form-wrapper span.btn-title {
	font-family: FFTisaSansWebItalic, Helvetica, Arial, sans-serif;
	font-size: 18px;
	letter-spacing: -.5px;
	margin-right: 20px;
	vertical-align: middle;
	padding: 23px 0;
	display: inline-block
}
.contactos-page .page-content .contact-form-wrapper .links {
	display: inline-block;
	vertical-align: middle;
	font-family: FFTisaSansWebMedium, Helvetica, Arial, sans-serif;
	font-size: 17px;
	letter-spacing: -.5px;
	border-radius: 35px;
	padding: 0 35px;
	background-color: #d5ae7e;
	pointer-events: visible
}
.contactos-page .page-content .contact-form-wrapper .links.phone {
	padding: 18px 28px;
	position: relative;
	cursor: pointer;
	background-color: transparent
}
.contactos-page .page-content .contact-form-wrapper .links.phone span.tel {
	font-size: 17px
}
.contactos-page .page-content .contact-form-wrapper .links.phone span.bg {
	background-color: #d5ae7e;
	position: absolute;
	z-index: -1;
	width: 100%;
	top: 0;
	height: 100%;
	left: 0;
	border-radius: 35px
}
.contactos-page .page-content .contact-form-wrapper .links.phone:hover .phone-icon {
	animation: animPhoneIcon .6s cubic-bezier(.445, .05, .55, .95) infinite
}
.contactos-page .page-content .contact-form-wrapper .links .phone-icon {
	display: inline-block;
	margin: 0 auto;
	width: 25px;
	height: 100%;
	vertical-align: middle
}
.contactos-page .page-content .contact-form-wrapper .apoio {
	font-family: FFTisaSansWebMedium, Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 17px;
	color: #b59061;
	display: block;
	text-align: center
}
.contactos-page .page-content .contact-form-wrapper h2 {
	text-align: center
}
.contactos-page .page-content .contact-form-wrapper .form span.btn-title {
	opacity: .5;
	padding: 50px 0
}
.contactos-page .page-content .contact-form-wrapper .form .btn-wrapper {
	opacity: .2;
	pointer-events: none
}
.contactos-page .page-content .contact-form-wrapper .form .btn-wrapper.enable {
	opacity: 1;
	pointer-events: all
}
.contactos-page .page-content .contact-form-wrapper .form .rgpd-wrapper {
	position: relative;
	margin-top: 0;
	margin-bottom: 40px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center
}
.contactos-page .page-content .contact-form-wrapper .form .rgpd-wrapper .svg-wrapper {
	height: 40px;
	width: 20px
}
.contactos-page .page-content .contact-form-wrapper .form .rgpd-wrapper .svg-wrapper input {
	opacity: 0;
	visibility: hidden
}
.contactos-page .page-content .contact-form-wrapper .form .rgpd-wrapper .svg-wrapper svg {
	position: absolute;
	width: 20px;
	left: 5px;
	top: 5px;
	opacity: 0;
	cursor: pointer
}
.contactos-page .page-content .contact-form-wrapper .form .rgpd-wrapper .svg-wrapper:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	top: 5px;
	left: 1px;
	border: 2px solid rgba(255,255,255,.4);
	cursor: pointer;
	pointer-events: none
}
.contactos-page .page-content .contact-form-wrapper .form .rgpd-wrapper .rgpd-text {
	font-family: FFTisaSansWebItalic, Helvetica, Arial, sans-serif;
	font-size: 16px;
	position: relative;
	top: 0;
	margin-left: 15px;
	color: #fff;
	opacity: .4;
	letter-spacing: -.5px;
	line-height: 1.2;
	max-width: 450px;
	width: 100%
}
.contactos-page .page-content .contact-form-wrapper .form .rgpd-wrapper .rgpd-text a {
	color: #fff;
	font-size: 16px;
	font-family: FFTisaSansWebBoldItalic, Helvetica, Arial, sans-serif
}
.contactos-page .page-content .contact-form-wrapper .form .rgpd-wrapper.active .svg-wrapper svg {
	opacity: 1
}
.contactos-page .page-content .contact-form-wrapper .form .input-radio {
	position: relative;
	margin: 70px 0 50px 0
}
.contactos-page .page-content .contact-form-wrapper .form .input-radio .input-label {
	font-family: FFTisaSansWebItalic, Helvetica, Arial, sans-serif;
	font-size: 18px;
	letter-spacing: -.5px;
	cursor: pointer;
	opacity: .4
}
.contactos-page .page-content .contact-form-wrapper .form .input-radio .input-field {
	position: relative;
	top: 2px;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255,255,255,.4);
	border-radius: 100%;
	cursor: pointer;
	background-color: transparent;
	margin-right: 8px;
	-webkit-appearance: none;
	appearance: none
}
.contactos-page .page-content .contact-form-wrapper .form .input-radio .ball-check {
	position: absolute;
	top: 11px;
	left: 4px;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: -webkit-transform .2s cubic-bezier(.175, .885, .32, 1.275);
	transition: transform .2s cubic-bezier(.175, .885, .32, 1.275)
}
.contactos-page .page-content .contact-form-wrapper .form .input-radio.checked .input-label {
	opacity: 1
}
.contactos-page .page-content .contact-form-wrapper .form .input-radio.checked .input-field {
	border-color: #fff
}
.contactos-page .page-content .contact-form-wrapper .form .input-radio.checked .ball-check {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .4s cubic-bezier(.175, .885, .32, 1.275);
	transition: transform .4s cubic-bezier(.175, .885, .32, 1.275)
}
.contactos-page .page-content .contact-form-wrapper .form .input-radio:first-of-type {
	padding-right: 60px
}
.contactos-page .page-content .contact-form-wrapper .form .input-text, .contactos-page .page-content .contact-form-wrapper .form .input-textarea {
	position: relative;
	margin-bottom: 40px;
	opacity: .5;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out
}
.contactos-page .page-content .contact-form-wrapper .form .input-text .input-label, .contactos-page .page-content .contact-form-wrapper .form .input-textarea .input-label {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 30px;
	font-family: FFTisaSansWebItalic, Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 55px;
	letter-spacing: -.5px;
	pointer-events: none;
	color: #fff
}
.contactos-page .page-content .contact-form-wrapper .form .input-text .input-label span, .contactos-page .page-content .contact-form-wrapper .form .input-textarea .input-label span {
	color: #c93445
}
.contactos-page .page-content .contact-form-wrapper .form .input-text .input-field, .contactos-page .page-content .contact-form-wrapper .form .input-textarea .input-field {
	display: block;
	width: 100%;
	height: 55px;
	border-radius: 3px;
	border: none;
	color: #fff;
	padding-left: 30px;
	font-family: FFTisaSansWebItalic, Helvetica, Arial, sans-serif;
	font-size: 15px;
	background-color: rgba(255,255,255,.004);
	box-shadow: 0 16px 38px 0 rgba(0,0,0,.28), inset 0 1px 0 0 rgba(255,255,255,.045);
	-webkit-transition: background-color .25s ease-out;
	transition: background-color .25s ease-out;
	-webkit-appearance: none;
	appearance: none
}
.contactos-page .page-content .contact-form-wrapper .form .input-text .input-field.textarea, .contactos-page .page-content .contact-form-wrapper .form .input-textarea .input-field.textarea {
	resize: none;
	height: 170px;
	padding: 19px 30px
}
.contactos-page .page-content .contact-form-wrapper .form .input-text .error-message, .contactos-page .page-content .contact-form-wrapper .form .input-textarea .error-message {
	position: absolute;
	bottom: -25px;
	left: 30px;
	font-family: FFTisaSansWebItalic, Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #c93445;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out
}
.contactos-page .page-content .contact-form-wrapper .form .input-text.js-active-input, .contactos-page .page-content .contact-form-wrapper .form .input-textarea.js-active-input {
	opacity: 1
}
.contactos-page .page-content .contact-form-wrapper .form .input-text.js-active-input .input-field, .contactos-page .page-content .contact-form-wrapper .form .input-textarea.js-active-input .input-field {
	background-color: rgba(255,255,255,.04)
}
.contactos-page .page-content .contact-form-wrapper .form .input-text.erro .error-message, .contactos-page .page-content .contact-form-wrapper .form .input-textarea.erro .error-message {
	opacity: 1
}
.contactos-page .page-content .contact-form-wrapper .form .double .input-text:first-of-type {
	padding-right: 15px
}
.contactos-page .page-content .contact-form-wrapper .form .double .input-text:last-of-type {
	padding-left: 15px
}
.contactos-page .page-content .contact-form-wrapper .form .double .input-text:last-of-type .input-label {
	left: 45px
}
.contactos-page .page-content .contact-form-wrapper .form .double .input-text:last-of-type .error-message {
	left: 45px;
	white-space: nowrap
}
.contactos-page .page-content .contact-form-wrapper .form .btn {
	overflow: hidden;
	color: #fff;
	background-color: rgba(255,255,255,.07);
	box-shadow: 0 16px 38px 0 rgba(0,0,0,.28), inset 0 1px 0 0 rgba(255,255,255,.045);
	padding: 20px 55px;
	-webkit-transition: background-color .5s ease;
	transition: background-color .5s ease
}
.contactos-page .page-content .contact-form-wrapper .form .btn span {
	display: block
}
.contactos-page .page-content .contact-form-wrapper .form .btn svg.arrow {
	position: absolute;
	top: 21px;
	right: 27px;
	width: 6px;
	height: 10px
}
.contactos-page .page-content .contact-form-wrapper .form .btn svg.arrow path {
	fill: #fff
}
.contactos-page .page-content .contact-form-wrapper .form .btn .send-in, .contactos-page .page-content .contact-form-wrapper .form .btn .send-out-error, .contactos-page .page-content .contact-form-wrapper .form .btn .send-out-ok, .contactos-page .page-content .contact-form-wrapper .form .btn .sending-bm {
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.contactos-page .page-content .contact-form-wrapper .form .btn:hover {
	opacity: 1;
	background-color: rgba(255,255,255,.11)
}
.gmnoprint:not(.gm-bundled-control) {
	display: none
}
.gm-style-cc {
	display: none
}
.gm-bundled-control .gmnoprint {
	display: block
}
a[href^="http://maps.google.com/maps"] {
	display: none!important
}
a[href^="https://maps.google.com/maps"] {
	display: none!important
}
a[href^="https://www.google.com/maps"] {
	display: none!important
}
@media only screen and (max-width:736px) and (min-width:500px) {
.contactos-page .page-header .title-wrapper {
	padding-top: 280px
}
.contactos-page .page-header .address-wrapper {
	padding-top: 120px
}
.contactos-page .page-content:before {
	display: none
}
.contactos-page .page-content .locations-wrapper {
	padding-top: 200px
}
}
@media only screen and (max-width:414px) {
.contactos-page .page-header {
	height: 150vh
}
.contactos-page .page-header #map {
	height: 150vh
}
.contactos-page .page-header .image-wrapper img {
	position: relative;
	width: auto;
	max-height: 100%;
	object-position: 80% 50%
}
.contactos-page .page-header h3 {
	font-size: 20px;
	margin-top: 20px;
	line-height: 26px;
	letter-spacing: -.5px;
	left: 0
}
.contactos-page .page-header .address-wrapper {
	padding-top: 300px
}
.contactos-page .page-header .address-wrapper .contacts-wrapper {
	margin-left: 15px;
	margin-top: 380px
}
.contactos-page .page-header .address-wrapper .image-factory-wrapper {
	display: none
}
.contactos-page .page-header .title-wrapper .links-wrapper {
	margin-top: 40px;
	margin-left: 0
}
.contactos-page .page-content .locations-wrapper {
	padding-top: 40px;
	padding-left: 15px;
	padding-right: 15px
}
.contactos-page .page-content .locations-wrapper .accordion .title {
	padding: 25px
}
.contactos-page .page-content .locations-wrapper .accordion .title h3 {
	font-size: 34px
}
.contactos-page .page-content .locations-wrapper .accordion .title .view-more {
	width: 40px;
	height: 40px
}
.contactos-page .page-content .locations-wrapper .accordion .row .row {
	margin: 0
}
.contactos-page .page-content .locations-wrapper .accordion .accordion-content .content-column {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 40px
}
.contactos-page .page-content .contact-form-wrapper {
	margin: 80px 0 20px;
	padding: 0 15px
}
.contactos-page .page-content .contact-form-wrapper .form .input-text:last-of-type .input-label {
	left: 30px
}
.contactos-page .page-content .contact-form-wrapper .form .input-text:last-of-type .error-message {
	left: 30px
}
.contactos-page .page-content .contact-form-wrapper .form .input-radio {
	margin-top: 20px
}
.contactos-page .page-content .contact-form-wrapper .form .input-radio:first-of-type {
	margin-top: 70px;
	margin-bottom: 0;
	padding-right: 82px
}
.contactos-page .page-content .contact-form-wrapper .form .input-radio.checked .ball-check {
	top: 11px;
	left: 19px
}
}
@media only screen and (max-width:320px) {
.contactos-page .page-header .address-wrapper {
	padding-top: 120px
}
.contactos-page .page-header .address-wrapper .contacts-wrapper {
	margin-left: 15px;
	margin-top: 350px
}
}
body, html {
	overflow: hidden
}
.mobile .home-page .page-header .personas-wrapper .mute {
	bottom: 90px
}
.mobile .home-page .page-header .personas-wrapper .mute .mute-path {
	transform: initial
}
.home-page .page-header {
	overflow: hidden
}
.home-page .page-header.christmas-header .christmas-wrapper {
	pointer-events: none
}
.home-page .page-header.christmas-header .christmas-wrapper:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.2)
}
.home-page .page-header.christmas-header .title-wrapper {
	pointer-events: initial
}
.home-page .page-header.christmas-header .title-wrapper .btn {
	margin-top: 20px
}
.home-page .page-header.christmas-header .title-wrapper h1 {
	line-height: 1.2em
}
.home-page .page-header.christmas-header .title-wrapper p {
	position: relative;
	margin: 20px 0
}
.home-page .page-header.christmas-header .title-wrapper h1, .home-page .page-header.christmas-header .title-wrapper p {
	top: 0
}
.home-page .page-header .personas-wrapper {
	position: relative
}
.home-page .page-header .personas-wrapper .mute {
	top: calc(50% + 112px);
	right: 85px;
	left: auto;
	bottom: auto;
	opacity: 0;
	visibility: hidden
}
.home-page .page-header .personas-wrapper .video-wrapper {
	position: relative;
	width: 100%;
	height: 100vh
}
.home-page .page-header .personas-wrapper .video-wrapper:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #382f2f;
	opacity: .3;
	pointer-events: none
}
.home-page .page-header .personas-wrapper .video-wrapper img, .home-page .page-header .personas-wrapper .video-wrapper video {
	position: absolute;
	display: block;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	object-position: 50% 50%;
	overflow: hidden
}
.home-page .page-header .personas-wrapper .video-wrapper video.flip {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg)
}
.home-page .page-header .personas-wrapper .video-wrapper .video-transition-wrapper {
	position: absolute;
	display: block;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	pointer-events: none
}
.home-page .page-header .personas-wrapper .personas-list-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .progress-bar-wrapper {
	display: none;
	position: absolute;
	top: calc(50% - 2px);
	height: 1px;
	background-color: rgba(255,255,255,.3);
	overflow: hidden;
	clip: rect(0,2000px,100px,0)
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .progress-bar-wrapper .progress-bar {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 1px;
	background-color: #fff
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list {
	position: relative;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list li {
	position: absolute;
	top: 0;
	right: 0;
	width: 260px;
	height: 114px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin: 0;
	opacity: 1;
	cursor: pointer;
	pointer-events: none;
	z-index: 2
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list li.active {
	opacity: 1;
	pointer-events: none;
	cursor: auto;
	z-index: 1
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list li.active a {
	pointer-events: all;
	cursor: pointer
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list .persona-title {
	text-align: right
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list .persona-title span {
	display: block
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list .persona-title .name {
	display: none;
	font: normal 18px/20px FFTisaSansWebLightItalic, Helvetica, Arial, sans-serif
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list .persona-title .titulo {
	display: none;
	font: normal 12px/16px FFTisaSansWebLight, Helvetica, Arial, sans-serif;
	text-transform: uppercase
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list img {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.004);
	pointer-events: visible
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list .video-description {
	display: none;
	position: absolute;
	top: 10px;
	width: 600px;
	padding-left: 6px;
	font: normal 15px/18px FFTisaSansWebMedium, Helvetica, Arial, sans-serif;
	color: rgba(255,255,255,.7);
	-webkit-transition: color .26s ease-in-out;
	transition: color .26s ease-in-out;
	pointer-events: all
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list .video-description:hover {
	color: #fff
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list .video-description:hover a {
	color: #fff
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list .video-description a {
	font: normal 15px/18px FFTisaSansWebMediumItalic, Helvetica, Arial, sans-serif;
	position: relative;
	color: rgba(255,255,255,.7);
	-webkit-transition: color .26s ease-in-out;
	transition: color .26s ease-in-out
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list .video-description a svg {
	position: absolute;
	width: 9px;
	height: 9px;
	top: 7px;
	right: -15px
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list .video-description a svg path {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: none;
	stroke: #c93445;
	stroke-miterlimit: 10;
	stroke-width: 2
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list .active-name {
	display: none;
	position: absolute;
	width: 200px;
	bottom: 0;
	padding-left: 6px;
	font: normal 18px/18px FFTisaSansWebLightItalic, Helvetica, Arial, sans-serif;
	color: rgba(255,255,255,.8)
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list .active-titulo {
	display: none;
	position: absolute;
	width: 200px;
	bottom: -2px;
	padding-left: 6px;
	font: normal 12px/16px FFTisaSansWebLight, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: rgba(255,255,255,.8)
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list .active-text-wrapper {
	position: absolute;
	bottom: -20px;
	left: 0
}
.home-page .page-header .title-wrapper {
	pointer-events: none
}
.home-page .page-header .title-wrapper h1 {
	position: relative;
	top: -80px;
	pointer-events: all
}
.home-page .page-content {
	position: relative;
	margin-top: 0
}
.home-page .page-content .left-wrapper .block {
	position: relative
}
.home-page .page-content .left-wrapper .block .text-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	text-align: center
}
.home-page .page-content .left-wrapper .block .text-wrapper p {
	margin: 60px 0;
	padding: 0 40px;
	letter-spacing: -1px
}
.home-page .page-content .left-wrapper .btn {
	background-color: rgba(255,255,255,.07);
	-webkit-transition: background-color .5s ease;
	transition: background-color .5s ease
}
.home-page .page-content .left-wrapper .btn:hover {
	background-color: rgba(255,255,255,.17)
}
.home-page .right-wrapper {
	position: relative;
	opacity: 0;
	visibility: hidden
}
.home-page .right-wrapper>.row {
	height: 66%
}
.home-page .right-wrapper .list-wrapper>.row {
	height: 100%
}
.home-page .right-wrapper .block {
	position: relative;
	overflow: hidden
}
.home-page .right-wrapper .block>.row {
	height: 100%
}
.home-page .right-wrapper .block h3 {
	position: absolute;
	top: 40px;
	left: 40px;
	letter-spacing: -3px
}
.home-page .right-wrapper .block .image-wrapper {
	position: relative;
	max-width: 100%
}
.home-page .right-wrapper .block .image-wrapper img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}
.home-page .right-wrapper .block .image-wrapper img.active {
	position: relative;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.home-page .right-wrapper .block .slider-thumbs {
	position: absolute;
	left: 0;
	bottom: 42px;
	width: 100%;
	text-align: center
}
.home-page .right-wrapper .block .slider-thumbs li {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	margin: 0 10px;
	cursor: pointer;
	transition: -webkit-transform .35s cubic-bezier(.68, -.55, .265, 1.55);
	transition: transform .35s cubic-bezier(.68, -.55, .265, 1.55)
}
.home-page .right-wrapper .block .slider-thumbs li:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
.home-page .right-wrapper .block .slider-thumbs li .image-slider-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-color: #fff;
	overflow: hidden;
	z-index: 1
}
.home-page .right-wrapper .block .slider-thumbs li .image-slider-wrapper img {
	position: relative;
	max-width: 180%;
	top: 0;
	left: -40%
}
.home-page .right-wrapper .block .slider-thumbs li svg {
	display: block;
	position: absolute;
	width: 60px;
	height: 60px;
	top: -10px;
	left: -10px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.home-page .news-wrapper {
	position: absolute;
	width: 50%;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 100px 0
}
.home-page .news-wrapper h3 {
	font-family: FFTisaSansWebLight, Helvetica, Arial, sans-serif;
	font-size: 57px;
	letter-spacing: -4px;
	display: inline-block
}
.home-page .news-wrapper .news-pict {
	display: inline-block;
	width: 30px;
	vertical-align: top;
	margin-left: 15px
}
.home-page .news-wrapper .news-list {
	margin: 60px 0
}
.home-page .news-wrapper .news {
	text-align: left;
	margin: 2px 0
}
.home-page .news-wrapper .news .new {
	background-color: rgba(255,255,255,.07);
	-webkit-transition: background-color .5s ease;
	transition: background-color .5s ease
}
.home-page .news-wrapper .news .new .block-bg-cover {
	position: relative;
	padding: 0
}
.home-page .news-wrapper .news .new:hover {
	background-color: rgba(255,255,255,.1)
}
.home-page .news-wrapper .news .new-text-wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,.026)
}
.home-page .news-wrapper .news h4 {
	font-size: 25px;
	margin-bottom: 6px;
	letter-spacing: -1px
}
.home-page .news-wrapper .news p {
	font-size: 15px;
	color: rgba(255,255,255,.3);
	line-height: 17px;
	letter-spacing: -.5px
}
.home-page .news-wrapper .news time {
	display: block;
	margin-bottom: 10px;
	font-family: FFTisaSansWebLight, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: rgba(255,255,255,.2)
}
.home-page .news-wrapper .news a {
	display: block;
	height: 100%
}
.home-page .news-wrapper .load-more-row {
	margin: 0
}
.home-page .news-wrapper .load-more {
	display: block;
	position: relative;
	width: 60px;
	height: 60px;
	margin: 40px auto 0 auto;
	border-radius: 60px
}
.home-page .news-wrapper .load-more .background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 100%;
	background-color: rgba(255,255,255,.04)
}
.home-page .news-wrapper .load-more svg {
	position: absolute;
	width: 28px;
	height: 28px;
	top: 16px;
	left: 16px
}
.home-page .news-wrapper .load-more svg path {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: none;
	stroke: rgba(255,255,255,.3);
	stroke-miterlimit: 10;
	-webkit-transform-origin: center center;
	transform-origin: center center
}
.home-page .news-wrapper .load-more-label {
	margin-top: 20px;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(255,255,255,.3);
	overflow: hidden
}
.home-page .news-wrapper .load-more-label span {
	position: relative;
	color: rgba(255,255,255,.3);
	letter-spacing: 1.5px;
	top: 20px
}
@media only screen and (max-width:1440px) {
body:not(.mobile) .home-page .news-wrapper {
	padding: 100px 0 50px
}
}
@media only screen and (max-width:1360px) {
body:not(.mobile) .home-page .right-wrapper .block h3 {
	top: 30px;
	left: 30px;
	font-size: 50px
}
body:not(.mobile) .home-page .news-wrapper {
	padding: 0
}
body:not(.mobile) .home-page .news-wrapper .news-list {
	margin: 0
}
body:not(.mobile) .home-page .news-wrapper h3 {
	margin-bottom: 50px
}
}
@media only screen and (max-width:1150px) {
body:not(.mobile) .home-page .right-wrapper>.row {
	height: 50%
}
}
@media only screen and (max-width:1024px) {
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list .video-description {
	width: 600px
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list li.active img {
	margin-right: 0
}
.home-page .page-header .title-wrapper h1 {
	top: -60px;
	pointer-events: none
}
.home-page .right-wrapper {
	margin-top: -30px
}
.home-page .right-wrapper .block h3 {
	top: 30px;
	left: 30px;
	letter-spacing: -2px;
	font-size: 40px
}
.home-page .news-wrapper {
	padding-bottom: 0
}
}
@media only screen and (max-width:768px) {
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list li .persona-title {
	opacity: 0;
	visibility: hidden
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list li .active-text-wrapper .video-description {
	width: 550px;
	bottom: -60px
}
.home-page .right-wrapper .block {
	min-height: 250px
}
.home-page .news-wrapper {
	width: 100%;
	position: relative;
	bottom: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 60px
}
.home-page .news-wrapper h3 {
	font-size: 50px;
	letter-spacing: -2px
}
.home-page .news-wrapper .news-list {
	margin-bottom: 0
}
}
@media only screen and (max-width:767px) {
.home-page .left-wrapper {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.home-page .right-wrapper {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.home-page .right-wrapper .list-wrapper {
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.home-page .right-wrapper .block {
	min-height: 350px
}
.home-page .news-wrapper {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
}
@media only screen and (max-width:736px) and (min-width:500px) {
.personas-list li:not(.active) {
	display: none
}
.home-page .page-header .personas-wrapper .personas-list-wrapper {
	padding: 0 40px
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list {
	position: absolute;
	bottom: 80px
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list li {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	text-align: center
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list li .persona-title {
	display: none
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list li .persona-image {
	padding: 0 15px 0 0
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list li img {
	width: 60px;
	height: 60px;
	margin: 0 auto
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list li .active-text-wrapper {
	bottom: 40px;
	left: 75px
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list li .active-text-wrapper .active-name,  .home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list li .active-text-wrapper .active-titulo {
	position: relative;
	display: block;
	text-align: left;
	padding-left: 0;
	opacity: 0;
	visibility: hidden
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list li .active-text-wrapper .video-description {
	display: none;
	position: absolute;
	width: calc(100vw - 45px);
	left: initial;
	bottom: initial;
	margin-top: 10px;
	padding-left: 0;
	text-align: left;
	opacity: 0;
	visibility: hidden
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list li:not(.active) {
	display: none
}
.home-page .page-header .personas-wrapper .video-wrapper img {
	height: 110vh
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list li {
	top: 45px
}
.home-page .page-header .personas-wrapper .video-wrapper {
	height: 110vh
}
.home-page .page-header {
	height: 110vh
}
}
@media only screen and (max-width:414px) {
.home-page .page-header.christmas-header .title-wrapper p {
	top: -20px
}
.home-page .page-header .personas-wrapper .mute {
	display: none
}
.home-page .page-header .personas-wrapper .personas-list-wrapper {
	padding: 0 15px
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list {
	position: absolute;
	bottom: 80px
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list li {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	text-align: center
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list li .persona-title {
	display: none
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list li .persona-image {
	padding: 0 15px 0 0
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list li img {
	width: 60px;
	height: 60px;
	margin: 0 auto
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list li .active-text-wrapper .active-name,  .home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list li .active-text-wrapper .active-titulo {
	position: relative;
	display: block;
	text-align: left;
	padding-left: 0;
	opacity: 0;
	visibility: hidden
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list li .active-text-wrapper .video-description {
	display: none;
	position: absolute;
	width: calc(100vw - 45px);
	left: initial;
	bottom: initial;
	margin-top: 10px;
	padding-left: 0;
	text-align: left;
	opacity: 0;
	visibility: hidden
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list li:not(.active) {
	display: none
}
.home-page .page-header .personas-wrapper .video-wrapper:after {
	opacity: .5
}
.home-page .page-header .title-wrapper h1 {
	top: -20px
}
.home-page .page-content .left-wrapper .block .text-wrapper p {
	margin: 40px 0;
	padding: 0;
	font-size: 20px;
	line-height: 24px
}
.home-page .page-content .right-wrapper .block {
	min-height: 250px
}
.home-page .page-content .right-wrapper .block .slider-thumbs {
	bottom: 20px
}
.home-page .page-content .right-wrapper .block .slider-thumbs li {
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #fff;
	margin: 0 1px;
	opacity: .3;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out
}
.home-page .page-content .right-wrapper .block .slider-thumbs li .counter,  .home-page .page-content .right-wrapper .block .slider-thumbs li .image-slider-wrapper {
	display: none
}
.home-page .page-content .right-wrapper .block .slider-thumbs li:hover {
	-webkit-transform: none;
	transform: none
}
.home-page .page-content .right-wrapper .block .slider-thumbs li.active {
	opacity: 1
}
.home-page .news-wrapper {
	position: relative;
	width: 100%;
	bottom: auto;
	right: auto;
	padding-top: 100px;
	padding-bottom: 60px
}
.home-page .news-wrapper .news {
	margin-bottom: 30px
}
.home-page .news-wrapper h3 {
	font-size: 50px;
	letter-spacing: -4px
}
.home-page .news-wrapper .news-list {
	margin-bottom: 0
}
.home-page .news-wrapper .news-pict {
	margin: 0;
	position: absolute;
	top: 60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.home-page .right-wrapper .block h3 {
	top: 25px;
	left: 20px;
	letter-spacing: -1.5px;
	font-size: 32px
}
.home-page .right-wrapper .block .image-wrapper img {
	width: 150%;
	min-width: 150%;
	left: -25%
}
}
@media only screen and (max-width:320px) {
.home-page .page-header .personas-wrapper .personas-list-wrapper {
	padding: 0
}
.home-page .page-header .personas-wrapper .personas-list-wrapper .personas-list li img {
	width: 50px;
	height: 50px
}
}
.single-produtos #header-main {
	opacity: .05;
	pointer-events: none;
	z-index: 10
}
.single-produtos #header-main .hamb-menu, .single-produtos #header-main .main-logo a, .single-produtos #header-main .search-icon {
	pointer-events: none
}
.single-produtos #header-main .search-icon {
	opacity: 0;
	visibility: hidden
}
.single-produtos .single-produtos-page {
	height: 100vh;
	overflow: hidden
}
.js-single-product #header-main .search-icon {
	pointer-events: none
}
.js-single-product #header-main .hamb-menu {
	pointer-events: none
}
#single-produtos-ajax {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 101
}
#single-produtos-ajax .main-content-single-product {
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 100
}
#single-produtos-ajax .main-content-single-product .close-button {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 42px;
	height: 42px;
	text-indent: -9999px;
	will-change: transform;
	-webkit-transition: 1s transform cubic-bezier(.075, .82, .165, 1);
	transition: 1s transform cubic-bezier(.075, .82, .165, 1);
	transform-origin: center center;
	-webkit-transform-origin: center center
}
#single-produtos-ajax .main-content-single-product .close-button span {
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	top: 21px;
	left: 0;
	background-color: #fff
}
#single-produtos-ajax .main-content-single-product .close-button span.line-1 {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
#single-produtos-ajax .main-content-single-product .close-button span.line-2 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
#single-produtos-ajax .main-content-single-product .close-button:hover {
	transform: rotate(180deg)
}
#single-produtos-ajax .main-content-single-product .main-image-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
#single-produtos-ajax .main-content-single-product .main-image-wrapper img {
	margin: 0 auto;
	max-height: 500px;
	height: 500px
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper {
	position: relative;
	height: 100%;
	padding: 70px 70px 60px
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper h1 {
	font: normal 55px/65px FFTisaSansWebMediumItalic, Helvetica, Arial, sans-serif
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper p {
	margin-top: 10px;
	font: normal 18px/20px FFTisaSansWeb, Helvetica, Arial, sans-serif;
	color: rgba(255,255,255,.7)
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-caracteristics ul {
	position: relative;
	margin-top: 20px
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-caracteristics ul li {
	display: inline-block;
	margin: 0 20px;
	font: normal 14px/18px FFTisaSansWeb, Helvetica, Arial, sans-serif;
	color: rgba(255,255,255,.7);
	text-align: center
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-caracteristics ul li:first-of-type {
	margin-left: 0
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-caracteristics ul li.referencia {
	margin-left: 0
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-caracteristics ul li img {
	margin: 0 auto 10px auto;
	opacity: .7
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-caracteristics ul li span {
	display: block
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-caracteristics ul .icon-column {
	top: 19px;
	position: relative;
	margin-right: 0
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-caracteristics ul .icon-column img {
	width: 16px
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-caracteristics .referencia .referencia-title {
	display: block;
	font-size: 24px;
	top: -10px;
	position: relative;
	opacity: .7
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-caracteristics .produto-pincelado img {
	width: 37px
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-caracteristics .produto-peso img {
	width: 40px
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-caracteristics .produto-unidades-caixa img {
	width: 33px
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-caracteristics .produto-slices img {
	width: 35px
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-caracteristics .produto-largura img {
	width: 40px
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-caracteristics .produto-comprimento img {
	width: 20px
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-caracteristics .produto-diametro img {
	width: 20px
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-methods h4 {
	position: relative;
	margin-bottom: 20px;
	font: normal 20px/24px FFTisaSansWeb, Helvetica, Arial, sans-serif;
	color: rgba(255,255,255,.7)
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-methods ul {
	position: relative;
	display: block;
	margin: 20px 0 0
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-methods ul .separator-line {
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: -10px;
	opacity: 0;
	background-color: rgba(255,255,255,.7)
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-methods ul li {
	position: relative;
	display: inline-block;
	margin: 10px 20px
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-methods ul li.first, #single-produtos-ajax .main-content-single-product .main-content-wrapper .products-methods ul li:first-of-type {
	margin-left: 0
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-methods ul li.icon-column {
	width: 42.39px
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-methods ul li.icon-column img {
	width: 16px;
	margin-left: 4px;
	display: inline-block;
	top: -4px;
	position: relative
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-methods ul li.icon-column div {
	display: inline-block
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-methods ul li.center span {
	position: relative;
	top: 10px
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-methods ul li span {
	display: block;
	font: normal 14px/18px FFTisaSansWebMedium, Helvetica, Arial, sans-serif;
	color: rgba(255,255,255,.7)
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-methods ul li svg {
	position: absolute;
	top: 0;
	right: -26px;
	width: 13px;
	height: 38px
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-methods ul li svg path {
	stroke: rgba(255,255,255,.7);
	stroke-miterlimit: 10;
	fill: none
}
.single-produtos-page .page-content .main-content-single-product {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 100
}
.single-produtos-page .page-content .main-content-single-product .close-button {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 42px;
	height: 42px;
	text-indent: -9999px;
	will-change: transform;
	transition: 1s transform cubic-bezier(.075, .82, .165, 1);
	transform-origin: center center
}
.single-produtos-page .page-content .main-content-single-product .close-button span {
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	top: 21px;
	left: 0;
	background-color: #fff
}
.single-produtos-page .page-content .main-content-single-product .close-button span.line-1 {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.single-produtos-page .page-content .main-content-single-product .close-button span.line-2 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.single-produtos-page .page-content .main-content-single-product .close-button:hover {
	transform: rotate(180deg)
}
.single-produtos-page .page-content .main-content-single-product .main-image-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
.single-produtos-page .page-content .main-content-single-product .main-image-wrapper img {
	margin: 0 auto;
	max-height: 500px;
	height: 500px
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper {
	position: relative;
	height: 100%;
	padding: 70px 70px 60px
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper h1 {
	font: normal 55px/65px FFTisaSansWebMediumItalic, Helvetica, Arial, sans-serif
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper p {
	margin-top: 10px;
	font: normal 18px/20px FFTisaSansWeb, Helvetica, Arial, sans-serif;
	color: rgba(255,255,255,.7)
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-caracteristics ul {
	position: relative;
	margin-top: 20px
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-caracteristics ul li {
	display: inline-block;
	margin: 0 20px;
	font: normal 14px/18px FFTisaSansWeb, Helvetica, Arial, sans-serif;
	color: rgba(255,255,255,.7);
	text-align: center
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-caracteristics ul li:first-of-type {
	margin-left: 0
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-caracteristics ul li.referencia {
	margin-left: 0
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-caracteristics ul li img {
	margin: 0 auto 10px auto;
	opacity: .7
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-caracteristics ul li span {
	display: block
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-caracteristics ul li.stand-alone img {
	margin: 0 auto 16px auto
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-caracteristics ul .icon-column {
	top: 19px;
	position: relative;
	margin-right: 0
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-caracteristics ul .icon-column img {
	width: 16px
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-caracteristics .referencia .referencia-title {
	display: block;
	font-size: 24px;
	top: -10px;
	position: relative;
	opacity: .7
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-caracteristics .produto-pincelado img {
	width: 37px
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-caracteristics .produto-peso img {
	width: 40px
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-caracteristics .produto-unidades-caixa img {
	width: 33px
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-caracteristics .produto-slices img {
	width: 35px
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-caracteristics .produto-largura img {
	width: 40px
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-caracteristics .produto-comprimento img {
	width: 20px
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-caracteristics .produto-diametro img {
	width: 20px
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-methods h4 {
	position: relative;
	margin-bottom: 20px;
	font: normal 20px/24px FFTisaSansWeb, Helvetica, Arial, sans-serif;
	color: rgba(255,255,255,.7)
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-methods ul {
	position: relative;
	display: block;
	margin: 20px 0 0
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-methods ul .separator-line {
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: -10px;
	opacity: 0;
	background-color: rgba(255,255,255,.7);
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-methods ul li {
	position: relative;
	display: inline-block;
	margin: 10px 20px
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-methods ul li.first, .single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-methods ul li:first-of-type {
	margin-left: 0
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-methods ul li.icon-column img {
	width: 16px;
	margin-left: 4px;
	display: inline-block;
	top: -4px;
	position: relative
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-methods ul li.icon-column div {
	display: inline-block
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-methods ul li.center span {
	position: relative;
	top: 10px
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-methods ul li span {
	display: block;
	font: normal 14px/18px FFTisaSansWebMedium, Helvetica, Arial, sans-serif;
	color: rgba(255,255,255,.7)
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-methods ul li svg {
	position: absolute;
	top: 0;
	right: -26px;
	width: 13px;
	height: 38px
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-methods ul li svg path {
	stroke: rgba(255,255,255,.7);
	stroke-miterlimit: 10;
	fill: none
}
.add-to-wishlist-wrapper {
	position: absolute;
	display: block;
	height: 60px;
	top: calc(100vh - 85px);
	right: 120px;
	border-radius: 7px;
	overflow: hidden
}
.add-to-wishlist {
	position: relative;
	display: block;
	width: 250px;
	height: 60px;
	border-radius: 7px;
	-webkit-transform: translateX(110%);
	transform: translateX(110%);
	-webkit-box-shadow: 0 0 41px 10px rgba(0,0,0,.08);
	-moz-box-shadow: 0 0 41px 10px rgba(0,0,0,.08);
	box-shadow: 0 0 41px 10px rgba(0,0,0,.08)
}
.add-to-wishlist.removeActive .text.add {
	top: -150%
}
.add-to-wishlist.removeActive .text.remove {
	top: 50%
}
.add-to-wishlist .text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 20px;
	right: 0;
	line-height: 60px;
	font-family: FFTisaSansWebMediumItalic, Helvetica, Arial, sans-serif;
	font-size: 19px;
	color: #eaa73d;
	transition: .6s all
}
.add-to-wishlist .text.remove {
	top: 115%
}
.add-to-wishlist .background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 7px;
	background-color: #fff
}
.add-to-wishlist:hover .plus-state .plus-filled {
	opacity: 1
}
.add-to-wishlist:hover .plus-state .plus-stroke {
	opacity: 0
}
.add-to-wishlist:hover .min-state .min-filled {
	opacity: 1
}
.add-to-wishlist:hover .min-state .min-stroke {
	opacity: 0
}
.add-to-wishlist svg {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}
.add-to-wishlist svg path {
	fill: #eaa73d;
	-webkit-transition: opacity .26s ease-in-out;
	transition: opacity .26s ease-in-out
}
.add-to-wishlist svg .min-filled, .add-to-wishlist svg .min-stroke, .add-to-wishlist svg .plus-filled {
	opacity: 0
}
.add-to-wishlist svg.min-state .plus-stroke {
	opacity: 0
}
.add-to-wishlist svg.min-state .min-stroke {
	opacity: 1
}
.backdropfilter #single-produtos-ajax .main-content-single-product {
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	background: 0 0
}
.backdropfilter .page-content .main-content-single-product, .backdropfilter .page-content .transition-bg {
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	background: 0 0
}
.chrome.backdropfilter #single-produtos-ajax .main-content-single-product {
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	background: rgba(0,0,0,.8)
}
.chrome.backdropfilter .page-content .main-content-single-product, .chrome.backdropfilter .page-content .transition-bg {
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	background: rgba(0,0,0,.8)
}
@media only screen and (max-width:1650px) {
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper {
	padding: 50px 50px 40px
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper {
	padding: 50px 50px 40px
}
}
@media only screen and (max-width:1024px) {
.single-produtos-page .page-content .main-content-single-product .close-button {
	top: 50px;
	right: 50px
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper {
	padding-bottom: 20px
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-caracteristics ul {
	-webkit-transform: scale(.8);
	transform: scale(.8);
	-webkit-transform-origin: top left;
	transform-origin: top left
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper h1 {
	font-size: 45px;
	line-height: 55px
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-methods h4 {
	margin-bottom: 0
}
#single-produtos-ajax .main-content-single-product .close-button {
	top: 50px;
	right: 50px;
	z-index: 9999
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper {
	padding-bottom: 20px
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-caracteristics ul {
	-webkit-transform: scale(.8);
	transform: scale(.8);
	-webkit-transform-origin: top left;
	transform-origin: top left
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper h1 {
	font-size: 45px;
	line-height: 55px
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-methods h4 {
	margin-bottom: 0
}
}
@media only screen and (max-width:768px) {
.single-produtos-page .page-content .main-content-single-product .main-image-wrapper img {
	max-height: none;
	height: auto
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-caracteristics ul {
	-webkit-transform: none;
	transform: none;
	-webkit-transform-origin: none;
	transform-origin: none
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-methods {
	top: -80px;
	position: relative
}
#single-produtos-ajax .main-content-single-product .main-image-wrapper img {
	max-height: none;
	height: auto
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-caracteristics ul {
	-webkit-transform: none;
	transform: none;
	-webkit-transform-origin: none;
	transform-origin: none
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-methods {
	top: -80px;
	position: relative
}
}
@media only screen and (max-width:414px) {
.single-produtos-page .page-content .main-content-single-product {
	min-height: none;
	height: auto;
	overflow: auto
}
.single-produtos-page .page-content .main-content-single-product .main-image-wrapper {
	position: relative;
	top: auto;
	left: auto;
	margin: 50px 0
}
.single-produtos-page .page-content .main-content-single-product .main-image-wrapper img {
	width: 120%;
	min-width: 120%;
	left: -10%;
	max-height: none;
	position: relative
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper {
	padding: 25px 25px 100px 25px;
	height: auto;
	min-height: 100vh;
	width: 100vw;
	overflow: hidden
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper h1 {
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -1px;
	max-width: 250px;
	width: auto
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-methods {
	top: inherit
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-methods h4 {
	margin-bottom: 0
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-methods ul {
	margin-bottom: 0;
	margin-left: -20px
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-methods ul:before {
	left: 20px;
	width: calc(100% - 20px)
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-caracteristics {
	margin-top: 40px
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-caracteristics .referencia .referencia-title {
	font-size: 18px
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-caracteristics ul li {
	margin: 0 10px
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-caracteristics .produto-peso img {
	width: 30px
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-caracteristics .produto-unidades-caixa img {
	width: 25px
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-caracteristics .produto-largura img {
	width: 30px
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-caracteristics .produto-comprimento img {
	width: 14px
}
.single-produtos-page .page-content .main-content-single-product .close-button {
	top: 25px;
	right: 30px
}
#single-produtos-ajax .main-content-single-product {
	min-height: none;
	height: auto;
	overflow: auto
}
#single-produtos-ajax .main-content-single-product .main-image-wrapper {
	position: relative;
	top: auto;
	left: auto;
	margin: 50px 0
}
#single-produtos-ajax .main-content-single-product .main-image-wrapper img {
	width: 120%;
	min-width: 120%;
	left: -10%;
	max-height: none;
	position: relative
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper {
	padding: 25px 25px 100px 25px;
 padding-left:.9375rem;
 padding-right:.9375rem;
	height: auto;
	min-height: 100vh;
	width: 100vw;
	overflow: hidden
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper h1 {
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -1px;
	max-width: 250px;
	width: auto
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-methods {
	top: inherit
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-methods h4 {
	margin-bottom: 0
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-methods ul {
	margin-bottom: 0;
	margin-left: -20px
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-methods ul:before {
	left: 20px;
	width: calc(100% - 20px)
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-caracteristics {
	margin-top: 40px
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-caracteristics .referencia .referencia-title {
	font-size: 18px
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-caracteristics ul li {
	margin: 0 10px
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-caracteristics .produto-peso img {
	width: 30px
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-caracteristics .produto-unidades-caixa img {
	width: 25px
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-caracteristics .produto-largura img {
	width: 30px
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-caracteristics .produto-comprimento img {
	width: 14px
}
#single-produtos-ajax .main-content-single-product .close-button {
	top: 25px;
	right: 30px
}
.add-to-wishlist-wrapper {
	right: 105px
}
}
@media only screen and (max-width:320px) {
.add-to-wishlist-wrapper {
	right: 97px
}
.add-to-wishlist-wrapper .add-to-wishlist .text {
	font-size: 14px
}
.add-to-wishlist {
	width: 200px
}
}
@media (max-height:768px) {
body:not(.mobile) .single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-caracteristics ul {
	-webkit-transform: scale(.8);
	transform: scale(.8);
	-webkit-transform-origin: top left;
	transform-origin: top left
}
body:not(.mobile) #single-produtos-ajax .main-content-single-product .main-content-wrapper .products-caracteristics ul {
	-webkit-transform: scale(.8);
	transform: scale(.8);
	-webkit-transform-origin: top left;
	transform-origin: top left
}
}
@media (max-height:750px) and (min-width:1025px) {
.chrome .single-produtos-page .page-content .main-content-single-product .main-content-wrapper {
	padding: 50px 50px 40px
}
}
@media only screen and (max-width:736px) and (min-width:500px) {
.add-to-wishlist {
	height: 50px
}
.add-to-wishlist-wrapper {
	height: 50px;
	top: calc(100vh - 75px)
}
.wishlist-container {
	top: calc(100vh - 75px)
}
.wishlist-container .wishlist-wrapper {
	width: 50px;
	height: 50px
}
.wishlist-container .wishlist-wrapper svg {
	width: 25px
}
.single-produtos-page .page-content .main-content-single-product .main-image-wrapper {
	top: inherit;
	left: inherit;
	height: auto;
	width: auto
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-caracteristics .produto-peso img {
	width: 30px
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-caracteristics .produto-unidades-caixa img {
	width: 27px
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-caracteristics .referencia .referencia-title {
	font-size: 19px
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-caracteristics ul li {
	margin: 0 10px 0 0
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-methods {
	display: none;
	top: 0
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-methods ul span.separator-line {
	width: 100%!important
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-methods ul li.icon-column {
	width: 25.39px
}
.single-produtos-page .page-content .main-content-single-product .close-button {
	z-index: 9999
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper h1 {
	font-size: 35px;
	line-height: 35px
}
.single-produtos-page .page-content .main-content-single-product .main-content-wrapper .products-methods ul .separator-line {
	width: 100%
}
#single-produtos-ajax .main-content-single-product .main-image-wrapper {
	top: inherit;
	left: inherit;
	height: auto;
	width: auto
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-caracteristics .produto-peso img {
	width: 30px
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-caracteristics .produto-unidades-caixa img {
	width: 27px
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-caracteristics .referencia .referencia-title {
	font-size: 19px
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-caracteristics ul li {
	margin: 0 10px 0 0
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-methods {
	display: none;
	top: 0
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-methods ul span.separator-line {
	width: 100%!important
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-methods ul li.icon-column {
	width: 25.39px
}
#single-produtos-ajax .main-content-single-product .close-button {
	z-index: 9999
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper h1 {
	font-size: 35px;
	line-height: 35px
}
#single-produtos-ajax .main-content-single-product .main-content-wrapper .products-methods ul .separator-line {
	width: 100%
}
}
.single-noticias-page .page-header .title-wrapper {
	padding-top: 260px
}
.single-noticias-page .page-header .title-wrapper .social {
	padding-top: 35px
}
.single-noticias-page .page-header .image-wrapper {
	height: 90vh
}
.single-noticias-page .page-header .image-wrapper>.row {
	height: 100%
}
.single-noticias-page .page-header .image-wrapper>.row .block-bg-cover {
	position: relative;
	opacity: .7;
	-webkit-box-shadow: -18px 18px 45px 0 rgba(0,0,0,.42);
	-moz-box-shadow: -18px 18px 45px 0 rgba(0,0,0,.42);
	box-shadow: -18px 18px 45px 0 rgba(0,0,0,.42)
}
.single-noticias-page .page-header .image-wrapper>.row picture {
	height: 100%;
	position: relative;
	display: block
}
.single-noticias-page .page-content p {
	font-family: FFTisaSansWebLight, Helvetica, Arial, sans-serif;
	margin: 0 19.25% 0 19.25%;
	color: #998787;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -.5px
}
.single-noticias-page .page-content p a {
	color: #cca36e;
	font-family: FFTisaSansWebLight, Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 28px
}
.single-noticias-page .page-content .image-full {
	margin: 0 auto
}
.single-noticias-page .page-content blockquote p {
	font-size: 34px;
	line-height: 42px;
	opacity: 1;
	margin: inherit;
	text-align: center;
	color: #d5ae7e;
	letter-spacing: -1px;
	font-family: FFTisaSansWebLightItalic, Helvetica, Arial, sans-serif
}
.single-noticias-page .page-content .iframe-wrapper {
	position: relative;
	left: 50%;
	cursor: pointer;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.single-noticias-page .page-content .single-news-rows:before {
	content: '';
	height: 1px;
	width: 100%;
	background-color: rgba(255,255,255,.1);
	position: relative;
	display: block;
	margin-top: 105px;
	margin-bottom: 140px
}
.single-noticias-page .page-content .single-news-rows h3 {
	margin-bottom: 55px;
	font-size: 50px;
	font-family: FFTisaSansWebLight, Helvetica, Arial, sans-serif;
	letter-spacing: -2px
}
.single-noticias-page .page-content .single-news-wrapper {
	background-color: #2c2626;
	height: 255px;
	margin: 20px 0;
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,.026)
}
.single-noticias-page .page-content .single-news-wrapper>.row {
	height: 100%
}
.single-noticias-page .page-content .single-news-wrapper>.row .columns {
	position: relative
}
.single-noticias-page .page-content .single-news-wrapper h3 {
	font-size: 40px;
	margin-bottom: 0
}
.single-noticias-page .page-content .single-news-wrapper .news-content {
	padding: 40px 50px 40px 20px
}
.single-noticias-page .page-content .single-news-wrapper .news-content p {
	font-family: FFTisaSansWebLight, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 21px;
	opacity: 1;
	margin: 15px 0 0 0;
	padding: 0
}
.single-noticias-page .page-content .single-news-wrapper .news-content .social {
	position: absolute;
	bottom: 35px
}
.single-noticias-page .page-content .social {
	text-align: center
}
date {
	color: #998787
}
@media only screen and (max-width:1024px) {
.single-noticias-page .page-header .image-wrapper img {
	position: relative;
	left: 50%;
	max-width: none;
	width: auto;
	max-height: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.single-noticias-page .page-content .single-news-wrapper {
	height: auto;
	overflow: hidden
}
.single-noticias-page .page-content .single-news-wrapper .block-bg-cover {
	position: absolute
}
.single-noticias-page .page-content .single-news-wrapper img {
	max-width: none;
	width: auto;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0)
}
}
@media only screen and (max-width:768px) {
.single-noticias-page .page-header .image-wrapper img {
	left: 0
}
.single-noticias-page .page-content .iframe-wrapper {
	width: calc(100vw - 80px);
	height: 400px
}
.single-noticias-page .page-content .iframe-wrapper iframe {
	width: calc(100vw - 80px);
	height: 400px
}
}
@media only screen and (max-width:414px) {
.single-noticias .scroll-helper {
	display: block;
	padding: 0 15px;
	top: 80vh
}
.single-noticias-page .page-header .title-wrapper {
	padding-top: 160px
}
.single-noticias-page .page-content {
	padding: 0 15px
}
.single-noticias-page .page-content p {
	margin: 0
}
.single-noticias-page .page-content blockquote p {
	font-size: 28px;
	line-height: 36px
}
.single-noticias-page .page-content blockquote strong {
	font-size: 28px
}
.single-noticias-page .page-content .iframe-wrapper {
	width: calc(100vw - 60px);
	height: 200px;
	left: auto;
	-webkit-transform: none;
	transform: none
}
.single-noticias-page .page-content .iframe-wrapper iframe {
	width: calc(100vw - 60px);
	height: 100%
}
.single-noticias-page .page-content .social {
	position: relative;
	bottom: auto;
	padding-top: 0;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left
}
.single-noticias-page .page-content .single-news-wrapper .block-bg-cover {
	position: relative
}
.single-noticias-page .page-content .single-news-wrapper img {
	max-width: 100%;
	width: 100%;
	left: auto;
	-webkit-transform: none;
	transform: none
}
.single-noticias-page .page-content .news-wrapper {
	padding: 0 15px
}
.single-noticias-page .page-content .news-wrapper .news-content {
	padding: 20px
}
.single-noticias-page .page-content .news-wrapper .news-content .social {
	position: relative;
	bottom: auto
}
.single-noticias-page .page-content .single-news-wrapper h3 {
	font-size: 25px;
	margin-bottom: 6px;
	letter-spacing: -1px
}
.single-noticias-page .page-content .single-news-wrapper .news-content p {
	font-size: 15px;
	color: rgba(255,255,255,.3);
	line-height: 17px;
	opacity: 1;
	margin-top: 15px;
	margin-bottom: 15px
}
}
.sobre-page .page-header {
	height: auto;
	min-height: 100vh
}
.sobre-page .page-header .title-wrapper {
	position: relative;
	text-align: center;
	z-index: 2
}
.sobre-page .page-header .title-wrapper p {
	margin-top: 15px;
	font: normal 35px/35px FFTisaSansWebLightItalic, Helvetica, Arial, sans-serif;
	color: #d5ae7e
}
.sobre-page .page-header .map-wrapper {
	position: relative;
	z-index: 1
}
.sobre-page .page-header .map-wrapper .map-image {
	visibility: hidden;
	opacity: 0;
	min-width: 1670px;
	position: relative
}
.sobre-page .page-header .map-wrapper .map-images, .sobre-page .page-header .map-wrapper .map-images-entrance {
	position: relative;
	width: 100%
}
.sobre-page .page-header .map-wrapper .map-images img, .sobre-page .page-header .map-wrapper .map-images-entrance img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 1670px;
	visibility: hidden
}
.sobre-page .page-header .map-wrapper .map-images img.previous-image, .sobre-page .page-header .map-wrapper .map-images-entrance img.previous-image {
	visibility: hidden
}
.sobre-page .page-header .map-wrapper .map-images img.current-image, .sobre-page .page-header .map-wrapper .map-images-entrance img.current-image {
	visibility: visible
}
.sobre-page .page-header .map-wrapper .map-images {
	opacity: 0;
	visibility: hidden
}
.sobre-page .page-header .map-wrapper .map-controller {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1670px
}
.sobre-page .page-header .map-wrapper .map-controller .country {
	opacity: 0;
	visibility: hidden
}
.sobre-page .page-header .map-wrapper .country-wrapper {
	position: absolute;
	width: 18px;
	height: 18px
}
.sobre-page .page-header .map-wrapper .country-element {
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 26px 0 #fff;
	-moz-box-shadow: 0 0 26px 0 #fff;
	box-shadow: 0 0 26px 0 #fff;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: box-shadow .25s cubic-bezier(.19, 1, .22, 1);
	transition: box-shadow .25s cubic-bezier(.19, 1, .22, 1);
	opacity: 0;
	visibility: hidden
}
.sobre-page .page-header .map-wrapper .country-element.active {
	-webkit-box-shadow: 0 0 26px 2px #fff;
	-moz-box-shadow: 0 0 26px 2px #fff;
	box-shadow: 0 0 26px 2px #fff
}
.sobre-page .page-header .map-wrapper .map-mobile {
	width: 1023px;
	height: 517px;
	max-width: none
}
.sobre-page .page-header .map-wrapper .swipe-helper {
	display: none;
	position: absolute;
	bottom: 40px;
	left: calc(50% - 40px);
	width: 65px;
	height: 50px;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}
.sobre-page .page-header .text-content-wrapper {
	position: relative;
	margin-top: -80px;
	margin-bottom: 160px;
	z-index: 2
}
.sobre-page .page-header .text-content-wrapper p {
	color: #998787;
	text-align: left
}
.sobre-page .page-header .text-content-wrapper a {
	margin-top: 80px
}
.sobre-page .page-content .video-wrapper {
	position: relative;
	width: 100%;
	height: 90vh;
	overflow: hidden;
	cursor: pointer
}
.sobre-page .page-content .video-wrapper:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #382f2f;
	opacity: .3;
	z-index: 1;
	pointer-events: none
}
.sobre-page .page-content .video-wrapper img, .sobre-page .page-content .video-wrapper video {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	overflow: hidden
}
.sobre-page .page-content .video-wrapper .play-pause-helper {
	position: absolute;
	width: 100px;
	height: 100px;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	border-radius: 100%;
	background-color: #fff;
	pointer-events: none;
	opacity: 0;
	z-index: 2;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.sobre-page .page-content .video-wrapper .play-pause-helper .play-pause-btn {
	width: 40px;
	height: 40px;
	top: calc(50% - 20px);
	left: calc(50% - 15px);
	position: absolute
}
.sobre-page .page-content .video-wrapper .play-pause-helper .play-pause-btn .pause {
	opacity: 0;
	fill: none;
	stroke: #251f1f;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10
}
.sobre-page .page-content .video-wrapper .play-pause-helper .play-pause-btn .play {
	fill: #251f1f
}
.sobre-page .page-content .video-wrapper .play-pause-helper.paused .play-pause-btn .pause {
	opacity: 1
}
.sobre-page .page-content .video-wrapper .play-pause-helper.paused .play-pause-btn .play {
	opacity: 0
}
.sobre-page .page-content .video-wrapper .video-ui {
	position: absolute;
	width: 80%;
	height: 120px;
	bottom: 0;
	left: 10%;
	z-index: 2
}
.sobre-page .page-content .video-wrapper .subtitles {
	position: absolute;
	bottom: 57px;
	left: 50px;
	width: 60px;
	height: 26px;
	z-index: 10
}
.sobre-page .page-content .video-wrapper .subtitles svg {
	width: 30px;
	height: 26px
}
.sobre-page .page-content .video-wrapper .subtitles svg path {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	stroke-miterlimit: 10
}
.sobre-page .page-content .video-wrapper .subtitles .label-wrapper {
	display: block;
	position: absolute;
	height: 12px;
	width: 30px;
	top: 4px;
	left: 50px;
	overflow: hidden;
	font: 12px/12px FFTisaSansWebMedium, Helvetica, Arial, sans-serif;
	text-transform: uppercase
}
.sobre-page .page-content .video-wrapper .subtitles .label-wrapper .label {
	display: block
}
.sobre-page .page-content .video-wrapper .subtitles .label-wrapper .label span {
	display: inline-block
}
.sobre-page .page-content .video-wrapper .current-time {
	position: absolute;
	bottom: 60px;
	right: 10px;
	font-size: 20px
}
.sobre-page .page-content .video-wrapper .video-subtitles {
	position: absolute;
	bottom: 100px;
	width: 90%;
	left: 5%;
	font-family: FFTisaSansWebMedium, Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 30px;
	color: #fff;
	text-shadow: #000 0 0 13px
}
.sobre-page .page-content .video-wrapper .progress-bar-hit-zone {
	position: absolute;
	display: block;
	width: 100%;
	height: 20px;
	left: 0;
	bottom: 20px;
	cursor: pointer
}
.sobre-page .page-content .video-wrapper .progress-bar-wrapper {
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	top: 10px;
	height: 2px;
	border-radius: 2px;
	background-color: rgba(255,255,255,.3)
}
.sobre-page .page-content .video-wrapper .progress-bar-wrapper .progress-bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 2px;
	border-radius: 2px;
	background-color: #fff
}
.sobre-page .page-content .video-wrapper ::cue {
 font-family:FFTisaSansWebLight, Helvetica, Arial, sans-serif;
 font-size:20px;
 line-height:22px;
 color:transparent;
 background:0 0
}
.sobre-page .page-content .video-wrapper .video-mobile-link {
	position: absolute;
	top: 50%;
	left: 50%
}
.sobre-page .page-content .video-wrapper .video-mobile-link {
	position: absolute;
	width: 80px;
	height: 80px;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	border-radius: 100%;
	z-index: 2;
	background-color: #fff;
	text-indent: -9999px
}
.sobre-page .page-content .video-wrapper .video-mobile-link .play-pause-btn {
	width: 30px;
	height: 30px;
	top: calc(50% - 15px);
	left: calc(50% - 13px);
	position: absolute
}
.sobre-page .page-content .video-wrapper .video-mobile-link .play-pause-btn .play {
	fill: #251f1f
}
.sobre-page .page-content .history-wrapper {
	margin: 0;
	opacity: 0;
	visibility: hidden
}
.sobre-page .page-content .history-wrapper h2 {
	display: inline-block
}
.sobre-page .page-content .history-wrapper .history-slider-wrapper {
	position: relative;
	z-index: 1;
	margin-top: -50px;
	-webkit-user-select: none;
	user-select: none
}
.sobre-page .page-content .history-wrapper .history-slider-wrapper .history-slider {
	position: relative;
	display: inline-block;
	margin-top: -50px;
	pointer-events: none;
	-webkit-user-select: none;
	user-select: none
}
.sobre-page .page-content .history-wrapper .history-slider-wrapper .history-slider li {
	position: relative;
	display: inline-block;
	pointer-events: none;
	max-width: 650px
}
.sobre-page .page-content .history-wrapper .history-slider-wrapper .history-slider li img {
	pointer-events: none
}
.sobre-page .page-content .history-wrapper .history-slider-wrapper .history-slider li:not(:first-child) {
	margin-left: -230px
}
.sobre-page .page-content .history-wrapper .history-slider-wrapper .history-slider-handler {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	z-index: 10;
	cursor: -webkit-grab;
	-webkit-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	user-select: none
}
.sobre-page .page-content .history-wrapper .history-slider-wrapper .history-slider-handler.dragging {
	cursor: -webkit-grabbing
}
.sobre-page .page-content .history-wrapper .history-slider-text {
	position: relative;
	width: 100%;
	height: 250px
}
.sobre-page .page-content .history-wrapper .history-slider-text li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 22px;
	line-height: 36px;
	font-family: "Roboto", Sans-serif;
}
.sobre-page .page-content .history-wrapper .history-dragger {
	position: relative;
	z-index: 10;
	margin-bottom: 40px;
	margin-top: 0
}
.sobre-page .page-content .history-wrapper .history-dragger>.columns {
	position: relative
}
.sobre-page .page-content .history-wrapper .history-dragger .dash-line {
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	pointer-events: none
}
.sobre-page .page-content .history-wrapper .history-dragger .dash-line .ball {
	position: relative;
	display: inline-block;
	width: 2px;
	height: 2px;
	margin: 0 7px;
	top: -9px;
	background-color: rgba(255,255,255,.2);
	border-radius: 2px
}
.sobre-page .page-content .history-wrapper .history-dragger .dragger-button-wrapper {
	display: inline-block;
	cursor: -webkit-grab!important
}
.sobre-page .page-content .history-wrapper .history-dragger.dragging .dragger-button-wrapper {
	cursor: -webkit-grabbing!important
}
.sobre-page .page-content .history-wrapper .history-dragger .dragger {
	position: relative;
	background-color: transparent;
	pointer-events: none
}
.sobre-page .page-content .history-wrapper .history-dragger .dragger .year {
	font-size: 25px;
	padding: 4px 30px;
	background-color: #67a2b9;
	pointer-events: none
}
.sobre-page .page-content .history-wrapper .history-dragger .dragger .year * {
	font-size: 25px;
	text-align: center
}
.sobre-page .page-content .history-wrapper .history-dragger .left-helper {
	display: block;
	position: absolute;
	left: -14px;
	top: 3px;
	width: 60px;
	height: 40px;
	z-index: 10;
	pointer-events: visible;
	cursor: pointer;
	-webkit-transition: transform .8s cubic-bezier(.075, .82, .165, 1);
	transition: transform .8s cubic-bezier(.075, .82, .165, 1)
}
.sobre-page .page-content .history-wrapper .history-dragger .left-helper svg {
	position: relative;
	top: 12px;
	width: 6px;
	height: 10px;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}
.sobre-page .page-content .history-wrapper .history-dragger .left-helper svg path {
	fill: #fff
}
.sobre-page .page-content .history-wrapper .history-dragger .left-helper:hover {
	-webkit-transform: translateX(-5px);
	transform: translateX(-5px)
}
.sobre-page .page-content .history-wrapper .history-dragger .right-helper {
	display: block;
	position: absolute;
	right: -10px;
	top: 3px;
	width: 60px;
	height: 40px;
	z-index: 10;
	text-align: right;
	pointer-events: visible;
	cursor: pointer;
	-webkit-transition: transform .8s cubic-bezier(.075, .82, .165, 1);
	transition: transform .8s cubic-bezier(.075, .82, .165, 1)
}
.sobre-page .page-content .history-wrapper .history-dragger .right-helper svg {
	position: relative;
	top: 12px;
	width: 6px;
	height: 10px
}
.sobre-page .page-content .history-wrapper .history-dragger .right-helper svg path {
	fill: #fff
}
.sobre-page .page-content .history-wrapper .history-dragger .right-helper:hover {
	-webkit-transform: translateX(5px);
	transform: translateX(5px)
}
.sobre-page .page-content .clients-wrapper {
	position: relative;
	margin: 130px 0
}
.sobre-page .page-content .clients-wrapper h3 {
	font-family: FFTisaSansWeb, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px
}
.sobre-page .page-content .clients-wrapper .client-img-wrapper {
	margin: 50px 0
}
.sobre-page .page-content .clients-wrapper .client-img-wrapper img {
	height: auto;
	max-height: 145px;
	margin: 0 auto
}
.sobre-page .page-content .clients-wrapper .btn {
	color: #fff;
	background-color: rgba(255,255,255,.07);
	-webkit-transition: background-color .5s ease;
	transition: background-color .5s ease
}
.sobre-page .page-content .clients-wrapper .btn svg {
	top: calc(50% - 5px);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.sobre-page .page-content .clients-wrapper .btn:hover svg {
	-webkit-transform: rotate(90deg) translateX(5px);
	transform: rotate(90deg) translateX(5px)
}
.sobre-page .page-content .clients-wrapper .hidden-clients {
	position: relative;
	overflow: hidden
}
.sobre-page .page-content .gallery-wrapper {
	position: relative;
	padding-bottom: 80px
}
.sobre-page .page-content .gallery-wrapper:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.1);
	-webkit-box-shadow: inset 0 0 54px 0 rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 0 54px 0 rgba(0,0,0,.2);
	box-shadow: inset 0 0 54px 0 rgba(0,0,0,.2);
}
.sobre-page .page-content .gallery-wrapper .gallery {
	position: relative;
	min-height: 1200px;
}
.sobre-page .page-content .gallery-wrapper .gallery .block {
	width: 100%;
	position: absolute;
	display: inline-block;
	overflow: hidden;
	-webkit-box-shadow: 0 0 38px rgba(0,0,0,.4), 0 0 12px rgba(0,0,0,.62);
	-moz-box-shadow: 0 0 38px rgba(0,0,0,.4), 0 0 12px rgba(0,0,0,.62);
	box-shadow: 0 0 38px rgba(0,0,0,.4), 0 0 12px rgba(0,0,0,.62);
}
.sobre-page .page-content .gallery-wrapper .gallery .block:nth-child(1) {
	top: 300px;
	left: calc(50% - 600px);
	height: 350px;
}
.sobre-page .page-content .gallery-wrapper .gallery .block:nth-child(2) {
	top: 100px;
	left: calc(50% + 200px);
	height: 360px;
}
.sobre-page .page-content .gallery-wrapper .gallery .block:nth-child(3) {
	top: 610px;
	left: calc(50% - 500px);
	height: 390px;
}
.sobre-page .page-content .gallery-wrapper .gallery .block:nth-child(4) {
	top: 460px;
	left: calc(50% + 180px);
	height: 380px;
}
.sobre-page .page-content .gallery-wrapper .gallery .block:nth-child(5) {
	top: 900px;
	right: 150px;
	height: 450px;
	width: auto;
}
.sobre-page .page-content .gallery-wrapper .gallery .block:nth-child(6) {
	top: 1500px;
	left: 0;
	height: 300px;
}
.sobre-page .page-content .gallery-wrapper .gallery .block:nth-child(7) {
	top: 50%;
	left: 50%;
	height: 390px;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.sobre-page .page-content .gallery-wrapper .gallery .block img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
.sobre-page .page-content .gallery-wrapper .text-content-wrapper {
	position: relative;
	margin-top: 80px;
}
.sobre-page .page-content .gallery-wrapper .text-content-wrapper h2 {
	margin-bottom: 60px
}
.sobre-page .page-content .gallery-wrapper .text-content-wrapper p {
	color: #998787
}
.sobre-page .page-content .gallery-wrapper .text-content-wrapper .btn {
	margin: 80px auto 0 auto
}
.sobre-page .page-content .gallery-wrapper .year {
	position: absolute;
	top: calc(50% + 110px);
	left: 50%;
	font: 18px/18px FFTisaSansWebLightItalic, Helvetica, Arial, sans-serif;
	color: rgba(255,255,255,.2);
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}
.sobre-page .page-content .gallery-wrapper .year:before {
	content: "";
	position: absolute;
	top: -60px;
	left: 50%;
	width: 1px;
	height: 50px;
	background-color: rgba(255,255,255,.15);
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0)
}
.sobre-page .page-content .text-photo-block-wrapper>.row {
	padding: 120px 0
}
.sobre-page .page-content .text-photo-block-wrapper h3 {
	margin-top: 120px;
	margin-bottom: 30px;
	letter-spacing: -2.5px
}
.sobre-page .page-content .text-photo-block-wrapper p {
	color: #998787;
	margin: 10px 0;
	padding-left: 45px;
	font-size: 21px;
	line-height: 28px;
	text-indent: 50px
}
.sobre-page .page-content .text-photo-block-wrapper .image-wrapper {
	position: relative
}
.sobre-page .page-content .text-photo-block-wrapper .image-wrapper .image-frame {
	position: absolute;
	z-index: 2
}
.sobre-page .page-content .text-photo-block-wrapper ul {
	position: relative;
	z-index: 2;
	width: auto;
	max-width: 400px;
	margin: 38px 0 60px 57px
}
.sobre-page .page-content .text-photo-block-wrapper ul li {
	position: relative;
	font-family: FFTisaSansWebLight, Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 24px;
	letter-spacing: -.5px;
	text-align: left;
	color: #998787;
	margin-top: 15px
}
.sobre-page .page-content .text-photo-block-wrapper ul li:before {
	content: "▹";
	font-size: 17px;
	line-height: 24px;
	position: absolute;
	left: -20px;
	top: -2px;
	color: #c93445
}
.sobre-page .page-content .text-photo-block-wrapper ul li:first-child {
	margin-top: 0
}
.sobre-page .page-content .text-block-wrapper {
	position: relative;
	margin-top: 120px;
	padding-bottom: 320px
}
.sobre-page .page-content .text-block-wrapper .row {
	position: relative
}
.sobre-page .page-content .text-block-wrapper .images-container img {
	display: inline-block;
	margin-right: 10px;
	width: 202px;
	margin-left: 45px;
	margin-top: 30px
}
.sobre-page .page-content .text-block-wrapper .image-wrapper {
	position: absolute;
	bottom: -200px;
	left: 50%;
	overflow: hidden
}
.sobre-page .page-content .text-block-wrapper .image-wrapper img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5)
}
.sobre-page .page-content .text-block-wrapper .joiner {
	position: absolute;
	top: -50px;
	right: -50px;
	font: 20px/20px FFTisaSansWebLightItalic, Helvetica, Arial, sans-serif;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	text-align: center;
	-webkit-box-shadow: 12px 12px 35px rgba(0,0,0,.4);
	-moz-box-shadow: 12px 12px 35px rgba(0,0,0,.4);
	box-shadow: 12px 12px 35px rgba(0,0,0,.4)
}
.sobre-page .page-content .text-block-wrapper .joiner span {
	line-height: 120px;
	position: relative
}
.sobre-page .page-content .text-block-wrapper .block {
	padding: 80px 0;
	-webkit-box-shadow: 13px 17px 54px rgba(0,0,0,.45);
	-moz-box-shadow: 13px 17px 54px rgba(0,0,0,.45);
	box-shadow: 13px 17px 54px rgba(0,0,0,.45)
}
.sobre-page .page-content .text-block-wrapper .block.block-1 {
	position: relative;
	top: 200px;
	z-index: 1;
	max-height: 600px
}
.sobre-page .page-content .text-block-wrapper .block h3 {
	margin-bottom: 30px;
	letter-spacing: -2.5px
}
.sobre-page .page-content .text-block-wrapper .block p {
	text-indent: 50px;
	margin: 10px 0;
	padding-left: 45px;
	font-size: 21px;
	line-height: 28px
}
.sobre-page .page-content .rolling-cookies {
	position: absolute
}
.sobre-page .page-content .rolling-cookies.cookie-1 {
	bottom: -100px;
	right: 150px;
	width: 230px
}
.sobre-page .page-content .rolling-cookies.cookie-2 {
	top: -200px;
	left: 200px;
	width: 242px;
	height: 300px
}
.safari:not(.mobile) .sobre-page .page-header .map-wrapper .map-image {
	visibility: visible;
	opacity: 1
}
.mobile .sobre-page .page-content .history-wrapper .history-slider-wrapper .history-slider-handler {
	display: none
}
.mobile .sobre-page .page-content .history-wrapper .history-slider-wrapper .history-slider li {
	pointer-events: visible
}
.mobile .sobre-page .page-content .history-wrapper .history-slider-wrapper .history-slider li.active {
	pointer-events: none
}
.sobre.phone[data-scrollbar] .scrollbar-track-y {
	pointer-events: none
}
@media only screen and (max-width:1024px) {
.sobre-page .page-header .map-wrapper {
	max-width: 1023px;
	height: 517px;
	margin: 40px 0 60px 0
}
.sobre-page .page-header .map-wrapper .scrollbar-track-x {
	opacity: 0;
	visibility: hidden
}
.sobre-page .page-content .gallery-wrapper .gallery .block img {
	-webkit-transform: none;
	transform: none
}
.sobre-page .page-content .gallery-wrapper .gallery .block:nth-child(5),  .sobre-page .page-content .gallery-wrapper .gallery .block:nth-child(6) {
	display: none
}
.sobre-page .page-content .gallery-wrapper .gallery .block:nth-child(7) {
	width: 600px
}
.sobre-page .page-content .gallery-wrapper .gallery .block:nth-child(7) img {
	width: 100%;
	margin-top: -80px
}
.sobre-page .page-content .gallery-wrapper .year {
	top: calc(50% - 50px)
}
.sobre-page .page-content .gallery-wrapper .text-content-wrapper {
	margin-top: 0
}
.sobre-page .page-content .text-block-wrapper .block p {
	padding-left: 0
}
.sobre-page .page-content .video-wrapper {
	height: 80vh
}
.sobre-page .page-content .rolling-cookies.cookie-1 {
	bottom: -100px;
	right: 0;
	width: 200px
}
.sobre-page .page-content .history-wrapper .history-slider-wrapper {
	margin-top: -20px
}
.sobre-page .page-content .history-wrapper .history-slider-wrapper .history-slider li:not(:first-child) {
	margin-left: -350px
}
.sobre-page .page-content .history-wrapper .history-slider-wrapper .history-slider li img {
	max-width: 70%;
	margin: 0 auto
}
}
@media only screen and (max-width:768px) {
.sobre-page .page-header .map-wrapper .swipe-helper {
	display: block
}
.sobre-page .page-content .video-wrapper {
	height: 45vh
}
.sobre-page .page-content .video-wrapper .play-pause-helper {
	width: 80px;
	height: 80px;
	top: calc(50% - 40px);
	left: calc(50% - 40px)
}
.sobre-page .page-content .video-wrapper .play-pause-helper .play-pause-btn {
	width: 30px;
	height: 30px;
	top: calc(50% - 15px);
	left: calc(50% - 12px)
}
.sobre-page .page-content .rolling-cookies.cookie-2 {
	left: -80px
}
.sobre-page .page-content .text-photo-block-wrapper>.row {
	padding-bottom: 0
}
.sobre-page .page-content .text-photo-block-wrapper h3 {
	margin-top: 60px
}
.sobre-page .page-content .text-photo-block-wrapper .image-wrapper {
	margin-bottom: 80px
}
.sobre-page .page-content .text-photo-block-wrapper .image-wrapper .image-frame {
	display: none
}
.sobre-page .page-content .text-photo-block-wrapper .image-mobile-recap {
	height: 320px;
	overflow: hidden
}
.sobre-page .page-content .text-photo-block-wrapper .image-mobile-recap img {
	margin-top: -100px
}
.sobre-page .page-content .text-block-wrapper {
	margin-top: 40px;
	padding-bottom: 0
}
.sobre-page .page-content .text-block-wrapper .row {
	margin: 0
}
.sobre-page .page-content .text-block-wrapper .block {
	padding: 100px 15px
}
.sobre-page .page-content .text-block-wrapper .block.block-1 {
	top: 0
}
.sobre-page .page-content .text-block-wrapper .block h3 {
	font-size: 50px;
	letter-spacing: -2px
}
.sobre-page .page-content .text-block-wrapper .block p {
	padding-left: 0
}
.sobre-page .page-content .text-block-wrapper .joiner {
	top: auto;
	right: auto;
	bottom: -70px;
	left: 50%;
	font-size: 26px;
	line-height: 26px;
	width: 140px;
	height: 140px;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0)
}
.sobre-page .page-content .text-block-wrapper .joiner span {
	line-height: 140px;
	left: 0
}
.sobre-page .page-content .text-block-wrapper .image-wrapper {
	display: none
}
.sobre-page .page-content .text-block-wrapper .images-container img {
	margin-left: 0
}
}
@media only screen and (max-width:414px) {
.sobre-page .page-header .map-wrapper {
	margin-bottom: 0
}
.sobre-page .page-header .text-content-wrapper {
	margin-top: 0;
	margin-bottom: 80px;
	padding: 0 15px
}
.sobre-page .page-header .title-wrapper p {
	font-size: 25px;
	line-height: 25px
}
.sobre-page .page-content .rolling-cookies.cookie-1 {
	width: 130px;
	right: -50px;
	left: auto;
	bottom: -80px
}
.sobre-page .page-content .rolling-cookies.cookie-2 {
	width: 130px;
	right: auto;
	left: -50px;
	top: -100px;
	z-index: 2
}
.sobre-page .page-content .gallery-wrapper .gallery {
	min-height: 600px
}
.sobre-page .page-content .gallery-wrapper .gallery .block:nth-child(1),  .sobre-page .page-content .gallery-wrapper .gallery .block:nth-child(4),  .sobre-page .page-content .gallery-wrapper .gallery .block:nth-child(6) {
	display: none
}
.sobre-page .page-content .gallery-wrapper .gallery .block:nth-child(2) {
	width: 150px;
	height: auto;
	left: 65%
}
.sobre-page .page-content .gallery-wrapper .gallery .block:nth-child(3) {
	top: 300px;
	width: 140px;
	height: auto;
	left: 0
}
.sobre-page .page-content .gallery-wrapper .gallery .block:nth-child(7) {
	width: 320px;
	height: auto
}
.sobre-page .page-content .gallery-wrapper .text-content-wrapper {
	padding: 0 15px;
	margin-top: 20px
}
.sobre-page .page-content .gallery-wrapper .year {
	top: calc(50% - 260px)
}
.sobre-page .page-content .text-photo-block-wrapper {
	padding: 0 15px
}
.sobre-page .page-content .text-photo-block-wrapper>.row {
	padding-bottom: 40px;
	padding-top: 80px
}
.sobre-page .page-content .text-photo-block-wrapper h3 {
	font-size: 42px;
	letter-spacing: -1.5px;
	margin-top: 0
}
.sobre-page .page-content .text-photo-block-wrapper p {
	padding-left: 0
}
.sobre-page .page-content .text-photo-block-wrapper ul {
	margin-left: 0
}
.sobre-page .page-content .text-photo-block-wrapper .image-mobile-recap {
	height: 210px
}
.sobre-page .page-content .text-block-wrapper .block {
	padding: 80px 15px
}
.sobre-page .page-content .text-block-wrapper .block h3 {
	font-size: 42px;
	letter-spacing: -1.5px
}
.sobre-page .page-content .history-wrapper {
	margin-bottom: 100px;
	margin-top: 80px
}
.sobre-page .page-content .history-wrapper .history-slider-wrapper {
	margin-top: -50px
}
.sobre-page .page-content .history-wrapper .history-slider-wrapper .history-slider {
	margin-top: 0
}
.sobre-page .page-content .history-wrapper .history-slider-wrapper .history-slider li:not(:first-child) {
	margin-left: -450px
}
.sobre-page .page-content .history-wrapper .history-slider-wrapper .history-slider li img {
	max-width: 50%
}
.sobre-page .page-content .history-wrapper .history-dragger {
	position: relative;
	z-index: 2;
	margin-top: 0;
	margin-bottom: 40px;
	text-align: center
}
.sobre-page .page-content .history-wrapper .history-dragger .left-helper {
	left: auto;
	position: relative;
	display: inline-block;
	top: auto;
	vertical-align: middle;
	text-align: center;
	height: 39px;
	margin-right: 30px
}
.sobre-page .page-content .history-wrapper .history-dragger .left-helper svg {
	top: calc(50% - 7px)
}
.sobre-page .page-content .history-wrapper .history-dragger .left-helper:hover {
	-webkit-transform: none;
	transform: none
}
.sobre-page .page-content .history-wrapper .history-dragger .right-helper {
	right: auto;
	position: relative;
	display: inline-block;
	top: auto;
	vertical-align: middle;
	text-align: center;
	height: 39px;
	margin-left: 30px
}
.sobre-page .page-content .history-wrapper .history-dragger .right-helper svg {
	top: calc(50% - 7px)
}
.sobre-page .page-content .history-wrapper .history-dragger .right-helper:hover {
	-webkit-transform: none;
	transform: none
}
.sobre-page .page-content .history-wrapper .history-slider-text {
	margin: 0 15px;
	width: auto
}
.sobre-page .page-content .history-wrapper .history-dragger .dash-line {
	display: none
}
}
@media only screen and (max-width:736px) and (min-width:500px) {
.sobre-page .page-content .video-wrapper {
	height: 100vh
}
.sobre-page .page-header .title-wrapper p {
	font: normal 25px/20px FFTisaSansWebLightItalic, Helvetica, Arial, sans-serif
}
.sobre-page .page-content .rolling-cookies.cookie-1 {
	width: 130px;
	right: -50px;
	left: auto;
	bottom: -80px
}
.sobre-page .page-content .rolling-cookies.cookie-2 {
	width: 130px;
	right: auto;
	left: -50px;
	top: -100px;
	z-index: 2
}
.sobre-page .page-content .gallery-wrapper .gallery {
	min-height: 600px
}
.sobre-page .page-content .gallery-wrapper .gallery .block:nth-child(1),  .sobre-page .page-content .gallery-wrapper .gallery .block:nth-child(4),  .sobre-page .page-content .gallery-wrapper .gallery .block:nth-child(6) {
	display: none
}
.sobre-page .page-content .gallery-wrapper .gallery .block:nth-child(2) {
	width: 150px;
	height: auto;
	top: 0
}
.sobre-page .page-content .gallery-wrapper .gallery .block:nth-child(3) {
	top: 300px;
	width: 140px;
	height: auto;
	left: 0
}
.sobre-page .page-content .gallery-wrapper .gallery .block:nth-child(7) {
	width: 450px;
	height: auto
}
.sobre-page .page-content .gallery-wrapper .text-content-wrapper {
	padding: 0 15px;
	margin-top: 20px
}
.sobre-page .page-content .gallery-wrapper .year {
	top: calc(50% - 150px)
}
}
.sustentabilidade-page #leafs {
	width: 100vw;
	height: calc(100vh + 170px);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10000
}
.sustentabilidade-page .page-header {
	height: auto;
	min-height: 100vh;
	margin-bottom: 170px
}
.sustentabilidade-page .page-header .title-wrapper {
	position: relative;
	width: auto;
	height: auto;
	z-index: 1;
	top: auto;
	left: auto
}
.sustentabilidade-page .page-header .text-content-wrapper .sust-icon {
	display: block;
	margin: 50px auto;
	width: 62px;
	height: 62px
}
.sustentabilidade-page .page-header .text-content-wrapper .sust-icon path {
	fill: none;
	stroke: #d5ae7e;
	stroke-width: 3;
	stroke-miterlimit: 10
}
.sustentabilidade-page .page-header .text-content-wrapper p {
	color: #998787
}
.sustentabilidade-page .page-content section {
	position: relative
}
.sustentabilidade-page .page-content section .image-wrapper {
	position: relative
}
.sustentabilidade-page .page-content section .image-wrapper img {
	width: 100%
}
.sustentabilidade-page .page-content section .image-wrapper .anim-position {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
.sustentabilidade-page .page-content section .content-wrapper {
	position: absolute;
	top: 0;
	right: 35px;
	width: auto;
	z-index: 2;
	max-width: 730px;
	min-width: 730px;
	text-align: center;
	overflow: hidden
}
.sustentabilidade-page .page-content section .content-wrapper .counter {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin-top: 64px;
	opacity: 0;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	-webkit-transition: transform 1s .2s ease-in-out, opacity 1s .2s ease;
	transition: transform 1s .2s ease-in-out, opacity 1s .2s ease
}
.sustentabilidade-page .page-content section .content-wrapper .counter .current {
	display: block;
	font-family: FFTisaSansWebBoldItalic, Helvetica, Arial, sans-serif;
	font-size: 25px;
	line-height: 25px;
	color: #998787
}
.sustentabilidade-page .page-content section .content-wrapper .counter .line {
	display: block;
	width: 15px;
	height: 1px;
	margin: 10px auto
}
.sustentabilidade-page .page-content section .content-wrapper .counter .total {
	display: block;
	font-family: FFTisaSansWebLightItalic, Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 15px;
	color: #998787
}
.sustentabilidade-page .page-content section .content-wrapper .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255,255,255,.95);
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: transform 1s ease-out;
	transition: transform 1s ease-out
}
.sustentabilidade-page .page-content section .content-wrapper h3 {
	position: relative;
	z-index: 2;
	margin: 30px 0 40px 0;
	font-family: FFTisaSansWebLightItalic, Helvetica, Arial, sans-serif;
	font-size: 55px;
	line-height: 55px;
	letter-spacing: -3px;
	text-align: center;
	opacity: 0;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	-webkit-transition: transform 1s .4s ease-in-out, opacity 1s .4s ease;
	transition: transform 1s .4s ease-in-out, opacity 1s .4s ease
}
.sustentabilidade-page .page-content section .content-wrapper p {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	width: auto;
	max-width: 430px;
	font-family: FFTisaSansWebLight, Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 24px;
	letter-spacing: -.5px;
	color: #998787;
	text-align: center;
	margin-bottom: 120px;
	opacity: 0;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	-webkit-transition: transform 1s .6s ease-in-out, opacity 1s .6s ease;
	transition: transform 1s .6s ease-in-out, opacity 1s .6s ease
}
.sustentabilidade-page .page-content section .content-wrapper ul {
	position: relative;
	z-index: 2;
	width: auto;
	max-width: 400px;
	margin: 38px auto 60px auto;
	opacity: 0;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	-webkit-transition: transform 1s .6s ease-in-out, opacity 1s .6s ease;
	transition: transform 1s .6s ease-in-out, opacity 1s .6s ease
}
.sustentabilidade-page .page-content section .content-wrapper ul li {
	position: relative;
	font-family: FFTisaSansWebLight, Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 24px;
	letter-spacing: -.5px;
	text-align: left;
	color: #998787;
	margin-top: 15px
}
.sustentabilidade-page .page-content section .content-wrapper ul li:before {
	content: "▹";
	font-size: 17px;
	line-height: 24px;
	position: absolute;
	left: -20px;
	top: -2px
}
.sustentabilidade-page .page-content section .content-wrapper ul li:first-child {
	margin-top: 0
}
.sustentabilidade-page .page-content section .content-wrapper .scroll {
	position: relative;
	z-index: 2;
	display: inline-block;
	font-family: FFTisaSansWebLightItalic, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #998787;
	letter-spacing: -.5px;
	opacity: 0;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	-webkit-transition: transform 1s 1s ease-in-out, opacity 1s 1s ease;
	transition: transform 1s 1s ease-in-out, opacity 1s 1s ease
}
.sustentabilidade-page .page-content section .content-wrapper .scroll:after {
	content: "";
	display: block;
	width: 1px;
	height: 40px;
	margin: 10px auto 0;
	background-color: #998787;
	opacity: .6
}
.sustentabilidade-page .page-content section .content-wrapper.go-anime .counter, .sustentabilidade-page .page-content section .content-wrapper.go-anime h3, .sustentabilidade-page .page-content section .content-wrapper.go-anime p, .sustentabilidade-page .page-content section .content-wrapper.go-anime ul {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.sustentabilidade-page .page-content section .content-wrapper.go-anime .bg {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.sustentabilidade-page .page-content section .content-wrapper.go-anime .scroll {
	opacity: .5;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.sustentabilidade-page .page-content section.clean-label .content-wrapper {
	top: 135px
}
.sustentabilidade-page .page-content section.clean-label .content-wrapper .counter .line {
	background-color: #eaa53b
}
.sustentabilidade-page .page-content section.clean-label .content-wrapper h3 {
	color: #eaa53b
}
.sustentabilidade-page .page-content section.clean-label .image-wrapper #clean-label-cloud-left {
	position: absolute;
	top: 40px;
	left: -15vw;
	width: 130px
}
.sustentabilidade-page .page-content section.clean-label .image-wrapper #clean-label-cloud-center {
	position: absolute;
	top: 100px;
	left: -15vw;
	width: 100px
}
.sustentabilidade-page .page-content section.clean-label .image-wrapper #clean-label-cloud-right {
	position: absolute;
	top: 40px;
	left: -15vw;
	width: 70px
}
.sustentabilidade-page .page-content section.produtos-livres-ogm {
	margin-top: -148px
}
.sustentabilidade-page .page-content section.produtos-livres-ogm .content-wrapper {
	top: 248px
}
.sustentabilidade-page .page-content section.produtos-livres-ogm .content-wrapper .counter .line {
	background-color: #b5363d
}
.sustentabilidade-page .page-content section.produtos-livres-ogm .content-wrapper h3 {
	color: #b5363d
}
.sustentabilidade-page .page-content section.sem-gorduras {
	margin-top: -130px
}
.sustentabilidade-page .page-content section.sem-gorduras .content-wrapper {
	top: 248px
}
.sustentabilidade-page .page-content section.sem-gorduras .content-wrapper .counter .line {
	background-color: #ec6549
}
.sustentabilidade-page .page-content section.sem-gorduras .content-wrapper h3 {
	color: #ec6549
}
.sustentabilidade-page .page-content section.sem-radiacoes {
	margin-top: -170px
}
.sustentabilidade-page .page-content section.sem-radiacoes .content-wrapper {
	top: 240px
}
.sustentabilidade-page .page-content section.sem-radiacoes .content-wrapper .counter .line {
	background-color: #e9af46
}
.sustentabilidade-page .page-content section.sem-radiacoes .content-wrapper h3 {
	color: #e9af46
}
.sustentabilidade-page .page-content section.materias-primas {
	margin-top: -170px
}
.sustentabilidade-page .page-content section.materias-primas .content-wrapper {
	top: 240px
}
.sustentabilidade-page .page-content section.materias-primas .content-wrapper .counter .line {
	background-color: #7ca634
}
.sustentabilidade-page .page-content section.materias-primas .content-wrapper h3 {
	color: #7ca634
}
.sustentabilidade-page .page-content section.materias-primas .content-wrapper p {
	max-width: 510px;
	margin-bottom: 0
}
.sustentabilidade-page .page-content section.materias-primas .content-wrapper ul li:before {
	color: #7ca634
}
.sustentabilidade-page .page-content section.ambiente {
	margin-top: -250px
}
.sustentabilidade-page .page-content section.ambiente .content-wrapper {
	margin-top: 240px
}
.sustentabilidade-page .page-content section.ambiente .content-wrapper .counter .line {
	background-color: #59aedc
}
.sustentabilidade-page .page-content section.ambiente .content-wrapper h3 {
	color: #59aedc
}
.sustentabilidade-page .page-content section.ambiente .content-wrapper p {
	margin-bottom: 0
}
.sustentabilidade-page .page-content section.ambiente .content-wrapper ul {
	max-width: 100%;
	padding: 0 35px;
	margin: 60px auto 80px auto
}
.sustentabilidade-page .page-content section.ambiente .content-wrapper ul li {
	margin-top: 50px
}
.sustentabilidade-page .page-content section.ambiente .content-wrapper ul li:before {
	display: none
}
.sustentabilidade-page .page-content section.ambiente .content-wrapper ul li:first-child {
	margin-top: 0
}
.sustentabilidade-page .page-content section.ambiente .content-wrapper ul li p {
	text-align: left
}
.sustentabilidade-page .page-content section.ambiente .content-wrapper ul li .title-column p {
	color: #59aedc;
	font-family: FFTisaSansWeb, Helvetica, Arial, sans-serif
}
.backdropfilter #header-main.js-go-sticky.js-go-color {
	background-color: #382f2f
}
@media only screen and (max-width:736px) and (min-width:500px) {
.sustentabilidade-page .page-content section .content-wrapper {
	min-width: inherit
}
}
@media only screen and (min-width:1024px) and (max-width:1366px) and (orientation:portrait) {
.sustentabilidade-page #leafs {
	-webkit-transform: scale(4);
	-ms-transform: scale(4);
	transform: scale(4);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center
}
.sustentabilidade-page .page-content section .content-wrapper {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	right: 0
}
.sustentabilidade-page .page-content section .content-wrapper .bg {
	background-color: #fff
}
.sustentabilidade-page .page-content section .content-wrapper .counter,  .sustentabilidade-page .page-content section .content-wrapper h3,  .sustentabilidade-page .page-content section .content-wrapper p,  .sustentabilidade-page .page-content section .content-wrapper ul {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.sustentabilidade-page .page-content section .content-wrapper .bg {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.sustentabilidade-page .page-content section .content-wrapper .scroll {
	opacity: .5;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.sustentabilidade-page .page-content section.clean-label .image-wrapper #clean-label-cloud-center {
	top: 55px
}
.sustentabilidade-page .page-content section.ambiente .image-wrapper,  .sustentabilidade-page .page-content section.clean-label .image-wrapper,  .sustentabilidade-page .page-content section.materias-primas .image-wrapper,  .sustentabilidade-page .page-content section.produtos-livres-ogm .image-wrapper,  .sustentabilidade-page .page-content section.sem-gorduras .image-wrapper,  .sustentabilidade-page .page-content section.sem-radiacoes .image-wrapper {
	-webkit-transform: scale(1.5) translateX(100px);
	-ms-transform: scale(1.5) translateX(100px);
	transform: scale(1.5) translateX(100px);
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center
}
.sustentabilidade-page .page-content section.produtos-livres-ogm {
	margin-top: -150px!important
}
.sustentabilidade-page .page-content section.sem-radiacoes {
	margin-top: -140px!important
}
.sustentabilidade-page .page-content section.materias-primas {
	margin-top: -140px!important
}
.sustentabilidade-page .page-content section.ambiente {
	margin-top: -140px!important
}
.sustentabilidade-page .page-content section.ambiente .content-wrapper,  .sustentabilidade-page .page-content section.clean-label .content-wrapper,  .sustentabilidade-page .page-content section.materias-primas .content-wrapper,  .sustentabilidade-page .page-content section.produtos-livres-ogm .content-wrapper,  .sustentabilidade-page .page-content section.sem-gorduras .content-wrapper,  .sustentabilidade-page .page-content section.sem-radiacoes .content-wrapper {
	top: 0
}
.sustentabilidade-page .page-content section.sem-gorduras {
	margin-top: 0
}
.sustentabilidade-page .page-content section.clean-label .content-wrapper {
	margin-top: 150px
}
.sustentabilidade-page .page-content section.produtos-livres-ogm .content-wrapper {
	margin-top: 60px
}
.sustentabilidade-page .page-content section.sem-gorduras .content-wrapper {
	margin-top: 70px
}
.sustentabilidade-page .page-content section.sem-radiacoes .content-wrapper {
	margin-top: 100px
}
.sustentabilidade-page .page-content section.materias-primas .content-wrapper {
	margin-top: 150px
}
.sustentabilidade-page .page-content section.ambiente .content-wrapper {
	margin-top: 150px!important
}
}
@media only screen and (max-width:1024px) {
.sustentabilidade-page #leafs {
	-webkit-transform: scale(4);
	-ms-transform: scale(4);
	transform: scale(4);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center
}
.sustentabilidade-page .page-content section .content-wrapper {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	right: 0
}
.sustentabilidade-page .page-content section .content-wrapper .bg {
	background-color: #fff
}
.sustentabilidade-page .page-content section .content-wrapper .counter,  .sustentabilidade-page .page-content section .content-wrapper h3,  .sustentabilidade-page .page-content section .content-wrapper p,  .sustentabilidade-page .page-content section .content-wrapper ul {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.sustentabilidade-page .page-content section .content-wrapper .bg {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.sustentabilidade-page .page-content section .content-wrapper .scroll {
	opacity: .5;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.sustentabilidade-page .page-content section.clean-label .image-wrapper #clean-label-cloud-left {
	width: 80px;
	display: none
}
.sustentabilidade-page .page-content section.clean-label .image-wrapper #clean-label-cloud-center {
	width: 50px;
	top: 35px
}
.sustentabilidade-page .page-content section.clean-label .image-wrapper #clean-label-cloud-right {
	width: 35px;
	top: 15px
}
.sustentabilidade-page .page-content section.ambiente .image-wrapper,  .sustentabilidade-page .page-content section.clean-label .image-wrapper,  .sustentabilidade-page .page-content section.materias-primas .image-wrapper,  .sustentabilidade-page .page-content section.produtos-livres-ogm .image-wrapper,  .sustentabilidade-page .page-content section.sem-gorduras .image-wrapper,  .sustentabilidade-page .page-content section.sem-radiacoes .image-wrapper {
	-webkit-transform: scale(1.5) translateX(100px);
	-ms-transform: scale(1.5) translateX(100px);
	transform: scale(1.5) translateX(100px);
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center
}
.sustentabilidade-page .page-content section.produtos-livres-ogm {
	margin-top: -150px
}
.sustentabilidade-page .page-content section.sem-radiacoes {
	margin-top: -140px
}
.sustentabilidade-page .page-content section.materias-primas {
	margin-top: -130px
}
.sustentabilidade-page .page-content section.ambiente {
	margin-top: -130px
}
.sustentabilidade-page .page-content section.ambiente .content-wrapper,  .sustentabilidade-page .page-content section.clean-label .content-wrapper,  .sustentabilidade-page .page-content section.materias-primas .content-wrapper,  .sustentabilidade-page .page-content section.produtos-livres-ogm .content-wrapper,  .sustentabilidade-page .page-content section.sem-gorduras .content-wrapper,  .sustentabilidade-page .page-content section.sem-radiacoes .content-wrapper {
	top: 0
}
.sustentabilidade-page .page-content section.sem-gorduras {
	margin-top: 0
}
.sustentabilidade-page .page-content section.clean-label .content-wrapper {
	margin-top: 150px
}
.sustentabilidade-page .page-content section.produtos-livres-ogm .content-wrapper {
	margin-top: 60px
}
.sustentabilidade-page .page-content section.sem-gorduras .content-wrapper {
	margin-top: 90px
}
.sustentabilidade-page .page-content section.sem-radiacoes .content-wrapper {
	margin-top: 100px
}
.sustentabilidade-page .page-content section.materias-primas .content-wrapper {
	margin-top: 150px
}
.sustentabilidade-page .page-content section.ambiente .content-wrapper {
	margin-top: 100px
}
}
@media only screen and (max-width:768px) {
.sustentabilidade-page .page-content section .content-wrapper {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	right: 0
}
.sustentabilidade-page .page-content section .content-wrapper .bg {
	background-color: #fff
}
.sustentabilidade-page .page-content section .content-wrapper .counter,  .sustentabilidade-page .page-content section .content-wrapper h3,  .sustentabilidade-page .page-content section .content-wrapper p,  .sustentabilidade-page .page-content section .content-wrapper ul {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.sustentabilidade-page .page-content section .content-wrapper .bg {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.sustentabilidade-page .page-content section .content-wrapper .scroll {
	opacity: .5;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.sustentabilidade-page .page-content section.clean-label .image-wrapper #clean-label-cloud-left {
	width: 80px;
	display: none
}
.sustentabilidade-page .page-content section.clean-label .image-wrapper #clean-label-cloud-center {
	width: 50px;
	top: 35px
}
.sustentabilidade-page .page-content section.clean-label .image-wrapper #clean-label-cloud-right {
	width: 35px;
	top: 15px
}
.sustentabilidade-page .page-content section.ambiente .image-wrapper,  .sustentabilidade-page .page-content section.clean-label .image-wrapper,  .sustentabilidade-page .page-content section.materias-primas .image-wrapper,  .sustentabilidade-page .page-content section.produtos-livres-ogm .image-wrapper,  .sustentabilidade-page .page-content section.sem-gorduras .image-wrapper,  .sustentabilidade-page .page-content section.sem-radiacoes .image-wrapper {
	-webkit-transform: scale(1.5) translateX(15vw);
	-ms-transform: scale(1.5) translateX(15vw);
	transform: scale(1.5) translateX(15vw);
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center
}
.sustentabilidade-page .page-content section.produtos-livres-ogm {
	margin-top: -150px
}
.sustentabilidade-page .page-content section.sem-radiacoes {
	margin-top: -100px
}
.sustentabilidade-page .page-content section.materias-primas {
	margin-top: -100px
}
.sustentabilidade-page .page-content section.ambiente {
	margin-top: -100px
}
.sustentabilidade-page .page-content section.ambiente .content-wrapper,  .sustentabilidade-page .page-content section.clean-label .content-wrapper,  .sustentabilidade-page .page-content section.materias-primas .content-wrapper,  .sustentabilidade-page .page-content section.produtos-livres-ogm .content-wrapper,  .sustentabilidade-page .page-content section.sem-gorduras .content-wrapper,  .sustentabilidade-page .page-content section.sem-radiacoes .content-wrapper {
	top: 0
}
.sustentabilidade-page .page-content section.sem-gorduras {
	margin-top: 0
}
.sustentabilidade-page .page-content section.clean-label .content-wrapper {
	margin-top: 150px
}
.sustentabilidade-page .page-content section.produtos-livres-ogm .content-wrapper {
	margin-top: 60px
}
.sustentabilidade-page .page-content section.sem-gorduras .content-wrapper {
	margin-top: 70px
}
.sustentabilidade-page .page-content section.sem-radiacoes .content-wrapper {
	margin-top: 100px
}
.sustentabilidade-page .page-content section.materias-primas .content-wrapper {
	margin-top: 150px
}
.sustentabilidade-page .page-content section.ambiente .content-wrapper {
	margin-top: 100px
}
}
@media only screen and (max-width:414px) {
.sustentabilidade-page .page-header {
	margin-bottom: 80px
}
.sustentabilidade-page .page-header .title-wrapper {
	padding-left: 0
}
.sustentabilidade-page .page-header .text-content-wrapper {
	padding: 0 15px
}
.sustentabilidade-page .page-content section .content-wrapper {
	-webkit-transform: none;
	transform: none;
	min-width: 100vw;
	max-width: 100vw
}
.sustentabilidade-page .page-content section .content-wrapper ul {
	padding: 0 60px
}
.sustentabilidade-page .page-content section .content-wrapper h3 {
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -2px;
	padding: 0 30px
}
.sustentabilidade-page .page-content section .content-wrapper p {
	padding: 0 30px;
	margin-bottom: 60px
}
.sustentabilidade-page .page-content section.clean-label .image-wrapper #clean-label-cloud-center {
	top: 10px;
	width: 20px
}
.sustentabilidade-page .page-content section.clean-label .image-wrapper #clean-label-cloud-right {
	top: 15px;
	width: 15px
}
.sustentabilidade-page .page-content section.ambiente .content-wrapper {
	top: 0;
	margin-top: -48px
}
.sustentabilidade-page .page-content section.ambiente .content-wrapper ul {
	padding: 0
}
.sustentabilidade-page .page-content section.ambiente .content-wrapper ul .title-column p {
	margin-bottom: 10px
}
.sustentabilidade-page .page-content section.ambiente .image-wrapper,  .sustentabilidade-page .page-content section.clean-label .image-wrapper,  .sustentabilidade-page .page-content section.materias-primas .image-wrapper,  .sustentabilidade-page .page-content section.produtos-livres-ogm .image-wrapper,  .sustentabilidade-page .page-content section.sem-gorduras .image-wrapper,  .sustentabilidade-page .page-content section.sem-radiacoes .image-wrapper {
	-webkit-transform: scale(1.9) translateX(15vw);
	-ms-transform: scale(1.9) translateX(15vw);
	transform: scale(1.9) translateX(15vw);
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center
}
.sustentabilidade-page .page-content section.produtos-livres-ogm {
	margin-top: -80px
}
.sustentabilidade-page .page-content section.produtos-livres-ogm .content-wrapper {
	margin-top: 120px
}
.sustentabilidade-page .page-content section.sem-gorduras .content-wrapper {
	margin-top: 130px
}
.sustentabilidade-page .page-content section.sem-radiacoes .content-wrapper {
	margin-top: 150px
}
.sustentabilidade-page .page-content section.materias-primas .content-wrapper {
	margin-top: 170px
}
.sustentabilidade-page .page-content section.ambiente .content-wrapper {
	margin-top: 130px
}
.sustentabilidade-page .page-footer {
	margin-top: 0
}
}
@media only screen and (max-width:320px) {
.sustentabilidade-page .page-content section.ambiente .image-wrapper,  .sustentabilidade-page .page-content section.clean-label .image-wrapper,  .sustentabilidade-page .page-content section.materias-primas .image-wrapper,  .sustentabilidade-page .page-content section.produtos-livres-ogm .image-wrapper,  .sustentabilidade-page .page-content section.sem-gorduras .image-wrapper,  .sustentabilidade-page .page-content section.sem-radiacoes .image-wrapper {
	-webkit-transform: scale(1.9) translateX(60px);
	-ms-transform: scale(1.9) translateX(60px);
	transform: scale(1.9) translateX(60px);
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center
}
}
.resultados .search-icon-wrapper {
	display: none
}
.resultados-page .page-header {
	height: 70vh;
	min-height: 700px
}
.resultados-page .searchform {
	width: 100%;
	position: relative;
	margin-top: 25px
}
.resultados-page .searchform input {
	height: 54px;
	width: 100%;
	color: #fff;
	font-family: FFTisaSansWebLightItalic, Helvetica, Arial, sans-serif;
	font-size: 40px;
	background: 0 0;
	border: none;
	border-radius: 0;
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	appearance: none!important;
	border-bottom: 1px solid rgba(255,255,255,.1)
}
.resultados-page .searchform input .search ::-webkit-input-placeholder {
 color:#fff;
 font-family:FFTisaSansWebLightItalic, Helvetica, Arial, sans-serif;
 font-size:40px
}
.resultados-page .searchform input .search ::-moz-placeholder {
 color:#fff;
 font-family:FFTisaSansWebLightItalic, Helvetica, Arial, sans-serif;
 font-size:40px
}
.resultados-page .searchform input .search :-ms-input-placeholder {
 color:#fff;
 font-family:FFTisaSansWebLightItalic, Helvetica, Arial, sans-serif;
 font-size:40px
}
.resultados-page .searchform input .search :-moz-placeholder {
 color:#fff;
 font-family:FFTisaSansWebLightItalic, Helvetica, Arial, sans-serif;
 font-size:40px
}
.resultados-page .searchform input[type=submit] {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px
}
.resultados-page .searchform .submit-arrow {
	height: 25px;
	width: 12px;
	position: absolute;
	top: 14px;
	right: 7px;
	fill: #fff;
	stroke-width: 1px;
	z-index: 1;
	cursor: pointer
}
.resultados-page .single-section-wrapper {
	padding: 50px 0
}
.resultados-page .single-section-wrapper:first-child {
	padding-top: 0
}
.resultados-page .result-section {
	position: relative
}
.resultados-page .result-section p {
	margin-top: 20px
}
.resultados-page .result-section .result-block-section {
	margin-top: 110px
}
.resultados-page .result-section .result-block-section a {
	margin-bottom: 80px;
	min-height: 241px;
	height: 100%;
	width: 100%;
	position: relative;
	display: block
}
.resultados-page .result-section h3 {
	font-size: 85px;
	position: relative;
	display: inline-block
}
.resultados-page .result-section h3 sup {
	display: inline-block;
	position: relative;
	padding: 24px 13px;
	width: 40px;
	height: 40px;
	vertical-align: middle
}
.resultados-page .result-section h3 sup span {
	color: #fff;
	font-family: FFTisaSansWebItalic, Helvetica, Arial, sans-serif;
	font-size: 25px;
	top: 53%;
	left: 46%;
	position: absolute;
	transform: translate3d(-50%, -50%, 0)
}
.resultados-page .result-section h3 sup:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #db1c40;
	z-index: -1
}
.resultados-page .result-section .title {
	color: rgba(255,255,255,.7);
	font-family: FFTisaSansWebItalic, Helvetica, Arial, sans-serif;
	font-size: 17px;
	text-align: center;
	margin-top: 20px
}
.resultados-page .result-section .single-news-wrapper {
	background-color: rgba(255,255,255,.07);
	height: 255px;
	margin: 20px 0;
	overflow: hidden;
	box-shadow: inset 1px 1px 3px rgba(255,255,255,.1);
	-webkit-transition: background-color .5s ease;
	transition: background-color .5s ease
}
.resultados-page .result-section .single-news-wrapper:hover {
	background-color: rgba(255,255,255,.11)
}
.resultados-page .result-section .single-news-wrapper>.row {
	height: 100%
}
.resultados-page .result-section .single-news-wrapper>.row .columns {
	position: relative
}
.resultados-page .result-section .single-news-wrapper .block-bg-cover {
	position: relative
}
.resultados-page .result-section .single-news-wrapper h3 {
	font-size: 40px
}
.resultados-page .result-section .single-news-wrapper .news-content {
	padding: 45px
}
.resultados-page .result-section .single-news-wrapper .news-content p {
	font-family: FFTisaSansWebLight, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 21px;
	opacity: .3;
	margin-top: 15px
}
.resultados-page .result-section .single-news-wrapper .news-content .social {
	position: absolute;
	bottom: 35px
}
@media only screen and (max-width:1024px) {
#header-main .search-wrapper .suggestions-wrapper {
	padding-top: 100px
}
#header-main .search-wrapper .suggestions-wrapper li .type-title {
	border-right: 1px solid #574737;
	text-align: right
}
.resultados-page .page-content {
	padding: 0 20px
}
.resultados-page .page-content .result-section h3 {
	font-size: 50px
}
.resultados-page .page-content .result-section .result-single-prod img {
	transform: scale(1.5);
	-webkit-transform: scale(1.5)
}
.resultados-page .page-content .result-section .result-block-section {
	margin-top: 50px
}
.resultados-page .page-content .result-section .result-block-section a {
	margin-bottom: 50px;
	min-height: 150px
}
.resultados-page .page-content .result-section .result-block-section .single-news-wrapper {
	height: auto;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.05)
}
.resultados-page .page-content .result-section .result-block-section .single-news-wrapper h3 {
	font-size: 30px
}
.resultados-page .page-content .result-section .result-block-section .single-news-wrapper a {
	margin-bottom: 0
}
.resultados-page .searchform input {
	font-size: 20px
}
 .resultados-page .searchform input .search ::-webkit-input-placeholder {
 font-size:20px
}
 .resultados-page .searchform input .search ::-moz-placeholder {
 font-size:20px
}
 .resultados-page .searchform input .search :-ms-input-placeholder {
 font-size:20px
}
 .resultados-page .searchform input .search :-moz-placeholder {
 font-size:20px
}
.resultados-page .searchform .submit-arrow {
	width: 8px;
	height: 18px
}
.page-footer {
	padding-bottom: 100px
}
.page-footer .panike-circle {
	z-index: 1
}
.page-footer .footer-image {
	transform: scale(2);
	-webkit-transform: scale(2)
}
.align-center-mob {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
}
@media only screen and (max-width:414px) {
#header-main .search-icon-wrapper .search-icon {
	width: 35px;
	height: 38px;
	margin-top: 1px
}
.resultados-page .page-content {
	padding: 0
}
.page-footer {
	padding-bottom: 0
}
.page-footer .panike-circle {
	z-index: 1
}
.page-footer .footer-image {
	transform: scale(1);
	-webkit-transform: scale(1)
}
.page-footer img {
	left: -50%
}
}
@media only screen and (max-width:320px) {
.resultados-page .searchform input {
	font-size: 16px
}
 .resultados-page .searchform input .search ::-webkit-input-placeholder {
 font-size:16px
}
 .resultados-page .searchform input .search ::-moz-placeholder {
 font-size:16px
}
 .resultados-page .searchform input .search :-ms-input-placeholder {
 font-size:16px
}
 .resultados-page .searchform input .search :-moz-placeholder {
 font-size:16px
}
}
.four04 {
	background: url(/public/imgs/static/four04-pattern.png);
	background-repeat: repeat-x;
	background-size: 30px 100%
}
.four04-page .page-header .title-wrapper {
	position: relative;
	z-index: 2
}
.four04-page .page-header .title-wrapper span {
	font-size: 40px;
	color: #fff;
	letter-spacing: -.5px;
	padding-left: 5px
}
.four04-page .page-header .title-wrapper h2 {
	margin-top: 30px
}
.four04-page .page-header .title-wrapper p {
	margin-top: 45px;
	padding-left: 5px;
	color: rgba(255,255,255,.5)
}
.four04-page .page-header .title-wrapper .transl-top {
	-ms-transform: translateY(250px);
	-webkit-transform: translateY(250px);
	transform: translateY(250px)
}
.four04-page .page-header #four04-machine {
	position: fixed;
	top: 0;
	right: 0
}
.four04-page .page-header #four04-machine svg {
	width: 55vw!important;
	float: right
}
.four04-page .page-header #four04-machine #yellow-background, .four04-page .page-header #four04-machine #yellow-background-mobile {
	width: 81.5%;
	height: 35%;
	background: url(/public/imgs/static/yellow-pattern.png);
	background-repeat: repeat;
	background-size: 150px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1
}
.four04-page .page-header #noise-pattern {
	width: 100vw;
	height: 100vh;
	background: url(/public/imgs/static/noise-pattern.png);
	background-repeat: repeat;
	background-size: 50px 50px;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 1
}
@media only screen and (min-width:1024px) and (max-width:2560px) {
.four04-page .page-header #four04-machine svg {
	width: 57vw!important
}
}
@media only screen and (min-width:1650px) and (max-width:2100px) {
.four04-page .page-header #four04-machine svg {
	width: 60vw!important
}
}
@media only screen and (min-width:1024px) {
.four04-page .page-header #four04-machine #yellow-background-mobile {
	display: none
}
}
@media only screen and (min-width:1024px) and (max-width:1366px) and (orientation:portrait) {
.four04-page .page-header #four04-machine #yellow-background-mobile {
	display: block!important
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
.four04-page .page-header #four04-machine svg {
	width: 71vw!important
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
.four04-page .page-header .title-wrapper .transl-top {
	-ms-transform: translateY(550px);
	-webkit-transform: translateY(550px);
	transform: translateY(550px)
}
.four04-page .page-header #four04-machine svg {
	width: 110vw!important
}
.four04-page .page-header #four04-machine #yellow-background-mobile {
	width: 100%;
	height: 25%
}
}
@media only screen and (max-width:1024px) {
.four04-page .page-header #four04-machine svg {
	width: 71vw!important
}
}
@media only screen and (max-width:768px) {
.four04-page .page-header .title-wrapper .transl-top {
	-ms-transform: translateY(550px);
	-webkit-transform: translateY(550px);
	transform: translateY(550px)
}
.four04-page .page-header .title-wrapper p {
	margin-top: 30px;
	font-size: 20px
}
.four04-page .page-header #four04-machine svg {
	width: 110vw!important
}
.four04-page .page-header #four04-machine #yellow-background-mobile {
	width: 100%;
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transform: translateY(30px)
}
}
@media only screen and (max-width:414px) {
.four04-page .page-header .title-wrapper .transl-top {
	-ms-transform: translateY(250px);
	-webkit-transform: translateY(250px);
	transform: translateY(250px)
}
}
@media only screen and (max-width:320px) {
.four04-page .page-header .title-wrapper .transl-top {
	-ms-transform: translateY(150px);
	-webkit-transform: translateY(150px);
	transform: translateY(150px)
}
}
.politicas-page .page-header .title-wrapper {
	padding-top: 260px
}
.politicas-page .page-header .title-wrapper .social {
	padding-top: 35px
}
.politicas-page .page-header .image-wrapper {
	height: 90vh
}
.politicas-page .page-header .image-wrapper>.row {
	height: 100%
}
.politicas-page .page-header .image-wrapper>.row .block-bg-cover {
	position: relative;
	opacity: .7;
	-webkit-box-shadow: -18px 18px 45px 0 rgba(0,0,0,.42);
	-moz-box-shadow: -18px 18px 45px 0 rgba(0,0,0,.42);
	box-shadow: -18px 18px 45px 0 rgba(0,0,0,.42)
}
.politicas-page .page-header .image-wrapper>.row picture {
	height: 100%;
	position: relative;
	display: block
}
.politicas-page .page-content h4 {
	margin: 0 19.25% 0 19.25%
}
.politicas-page .page-content p {
	font-family: FFTisaSansWebLight, Helvetica, Arial, sans-serif;
	margin: 0 19.25% 0 19.25%;
	color: #998787;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -.5px
}
.politicas-page .page-content p strong {
	color: #fff
}
.politicas-page .page-content p a {
	color: #cca36e;
	font-family: FFTisaSansWebLight, Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 28px
}
.politicas-page .page-content .image-full {
	margin: 0 auto
}
.politicas-page .page-content blockquote p {
	font-size: 34px;
	line-height: 42px;
	opacity: 1;
	margin: inherit;
	text-align: center;
	color: #d5ae7e;
	letter-spacing: -1px;
	font-family: FFTisaSansWebLightItalic, Helvetica, Arial, sans-serif
}
.politicas-page .page-content .iframe-wrapper {
	position: relative;
	left: 50%;
	cursor: pointer;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.politicas-page .page-content .single-news-rows:before {
	content: '';
	height: 1px;
	width: 100%;
	background-color: rgba(255,255,255,.1);
	position: relative;
	display: block;
	margin-top: 105px;
	margin-bottom: 140px
}
.politicas-page .page-content .single-news-rows h3 {
	margin-bottom: 55px;
	font-size: 50px;
	font-family: FFTisaSansWebLight, Helvetica, Arial, sans-serif;
	letter-spacing: -4px
}
.politicas-page .page-content .single-news-wrapper {
	background-color: #2c2626;
	height: 255px;
	margin: 20px 0;
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,.026)
}
.politicas-page .page-content .single-news-wrapper>.row {
	height: 100%
}
.politicas-page .page-content .single-news-wrapper>.row .columns {
	position: relative
}
.politicas-page .page-content .single-news-wrapper .block-bg-cover {
	position: relative
}
.politicas-page .page-content .single-news-wrapper h3 {
	font-size: 40px;
	margin-bottom: 0
}
.politicas-page .page-content .single-news-wrapper .news-content {
	padding: 45px
}
.politicas-page .page-content .single-news-wrapper .news-content p {
	font-family: FFTisaSansWebLight, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 21px;
	opacity: .3;
	margin: 15px 0 0 0;
	padding: 0
}
.politicas-page .page-content .single-news-wrapper .news-content .social {
	position: absolute;
	bottom: 35px
}
.politicas-page .page-content .social {
	text-align: center
}
@media only screen and (max-width:1024px) {
.politicas-page .page-header .image-wrapper img {
	position: relative;
	left: 50%;
	max-width: none;
	width: auto;
	max-height: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
}
@media only screen and (max-width:768px) {
.politicas-page .page-content .iframe-wrapper {
	width: calc(100vw - 80px);
	height: 400px
}
.politicas-page .page-content .iframe-wrapper iframe {
	width: calc(100vw - 80px);
	height: 400px
}
}
@media only screen and (max-width:414px) {
.politicas .scroll-helper {
	display: block;
	padding: 0 15px;
	top: 80vh
}
.politicas-page .page-header .title-wrapper {
	padding-top: 160px
}
.politicas-page .page-content {
	padding: 0 15px
}
.politicas-page .page-content p {
	margin: 0
}
.politicas-page .page-content blockquote p {
	font-size: 28px;
	line-height: 36px
}
.politicas-page .page-content blockquote strong {
	font-size: 28px
}
.politicas-page .page-content .iframe-wrapper {
	width: calc(100vw - 60px);
	height: 200px;
	left: auto;
	-webkit-transform: none;
	transform: none
}
.politicas-page .page-content .iframe-wrapper iframe {
	width: calc(100vw - 60px);
	height: 100%
}
.politicas-page .page-content .social {
	margin-top: 50px
}
}
.catalogo-page .page-header {
	min-height: 800px
}
.catalogo-page .page-header .issuu-wrapper {
	padding-top: 160px
}
.catalogo-page .page-header .issuu-wrapper .btn {
	margin-bottom: 40px;
	opacity: 0;
	visibility: hidden
}
.catalogo-page .page-header .issuu-wrapper .issuuembed {
	margin: 0 auto;
	max-width: 100%
}
.catalogo-page .page-content .catalog-form-wrapper {
	position: relative;
	margin: 135px 0
}
.catalogo-page .page-content .catalog-form-wrapper h2 {
	text-align: center
}
.catalogo-page .page-content .catalog-form-wrapper .form {
	position: relative;
	margin-top: 80px
}
.catalogo-page .page-content .catalog-form-wrapper .form .btn-wrapper {
	opacity: .2;
	pointer-events: none
}
.catalogo-page .page-content .catalog-form-wrapper .form .btn-wrapper.enable {
	opacity: 1;
	pointer-events: all
}
.catalogo-page .page-content .catalog-form-wrapper .form .rgpd-wrapper {
	position: relative;
	margin-top: 0;
	margin-bottom: 40px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center
}
.catalogo-page .page-content .catalog-form-wrapper .form .rgpd-wrapper .svg-wrapper {
	height: 40px;
	width: 20px
}
.catalogo-page .page-content .catalog-form-wrapper .form .rgpd-wrapper .svg-wrapper input {
	opacity: 0;
	visibility: hidden
}
.catalogo-page .page-content .catalog-form-wrapper .form .rgpd-wrapper .svg-wrapper svg {
	position: absolute;
	width: 20px;
	left: 5px;
	top: 5px;
	opacity: 0;
	cursor: pointer
}
.catalogo-page .page-content .catalog-form-wrapper .form .rgpd-wrapper .svg-wrapper:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	top: 5px;
	left: 1px;
	border: 2px solid rgba(255,255,255,.4);
	cursor: pointer;
	pointer-events: none
}
.catalogo-page .page-content .catalog-form-wrapper .form .rgpd-wrapper .rgpd-text {
	font-family: FFTisaSansWebItalic, Helvetica, Arial, sans-serif;
	font-size: 16px;
	position: relative;
	top: 0;
	margin-left: 15px;
	color: #fff;
	opacity: .4;
	letter-spacing: -.5px;
	line-height: 1.2;
	max-width: 450px;
	width: 100%
}
.catalogo-page .page-content .catalog-form-wrapper .form .rgpd-wrapper .rgpd-text a {
	color: #fff;
	font-size: 16px;
	font-family: FFTisaSansWebBoldItalic, Helvetica, Arial, sans-serif
}
.catalogo-page .page-content .catalog-form-wrapper .form .rgpd-wrapper.active .svg-wrapper svg {
	opacity: 1
}
.catalogo-page .page-content .catalog-form-wrapper .form .input-radio {
	position: relative;
	margin: 70px 0 50px 0
}
.catalogo-page .page-content .catalog-form-wrapper .form .input-radio .input-label {
	font-family: FFTisaSansWebItalic, Helvetica, Arial, sans-serif;
	font-size: 18px;
	letter-spacing: -.5px;
	cursor: pointer;
	opacity: .4
}
.catalogo-page .page-content .catalog-form-wrapper .form .input-radio .input-field {
	position: relative;
	top: 2px;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255,255,255,.4);
	border-radius: 100%;
	cursor: pointer;
	background-color: transparent;
	margin-right: 8px;
	-webkit-appearance: none;
	appearance: none
}
.catalogo-page .page-content .catalog-form-wrapper .form .input-radio .ball-check {
	position: absolute;
	top: 10px;
	left: 4px;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: -webkit-transform .2s cubic-bezier(.175, .885, .32, 1.275);
	transition: transform .2s cubic-bezier(.175, .885, .32, 1.275)
}
.catalogo-page .page-content .catalog-form-wrapper .form .input-radio.checked .input-label {
	opacity: 1
}
.catalogo-page .page-content .catalog-form-wrapper .form .input-radio.checked .input-field {
	border-color: #fff
}
.catalogo-page .page-content .catalog-form-wrapper .form .input-radio.checked .ball-check {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .4s cubic-bezier(.175, .885, .32, 1.275);
	transition: transform .4s cubic-bezier(.175, .885, .32, 1.275)
}
.catalogo-page .page-content .catalog-form-wrapper .form .input-radio:first-of-type {
	padding-right: 60px
}
.catalogo-page .page-content .catalog-form-wrapper .form .input-text, .catalogo-page .page-content .catalog-form-wrapper .form .input-textarea {
	position: relative;
	margin-bottom: 40px;
	opacity: .5;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out
}
.catalogo-page .page-content .catalog-form-wrapper .form .input-text .input-label, .catalogo-page .page-content .catalog-form-wrapper .form .input-textarea .input-label {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 30px;
	font-family: FFTisaSansWebItalic, Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 55px;
	letter-spacing: -.5px;
	pointer-events: none;
	color: #fff
}
.catalogo-page .page-content .catalog-form-wrapper .form .input-text .input-label span, .catalogo-page .page-content .catalog-form-wrapper .form .input-textarea .input-label span {
	color: #c93445
}
.catalogo-page .page-content .catalog-form-wrapper .form .input-text .input-field, .catalogo-page .page-content .catalog-form-wrapper .form .input-textarea .input-field {
	display: block;
	width: 100%;
	height: 55px;
	border-radius: 3px;
	border: none;
	color: #fff;
	padding-left: 30px;
	font-family: FFTisaSansWebItalic, Helvetica, Arial, sans-serif;
	font-size: 15px;
	background-color: rgba(255,255,255,.004);
	box-shadow: 0 16px 38px 0 rgba(0,0,0,.28), inset 0 1px 0 0 rgba(255,255,255,.045);
	-webkit-transition: background-color .25s ease-out;
	transition: background-color .25s ease-out;
	-webkit-appearance: none;
	appearance: none
}
.catalogo-page .page-content .catalog-form-wrapper .form .input-text .input-field.textarea, .catalogo-page .page-content .catalog-form-wrapper .form .input-textarea .input-field.textarea {
	resize: none;
	height: 170px;
	padding: 19px 30px
}
.catalogo-page .page-content .catalog-form-wrapper .form .input-text .error-message, .catalogo-page .page-content .catalog-form-wrapper .form .input-textarea .error-message {
	position: absolute;
	bottom: -25px;
	left: 30px;
	font-family: FFTisaSansWebItalic, Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #c93445;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out
}
.catalogo-page .page-content .catalog-form-wrapper .form .input-text.js-active-input, .catalogo-page .page-content .catalog-form-wrapper .form .input-textarea.js-active-input {
	opacity: 1
}
.catalogo-page .page-content .catalog-form-wrapper .form .input-text.js-active-input .input-field, .catalogo-page .page-content .catalog-form-wrapper .form .input-textarea.js-active-input .input-field {
	background-color: rgba(255,255,255,.04)
}
.catalogo-page .page-content .catalog-form-wrapper .form .input-text.erro .error-message, .catalogo-page .page-content .catalog-form-wrapper .form .input-textarea.erro .error-message {
	opacity: 1
}
.catalogo-page .page-content .catalog-form-wrapper .form .input-text:first-of-type {
	padding-right: 15px
}
.catalogo-page .page-content .catalog-form-wrapper .form .input-text:last-of-type {
	padding-left: 15px
}
.catalogo-page .page-content .catalog-form-wrapper .form .input-text:last-of-type .input-label {
	left: 45px
}
.catalogo-page .page-content .catalog-form-wrapper .form .input-text:last-of-type .error-message {
	left: 45px;
	white-space: nowrap
}
.catalogo-page .page-content .catalog-form-wrapper .form .btn {
	overflow: hidden;
	color: #fff;
	background-color: rgba(255,255,255,.07);
	box-shadow: 0 16px 38px 0 rgba(0,0,0,.28), inset 0 1px 0 0 rgba(255,255,255,.045);
	padding: 20px 55px;
	-webkit-transition: background-color .5s ease;
	transition: background-color .5s ease
}
.catalogo-page .page-content .catalog-form-wrapper .form .btn span {
	display: block
}
.catalogo-page .page-content .catalog-form-wrapper .form .btn svg.arrow {
	position: absolute;
	top: 21px;
	right: 27px;
	width: 6px;
	height: 10px
}
.catalogo-page .page-content .catalog-form-wrapper .form .btn svg.arrow path {
	fill: #fff
}
.catalogo-page .page-content .catalog-form-wrapper .form .btn .send-in, .catalogo-page .page-content .catalog-form-wrapper .form .btn .send-out-error, .catalogo-page .page-content .catalog-form-wrapper .form .btn .send-out-ok, .catalogo-page .page-content .catalog-form-wrapper .form .btn .sending-bm {
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.catalogo-page .page-content .catalog-form-wrapper .form .btn:hover {
	opacity: 1;
	background-color: rgba(255,255,255,.11)
}
@media only screen and (max-width:768px) {
.catalogo-page .page-header {
	height: auto;
	min-height: initial
}
}
.video-wrapper {
	display: none;
}
.wishlist-container-wrapper {
	display: none;
}
