body:after {
	content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
	display: none
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #000;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: .8;
	display: none
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: 400
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}

.lightbox a img {
	border: none
}

.lb-outerContainer {
	position: relative;
	background-color: #fff;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px
}

.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both
}

.lb-container {
	padding: 4px
}

.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat
}

.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10
}

.lb-container > .nav {
	left: 0
}

.lb-nav a {
	outline: none;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-prev,
.lb-next {
	height: 100%;
	cursor: pointer;
	display: block
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(../images/prev.png) left 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1
}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(../images/next.png) right 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s
}

.lb-nav a.lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both
}

.lb-data {
	padding: 0 4px;
	color: #ccc
}

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: 700;
	line-height: 1em
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: .7;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s
}

.lb-data .lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1
}

@charset 'UTF-8';

.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
	font-family: slick;
	-webkit-font-smoothing: antialiased
}

.slick-slider {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-loading .slick-list {
	background: url(./ajax-loader.gif)center center no-repeat #fff
}

@font-face {
	font-family: slick;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/slick.eot);
	src: url(../fonts/slick.eot?#iefix)format('embedded-opentype'), url(../fonts/slick.woff)format('woff'), url(../fonts/slick.ttf)format('truetype'), url(../fonts/slick.svg#slick)format('svg')
}

.slick-next,
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before,
.slick-prev:before {
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir=rtl] .slick-prev {
	right: -25px;
	left: auto
}

.slick-prev:before {
	content: ''
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
	content: ''
}

.slick-next {
	right: -25px
}

[dir=rtl] .slick-next {
	right: auto;
	left: -25px
}

[dir=rtl] .slick-next:before {
	content: ''
}

.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -45px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '';
	text-align: center;
	opacity: .25;
	color: #000;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

* {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0;
	padding: 0;
}

#erro-total {
	width: 700px;
	height: 270px;
	margin: 15px 0;
}

#imagem-centralizada {
	width: 100%;
	text-align: center;
	margin: 10px 0;
}

#texto-404 {
	width: 100%;
	font-family: Calibri;
	font-size: 22px;
	text-align: center;
}

#aguarde {
	width: 100%;
	font-family: Calibri;
	font-size: 19px;
	text-align: center;
	margin: 5px 0;
}

.page-404 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 600px;
}

body {
	overflow-x: hidden;
	background: url('../images/fundo.jpg') center top no-repeat fixed;
}

a {
	text-decoration: none;
}

@font-face {
	font-family: 'egrvs';
	src: url('../fonts/tt0586m.eot');
	src: local(''), url('../fonts/tt0586m.woff') format('woff'), url('../fonts/tt0586m.ttf') format('truetype'), url('../fonts/tt0586m.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.esquerda,
.esquerdo,
.left,
.float-left,
.alignleft {
	float: left;
	display: table;
	margin: 0px 10px 10px 0px;
}

.direita,
.direito,
.right,
.float-right,
.alignright {
	float: right;
	display: table;
	margin: 0px 0px 10px 10px;
}

.meio,
.center,
.aligncenter {
	display: table;
	margin: 20px auto;
}

.borda {
	padding: 2px;
	background: #fff;
	box-shadow: 0px 0px 2px 0px #666;
}

.global {
	margin: 0 auto;
}

.total-pages {
	background: #fff;
}

.conteudo-pages {
	min-height: 500px;
	width: 1200px;
	margin: 0 auto;
}

.texto-pages {
	display: flex;
	background: #dc933d;
}

.texto-pages h1 {
	font: 40px "egrvs";
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	margin: 20px auto;
	padding: 10px 0px;
	width: 1200px;
	display: flex;
	justify-content: center;
	position: relative;
}

.texto-pages h1:before {
	content: '';
	width: 50%;
	height: 2px;
	background: transparent;
	position: absolute;
	top: -20px;
	transition: .5s;
}

.texto-pages h1:after {
	content: '';
	width: 50%;
	height: 2px;
	background: transparent;
	position: absolute;
	bottom: -20px;
	transition: .5s;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.global:hover .texto-pages h1:before {
	top: 0px;
	background: #fff;
}

.global:hover .texto-pages h1:after {
	bottom: 0px;
	background: #fff;
}

.texto-pages h2 {
	font: 20px "Calibri";
	padding-left: 10px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #000;
}

.slick-track {
	max-width: none;
}

.slider .slick-prev {
	left: 45px !important;
}

.slider .slick-next {
	right: 45px !important;
}

.slider img {
	max-width: 100%;
}

.slider2 .slick-active {
	opacity: 0.6 !important;
}

.slider2 .slick-center {
	opacity: 1 !important;
}

.slider2 .slick-slide {
	display: flex !important;
	justify-content: center;
	flex-direction: column;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-os-transition: all 0.3s;
}

.slider2 .slick-prev {
	right: 50px;
	left: initial;
	top: 0px;
}

.slider2 .slick-next {
	top: 0px;
	right: 0px;
}

.contato {}

.contato input {
	width: 100%;
	padding: 10px 30px 10px 20px;
	background: #eee;
	border: #ccc;
	color: #666;
	box-sizing: border-box;
	margin-bottom: 10px;
	outline: none !important;
	font-size: 17px;
	box-shadow: 2px 0px 0px 0px #333 inset;
	position: relative;
}

.contato [required="required"] {
	background: #eee url('../images/required.png') center right 10px no-repeat;
	background-size: 9px;
}

.contato select,
.contato option {
	width: 50%;
	padding: 10px 20px;
	background: #eee;
	border: #ccc;
	color: #666;
	box-sizing: border-box;
	margin-bottom: 10px;
	outline: none !important;
	font-size: 17px;
	box-shadow: 2px 0px 0px 0px #333 inset;
}

.contato textarea {
	width: 100%;
	padding: 10px 30px 10px 20px;
	background: #eee;
	border: #ccc;
	color: #666;
	box-sizing: border-box;
	margin-bottom: 10px;
	outline: none !important;
	resize: none;
	height: 200px;
	font-size: 17px;
	box-shadow: 2px 0px 0px 0px #333 inset;
	position: relative;
}

.contato .submit {
	cursor: pointer;
	background: #333;
	color: #fff;
}

.contato .required {
	color: #d90000;
	font: 17px "calibri";
	font-weight: lighter;
	margin-bottom: 10px;
}

.contato .required img {
	height: 9px;
}

.topo {
	text-align: center;
	display: flex;
}

.logo {
	margin: 10px auto;
	padding: 0px 20px;
}

.menu-total {
	visibility: hidden;
}

.menu {
	margin: 30px 0px;
}

.menu ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.menu li {
	list-style-type: none;
	padding: 0px 10px;
}

.menu li a {
	font: 24px 'egrvs';
	color: #fff;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu li a.ativo {
	border: 2px solid #fff;
}

.menu li.sub {
	position: relative;
	cursor: pointer;
}

.menu li.sub a {
	padding-right: 0px;
	display: flex;
	justify-content: center;
}

.menu li.sub a:after {
	content: '\f107';
	font-family: fontAwesome;
	color: #fff;
	font-size: 23px;
	padding-left: 10px;
}

.sub .sub-menu li a:after {
	content: '';
}

.sub-menu {
	display: none;
	position: absolute;
	margin-top: 10px;
	z-index: 99999;
	width: 240px;
}

.sub-menu ul {
	flex-direction: column;
}

.sub-menu li {
	display: flex;
	padding: 0px;
}

.sub-menu li a {
	color: #666;
	background: #fff;
	width: 100%;
	transition: 0.7s;
	padding-right: 10px !important;
	justify-content: left !important;
}

.rodape-total {
	background: #6c4122;
	border-top: 2px solid #dc933d;
	box-shadow: 0px 10px 20px -7px #000 inset;
}

.rodape {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.rodape .texto-rodape .item {
	font: 16px 'calibri';
	color: #fff;
	margin: 20px 0px;
	padding: 0px 20px;
	display: flex;
	align-items: center;
}

.rodape .texto-rodape .item i {
	font-size: 25px;
	color: #dc933d;
	padding: 0px 10px;
}

.rodape .menu-rodape li {
	list-style-type: none;
}

.rodape .menu-rodape li a {
	font: 20px 'egrvs';
	color: #fff;
	display: flex;
	align-items: center;
}

.rodape .menu-rodape li a:after {
	content: '\f105';
	font-family: fontAwesome;
	color: #dc933d;
	padding-left: 10px;
	font-size: 18px;
}

.rodape .social .redes {
	display: flex;
	justify-content: space-around;
}

.rodape .social .redes .item i {
	font-size: 30px;
	color: #dc933d;
	margin: 20px auto;
}

.rodape .top {
	background: #dc933d;
	transition: 0.7s;
	z-index: 99999999;
	bottom: 30px;
	right: 40px;
}

.rodape .top i {
	font-size: 30px;
	padding: 20px;
	color: #fff;
	transition: 1s;
}

.slogan-total {
	text-align: center;
	padding: 43px 0px;
}

.slogan {
	width: 900px;
	margin: 50px auto;
}

.slogan .texto {
	font: 47px 'egrvs';
	color: #fff;
	margin: 50px auto;
	padding: 0px 20px;
	visibility: hidden;
	position: relative;
	z-index: -1;
}

.slogan .botao {
	width: 470px;
	font: 36px 'egrvs';
	color: #fff;
	padding: 30px;
	margin: 100px auto;
	border: 4px solid #dc933d;
	cursor: pointer;
	visibility: hidden;
	transition: 0.5s all;
}

.box-01-total {
	background: #dc933d;
	position: relative;
}

.box-01 .titulo-total {
	background: #dc933d;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
}

.box-01 .titulo-total .titulo {
	margin: 50px 0px;
	padding: 0px 20px;
}

.box-01 .titulo-total .titulo .linha {
	width: 130px;
	background: #fff;
	height: 7px;
	transition: 0.7s;
}

.box-01 .titulo-total .titulo .texto {
	font: 40px 'egrvs';
	color: #fff;
	margin: 10px 0px;
}

.box-01 .titulo-total .descricao {
	width: 920px;
	font: 35px 'egrvs';
	color: #fff;
	margin: 20px 0px;
	padding: 0px 20px;
}

.box-01 .conteudo {
	display: flex;
	flex-wrap: wrap;
}

.box-01 .conteudo .item {
	position: relative;
	display: flex;
	justify-content: center;
	width: 25%;
	overflow: hidden;
	visibility: hidden;
	cursor: pointer;
}

.box-01 .conteudo .item .nome {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: flex;
	align-items: center;
	z-index: 9;
	transition: 0.7s;
}

.box-01 .conteudo .item .img {
	display: flex;
	justify-content: center;
	background: #000;
	transition: 0.7s;
}

.box-01 .conteudo .item .img img {
	opacity: 0.7;
	transition: 0.7s;
	width: initial;
}

.box-01 .conteudo .item .nome .titulo {
	font: 35px 'egrvs';
	color: #fff;
	padding: 0px 15px;
	text-align: right;
	transition: 0.7s;
}

.box-01 .conteudo .item .nome .botao {
	width: 25px;
	height: 25px;
	border: 1px solid #dc933d;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.7s;
}

.box-01 .conteudo .item .nome .botao i {
	font-size: 15px;
	color: #fff;
}

.box-02-total {
	position: relative;
}

.box-02 {
	display: flex;
	justify-content: space-around;
	align-items: center;
	background: #fff;
	box-sizing: border-box;
}

.box-02 .conteudo {
	width: 50%;
	visibility: hidden;
}

.box-02 .conteudo .titulo-total {
	width: 340px;
	margin: 50px 20px;
}

.box-02 .conteudo .titulo-total .linha {
	background: #dc933d;
	width: 130px;
	height: 7px;
	transition: 0.7s;
}

.box-02 .conteudo .titulo {
	font: 40px 'egrvs';
	color: #6c4122;
}

.box-02 .conteudo .descricao {
	font: 19px 'calibri';
	color: #000;
	margin: 20px;
}

.box-02 .conteudo .descricao b {
	font: 19px 'calibri';
	color: #dc933d;
	font-weight: bold;
}

.box-02 .conteudo .botao {
	margin: 30px 0px;
	display: flex;
}

.box-02 .conteudo .botao a {
	font: 22px 'egrvs';
	color: #dc933d;
	margin: 30px 20px;
	padding: 20px 10px;
	border: 2px solid #dc933d;
	transition: 0.7s;
}

.box-02 .img {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #dc933d;
	overflow: hidden;
	visibility: hidden;
	width: 50%;
}

.box-02 .img img {
	opacity: 0.4;
	max-width: none;
}

.box-02 .img .texto {
	position: absolute;
	font: 100px 'egrvs';
	color: #fff;
	width: 500px;
	margin: 0 auto;
	text-align: center;
	border-top: 16px solid #fff;
	padding-top: 50px;
}

.box-03-total {
	background: #6c4122;
}

.box-03 {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.box-03 .titulo-total {
	margin: 20px auto;
	width: 1200px;
}

.box-03 .titulo-total .titulo {
	margin: 0px auto 20px;
	font: 40px 'egrvs';
	color: #fff;
	text-align: center;
}

.box-03 .barra {
	width: 100%;
	margin: 0 auto;
}

.box-03 .linha {
	background: #dc933d;
	width: 10%;
	height: 5px;
	transition: 0.7s;
	margin: 0 auto;
}

.box-03 .conteudo {
	margin: 0 auto;
	justify-content: center;
}

.box-03 .conteudo .container {
	display: flex;
	flex-wrap: wrap;
}

.box-03 .conteudo .container .item {
	width: 25%;
	text-align: center;
	background: #6c4122;
	border-bottom: 1px solid #a96534;
	border-right: 1px solid #a96534;
	box-sizing: border-box;
	transition: 0.7s !important;
	visibility: hidden;
}

.box-03 .conteudo .container .item:last-child {
	border-right: none;
}

.box-03 .conteudo .container .item .img i {
	font-size: 45px;
	color: #dc933d;
	margin: 10px 0px;
	padding: 0px 20px;
	transition: 0.7s;
}

.box-03 .conteudo .container .item .titulo {
	font: 24px 'egrvs';
	color: #fff;
	margin: 10px 0px;
	padding: 0px 10px;
}

.box-03 .conteudo .container .item .texto {
	font: 16px 'calibri';
	color: #fff;
	margin: 10px 0px;
	padding: 0px 10px;
}

.box-04-total {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #dc933d;
	position: relative;
}

.box-04 {
	display: flex;
	align-items: center;
}

.box-04 .conteudo {
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: absolute;
	width: 100%;
	z-index: 1;
	visibility: hidden;
}

.box-04 .conteudo .titulo-total {}

.box-04 .conteudo .barra {
	background: #fff;
	width: 30%;
	height: 7px;
	transition: 0.7s;
}

.box-04 .conteudo .titulo {
	font: 60px 'egrvs';
	color: #ffffff;
}

.box-04 .conteudo .botao {
	font: 40px 'egrvs';
	color: #fff;
	text-align: center;
	padding: 30px;
	border: 2px solid #fff;
	transition: 0.7s;
}

.box-04-total .img {
	display: flex;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.box-04-total .img img {
	opacity: 0.4;
	max-width: none;
}
.botao-compra.contato {
  position: relative;
  width: 570px;
  margin: 0 auto;
  text-align: center;
}
.mapa {
	display: flex;
	position: relative;
}

.formulario {
	background: #6c4122;
	display: flex;
	flex-direction: column;
}

.formulario .titulo-total {
	margin: 20px auto;
	width: 1200px;
}

.formulario .titulo-total .titulo {
	margin: 0px auto 20px;
	font: 40px 'egrvs';
	color: #fff;
	text-align: center;
}

.formulario .barra {
	width: 100%;
	margin: 0 auto;
}

.formulario .linha {
	background: #dc933d;
	width: 10%;
	height: 5px;
	transition: 0.7s;
	margin: 0 auto;
}

.formulario form {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.formulario input {
	margin: 20px 0px;
	padding: 20px;
	font: 22px 'egrvs';
	color: #fff;
	border: 2px solid #dc933d;
	background: none;
}

.formulario input.submit {
	transition: 0.7s;
	cursor: pointer;
}

.formulario input::placeholder {
	color: #fff;
}

.preco {
	position: absolute;
	margin-top: 27px;
	width: 300px;
	text-align: center;
}

.preco p {
	color: #fff;
	font: 30px 'egrvs';
	opacity: 0;
}

.preco b {
	color: #fff;
	font: 25px 'egrvs';
}

.produtos .item:hover .preco p {
	opacity: 1;
	transition: 0.5s;
}

.formulario textarea {
	margin: 0px 0px;
	padding: 20px;
	font: 22px 'egrvs';
	color: #fff;
	border: 2px solid #dc933d;
	background: none;
}

.formulario textarea::placeholder {
	color: #fff;
}

.formulario .info {
	display: flex;
	justify-content: space-between;
}

.formulario .info input {
	width: 44.6%;
	margin: 20px 0px 0px;
}

.produtos {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.produtos .item {
	margin: 20px;
	box-sizing: border-box;
	width: 350px;
	position: relative;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.produtos .item .img {
	border-radius: 50%;
	overflow: hidden;
	background: #000;
}

.produtos .item .img img {
	display: flex;
	width: 100%;
	transition: 1s;
	transform: scale(1.2) rotate(10deg);
}

.produtos .item:hover .img img {
	transform: scale(1);
	opacity: 0.5;
}

.produtos .item h2 {
	font: 30px 'egrvs';
	color: #fff;
	background: #6c4122;
	padding: 20px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	bottom: 0;
	width: 100%;
	border-radius: 20px;
	box-sizing: border-box;
}

.menu-fixo.animated.fadeInDown {
	display: none;
	position: fixed;
	z-index: 999;
	background: #6c4023cc;
	top: 0;
	width: 100%;
}

.menu-fixo .topo {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.menu-fixo .logo img {
	width: 150px;
}

.mapa iframe {
	width: 100%;
	height: 350px;
}

.slogan span {
	font: 30px 'calibri';
	color: #fff;
}
.botao-compra {
    position: fixed;
    background: #4CAF50;
    z-index: 999999999;
    bottom: 10px;
    right: 10px;
    border: 2px solid #fff;
}

.botao-compra p {
    color: #fff;
    padding: 15px;
    font-size: 20px;
}


@media only screen and (max-width:1700px) {
	.box-01 .conteudo .item .nome .titulo {
		font: 25px 'egrvs';
	}
}

@media only screen and (max-width:1500px) {
	.box-01 .conteudo .item:nth-child(9) {
		display: none;
	}

	.box-01 .conteudo .item:nth-child(10) {
		display: none;
	}

	.box-01 .conteudo .item {
		width: 25%;
	}
}

@media only screen and (max-width:1200px) {
	.box-02 .img .texto {
		font: 60px 'egrvs';
		width: 190px;
		border-top: 10px solid #fff;
		padding-top: 30px;
	}
}

@media only screen and (max-width:998px) {
	* {
		max-width: 100%;
		box-sizing: border-box;
	}
}

@media only screen and (max-width:998px) {
	.conteudo-pages {
		padding: 2%;
	}

	.rodape {
		display: block;
	}

	.rodape .texto-rodape .item {
		justify-content: center;
		text-align: center;
	}

	.rodape .menu-rodape li a {
		justify-content: center;
		margin: 20px;
	}

	.rodape > div {
		width: 100%;
		margin: 40px 0px;
	}

	.rodape .social {
		text-align: center;
		margin: 0px;
	}

	.top {
		display: none;
	}

	.box-01 .conteudo .item {
		width: 50%;
	}

	.box-01 .conteudo .item:nth-child(9) {
		display: block;
	}

	.menu li a.ativo {
		border: none;
	}
}

@media only screen and (max-width:870px) {
	.menu li {
		width: 50%;
		text-align: center;
		margin: -1px;
		padding: 50px;
		border: 2px solid #fff;
		background: #dc933d;
		display: flex;
		justify-content: center;
	}

	.menu-fixo.animated.fadeInDown {
		display: none !important;
	}

	.sub-menu {
		top: 143px;
		left: 1px;
		width: 100%;
	}

	.sub-menu li {
		background: #fff;
		width: 100%;
		padding: 20px 10px;
		border: none;
		border-bottom: 3px solid #ccc;
	}

	.sub-menu li a {
		background: none;
	}

	.box-02 .conteudo {
		width: 90%;
	}

	.box-02 .img {
		display: none;
	}

	.menu li {
		padding: 15px;
	}
}

@media only screen and (max-width:760px) {
	.box-01 .conteudo .item {
		width: 50%;
	}

	.box-03 .conteudo .container .item {
		width: 50%;
	}

	.box-04 .conteudo .titulo {
		font: 50px 'egrvs';
	}

	.box-04 .conteudo .botao {
		font: 30px 'egrvs';
	}
}

@media only screen and (max-width:415px) {
	.box-03 .conteudo .container .item {
		width: 100%;
	}

	.box-03 .conteudo .container .item:nth-child(n+3) {
		display: none;
	}

	.box-04 .conteudo .botao {
		font: 20px 'egrvs';
		padding: 20px;
		width: 100%;
	}

	.box-01 .conteudo .item {
		width: 100%;
	}
}

@media only screen and (max-width:390px) {
	.box-01 .conteudo .item {
		width: 100%;
	}
}

@media only screen and (max-width:370px) {
	.menu li {
		width: 100%;
		padding: 10px;
	}

	.sub-menu {
		top: 59px;
	}

	.box-02 .conteudo .titulo-total {
		width: 240px;
	}
}

@media only screen and (min-width:870px) {
	.sub-menu li a:hover {
		background: #dc933d;
		color: #fff;
	}

	.rodape .top:hover {
		border-radius: 40px;
	}

	.rodape .top:hover i {
		transform: rotate(360deg);
	}

	.slogan .botao:hover {
		background: #dc933d;
	}

	.box-01:hover .titulo-total .titulo .linha {
		width: 100%;
	}

	.box-01 .conteudo .item:hover .nome {
		transform: translate(0px, -140px);
	}

	.box-01 .conteudo .item:hover .img {
		background: #dc933d;
	}

	.box-01 .conteudo .item:hover .img img {
		opacity: 0.4;
	}

	.box-01 .conteudo .item:hover .nome .titulo {
		transform: translate(-25px);
	}

	.box-01 .conteudo .item:hover .nome .botao {
		border: 1px solid #fff;
	}

	.box-02:hover .conteudo .titulo-total .linha {
		width: 100%;
	}

	.box-02 .conteudo .botao a:hover {
		background: #dc933d;
		color: #fff;
	}

	.box-03:hover .linha {
		width: 30%;
	}

	.box-03 .conteudo .container .item:hover {
		background: #a96534;
		transform: scale(1.1) !important;
		z-index: 99;
	}

	.box-04-total:hover .conteudo .barra {
		width: 100%;
	}

	.box-04 .conteudo .botao:hover {
		background: #dc933d;
	}

	.formulario input.submit:hover {
		background: #dc933d;
	}

	.formulario:hover .linha {
		width: 30%;
	}
}
