@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url(//fonts.googleapis.com/css?family=Roboto:300,400,600,700,700italic,300);
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url("../fonts/glyphicons-halflings-regular.eot");
	src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
* {
	padding: 0px;
	margin: 0px;
	outline: none;
	box-sizing: border-box;
}
::selection {
	background-color: #e70101;
	color: #fff;
}
* img {
	border: 0px;
}
body {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
}
html, body {
	height: 100%;
}
a {
	text-decoration: none;
	color: #000;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Roboto', serif;
	font-weight: 700;
	color: #222;
}
.chair-icon {
	background-image: url(../img/chair-icon.png);
	
}
.characteristics .itens .itens-column .item i.chair-icon {
	height: 76px;
	width: 76px;
	background-size: 76px;
	display: inline-block;
}
.suites-page .itens i.chair-icon {
	background-repeat: no-repeat;
	background-position: center;
	height: 40px;
	width: 40px;
	background-size: 40px;
	font-size: 40px;
	color: #ff2942;
	padding: 40px;
}
#mapa {
	min-width: 1200px;
	width: 100%;
	height: 600px;
	background: #ddd;
}
#mapa2 {
	min-width: 1200px;
	width: 100%;
	height: 500px;
}
.container {
	min-height: 100%;
	position: relative;
}
.content {
	/*padding-bottom: 408px;*/
	/*overflow: visible;*/
}
.center {
	width: 1200px;
	min-width: 1200px;
	padding-left: 10px;
	padding-right: 10px;
	margin: auto;
	position: relative;
	max-height: 5000px;
	overflow: hidden;
}
.footer {
	background-color: #eee;
	width: 100%;
	min-width: 1200px;
	position: relative;
	text-align: center;
	border-top: 1px solid #eee;
	padding: 80px 0px;
}
.footer address {
	font-style: normal !important;
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
}
.footer span {
	margin-top: 30px;
	display: block;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}
.top {
	min-width: 1200px;
	background-image: url(../img/bg-top-new.jpg) ;
	background-position: center center;
	background-repeat:  no-repeat;
	background-attachment: scroll;
	background-size: cover;
	background-color: #999;
	height: 150px;
}
.top-index {
	min-width: 1200px;
	/*background-image: url(../img/bg-top-index.jpg) ;*/
	background-position: center center;
	background-repeat:  no-repeat;
	background-attachment: scroll;
	background-size: cover;
	background-color: #999;
	height: 100%;
}
.top-index .map {
	position: absolute;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -58px;
	font-weight: 400;
	line-height: 100px;
	font-size: 20px;
	color: #fff;
	background-color: #e70101;	
	border-radius: 100%;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	padding: 10px;
	width: 120px;
	text-align: center;
	z-index: 999;
}
@media (max-width: 1200px) {
	.top-index .map {
		left: 600px;
	}
}
.top-index .map i {
	position: absolute;
	left: calc(50% - 20px);
	top: -36px;
	font-size: 70px;
}
.top-index .navbar {
	background: -moz-linear-gradient(top, rgba(17,17,17,1) 20%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(17,17,17,1) 20%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(17,17,17,1) 20%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#00000000',GradientType=0 );
}
.top .navbar {
	background: -moz-linear-gradient(top, rgba(17,17,17,0.1) 20%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(17,17,17,0.1) 20%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(17,17,17,0.1) 20%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#00000000',GradientType=0 );
}
.top-suites .navbar {
	background: -moz-linear-gradient(top, rgba(17,17,17,0.6) 20%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(17,17,17,0.6) 20%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(17,17,17,0.6) 20%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#00000000',GradientType=0 );
}
.navbar .navbar-inner {
	height: 260px;
	display: flex;
	margin: 0 auto;
	max-width: 1200px;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
.navbar .navbar-inner .logo img {
	width: 130px;
}
.navbar .navbar-inner .menu {
	list-style: none;
	font-size: 0px;
}
.navbar .navbar-inner .menu li {
	display: inline-block;
	margin-left: 18px;
}
.navbar .navbar-inner .menu li a {
	color: #FFF;
	background: transparent;
	position: relative;
	display: block;
	padding: 8px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.075em;
	transition: 0.3s;
}
.navbar .navbar-inner .menu li a:hover {
	color: #fff;
	background-color: rgba(255,0,0,0.9);
}
.navbar .navbar-inner .menu #on {
	color: #fff;
	background-color: rgba(255,0,0,0.9);
}
.default {
	min-width: 1200px;
	background-color: #fff;
	height: auto;
	padding: 200px 0px;
	color: #222222;
	text-align: center;
}
.default .h2 {
	font-size: 80px;
	text-transform: uppercase;
}
.default .border {
	border-bottom: 2px solid rgba(0,0,0,0.3);
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.suites-page {
	min-width: 1200px;
	background-color: #ddd;
	height: auto;
	padding: 50px 0px 50px 0px;
	color: #222222;
	text-align: center;
}
.suites-page .h2 {
	font-size: 80px;
	text-transform: uppercase;
}
.suites-page .border {
	border-bottom: 2px solid rgba(0,0,0,0.3);
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.suites-page .text {
	color: #444444;
	font-size: 19px;
	line-height: 29px;
	margin-top: 30px;
}
.suites-page .h3 {
	font-size: 40px;
	text-transform: uppercase;
	padding-top: 40px;
}
.suites-page .itens {
	margin-top: 20px;
}
.suites-page .itens i {
	font-size: 40px;
	color: #ff2942;
	padding: 20px;
}
.suites-page table {
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 30px auto 0px auto;
}
.suites-page table tr td {
	border-bottom: 1px solid #bbb;
	line-height: 36px;
}
.suites-page table td:nth-child(1) {
	width: 360px;
	text-align: left;
}
.suites-page table td:nth-child(2) {
	text-align: right;
	width: 90px;
}
.welcome {
	min-width: 1200px;
	background-image: url(../img/bg-welcome-index.jpg);
	background-position: center center;
	background-repeat:  no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: auto;
	padding: 200px 0px;
	color: #222222;
	text-align: center;
}
.welcome .h1 {
	font-size: 120px;
	text-transform: uppercase;
}
.welcome .border {
	border-bottom: 2px solid rgba(0,0,0,0.3);
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.welcome .text {
	color: #444444;
	font-size: 19px;
	line-height: 29px;
	margin-top: 30px;
}
.welcome .button {
	display: inline-block;
	background-color: #e70101;
	border: 1px solid #e70101;
	color: #ffffff;
	font-weight: 400;
	cursor: pointer;
	outline: none;
	padding: 10px 14px;
	font-size: 18px;
	margin: 30px 0px;
	position: relative;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	letter-spacing: 0.4px;
}
.welcome .button:hover {
	background: transparent;
	color: #e70101;
}
.services {
	min-width: 1200px;
	background-color: #FFF;
	height: auto;
	padding: 150px 0px;
	color: #222222;
	text-align: center;
}
.services .h2 {	
	font-size: 80px;
	text-transform: uppercase;
}
.services .border {
	border-bottom: 2px solid rgba(0,0,0,0.3);
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.services .container-flex {
	display: -webkit-flex;
	-webkit-align-items: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.services .container-flex .box {
	flex-direction: column;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	flex: 1;
	margin: 10px;
	padding: 10px;
}
.services .container-flex .box-one {
	text-align: right;
}
.services .container-flex .box-one h5 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 6px;
}
.services .container-flex .box-one p {
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	margin-bottom: 16px;
}
.services .container-flex .box-two {
	border-left: 2px solid red;
	text-align: left;
}
.services .container-flex .box-two ul {
	list-style: none;
	font-size: 0px;
}
.services .container-flex .box-two ul li {
	color: red;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-left: 10px;
	margin-top: 18px;
	margin-bottom: 18px;
}
.services .container-flex .box-two ul li i {
	font-size: 18px;
	line-height: 24px;
	display: inline-block;
	margin-right: 10px;
}
.suites {
	min-width: 1200px;
	background-color: #ddd;
	/*background: #ede4e4;*/
	/*background: -moz-linear-gradient(top, #ede4e4 0%, #fff 100%);*/
	/*background: -webkit-linear-gradient(top, #ede4e4 0%,#fff 100%);*/
	/*background: linear-gradient(to bottom, #ede4e4 0%,#fff 100%);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede4e4', endColorstr='#fff',GradientType=0 );*/
	height: auto;
	padding: 150px 0px;
	color: #222222;
	text-align: center;
}
.suites .h2 {	
	font-size: 80px;
	text-transform: uppercase;
}
.suites .border {
	border-bottom: 2px solid rgba(0,0,0,0.3);
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.suites .container-flex {
	display: -webkit-flex;
	/*-webkit-align-items: center;*/
	display: flex;
	/*align-items: center;*/
	/*justify-content: space-between;*/
	margin-top: 30px;
}
.suites .container-flex .box {
	flex-direction: column;
	text-align: left;
	display: flex;
	display: -webkit-flex;
	flex: 1;
	margin: 30px;
	padding: 16px;
	width: 200px;
	max-width: 334px;
	height: 350px;
	background-color: #fff;
	box-shadow: -14px 28px 0px #aaa;
	/*align-items: flex-start !important;*/
}
.suites .container-flex .box img {
	margin-bottom: 14px;
	width: 300px;
	height: 166px;
}
.suites .container-flex .box:before {
	content: "";
	width: 300px;
	height: 166px;
	background-color: red;
	position: absolute;
	opacity: 0.1;
}
.bg-img:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: red;
	position: absolute;
	opacity: 0.10;
}
.suites .container-flex .box h5 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 14px;
	text-align: left;
	text-transform: uppercase;
}
.suites .container-flex .box p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 16px;
	text-align: justify;
}
.suites .container-flex .box .price {
	background-color: #e70101;
	padding: 4px 20px;
	position: absolute;
	color: #FFFFFF;
	display: inline-block;
	font-size: 46px;
	font-weight: 600;
	letter-spacing: -0.02em;
	text-align: left;
	margin-left: -40px;
	margin-top: 250px;
}
.suites .container-flex .box .price:before {
	content: "R$";
	display: inline-block;
	font-size: 16px;
	padding-right: 4px;
}
.suites .container-flex .box .price .time {
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	text-align: right;
	margin-top: -10px;
	letter-spacing: -0.6px;
}
/*.suites .container-flex .box .price:after {
	content: "Pernoite";
	display: block;
	position: absolute;
	font-size: 12px;
	padding: 6px 18px 6px 18px;
	background-color: #B50000;
	margin-left: 68px;
	margin-top: 4px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}*/
.suites .container-flex .box .read a {
	color: #e70101;
	background: transparent;
	border: 1px solid #e70101;
	padding: 4px 10px;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.02em;
	text-align: left;
	margin-left: 200px;
	top: 110px;
	-moz-transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
}
.suites .container-flex .box .read a:hover {
	color: #FFFFFF;
	background-color: #e70101;
}
.characteristics {
	min-width: 1200px;
	background-color: #ddd;
	height: auto;
	padding: 150px 0px 140px 0px;
	color: #222222;
	text-align: center;
}
.characteristics .h2 {	
	font-size: 80px;
	text-transform: uppercase;
}
.characteristics .border {
	border-bottom: 2px solid rgba(0,0,0,0.3);
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.characteristics .itens {
	margin-top: 60px;
}
.characteristics .itens .column {

}
.characteristics .itens .itens-column .item {
	display: inline-table;
	width: 380px;
	background-color: #ddd;
	text-align: justify;
	padding: 30px;
	font-family: 'Roboto', serif;
	border-radius: 20px;
}
.characteristics .itens .itens-column .item i {
	font-size: 70px;
	text-align: center !important;
	color: #ff2942;
	-moz-transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
}
.characteristics .itens .itens-column .item h6 {
	font-size: 28px;
	line-height: 34px;
	font-weight: 400;
	color: #222;
	margin: 26px auto 6px auto;
	letter-spacing: 0.2;
}
.characteristics .itens .itens-column .item p {
	font-weight: 300;
	font-size: 14.5px;
	color: #4e5152;
	line-height: 21px;
}
.characteristics .itens .itens-column .item:hover {
	background: #eee;
	background: -moz-linear-gradient(top, #eee 0%, #ddd 80%);
	background: -webkit-linear-gradient(top, #eee 0%,#ddd 80%);
	background: linear-gradient(to bottom, #eee 0%,#ddd 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#fff',GradientType=0 );
}
.characteristics .itens .itens-column .item:hover i {
	transform: rotateY(180deg);
	-moz-transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
}
.contacts {
	min-width: 1200px;
	background-color: #ddd;
	height: auto;
	padding: 200px 0px;
	color: #222222;
	text-align: center;
	margin-top: -4px;
}
.contacts .h2 {	
	font-size: 80px;
	text-transform: uppercase;
}
.contacts .border {
	border-bottom: 2px solid rgba(0,0,0,0.3);
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.contacts form.home {
	margin-top: 80px;
	width: 500px;
	margin-left: 0px;
	margin-right: 0px;
	display: inline-block;
	position: relative;
}
.contacts .home input[type="text"], .contacts .home input[type="email"] {
	text-align: center;
	display: block;
	margin: auto;
	border: none;
	border-bottom: 1px solid #333;
	color: #333;
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 6px;
	margin-bottom: 30px;
	line-height: 30px;
	background: #ddd;
}
.contacts .home textarea {
	text-align: center;
	display: block;
	margin: auto;
	border: none;
	border-bottom: 1px solid #333;
	color: #333;
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	resize: none;
	height: 70px;
	line-height: 22px;
	background: #ddd;
}
.contacts .home input[type="submit"] {
	text-align: center;
	display: block;
	margin: 40px auto;
	color: #e70101;
	background: transparent;
	border: 1px solid #e70101;
	padding: 12px 30px;
	font-size: 16px;
	font-weight: 400;
	-moz-transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
	cursor: pointer;
}
.contacts .home input[type="submit"]:hover {
	background-color: #e70101;
	color: #ffffff;
}
.button01 {
	display: inline-block;
	background-color: #e70101;
	border: 1px solid #e70101;
	color: #ffffff;
	font-weight: 400;
	cursor: pointer;
	outline: none;
	padding: 10px 14px;
	font-size: 18px;
	margin: 30px 0px;
	position: relative;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	letter-spacing: 0.4px;
}
.button01:hover {
	background: transparent;
	color: #e70101;
}
.button02 {
	display: inline-block;
	background-color: transparent;
	border: 1px solid #fff;
	color: #ffffff;
	font-weight: 400;
	cursor: pointer;
	outline: none;
	padding: 10px 14px;
	font-size: 18px;
	margin: 30px 0px;
	position: relative;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	letter-spacing: 0.4px;
}
.button02:hover {
	background-color: #fff;
	color: #222;
}
.default .itens {
	margin-top: 60px;
}
.default .itens .column {

}
.default .itens .itens-column .item {
	display: inline-block;
	width: 380px;
	background-color: #fff;
	text-align: justify;
	padding: 30px;
	font-family: 'Roboto', serif;
	border-radius: 20px;
}
.default .itens .itens-column .item img {
	-moz-transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
	width: 340px;
}
.default .itens .itens-column .item h6 {
	font-size: 28px;
	line-height: 34px;
	font-weight: 400;
	color: #222;
	margin: 26px auto 4px auto;
	letter-spacing: 0.2;
}
.default .itens .itens-column .item p {
	font-weight: 300;
	font-size: 14.5px;
	color: #4e5152;
	line-height: 20px;
}
.default .itens .itens-column .item:hover img {
	transform: rotateY(180deg);
	-moz-transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;	
}
.banner-pernoite {
	min-width: 1200px;
	background-image: url(../img/bg-banner-index.jpg);
	background-position: center center;
	background-repeat:  no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: auto;
	padding: 150px 0px;
	color: #222222;
	text-align: center;
}
.banner-pernoite h4 {
	font-size: 100px;
	color: #fff;
}
.banner-pernoite h5 {
	font-size: 70px;
	color: #fff;
}
.banner-pernoite h6 {
	font-size: 40px;
	color: #fff;
}
.prices {
	min-width: 1200px;
	background: #ddd;
	height: auto;
	padding: 150px 0px;
	color: #222222;
	text-align: left;
}
.prices .h2 {	
	font-size: 80px;
	text-transform: uppercase;
	text-align: center;
}
.prices .border {
	border-bottom: 2px solid rgba(0,0,0,0.3);
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.prices .column {
	margin-top: 60px;
	margin-left: 110px;
}
.prices .column .item {
	width: 500px;
	display: inline-block;
}
.prices .column .item h5 {
	font-size: 26px;
	font-weight: 400;
	vertical-align: bottom !important;
	display: inline-table;
}
.prices .column .item h6 {
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 20px;
	height: 20px;
}
.prices .column .item table {
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
}
.prices .column .item table tr {

}
.prices .column .item table tr td {
	border-bottom: 1px solid #bbb;
	line-height: 36px;
}
.prices .column .item table td:nth-child(1) {
	width: 360px;
}
.prices .column .item table td:nth-child(2) {
	text-align: right;
	width: 90px;
}
.prices .alert {
	width: 960px;
	height: auto;
	margin: 40px auto 0px auto;
	color: #e70101;
	font-size: 30px;
	font-weight: 400;
}
.prices .alert .box {
	margin-top: 10px;
	padding: 20px;
	background-color: #ddd;
	border-left: 2px solid #e70101;
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #222;
	line-height: 26px;
}
.prices .alert .box p:before {
	content: "• ";
}
.suites-page .alert .box {
	margin-top: 30px;
	background-color: #ddd;
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #222;
	line-height: 26px;
}
.suites-page .alert .box p:before {
	content: "• ";
}
.cardapio {
	min-width: 1200px;
    background: #971e22;
	/*background-image: url(../img/cardapio.jpg);*/
	background-attachment: fixed; 
	background-position: center center;
	/*background-repeat:  no-repeat;*/
	/*background-attachment: scroll;*/
	background-size: cover;
	height: auto;
	padding: 150px 0px;
	color: #222222;
	text-align: left;
}
.cardapio .h2 {	
	font-size: 80px;
	text-transform: uppercase;
	text-align: center;
}
.cardapio .border {
	border-bottom: 2px solid rgba(0,0,0,0.3);
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.cardapio .menu {
	margin: 60px auto 0px auto;
	width: 1000px;
}
.cardapio .menu ul {
	list-style: none;
}
.cardapio .menu > ul > li > a {
	color: #e70101;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
}
.cardapio .menu > ul > ul {
	border-left: 4px solid #e70101;
	font-weight: 400;
	color: #222;
	list-style: none;
	/*padding-left: 20px;*/
	margin: 4px 0px 20px 0px;
}
.cardapio .menu > ul > li {
	padding: 4px 0px;
}
.cardapio .menu > ul > ul > li {
	/*line-height: 34px;*/
	padding-top: 8px;
	padding-bottom: 8px;
}
.cardapio .menu > ul > ul > li .header {
	/*border-bottom: 1px dashed #ddd;*/
	/*line-height: 26px;*/
}
.cardapio .menu > ul > ul > li .header .title {
	font-weight: 700;
	font-size: 18px;
	display: inline-block;
	/*background-color: #fff;*/
	/*top: 8px;*/
	/*padding-right: 4px;*/
	position: relative;
	color: #444;
	margin-left: 16px
}
.cardapio .menu > ul > ul > li .header .price {
	float: right;
	text-align: left;
	position: relative;
	font-weight: 700;
	color: #e70101;
	font-size: 18px;
	display: inline-block;
	/*top: 8px;*/
	padding-left: 8px;
	margin-right: 16px;
	/*background-color: #fff;*/
}
.cardapio .menu > ul > ul > li .main {
	font-size: 14px;
	color: #666;
	font-weight: 300;
	margin-top: 4px;
	margin-left: 16px
}
.suites .category {
	text-align: left !important;
	position: relative;
	color: #e70101;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	margin-top: 60px;
}



.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.cb-slideshow:after {
    content: '';
    background: transparent url(../images/pattern.png) repeat top left;
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;
}
.cb-slideshow li div h3 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 240px;
    padding: 0;
    line-height: 200px;
	color: rgba(169,3,41, 0.8);
}
.cb-slideshow li:nth-child(1) span { background-image: url(../images/1.jpeg) }
.cb-slideshow li:nth-child(2) span {
    background-image: url(../images/4.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(../images/3.jpeg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url(../images/1.jpeg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url(../images/4.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
    background-image: url(../images/3.jpeg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.1);
	}
	100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
@media screen and (max-width: 1140px) { 
	.cb-slideshow li div h3 { font-size: 100px }
}
@media screen and (max-width: 600px) { 
	.cb-slideshow li div h3 { font-size: 50px }
}