/* Last modified: 10/19/2021, 1:55:23 AM */

* {
	box-sizing: border-box;
	text-decoration: none;
	appearance: none;
	padding: 0;
	outline: 0;
	margin: 0;
	border: 0;
	list-style: none
}

body.no-scroll,
html.no-scroll {
	overflow: hidden
}

body,
html {
	overflow-x: hidden!important;
	background: #000!important;
	color: #fff!important;
	font-family: "Montserrat"!important;
	font-weight: 400!important;
}
.container-wrap{
	background: #000!important;
	color: #fff!important;
}
section,
section.section {
	position: relative;
	background: #000!important;
	color: #fff!important;
	font-family: "Montserrat"!important;
	font-weight: 400!important;
}

section.section {
	display: block
}

section img,
section.section {
	width: 100%;
	height: auto
}

section,
section img,
section img.desktop {
	display: block
}

section img.mobile {
	display: none!important
}

.mac * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.mac.safari.internal body {
	overflow-x: hidden
}

.wrapper-center {
	width: 940px;
	margin: 0 auto;
	position: relative;
	z-index: 10
}

.wrapper-middle {
	max-width: 1390px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 10
}

.wrapper-middle .content,
body,
html,
section {
	width: 100%
}

@media only screen and (max-width:1140px) {
	.wrapper-center {
		width: 82.45614vw
	}
}

@media only screen and (max-width:767px) {
	body,
	html {
		height: auto;
		overflow-x: hidden
	}
	.edge body,
	.ie body {
		overflow: auto
	}
	.wrapper-center {
		max-width: 100%;
		width: 100%;
		padding: 0 5vw
	}
	.wrapper-content {
		max-width: initial;
		z-index: 10;
		padding: 0 5vw
	}
	.wrapper-content .content,
	body,
	html,
	section {
		width: 100%
	}
	section {
		position: relative;
		display: inline-block;
		height: auto
	}
	section img {
		width: 100%;
		display: block
	}
	section img.desktop {
		display: none!important
	}
	section img.mobile {
		display: block!important
	}
}

section.section.section-hero .wrapper-content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between
}

section.section.section-hero .wrapper-content .img-left {
	width: 514px
}

section.section.section-hero .wrapper-content .logo-pickers {
	width: 879px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-45%, -80%);
	z-index: 10
}

section.section.section-hero .wrapper-content .img-right {
	width: 676px;
	position: relative;
	z-index: 10;
	margin-top: -20px
}

@media only screen and (max-width:1919px) {
	section.section.section-hero .wrapper-content .img-left {
		width: 26.78478vw
	}
	section.section.section-hero .wrapper-content .logo-pickers {
		width: 45.80511vw
	}
	section.section.section-hero .wrapper-content .img-right {
		width: 35.22668vw
	}
}

@media only screen and (max-width:770px) {
	section.section.section-hero {
		padding-top: 20vh;
		height: 68vh
	}
	section.section.section-hero .wrapper-content {
		display: flex;
		align-items: flex-start;
		justify-content: space-between
	}
	section.section.section-hero .wrapper-content .img-left {
		width: 26%;
		position: absolute;
		bottom: -21px;
		left: -10px
	}
	section.section.section-hero .wrapper-content .logo-pickers {
		width: 100%;
		position: relative;
		top: initial;
		left: initial;
		transform: translate(0, 0);
		z-index: 10;
		padding-left: 15vw;
		padding-right: 5vw
	}
	section.section.section-hero .wrapper-content .img-right {
		width: 30%;
		position: absolute;
		top: 0;
		right: 0
	}
}

section.section.section-compartilhar .wrapper-content {
	display: flex;
	justify-content: space-between;
	padding-left: 90px;
	margin-top: -100px
}

section.section.section-compartilhar .wrapper-content .img-exclamacao {
	width: 164px
}

section.section.section-compartilhar .wrapper-content .description {
	position: absolute;
	top: 0;
	left: 360px
}

section.section.section-compartilhar .wrapper-content .description h2 {
	position: relative;
	font-size: 37px;
	text-transform: uppercase;
	margin-bottom: 100px;
	padding: 40px 0 30px 10px;
	color:  #fff!important;
}

section.section.section-compartilhar .wrapper-content .description h2::before {
	content: '';
	width: 564px;
	height: 3px;
	position: absolute;
	top: -10px;
	left: 0;
	background: #fff!important;
}

section.section.section-compartilhar .wrapper-content .description h2::after {
	content: '';
	width: 564px;
	height: 3px;
	position: absolute;
	bottom: -10px;
	left: 0;
	background: #fff
}

section.section.section-compartilhar .wrapper-content .description h2 span {
	font-size: 60px;
	color: #ffd040!important;
	display: block;
	font-weight: 900
}

section.section.section-compartilhar .wrapper-content .description h3 {
	margin-bottom: 60px;
	font-size: 30px;
	font-weight: 700;
	color: #fff!important;
}

section.section.section-compartilhar .wrapper-content .description p .br-mobile{
	display: none;
}
section.section.section-compartilhar .wrapper-content .description p {
	margin-bottom: 60px;
	font-size: 20px;
	line-height: 40px;
	padding: 0!important;
}

section.section.section-compartilhar .wrapper-content .porcao-bolinho {
	position: absolute;
	top: -100px;
	right: 500px;
	z-index: 1
}

section.section.section-compartilhar .wrapper-content .img-compartilhar {
	width: 840px
}

@media only screen and (max-width:1919px) {
	section.section.section-compartilhar .wrapper-content {
		padding-left: 4.68994vw;
		margin-top: -5.21105vw
	}
	section.section.section-compartilhar .wrapper-content .img-exclamacao {
		width: 8.54612vw
	}
	section.section.section-compartilhar .wrapper-content .description {
		left: 18.75977vw
	}
	section.section.section-compartilhar .wrapper-content .description h2 {
		font-size: 1.92809vw;
		margin-bottom: 5.21105vw;
		padding: 1.56331vw 0 1.56331vw .5211vw
	}
	section.section.section-compartilhar .wrapper-content .description h2::before {
		width: 29.39031vw;
		height: 3px;
		top: -.5211vw
	}
	section.section.section-compartilhar .wrapper-content .description h2::after {
		width: 29.39031vw;
		height: 3px;
		bottom: -.5211vw
	}
	section.section.section-compartilhar .wrapper-content .description h2 span {
		font-size: 3.12663vw
	}
	section.section.section-compartilhar .wrapper-content .description h3 {
		margin-bottom: 3.12663vw;
		font-size: 1.56331vw
	}
	section.section.section-compartilhar .wrapper-content .description p .br-mobile{
		display: none;
	}
	section.section.section-compartilhar .wrapper-content .description p {
		margin-bottom: 3.12663vw;
		font-size: 1.04221vw;
		line-height: 2.08442vw
	}

	section.section.section-compartilhar .wrapper-content .porcao-bolinho {
		top: -5.21105vw;
		right: 26.05524vw
	}
	section.section.section-compartilhar .wrapper-content .img-compartilhar {
		width: 43.7728vw
	}
}

@media only screen and (max-width:770px) {
	section.section.section-compartilhar {
		padding-top: 40px
	}
	section.section.section-compartilhar .wrapper-content {
		display: flex;
		justify-content: space-between;
		margin-top: 0;
		padding: 0
	}
	section.section.section-compartilhar .wrapper-content .description h3 br,
	section.section.section-compartilhar .wrapper-content .img-exclamacao {
		display: none
	}
	section.section.section-compartilhar .wrapper-content .description {
		width: 100%;
		position: relative;
		top: initial;
		left: initial;
		padding: 0 10%
	}
	section.section.section-compartilhar .wrapper-content .description h2 {
		width: 100%;
		position: relative;
		font-size: 5.5vw;
		text-transform: uppercase;
		margin-bottom: 40px;
		padding: 0 0 5px;
		text-align: center
	}
	section.section.section-compartilhar .wrapper-content .description h2::before {
		content: '';
		width: 100%;
		height: 3px;
		position: absolute;
		top: -10px;
		left: 0;
		background: #fff!important;
	}
	section.section.section-compartilhar .wrapper-content .description h2::after {
		content: '';
		width: 100%;
		height: 3px;
		position: absolute;
		bottom: -10px;
		left: 0;
		background: #fff!important;
	}
	section.section.section-compartilhar .wrapper-content .description h2 span {
		font-size: 9vw;
		color: #ffd040!important;
		display: block;
		font-weight: 900
	}
	section.section.section-compartilhar .wrapper-content .description h3 {
		margin-bottom: 5vh;
		font-size: 4.5vw;
		font-weight: 700;
		padding-right: 10%
	}
	section.section.section-compartilhar .wrapper-content .description p {
		margin-bottom: 4vh;
		font-size: 3.5vw;
		line-height: 5.5vw;
		padding-right: 5%
	}
	section.section.section-compartilhar .wrapper-content .description p .br-mobile{
		display: block;
	}
	section.section.section-compartilhar .wrapper-content .description p br{
		display: none;
	}
	section.section.section-compartilhar .wrapper-content .porcao-bolinho {
		width: 30%;
		position: absolute;
		top: 130px;
		right: -8%;
		z-index: 1
	}
	section.section.section-compartilhar .wrapper-content .img-compartilhar {
		display: none
	}
}

section.section.section-petiscos .wrapper-content {
	display: flex;
	justify-content: flex-start
}

section.section.section-petiscos .wrapper-content .img-petiscos {
	width: 1268px;
	margin-left: -305px;
	margin-top: -60px
}

section.section.section-petiscos .wrapper-content .description {
	position: relative;
	padding-left: 60px;
	padding-top: 210px
}

section.section.section-petiscos .wrapper-content .description::before {
	content: '';
	width: 610px;
	height: 7px;
	position: absolute;
	top: 10px;
	left: -120px;
	background: #fff!important;
}

section.section.section-petiscos .wrapper-content .description h3 {
	font-size: 50px;
	line-height: 58px;
	font-weight: 900;
	margin-bottom: 90px;
	text-transform: uppercase;
	color: #fff !important;
}

section.section.section-petiscos .wrapper-content .description h3 span {
	color: #ffd040!important;
}

section.section.section-petiscos .wrapper-content .description p {
	position: relative;
	font-size: 35px;
	font-weight: 900;
	padding-left: 174px;
	margin-bottom: 120px;
	line-height: 37px;
}

section.section.section-petiscos .wrapper-content .description p span {
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
}

section.section.section-petiscos .wrapper-content .description p:last-child {
	margin-bottom: 0
}

section.section.section-petiscos .wrapper-content .description p strong {
	font-weight: 900;
	color: #ffd040!important;
}

section.section.section-petiscos .wrapper-content .description p.ico-01::before {
	content: '';
	width: 68px;
	height: 129px;
	background: url(../img/pickers/ico-01.png) left center no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}

section.section.section-petiscos .wrapper-content .description p.ico-02::before {
	content: '';
	width: 158px;
	height: 124px;
	background: url(../img/pickers/ico-02.png) left center no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}

@media only screen and (max-width:1919px) {
	section.section.section-petiscos .wrapper-content .img-petiscos {
		width: 66.07608vw;
		margin-left: -15.89369vw;
		margin-top: -3.12663vw
	}
	section.section.section-petiscos .wrapper-content .description {
		padding-left: 3.12663vw;
		padding-top: 10.9432vw
	}
	section.section.section-petiscos .wrapper-content .description::before {
		width: 31.78739vw;
		height: 7px;
		top: .5211vw;
		left: -6.25326vw
	}
	section.section.section-petiscos .wrapper-content .description h3 {
		font-size: 2.60552vw;
		line-height: 3.02241vw;
		margin-bottom: 4.68994vw
	}
	section.section.section-petiscos .wrapper-content .description p {
		font-size: 1.82387vw;
		padding-left: 10.06722vw;
		margin-bottom: 6.25326vw;
		padding-bottom: 0!important;
	}
	section.section.section-petiscos .wrapper-content .description p span {
		font-size: 1.04221vw
	}
	section.section.section-petiscos .wrapper-content .description p.ico-01::before {
		width: 3.54351vw;
		height: 6.72225vw;
	}
	section.section.section-petiscos .wrapper-content .description p.ico-02::before {
		width: 8.23345vw;
		height: 6.4617vw;
	}
}

@media only screen and (max-width:770px) {
	section.section.section-petiscos .wrapper-content {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		padding: 0 10%
	}
	section.section.section-petiscos .wrapper-content .description p span br,
	section.section.section-petiscos .wrapper-content .img-petiscos {
		display: none
	}
	section.section.section-petiscos .wrapper-content .description {
		width: 100%;
		position: relative;
		padding-left: 0;
		padding-top: 60px
	}
	section.section.section-petiscos .wrapper-content .description::before {
		content: '';
		width: 50%;
		height: 4px;
		position: absolute;
		top: 10px;
		left: 0;
		background: #fff!important;
	}
	section.section.section-petiscos .wrapper-content .description h3 {
		font-size: 5.5vw;
		line-height: 7vw;
		font-weight: 900;
		margin-bottom: 5vh
	}
	section.section.section-petiscos .wrapper-content .description h3 span {
		color: #ffd040!important;
	}
	section.section.section-petiscos .wrapper-content .description p {
		position: relative;
		font-size: 4.5vw;
		font-weight: 900;
		padding-left: 0;
		margin-bottom: 8vh;
		padding-top: 80px;
		line-height: 22px;
	}
	section.section.section-petiscos .wrapper-content .description p span {
		display: block;
		font-size: 3.5vw;
		font-weight: 400;
		padding-top: 5px
	}
	section.section.section-petiscos .wrapper-content .description p:last-child {
		margin-bottom: 0
	}
	section.section.section-petiscos .wrapper-content .description p strong {
		font-weight: 900
	}
	section.section.section-petiscos .wrapper-content .description p.ico-01::before {
		content: '';
		width: 34px;
		height: 65px;
		background: url(../img/pickers/ico-01.png) left center no-repeat;
		background-size: cover;
		position: absolute;
		top: 0;
		left: 0;
		transform: translateY(0);
	}
	section.section.section-petiscos .wrapper-content .description p.ico-02::before {
		content: '';
		width: 79px;
		height: 62px;
		background: url(../img/pickers/ico-02.png) left center no-repeat;
		background-size: cover;
		position: absolute;
		top: 0;
		left: 0;
		transform: translateY(0)
	}
}

section.section.section-seumenu .wrapper-content {
	display: flex;
	align-items: center;
	justify-content: space-between
}

section.section.section-seumenu .wrapper-content .description {
	width: 50%;
	padding-left: 180px;
	padding-right: 150px;
	padding-top: 180px
}

section.section.section-seumenu .wrapper-content .description h2 {
	font-size: 60px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 80px;
	color: #fff !important;
	line-height: 50px;
}

section.section.section-seumenu .wrapper-content .description h2 span {
	display: inline-block;
	width: 237px
}

section.section.section-seumenu .wrapper-content .description p {
	position: relative;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 700;
	padding-left: 160px;
	margin-bottom: 60px
}

section.section.section-seumenu .wrapper-content .description p:last-child {
	margin-bottom: 0
}

section.section.section-seumenu .wrapper-content .description p strong {
	font-weight: 900
}

section.section.section-seumenu .wrapper-content .description p.ico-03::before {
	content: '';
	width: 85px;
	height: 102px;
	background: url(../img/pickers/ico-03.png) left center no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}

section.section.section-seumenu .wrapper-content .description p.ico-04::before {
	content: '';
	width: 85px;
	height: 85px;
	background: url(../img/pickers/ico-04.png) left center no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}

section.section.section-seumenu .wrapper-content .description p.ico-05::before {
	content: '';
	width: 104px;
	height: 104px;
	background: url(../img/pickers/ico-05.png) left center no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}

section.section.section-seumenu .wrapper-content .content-seumenu {
	width: 50%;
	margin-top: -60px
}

section.section.section-seumenu .wrapper-content .content-seumenu .img-seumenu {
	width: 967px;
	margin-bottom: 50px
}

section.section.section-seumenu .wrapper-content .content-seumenu .content-exemplo {
	text-transform: uppercase
}

section.section.section-seumenu .wrapper-content .content-seumenu .content-exemplo h3 {
	font-weight: 900;
	font-size: 30px;
	margin-bottom: 50px;
	color: #fff !important;
}

section.section.section-seumenu .wrapper-content .content-seumenu .content-exemplo ul {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 10px;
	margin-left: -20px
}

section.section.section-seumenu .wrapper-content .content-seumenu .content-exemplo ul li {
	width: auto;
	text-align: center;
	font-weight: 500;
	margin-right: 144px;
	font-size: 20px;
	list-style: none!important;
}

section.section.section-seumenu .wrapper-content .content-seumenu .content-exemplo ul li:last-child {
	margin-right: 0;
	padding-left: 40px
}

section.section.section-seumenu .wrapper-content .content-seumenu .content-exemplo ul.steps {
	height: 70px;
	align-items: center;
	background: url(../img/pickers//bg-precos.png) 0 0 no-repeat;
	background-size: 819px 74px;
	padding-left: 48px;
	margin-left: 0
}

section.section.section-seumenu .wrapper-content .content-seumenu .content-exemplo ul.steps li {
	font-size: 30px;
	font-weight: 500;
	color: #222!important;
	margin-right: 188px
}

section.section.section-seumenu .wrapper-content .content-seumenu .content-exemplo ul.steps li:last-child {
	margin-right: 0;
	padding-left: 0
}

section.section.section-seumenu .wrapper-content .content-seumenu .content-exemplo p {
	font-size: 14px;
	font-weight: 300
}

@media only screen and (max-width:1919px) {
	section.section.section-seumenu .wrapper-content .description {
		padding-left: 9.37989vw;
		padding-right: 7.81657vw;
		padding-top: 9.37989vw
	}
	section.section.section-seumenu .wrapper-content .description h2 {
		font-size: 3.12663vw;
		margin-bottom: 4.16884vw
	}
	section.section.section-seumenu .wrapper-content .description h2 span {
		width: 12.35018vw
	}
	section.section.section-seumenu .wrapper-content .description p {
		font-size: 1.30276vw;
		padding-left: 8.33768vw;
		margin-bottom: 3.12663vw
	}
	section.section.section-seumenu .wrapper-content .description p.ico-03::before {
		content: '';
		width: 4.42939vw;
		height: 5.31527vw;
		background: url(../img/pickers/ico-03.png) left center no-repeat;
		background-size: cover
	}
	section.section.section-seumenu .wrapper-content .description p.ico-04::before {
		content: '';
		width: 4.42939vw;
		height: 4.42939vw;
		background: url(../img/pickers/ico-04.png) left center no-repeat;
		background-size: cover
	}
	section.section.section-seumenu .wrapper-content .description p.ico-05::before {
		content: '';
		width: 5.41949vw;
		height: 5.41949vw;
		background: url(../img/pickers/ico-05.png) left center no-repeat;
		background-size: cover
	}
	section.section.section-seumenu .wrapper-content .content-seumenu {
		margin-top: -3.12663vw
	}
	section.section.section-seumenu .wrapper-content .content-seumenu .img-seumenu {
		width: 50.39083vw;
		margin-bottom: 2.60552vw
	}
	section.section.section-seumenu .wrapper-content .content-seumenu .content-exemplo h3 {
		font-size: 1.56331vw;
		margin-bottom: 2.60552vw
	}
	section.section.section-seumenu .wrapper-content .content-seumenu .content-exemplo ul {
		margin-bottom: .5211vw;
		margin-left: -1.04221vw
	}
	section.section.section-seumenu .wrapper-content .content-seumenu .content-exemplo ul li {
		margin-right: 7.50391vw;
		font-size: 1.04221vw
	}
	section.section.section-seumenu .wrapper-content .content-seumenu .content-exemplo ul li:last-child {
		padding-left: 2.08442vw
	}
	section.section.section-seumenu .wrapper-content .content-seumenu .content-exemplo ul.steps {
		height: 3.64773vw;
		background: url(../img/pickers//bg-precos.png) 0 0 no-repeat;
		background-size: 42.67848vw 3.85618vw;
		padding-left: 2.5013vw
	}
	section.section.section-seumenu .wrapper-content .content-seumenu .content-exemplo ul.steps li {
		font-size: 1.56331vw;
		margin-right: 9.79677vw
	}
	section.section.section-seumenu .wrapper-content .content-seumenu .content-exemplo p {
		font-size: 1vw
	}
}

@media only screen and (max-width:770px) {
	section.section.section-seumenu .wrapper-content {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0
	}
	section.section.section-seumenu .wrapper-content .description {
		position: relative;
		width: 100%;
		padding-left: 10vw;
		padding-right: 10vw;
		padding-top: 20vh
	}
	section.section.section-seumenu .wrapper-content .description::before {
		content: '';
		width: 50%;
		height: 4px;
		position: absolute;
		top: 10vh;
		left: 10vw;
		background: #fff!important;
	}
	section.section.section-seumenu .wrapper-content .description h2 {
		width: 100%;
		font-size: 9.5vw;
		margin-bottom: 0;
		text-align: center;
		line-height: 50px;
	}
	section.section.section-seumenu .wrapper-content .description h2 span {
		display: inline-block;
		width: 45%
	}
	section.section.section-seumenu .wrapper-content .description p {
		position: relative;
		text-transform: uppercase;
		font-size: 4vw;
		font-weight: 700;
		padding-left: 0;
		margin-bottom: 0;
		padding-top: 5vh
	}
	section.section.section-seumenu .wrapper-content .description p:last-child {
		margin-bottom: 0
	}
	section.section.section-seumenu .wrapper-content .description p strong {
		font-weight: 900
	}
	section.section.section-seumenu .wrapper-content .description p.ico-03::before {
		content: '';
		width: 43px;
		height: 51px;
		background: url(../img/pickers/ico-03.png) left center no-repeat;
		background-size: cover;
		position: relative;
		top: initial;
		left: 0;
		transform: translateY(0);
		display: block;
		margin: 0 12px 5px 12px;
		float: left;
	}
	section.section.section-seumenu .wrapper-content .description p.ico-04::before {
		content: '';
		width: 45px;
		height: 45px;
		background: url(../img/pickers/ico-04.png) left center no-repeat;
		background-size: cover;
		position: relative;
		top: initial;
		left: 0;
		transform: translateY(0);
		display: block;
		margin: 0 12px 5px 12px;
		float: left;
	}
	section.section.section-seumenu .wrapper-content .description p.ico-05::before {
		content: '';
		width: 54px;
		height: 54px;
		background: url(../img/pickers/ico-05.png) left center no-repeat;
		background-size: cover;
		position: relative;
		top: initial;
		left: 0;
		transform: translateY(0);
		display: block;
		margin: 0 12px 5px 12px;
		float: left;
	}
	section.section.section-seumenu .wrapper-content .content-seumenu {
		width: 100%;
		margin-top: 0
	}
	section.section.section-seumenu .wrapper-content .content-seumenu .img-seumenu {
		width: 100%;
		margin-top: 50px;
		margin-bottom: 50px
	}
	section.section.section-seumenu .wrapper-content .content-seumenu .content-exemplo {
		text-transform: uppercase
	}
	section.section.section-seumenu .wrapper-content .content-seumenu .content-exemplo h3 {
		font-weight: 900;
		font-size: 5.3vw;
		margin-bottom: 5vh;
		padding-left: 10vw;
		padding-right: 10vw
	}
	section.section.section-seumenu .wrapper-content .content-seumenu .content-exemplo h3 br {
		display: none
	}
	section.section.section-seumenu .wrapper-content .content-seumenu .content-exemplo ul {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin-bottom: 10px;
		margin-left: 10px
	}
	section.section.section-seumenu .wrapper-content .content-seumenu .content-exemplo ul li {
		width: auto;
		text-align: center;
		font-weight: 500;
		margin-right: 13vw;
		font-size: 2.5vw
	}
	section.section.section-seumenu .wrapper-content .content-seumenu .content-exemplo ul li:last-child {
		margin-right: 0;
		padding-left: 4.5vw
	}
	section.section.section-seumenu .wrapper-content .content-seumenu .content-exemplo ul.steps {
		height: 44px;
		align-items: center;
		background: url(../img/pickers//bg-precos.png) center 0 no-repeat;
		background-size: 90% 44px;
		padding-left: 10vw;
		margin-left: 0
	}
	section.section.section-seumenu .wrapper-content .content-seumenu .content-exemplo ul.steps li {
		font-size: 3.5vw;
		font-weight: 500;
		color: #222;
		margin-right: 20vw
	}
	section.section.section-seumenu .wrapper-content .content-seumenu .content-exemplo ul.steps li:last-child {
		margin-right: 0;
		padding-left: 0
	}
	section.section.section-seumenu .wrapper-content .content-seumenu .content-exemplo p {
		font-size: 2.2vw;
		padding-left: 5vw;
		font-weight: 300
	}
}

section.section.section-produtos {
	padding-top: 120px
}

section.section.section-produtos .wrapper-content {
	text-align: center;
	margin-bottom: 120px
}

section.section.section-produtos .wrapper-content h2 {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 60px;
	color: #fff !important;
}

section.section.section-produtos .wrapper-content p {
	text-transform: uppercase;
	font-size: 30px
}

section.section.section-produtos .wrapper-slider {
	position: relative;
	width: 100%;
	padding: 0 70px
}

section.section.section-produtos .wrapper-slider .swiper .swiper-wrapper {
	width: 100%
}

section.section.section-produtos .wrapper-slider .swiper .swiper-wrapper .swiper-slide {
	width: 25%;
	position: relative;
	border: 5px solid #ee961b!important;
}

section.section.section-produtos .wrapper-slider .swiper .swiper-wrapper .swiper-slide .content {
	position: absolute;
	width: 90%;
	left: 18px;
	bottom: 30px;
	text-transform: uppercase;
	padding: 0 !important;
}

section.section.section-produtos .wrapper-slider .swiper .swiper-wrapper .swiper-slide .content h4 {
	font-weight: 500!important;
	font-family: "Montserrat"!important;
	font-size: 18px;
	margin-bottom: 15px;
	color:  #fff!important;
	line-height: 19px!important;
}

section.section.section-produtos .wrapper-slider .swiper .swiper-wrapper .swiper-slide .content h2 {
	font-weight: 900;
	font-size: 27px;
	margin-bottom: 20px;
	color: #fff!important;
	line-height: inherit !important;
}

section.section.section-produtos .wrapper-slider .swiper .swiper-wrapper .swiper-slide .content a {
	display: block;
	text-align: center;
	background: #ee961b!important;
	color: #222!important;
	font-weight: 700;
	width: 175px;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	transition: .2s ease color
}

section.section.section-produtos .wrapper-slider .swiper .swiper-wrapper .swiper-slide .content a:hover {
	color: #fff!important;
}

section.section.section-produtos .wrapper-slider .swiper .swiper-pagination {
	padding: 40px 0;
	position: relative
}

section.section.section-produtos .wrapper-slider .swiper .swiper-pagination .swiper-pagination-bullet {
	background: #999696!important;
}

section.section.section-produtos .wrapper-slider .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff!important;
}

section.section.section-produtos .wrapper-slider .swiper-button-prev {
	left: 20px;
	color: #fff!important;
}

section.section.section-produtos .wrapper-slider .swiper-button-next {
	right: 20px;
	color: #fff!important;
}

@media only screen and (max-width:1919px) {
	section.section.section-produtos {
		padding-top: 6.25326vw
	}
	section.section.section-produtos .wrapper-content {
		margin-bottom: 6.25326vw
	}
	section.section.section-produtos .wrapper-content h2 {
		font-size: 3.12663vw
	}
	section.section.section-produtos .wrapper-content p {
		font-size: 1.56331vw
	}
	section.section.section-produtos .wrapper-slider {
		padding: 0 3.64773vw
	}
	section.section.section-produtos .wrapper-slider .swiper .swiper-wrapper .swiper-slide .content {
		left: .93799vw;
		bottom: 1.56331vw
	}
	section.section.section-produtos .wrapper-slider .swiper .swiper-wrapper .swiper-slide .content h4 {
		font-size: .93799vw;
		margin-bottom: .78166vw
	}
	section.section.section-produtos .wrapper-slider .swiper .swiper-wrapper .swiper-slide .content h2 {
		font-size: 1.40698vw;
		margin-bottom: 1.04221vw
	}
	section.section.section-produtos .wrapper-slider .swiper .swiper-wrapper .swiper-slide .content a {
		display: block;
		text-align: center;
		background: #ee961b!important;
		color: #222!important;
		font-weight: 700;
		width: 9.11933vw;
		height: 2.5013vw;
		line-height: 2.5013vw;
		font-size: .93799vw
	}
	section.section.section-produtos .wrapper-slider .swiper .swiper-pagination {
		padding: 2.08442vw 0
	}
	section.section.section-produtos .wrapper-slider .swiper-button-prev {
		left: 1.04221vw
	}
	section.section.section-produtos .wrapper-slider .swiper-button-next {
		right: 1.04221vw
	}
}

@media only screen and (max-width:770px) {
	section.section.section-produtos {
		padding-top: 80px
	}
	section.section.section-produtos .wrapper-content {
		text-align: center;
		margin-bottom: 5vh
	}
	section.section.section-produtos .wrapper-content h2 {
		text-transform: uppercase;
		font-weight: 900;
		font-size: 5vw;
		margin-bottom: 5px
	}
	section.section.section-produtos .wrapper-content p {
		text-transform: uppercase;
		font-size: 2.5vw
	}
	section.section.section-produtos .wrapper-slider {
		position: relative;
		width: 100%;
		padding: 0 15vw
	}
	section.section.section-produtos .wrapper-slider .swiper {
		width: 100%
	}
	section.section.section-produtos .wrapper-slider .swiper .swiper-wrapper {
		width: 100%;
		display: flex;
		justify-content: space-between
	}
	section.section.section-produtos .wrapper-slider .swiper .swiper-wrapper .swiper-slide {
		display: flex;
		width: 45%;
		position: relative;
		border: 3px solid #ee961b!important;
	}
	section.section.section-produtos .wrapper-slider .swiper .swiper-wrapper .swiper-slide .content {
		position: absolute;
		width: 90%;
		left: 5%;
		bottom: 5%;
		text-transform: uppercase
	}
	section.section.section-produtos .wrapper-slider .swiper .swiper-wrapper .swiper-slide .content h4 {
		font-weight: 500;
		font-size: 3vw;
		margin-bottom: 2%
	}
	section.section.section-produtos .wrapper-slider .swiper .swiper-wrapper .swiper-slide .content h2 {
		font-weight: 900;
		font-size: 4vw;
		margin-bottom: 5%
	}
	section.section.section-produtos .wrapper-slider .swiper .swiper-wrapper .swiper-slide .content a {
		display: block;
		text-align: center;
		background: #ee961b!important;
		color: #222!important;
		font-weight: 700;
		width: 70%;
		height: 35px;
		line-height: 35px;
		font-size: 3vw;
		transition: .2s ease color
	}
	section.section.section-produtos .wrapper-slider .swiper .swiper-wrapper .swiper-slide .content a:hover {
		color: #fff!important;
	}
	section.section.section-produtos .wrapper-slider .swiper .swiper-pagination {
		padding: 40px 0;
		position: relative
	}
	section.section.section-produtos .wrapper-slider .swiper .swiper-pagination .swiper-pagination-bullet {
		background: #999696!important;
	}
	section.section.section-produtos .wrapper-slider .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: #fff!important;
	}
	section.section.section-produtos .wrapper-slider .swiper-button-prev {
		left: 10px;
		color: #fff!important;
	}
	section.section.section-produtos .wrapper-slider .swiper-button-next {
		right: 10px;
		color: #fff!important;
	}
}