@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700');
* {
	padding: 0px;
	margin: 0px;
	outline: none;
	box-sizing: border-box;
}
* img {
	border: 0px;
}
body {
	color: #000000;
	font-size: 14px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
}
/*html, body {*/
html {
	height: 100%;
}
a {
	text-decoration: none;
	color: #000;
}
h1 {
	color: #222222;
	font-size: 30px;
	font-weight: 400;
	border-bottom: 1px solid #222222;
	padding-bottom: 14px;
	margin-bottom: 48px;
}
.chair-icon {
	background-image: url(/img/chair-icon.png);
	background-size: 100%;
}
.guilhotina-icon {
	background-image: url(/img/guilhotina-icon.png);
	background-size: 100%;
}
.doublecar-icon {
	background-image: url(/img/doublecar-icon.png);
	background-size: 100%;
	width: 36px !important;
	height: 36px !important;
	margin-top: -8px;
	position: relative;
}
.pole-icon {
	background-image: url(/img/pole-icon.png);
	background-size: 100%;
	width: 22px !important;
	height: 22px !important;
	margin-right: 12px !important;
}
.container {
	min-height: 100%;
	position: relative;
}
.content {
	padding-bottom: 408px;
	overflow: visible;
}
.center {
	width: 1000px;
	min-width: 1000px;
	padding-left: 10px;
	padding-right: 10px;
	margin: auto;
	position: relative;
	max-height: 5000px;
	overflow: hidden;
}
.footer {
	background-color: #262626;
	padding-top: 60px;
	width: 100%;
	min-width: 1000px;
	position: absolute;
	bottom: -32px;
	height: 440px;
}
.top {
	width: 100%;
	min-width: 1000px;
	overflow: auto;
	margin-bottom: 76px;
}
.top header {
	top: -48px;
	width: 100%;
	height: 124px;
	background-color: #303334;
	display: block;
	position: fixed;
	z-index: 99;
}
.top header img {
	width: 140px;
	top: -20px;
	float: left;
	position: relative;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}
.top-index {
	/*background-image: url(/img/bg-header.jpg);*/
	background-size: 1920px 960px;
	background-attachment: scroll;
	background-position: top;
	background-repeat: no-repeat;
	width: 100%;
	height: 600px;
	min-width: 1000px;
}
.top-index header {
	top: 0px;
	width: 100%;
	height: 124px;
	background-color: rgba(48,51,52,0.4);
	display: block;
	position: fixed;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
	z-index: 99;
}
.top-index header img {
	width: 140px;
	top: -20px;
	float: left;
	position: relative;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}
.top-index header.move-menu {
	top: -48px;
	position: fixed;
	background-color: #303334;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}
header .row {
	position: relative;
	top: 80px;
	display: block;
}
.menu-mobile {
	display: none;
}
@media screen and (max-width: 1024px) {
	header .center {
		width: 100% !important;
		min-width: 0px;
	}
	.menu-mobile {
		display: block;
		position: relative;
		float: right;
	}
	.menu-mobile > a {
		display: block;
		margin-bottom: 44px;
		position: relative;
	}
	.menu-mobile img {
		width: 100px !important;
		margin-top: 12px;
	}
	.menu-mobile #menu-mobile {
		display: none;
		position: absolute;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	ul#menu-mobile {
		background-color: rgba(48,51,52,1);
		position: absolute;
		list-style: none;
		right: 0px;
		padding: 12px 20px;
		text-align: center;
		width: 140px;
		border-top: none;
		-webkit-transition: 0.3s ease-in;
		-moz-transition: 0.3s ease-in;
		-o-transition: 0.3s ease-in;
		transition: 0.3s ease-in;
		text-transform: uppercase;
	}
	header.move-menu ul#menu-mobile {
		background-color: rgba(48,51,52,1);
	}
	ul#menu-mobile li {
		line-height: 30px;
	}
	ul#menu-mobile li a {
		color: #fff;
	}
}
.sf-menu {
	z-index: 990;
	text-align: left;
	position: relative;
	float: right;
}
.sf-menu ul {
	list-style: none;
}
.sf-menu > li {
	display: block;
	position: relative;
	float: left;
}
.sf-menu > li + li {
	margin-left: 40px;
}
.sf-menu > li > ul > li {
	float: none;
	position: static;
}
.sf-menu > li > a {
	display: block;
	text-align: center;
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Ubuntu', sans-serif;
	padding: 0px;
	cursor: pointer;
}
.sf-menu > li:after {
	display: block;
	content: "";
	position: absolute;
	width: 0%;
	height: 2px;
	background-color: #00a859;
	top: 42px;
	left: 50%;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}
.sf-menu > li:hover:after {
	width: 100%;
	left: 0%;
}
.sf-menu > li > #on:after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #00a859;
	top: 42px;
	left: 0%;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;	
}
.sf-menu > li > a:hover, .sf-menu > li > #on {
	position: relative;
	text-decoration: none;
	color: #ffffff;
}
.sf-menu li ul {
	position: absolute;
	z-index: 999;
	top: 70px;
	left: -100%;
	padding: 12px 0px 14px 0px;
	width: 200px;
	background-color: #00a859;
}
.sf-menu > li > ul:before {
	content: "";
	display: block;
	position: absolute;
	left: calc(50% - 10px);
	top: -8px;
	width: 0px; 
	height: 0px; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #00a859;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}
.sf-menu li ul li {
	position: relative;
	text-align: center;
	float: none !important;
	cursor: default;
}
.sf-menu li ul li a {
	position: relative;
	z-index: 999;
	display: block;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	padding: 10px 16px;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
}
.sf-menu li li a:after {
	content: "";
	display: block;
	width: 0%;
	height: 1px;
	background-color: #ffffff;
	left: calc(0% - 15px);
	top: 10px;
	position: relative;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}
.sf-menu li li a:hover:after {
	width: calc(100% + 30px);
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}
.sf-menu li ul li ul {
	position: absolute;
	left: 201px;
	top: 0px;
	background-color: #00a859;
	padding: 0px;
	width: 200px;
}
.sf-menu li ul li ul li a {
	color: #fff;
}
.sf-menu li ul li a:hover {
	font-weight: normal;
	text-decoration: none;
}
@media screen and (max-width: 1024px) {
	.sf-menu {
		display: none;
	}
}
.top .center, .top-index .center {
	overflow: visible;
}
.content-1 {
	position: relative;
	padding: 80px 0px;
	background-color: #fafafa;
	width: 100%;
	min-width: 1000px;
}
.content-2 {
	position: relative;
	padding: 80px 0px;
	background-color: #ffffff;
	width: 100%;
	min-width: 1000px;
}
.content-3 {
	position: relative;
	padding: 60px 0px;
	background-color: #00a859;
	width: 100%;
	min-width: 1000px;
}
.content-1 .row {
	width: 100%;
	min-width: 1000px;
	display: block;
	margin-top: 0px;
}
.content-1 .box .row:first-child {
	margin-bottom: 20px;
}
.content-1 .box h2 {
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	color: #222222;
}
.content-1 .box h4 {	
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #888999;
}
.content-1 .span-box {
	width: 500px;
	display: inline-table;
	margin-right: -3px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
}
.content-1 .span-box:first-child{
	padding-left: 0px;
}
.content-1 .span-box p {
	font-weight: 300;
	font-size: 13px;
	line-height: 20px;
	color: #888999;
	text-align: justify;
}
.content-1 .span-box p + p {
	margin-top: 20px;
}
.content-1 .dif-box {
	width: 490px;
	display: inline-table;
	padding: 14px;
}
.content-1 .dif-box:first-child {
	padding-left: 0px;
	padding-right: 28px;
}
.content-1 .dif-box i {
	font-size: 50px;
	width: 50px;
	height: 50px;
	text-align: left;
	float: left;
	color: #444444;
	top: 20px;
	position: relative;
	cursor: default;
}
.content-1 .dif-box .info {
	margin-left: 70px;
}
.content-1 .dif-box .info span {
	font-weight: 400;
	font-size: 17px;
	line-height: 24px;
	color: #222222;
}
.content-1 .dif-box .info p {
	font-weight: 300;
	font-size: 13px;
	line-height: 18px;
	color: #888999;
	text-align: justify;
	margin-top: 6px;
}
.content-2 .galery h2 {
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	color: #222222;
	margin-bottom: 36px;
}
.content-2 .galery .item {
	display: inline-table;
	width: 490px;
	height: 360px;
	margin-right: -3px;
	background-size: 490px 360px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	position: relative;
	line-height: 360px;
    text-align: center;
}
.content-2 .galery .item:after {
	content: "";
	display: block;
	width: 490px;
	height: 360px;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	top: 0px;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.content-2 .galery .item:hover:after {
	height: 0px;
	margin-top: 360px;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.content-2 .galery .item .title-item {
	top: 0px;
	z-index: 9;
	margin: auto;
	position: relative;
	display: inline-block;
	padding: 2px;
	line-height: 80px;
	border: 2px solid #ffffff;
	background-color: transparent;
	color: #464646;
	font-size: 18px;
	font-weight: 700;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.content-2 .galery .item .title-item span {
	display: inline-block;
	position: relative;
	padding: 30px 50px;
	line-height: 20px;
	background-color: #ffffff;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	text-transform: uppercase;
}
.content-2 .galery .item .title-item span div {
	display: block;
	color: #464646;
	font-size: 12px;
	font-weight: 400;
	margin-top: 4px;
	-webkit-transition: 0.4s ease-in;
	-moz-transition: 0.4s ease-in;
	-o-transition: 0.4s ease-in;
	transition: 0.4s ease-in;
}
.content-2 .galery .item:hover .title-item, .content-2 .galery .item:hover .title-item span div {
	color: #ffffff;
	border-color: #00a859;
}
.content-2 .galery .item:hover .title-item span {
	background-color: #00a859;
}
.content-2 .galery .showall {
	width: 280px;
	height: 60px;
	line-height: 60px;
	box-sizing: content-box;
	background-color: #ffffff;
	border: 2px solid #555555;
	color: #555555;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	display: inline-block;
	margin-left: 350px;
	margin-top: 40px;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.content-2 .galery .showall:hover {
	background-color: #333333;
	border-color: #333333;
	color: #ffffff;
}
.footer .column {
	width: 318px;
	display: inline-table;
	position: relative;
	margin-right: -3px;
	margin-left: 12px;
}
.footer .column:first-child {
	margin-left: 0px;
}
.footer .column span {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	color: #ffffff;
	margin-bottom: 16px;
	display: block;
}
.footer .column ul.menu li {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 30px;
}
.footer .column ul.menu li i {
	margin-right: 10px;
}
.footer .column ul.menu li a {
	color: #999999;
}
.footer .column ul.menu li a:hover {
	color: #cccccc;
}
.footer .column ul.social-networks li {
	display: inline-block;
	margin-right: 2px;
}
.footer .column ul.social-networks li a { 
	color: #cccccc;
	font-size: 22px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	background-color: #444444;
	border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: block;
	text-align: center;
}
.footer .column ul.social-networks li a:hover {
	color: #ffffff;
}
.footer .column ul.payment {
	list-style: none;
}
.footer .column ul.payment li {
	display: inline-block;
	color: #999999;
	background-color: transparent;
	font-size: 40px;
	margin-right: 10px;
	cursor: default;
}
.footer .column ul.payment li:hover {
	color: #bbbbbb;
}
.footer .copyright {
	background-color: #202020;
	width: 100%;
	min-width: 100%;
	padding: 60px 0px;
	margin-top: 60px;
}
.footer .copyright .span1 {
	color: #dddddd;
	font-size: 12px;
	float: left;
}
.footer .copyright .span1 span {
	text-transform: uppercase;
}
.footer .copyright .span2 {
	color: #dddddd;
	font-size: 12px;
	float: right;
}
.footer .copyright .span2 a {
	color: #dddddd;
}
.footer .copyright .span2 a:hover {
	color: #00a859;
}
.content-2 .suites h2 {
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	color: #222222;
	margin-bottom: 26px;
	margin-top: 46px;
	letter-spacing: 0.2px;
}
.content-2 .suites .row2 {
	margin-top: -13px !important;
	margin-bottom: -13px !important;
}
.content-2 .suites h2:first-child {
	margin-top: 0px;
}
.content-2 .suites .item {
	display: inline-table;
	width: 314px;
	height: 280px;
	margin-right: 10px;
	margin-bottom: 14px;
	background-size: 314px 280px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	position: relative;
	line-height: 280px;
    text-align: center;
}
.content-2 .suites .item:after {
	content: "";
	display: block;
	width: 314px;
	height: 280px;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	top: 0px;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.content-2 .suites .item:hover:after {
	background-color: rgba(0,0,0,0.6);
}
.content-2 .suites .item .title-item {
	top: 0px;
	z-index: 9;
	margin: auto;
	position: relative;
	display: inline-block;
	padding: 2px;
	line-height: 80px;
	border: 2px solid #ffffff;
	background-color: transparent;
	color: #464646;
	font-size: 18px;
	font-weight: 700;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.content-2 .suites .item .title-item span {
	display: inline-block;
	position: relative;
	padding: 30px 50px;
	line-height: 20px;
	background-color: #ffffff;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	text-transform: uppercase;
}
.content-2 .suites .item .title-item span div {
	display: block;
	color: #464646;
	font-size: 12px;
	font-weight: 400;
	margin-top: 4px;
	-webkit-transition: 0.4s ease-in;
	-moz-transition: 0.4s ease-in;
	-o-transition: 0.4s ease-in;
	transition: 0.4s ease-in;
}
.content-2 .cardapio h2 {
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	color: #222222;
	margin-bottom: 26px;
	margin-top: 46px;
	letter-spacing: 0.2px;
}
.content-2 .cardapio h2:first-child {
	margin-top: 0px;
}
.content-2 .cardapio .item {
	margin-top: 32px;
}
.content-2 .cardapio .item:first-child {
	margin-top: 0px;
}
.content-2 .cardapio .item .title {
	color: #04590F;
	font-weight: 400;
	padding: 16px;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-size: 15px;
	background-color: #EBF5F1;
	border: 1px solid #D5E8D3;
	border-radius: 0px 20px 0px 0px;
}
.content-2 .cardapio .item .title i {
	float: right;
	color: #777777;
	margin-top: 2px;
	cursor: pointer;
}
.content-2 .cardapio .item table {
	margin-left: 0px;
	transition: none;
}
.content-2 .cardapio .item table tr {
	color: #042E0A;
	display: block;
	line-height: 20px;
	border-bottom: 1px solid #D5E8D3;
	font-size: 14px;
	padding: 6px 18px;
	text-transform: capitalize;
}
.content-2 .cardapio .item table tr:hover {
	background-color: #F7FAF9;
}
.content-2 .cardapio .item table tr td:nth-child(2) {
	text-align: right;
}
.content-2 .contato h2 {
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	color: #222222;
	margin-bottom: 26px;
	margin-top: 46px;
	letter-spacing: 0.2px;
}
.content-2 .contato .contato-info {
	float: left;
	width: 240px;
	margin-top: 48px;
	padding: 0px;
}
.content-2 .contato .contato-info span {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #444444;
	display: block;
	margin-top: 10px;
}
.content-2 .contato .contato-info span:first-child {
	font-size: 24px;
	line-height: 20px;
	color: #222222;
	margin-top: 0px;
	margin-bottom: 18px;
}
.content-2 .contato .contato-info span i {
	margin-right: 2px;
}
.content-2 .contato .contato-form {
	float: left;
	width: 700px;
	margin-top: 48px;
	margin-left: 40px;
}
.content-2 .contato .contato-form input[type="text"] {
	padding: 12px 16px 13px 16px;
	width: 222px;
	height: 48px;
	line-height: 15px;
	border: 1px solid #b3b3b3;
	color: #939697;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	margin-left: 14px;
	margin-right: -3px;
	transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.content-2 .contato .contato-form input[type="text"]:first-child {
	margin-left: 0px;
}
.content-2 .contato .contato-form textarea {
	padding: 12px 16px 13px 16px;
	width: 696px;
	height: 240px;
	line-height: 15px;
	border: 1px solid #b3b3b3;
	color: #939697;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	margin-right: -3px;
	margin-top: 14px;
	resize: none;
	transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.content-2 .contato .contato-form input[type="text"]:focus, .content-2 .contato .contato-form textarea:focus {
	border-color: #444444;
}
.content-2 .contato .contato-form .g-recaptcha {
	margin-top: 14px;
}
.content-2 .contato .contato-form input[type="submit"] {
	margin-top: 10px;
	width: 100px;
	height: 48px;
	line-height: 15px;
	border: 1px solid #444444;
	color: #444444;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	font-weight: 500;
	background-color: #ffffff;
	cursor: pointer;
	transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.content-2 .contato .contato-form input[type="submit"]:hover {
	background-color: #444444;
	color: #ffffff;
}
.content-2 .sobre h2 {
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	color: #222222;
	margin-bottom: 26px;
	margin-top: 46px;
	letter-spacing: 0.2px;
}
.content-2 .sobre .contato-info span {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #444444;
	display: block;
	margin-top: 6px;
}
.content-2 .sobre .contato-info span:first-child {
	margin-top: 0px;
}
.content-2 .sobre .contato-info span i {
	margin-right: 4px;
}
.content-2 .sobre p {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #444444;
	display: block;
	margin-top: 6px;
	text-align: justify;
}
.content-2 .sobre p + p {
	margin-top: 20px;
}
#mapa {
	width: 100%; 
	height: 500px; 
	border: 1px solid #dddddd;
}
.content-2 .email-sucess {
	color: #44B524;
	border: 1px solid #5AB541;
	padding: 20px;
	margin-bottom: 14px;
}
.content-2 .email-error {
	color: #FF4040;
	border: 1px solid #FF6060;
	padding: 20px;
	margin-bottom: 14px;
}
.content-2 .suites ul {
	margin-bottom: 50px;
	width: 580px;
}
.content-2 .suites ul li {
	width: 191px;
	height: 44px;
	line-height: 44px;
	margin-left: 0px;
	display: inline-block;
}
.content-2 .suites ul li:first-child {
	margin-left: 0px;
}
.content-2 .suites i {
	font-size: 20px;
	width: 20px;
	height: 20px;
	text-align: left;
	float: left;
	color: #444444;
	position: relative;
	cursor: default;
	top: 14px;
	margin-right: 14px;
}
.content-2 .back {
	width: 370px;
	height: 60px;
	line-height: 60px;
	box-sizing: content-box;
	background-color: #ffffff;
	border: 2px solid #555555;
	color: #555555;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	display: inline-block;
	margin-left: 300px;
	margin-top: 80px;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.content-2 .back:hover {
	background-color: #333333;
	border-color: #333333;
	color: #ffffff;
}
.content-2 .suites .row2 .item:hover:after {
	background-color: rgba(0,0,0,0.1) !important;
}
.content-2 .suites .row2 .item {
	top: -13px;
}
.content-2 .suites h3 {
	float: right;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #222222;
	position: relative;
	margin-top: -80px;
}
.w3-animate-fading {
	animation: fading 6s;
}
@keyframes fading {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	5% {
		opacity: 1;
		filter: alpha(opacity=1);
	}
	95% {
		opacity: 1;
		filter: alpha(opacity=1);
	}
	100% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
}
.preco {
	width: 70px;
	height: 24px;
	line-height: 26px;
	text-align: left;
	color: #fff;
	background-color: #00a859;
	position: absolute;
	margin-top: -50px;
	margin-left: 150px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	padding-left: 8px;
}
.preco:before {
	content: "";
	width: 0; 
	height: 0; 
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	margin-left: -14px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 12px solid #00a859;
}
.multa {
	width: 203px;
	height: 24px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	background-color: #ff0000;
	position: absolute;
	margin-top: -40px;
	margin-left: 688px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
}
.adicional {
	padding: 14px 10px;
	width: 80px;
	height: 80px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	background-color: #333;
	position: absolute;
	margin-top: -92px;
	margin-left: 900px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	border-radius: 20px;
}
.prod_card {
	/*background-color: #eeeeee;*/
	padding: 10px 15px;
	line-height: 22px;
}
.prod_card:nth-child(even) {
	/*background-color: #ffffff;*/
}
.prod_card:hover {
	/*background-color: #e3e3e3;*/
	background-color: rgba(0,0,0,0.1);
}
.content-3 .block-icon {
	width: 240px;
	background-color: rgba(0,168,89,1);
	display: inline-block;
	margin-left: 0px;
	text-align: center;
	padding: 20px 0px;
	position: relative;
}
.content-3 .block-icon:hover {
	background-color: rgba(20,20,20,0.2);
	border-radius: 4px;
}
.content-3 div i {
	color: #fff;
	font-size: 30px;
	width: 60px;
	height: 60px;
	line-height: 36px;
	padding: 10px;
	border-radius: 50px;
	-o-border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border: 3px solid #fff;
}
.content-3 div h5 {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	margin-left: 10px;
	font-weight: 700;
}
.content-3 div h6 {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	margin-top: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.tarifas {
	float: right;
	width: 380px;
	margin-top: 45px;
}
.block-tarifas {
	border-top: 1px solid #ddd;
	color: #555;
	height: 34px;
	padding-top: 8px;
	font-size: 14px;
	display: inline-block;
	width: 380px;
	padding-left: 6px;
	padding-right: 12px;
}
.preco-tarifas {
	float: right;
}
.precos table {
	border-collapse: collapse !important;
	background-image: url("/img/bg-precos.png");
	background-position: bottom;
	background-repeat: no-repeat;
}
.precos table tr th {
	height: 60px;
	font-size: 16px;
	line-height: 60px;
	border: 1px solid #bbb;
	background-color: #ddd;
	text-transform: uppercase;
}
.precos table tr th:nth-child(1) {
	width: 150px;
}
.precos table tr th:nth-child(2) {
	width: 260px;
}
.precos table tr th:nth-child(3) {
	width: 320px;
}
.precos table tr th:nth-child(4) {
	width: 320px;
}
.precos table tr td {
	text-align: center;
	height: 50px;
	line-height: 50px;
	border: 1px solid #bbb;
}
.precos table tr:hover td {
	cursor: pointer;
	background-color: rgba(0,0,0,0.09);
}
.precos > p {
	display: block;
	line-height: 28px;
}
.precos > p:nth-child(2) {
	margin-top: 14px;
}
/*.precos table tr.efeito:after {
	content: "Ver categoria";
	position: absolute;
	display: block;
	opacity: 0;
	margin-left: -979px;
	margin-top: 0.5px;
	width: 140.5px;
	height: 50px;
	line-height: 50px;
	background-color: #777;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.precos table tr.efeito:hover:after {
	opacity: 1;
}*/
.suitesflow {
	top: -150px;
	position: relative;
}

#Cafe {
	background-image: url("/img/bg-cafe.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
#Cervejas {
	background-image: url("/img/bg-cervejas.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
#Entrada-Petiscos {
	background-image: url("/img/bg-petiscos.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}
#Lanches {
	background-image: url("/img/bg-lanches.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
#Miniaturas {
	background-image: url("/img/bg-miniaturas.jpg");
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
}
#Outras-Bebidas {
	background-image: url("/img/bg-bebidas.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 1180px;
}
#Pratos-Principais {
	background-image: url("/img/bg-pratos.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
#Vinhos {
	background-image: url("/img/bg-vinhos.jpg");
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
}