﻿/*#region HTML Tags*/
body {
  color: #fff;
  background-color: #000;
}

form {
  margin: 0 0;
}

h1 ,h2 ,h3 ,h4 ,h5 ,h6 {
	font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*margin:0;*/
	color:#fff;
}

h1 {
	font-size:28px;
}
h2 {
	font-size:26px;
	font-weight:100;
	text-transform:none;
}
h3 {
	font-size:20px;
	font-weight:100;
}
h4 {
	font-size:15px;
	font-weight:700;
}

a {
	color: #fff;
}
/*#endregion*/

/*#region Masterpage*/
#logo_img {
	width:198px;
	height:60px;
}

.ReserveJa {
	font-weight:bold;
	font-size:16px;
	background-color:#a39161;
	border:0;
}
.ReserveJaMobile {
	font-weight:bold;
	font-size:16px;
	width: calc(100% - 90px);
	position:absolute;
	margin:8px 0 0 15px;
	padding:4px 20px;
	height:34px;
	background-color:#a39161;
	border:0;
}

.image-estrela {
	/*margin-top:13px;*/
	/*padding-left:30px;*/
	position:absolute;
	top:10px;
	right:265px;

}
@media (max-width: 767px) {
	.image-estrela {
		/*padding-left:0;
		display: block;
		margin-right: auto;
		margin-left: auto;*/
		position:relative;
		top:8px;
		right:0;
	}
}

.anchor-position {
	position:absolute;
	margin-top:-100px;
}

@media(max-width: 992px) {
	.anchor-position {
		position:absolute;
		margin-top:-146px;
	}
}
/*#endregion*/

/*#region Changes do base CSS*/
.page-wrapper {
  background-color: #000;
}

.btn-group.open .dropdown-animation {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.btn-group-reservaja.open .dropdown-animation {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.header {
	background-color:#000;
	border-top: 0;
	border-bottom: 0;
}
.fixed-header-on .header.centered .header-left {
	display: block;
	background-color:#000;
}
.fixed-header-on .header .logo {
	display: block;
}
.fixed-header-on .header.fixed:not(.dark) {
	border-bottom: 1px solid #a39161;
	background-color: #000;
}
@media (max-width: 767px) {
	.fixed-header-on .header .logo {
		display: none;
	}
	.fixed-header-on .header .header-top {
		display: none;
	}
	/*.object-visible {
		top:-25px !important;
	}*/
}
.default-translucent-bg::after {
	background-color:rgba(0, 71, 168, 0.7);
}

.dark-bg {
  background-color: #000;
  color: #fff;
}
.separator {
	background-color: #a39161;
}

.main-navigation .navbar-nav > li {
	/*margin: 0;*/
}

.navbar-default .navbar-nav {
	/*margin-left: -30px;*/
}
.navbar.navbar-default {
	border:0;
	background-color: #000;
}
.navbar-default .navbar-nav > li > a {
	/*padding: 28px 10px 27px 10px;*/
	border-bottom: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #000;
	/*border:0 !important;*/
}

.footer {
	border-top:2px solid #a39161;
	background-color:#000;
	padding:0;
}
.footer-content {
	padding-bottom:0;
}
.subfooter {
	/*border-top:2px solid #a39161;*/
	border:0;
	background-color:#000;
}
.nav-pills.nav-stacked > li > a {
  color: #fff;
  font-size:16px;
}

.section {
	background-color:#000;
	padding:0;
}

.slideshow-box {
	width:100%;
	left:0 !important;
	max-width:none;
}

.main-container {
	background-color:#000;
}

.banner{
	background-color:#000;
}

.dropdown-menu {
  border: 0;
  background-color:transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a,
.navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
	/*padding: 12px 15px 12px 40px;*/
	color: #fff;
}
.dropdown-menu > li > a {
	background-color:#000;
	margin-bottom:2px;
	border:0;
	color:#fff;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu .menu > .active > a,
.dropdown-menu .menu > .active > a:hover,
.dropdown-menu .menu > .active > a:focus {
	border-color: #000 !important;
	color:#a39161 !important;
	background-color:#000 !important;
}

.team-member {
	/*max-width: 480px;*/
	margin: 0 auto 0 !important;
}
/*#endregion*/

/*#region Recrutamento*/
.FormularioError {
	background-color:#ffc5c5;
	border:1px solid red;
	border-radius: 5px;
}
/*#endregion*/