/* Colors */
/* Grid System */
/* SVG */
/*encode SVG as a data uri without it being in base64*/
/* Select2 */
.select2-container {
  font-size: 13px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  width: 99.9%;
  height: 40px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 15px;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  color: #575757;
  font-size: 13px;
  border-radius: 0px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block;
  /*border-top: 1px solid $aa8866;*/ }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left; }

.select2-results__option {
  padding: 10px 15px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid #e3e3e3;
  box-shadow: 0 2px 4px rgba(121, 121, 121, 0.1); }

.select2-search--dropdown {
  display: block;
  padding: 4px 0; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aa8866; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #575757;
  line-height: 38px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #575757; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: url(../images/icons/arrow-down.svg) no-repeat;
  background-size: 100%;
  width: 11px;
  height: 8px;
  left: inherit;
  right: 10px;
  margin-left: 0px;
  margin-top: 0px;
  position: absolute;
  top: 15px;
  display: block; }

.select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg); }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #575757 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #575757;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #575757;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #575757;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #575757; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aa8866; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #c19b76;
  color: #fff; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.field-border .select2-container--default .select2-selection--single {
  border: 1px solid rgba(0, 0, 0, 0.2); }

.field-border .select2-container--default .select2-selection--single .select2-selection__arrow b {
  opacity: 0.4; }

.select2-container--open .select2-selection__rendered {
  box-shadow: inset 0 0 0 3px #F8E9DA; }

/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker a:hover,
.ui-datepicker a:active,
.ui-datepicker a {
  border: none;
  letter-spacing: normal;
  font-size: inherit;
  font-weight: 600;
  color: inherit; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  background-color: #eee7de; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 12px; }

.ui-datepicker .ui-datepicker-next {
  right: 12px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 12px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 12px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
  color: #6c635b; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
  padding: 0;
  border: none; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 34%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker-multi-2 .ui-datepicker-calendar {
  border-right: 1px solid #ad9f8c; }

.ui-datepicker-group-last .ui-datepicker-calendar {
  border-right: none; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 100%;
  margin: 0 auto .4em;
  padding: 0; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

/* Styling */
.ui-datepicker {
  background: #fff;
  border: 1px solid #10181e;
  padding: 0px;
  width: 17em;
  z-index: 40 !important; }

.ui-datepicker.ui-datepicker-inline {
  width: 100%; }

.ui-datepicker-month {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.16px;
  color: #6c635b;
  text-transform: uppercase;
  display: inline-block; }

.ui-datepicker-year {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.16px;
  color: #6c635b;
  text-transform: uppercase;
  display: inline-block; }

.ui-datepicker table thead {
  background-color: #fff; }

.ui-datepicker table thead th {
  width: 14.28571%;
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 600;
  text-transform: lowercase;
  color: #ad9f8c;
  letter-spacing: 0.18px; }

.ui-datepicker tbody tr:first-child {
  border-top: none; }

.ui-datepicker tbody td {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.5px;
  text-align: center;
  color: #7c7c7c; }

.ui-datepicker tbody td a, .ui-datepicker tbody td span {
  text-align: center;
  width: 97%;
  height: 29px;
  display: inline-block;
  margin: 1px auto;
  padding: 2px 0;
  color: #70675f;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600; }

.ui-datepicker tbody td a:active,
.ui-datepicker tbody td a:hover {
  font-size: 16px; }

.ui-datepicker tbody td a.ui-state-active, .ui-datepicker tbody td span .ui-state-active {
  background-color: #ad9f8c;
  color: #fff; }

.ui-datepicker tbody td.ui-state-disabled a, .ui-datepicker tbody td.ui-state-disabled span {
  color: #ccc; }

.ui-datepicker tbody td.ui-datepicker-reserved a,
.ui-datepicker tbody td.ui-datepicker-reserved span {
  background-color: #eee7de; }

.ui-datepicker tbody td.ui-datepicker-checkin.ui-datepicker-reserved a,
.ui-datepicker tbody td.ui-datepicker-checkout.ui-datepicker-reserved a,
.ui-datepicker tbody td.ui-datepicker-checkin a,
.ui-datepicker tbody td.ui-datepicker-checkout a {
  background-color: #ad9f8c;
  color: #fff; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: 8px;
  height: 18px;
  top: 9px; }

.ui-datepicker .ui-datepicker-prev {
  background: url(../images/icons/arrow-left-datepicker.svg) no-repeat;
  background-size: 100%; }

.ui-datepicker .ui-datepicker-next {
  background: url(../images/icons/arrow-right-datepicker.svg) no-repeat;
  background-size: 100%; }

button {
  color: #fff;
  float: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.1px;
  background-color: #ad9f8c;
  padding: 10px 17px;
  margin: 10px auto 21px;
  border: none;
  cursor: pointer; }

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a {
  background: transparent; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! END - normalize.css v2.1.3 */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

h1 {
  line-height: 100%; }

body,
html {
  height: 100%;
  font-size: 100%; }

img {
  display: inline-block;
  vertical-align: middle;
  border: none; }

.wf-loading body {
  opacity: 0; }

.wf-active body,
.wf-inactive body {
  opacity: 1; }

.clear,
.clearfix {
  *zoom: 1; }

.clear:after,
.clear:before,
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table; }

.clear,
.clearfix:after {
  clear: both; }

*,
*:focus {
  outline: none; }

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

a,
a:active,
a:focus {
  outline: none; }

/*ul {
	list-style: none;
	margin: 0;
	padding: 0;
}*/
.highlight {
  background-color: rgba(255, 191, 0, 0.4); }

.underline {
  text-decoration: underline; }

.zero {
  font-size: 0; }

#gca-container > .gca-block {
  margin: 0; }

#gca-container > .gca-block > .content h1,
#gca-container > .gca-block > .content h2,
#gca-container > .gca-block > .content h3,
#gca-container > .gca-block > .content h4,
#gca-container > .gca-block > .content h5,
#gca-container > .gca-block > .content h6 {
  font-weight: 600; }
#gca-container > .gca-block > .content p {
  margin: 0; }
#gca-container > .gca-block > .content a:hover {
  text-decoration: underline; }
#gca-container > .gca-block > .content > .file, #gca-container > .gca-block > .content > .link {
  background-color: transparent;
  padding: 0;
  margin: 5px 0 0;
  font-size: 15px; }
  #gca-container > .gca-block > .content > .file span, #gca-container > .gca-block > .content > .link span {
    display: inline-block;
    font-size: 15px;
    font-weight: 600; }
  #gca-container > .gca-block > .content > .file a, #gca-container > .gca-block > .content > .link a {
    display: inline-block;
    margin-left: 5px; }

.navbar {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 35px 0; }
  .navbar > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    .navbar > ul > li.setas > a {
      width: 33px;
      height: 33px;
      font-size: 0;
      position: relative; }
      .navbar > ul > li.setas > a:hover {
        background-color: transparent; }
    .navbar > ul > li.setas.pagAnterior > a:after {
      position: absolute;
      content: " ";
      width: 33px;
      height: 33px;
      top: 0;
      left: 0; }
    .navbar > ul > li.setas.pagSeguinte > a:after {
      position: absolute;
      content: " ";
      width: 33px;
      height: 33px;
      top: 0;
      left: 0; }
    .navbar > ul > li.nav-pag {
      border-top: 1px solid transparent;
      border-bottom: 1px solid transparent;
      margin: 0 5px; }
      .navbar > ul > li.nav-pag > a, .navbar > ul > li.nav-pag > span {
        padding: 11px;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0;
        text-align: left;
        color: #555555 !important;
        display: inline-block;
        width: auto;
        height: auto;
        line-height: 100%;
        background: transparent; }
      .navbar > ul > li.nav-pag.first {
        margin-left: 30px; }
      .navbar > ul > li.nav-pag.active, .navbar > ul > li.nav-pag:hover {
        border-top-color: #999999;
        border-bottom-color: #999999; }
      .navbar > ul > li.nav-pag.last {
        margin-right: 30px; }

.owl-carousel .owl-item .img-wrap img {
  transform-style: unset; }

.img-wrap.center {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  max-width: 100vw; }
  .img-wrap.center > span {
    display: inline-block; }
    .img-wrap.center > span > picture {
      width: 100%;
      display: block; }
    .img-wrap.center > span > img, .img-wrap.center > span > picture > img {
      height: 100%;
      width: auto;
      display: block; }
.img-wrap:not(.center) > span > img, .img-wrap:not(.center) > span > picture > img {
  height: auto;
  width: 100%;
  display: block; }

svg,
svg path {
  shape-rendering: geometricprecision; }

.noscroll {
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
  overflow-y: scroll;
  width: 100%; }

#loading {
  display: none;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 120%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999; }
  #loading.show {
    display: block; }

input,
select,
textarea {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0;
  border-radius: 0; }

header ol {
  margin: 0;
  padding: 0; }
  header ol li {
    list-style: none; }

.no-style > li {
  list-style: none; }

.noSelect {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.clearfix:after,
.clearfix:before {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.clear {
  clear: both; }

/*::-moz-selection {
	background: #fff;
	color: #000;
}

::selection {
	background: #fff;
	color: #000;
}*/
a {
  text-decoration: none;
  color: #000; }

.full-page.cinza {
  background: #FAFAFA; }

h1 {
  font-size: 1.8em; }

h2 {
  font-size: 1.6em; }

h3 {
  font-size: 1.4em; }

h4 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 5px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  color: #000; }

abbr,
acronym {
  border-bottom: 1px dotted #000;
  cursor: help; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

dl dd {
  margin-left: 1em; }

td,
th {
  border: 0;
  padding: 0.5em; }

th {
  font-weight: bold;
  text-align: center; }

caption {
  margin-bottom: 0.5em;
  text-align: center; }

fieldset,
p,
table {
  margin-bottom: 1em; }

textarea {
  resize: vertical; }

/* Allow only vertical resizing of textareas.*/
a[href] {
  -webkit-transition: color 200ms ease-in-out 0ms, background 200ms ease-in-out 0ms, opacity 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  transition: all 200ms ease-in-out 0ms; }

hr {
  height: 1px;
  margin: 20px 0;
  padding: 0;
  color: #F00;
  background-color: #e8e8e8;
  border: 0;
  clear: both; }

body [class*="perc-"] {
  box-sizing: border-box;
  display: inline-block;
  position: relative; }
  body [class*="perc-"] + [class*="perc-"] {
    margin-left: 20px; }

.desktop-only {
  display: block; }
  @media (max-width: 1024px) {
    .desktop-only {
      display: none; } }

.not-desktop {
  display: none; }
  @media (max-width: 1024px) {
    .not-desktop {
      display: block; } }

.not-mobile {
  display: block; }
  @media (max-width: 480px) {
    .not-mobile {
      display: none; } }

.mobile-only {
  display: none; }
  @media (max-width: 480px) {
    .mobile-only {
      display: block; } }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  img,
  tr {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
@font-face {
  font-family: 'AndradeBold';
  src: url("/temas/bairroaltohotel/webfonts/35E326_0_0.eot");
  src: url("/temas/bairroaltohotel/webfonts/35E326_0_0.eot?#iefix") format("embedded-opentype"), url("/temas/bairroaltohotel/webfonts/35E326_0_0.woff2") format("woff2"), url("/temas/bairroaltohotel/webfonts/35E326_0_0.woff") format("woff"), url("/temas/bairroaltohotel/webfonts/35E326_0_0.ttf") format("truetype"); }
@font-face {
  font-family: 'AndradeBoldItalic';
  src: url("/temas/bairroaltohotel/webfonts/35E326_1_0.eot");
  src: url("/temas/bairroaltohotel/webfonts/35E326_1_0.eot?#iefix") format("embedded-opentype"), url("/temas/bairroaltohotel/webfonts/35E326_1_0.woff2") format("woff2"), url("/temas/bairroaltohotel/webfonts/35E326_1_0.woff") format("woff"), url("/temas/bairroaltohotel/webfonts/35E326_1_0.ttf") format("truetype"); }
@font-face {
  font-family: 'AndradeItalic';
  src: url("/temas/bairroaltohotel/webfonts/35E326_2_0.eot");
  src: url("/temas/bairroaltohotel/webfonts/35E326_2_0.eot?#iefix") format("embedded-opentype"), url("/temas/bairroaltohotel/webfonts/35E326_2_0.woff2") format("woff2"), url("/temas/bairroaltohotel/webfonts/35E326_2_0.woff") format("woff"), url("/temas/bairroaltohotel/webfonts/35E326_2_0.ttf") format("truetype"); }
@font-face {
  font-family: 'AndradeRegular';
  src: url("/temas/bairroaltohotel/webfonts/35E326_3_0.eot");
  src: url("/temas/bairroaltohotel/webfonts/35E326_3_0.eot?#iefix") format("embedded-opentype"), url("/temas/bairroaltohotel/webfonts/35E326_3_0.woff2") format("woff2"), url("/temas/bairroaltohotel/webfonts/35E326_3_0.woff") format("woff"), url("/temas/bairroaltohotel/webfonts/35E326_3_0.ttf") format("truetype"); }
a:focus,
a:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  cursor: pointer; }
  a:focus .img-wrap:after,
  a:hover .img-wrap:after,
  input[type="submit"]:focus .img-wrap:after,
  input[type="submit"]:hover .img-wrap:after {
    background-color: rgba(0, 0, 0, 0.2); }

a[href=''] {
  cursor: default;
  pointer-events: none; }

body {
  font-size: 17px;
  line-height: 1;
  font-family: "Assistant", sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 400;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  min-width: 310px; }

input[type="submit"] {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #FFFFFF;
  font-family: "Assistant", sans-serif;
  background-color: #000000;
  width: 325px;
  max-width: 100%;
  height: 45px;
  padding: 9px 17px 12px;
  display: block;
  cursor: pointer;
  border: 0;
  -webkit-transition: color 125ms ease-in-out 0ms, background 125ms ease-in-out 0ms, opacity 125ms ease-in-out 0ms;
  -moz-transition: all 125ms ease-in-out 0ms;
  -ms-transition: all 125ms ease-in-out 0ms;
  -o-transition: all 125ms ease-in-out 0ms;
  transition: all 125ms ease-in-out 0ms; }

.swiper-button-next,
.swiper-button-prev {
  width: 18px;
  height: 36px;
  margin-top: -17px;
  background-size: 18px 35px; }

textarea {
  width: 100%;
  border: 1px solid #EEEEEE;
  min-height: auto;
  height: 100%; }

.full-page {
  max-width: 1260px;
  width: 96%;
  margin: 0 auto; }
  .full-page.mini {
    max-width: 730px; }
  @media (max-width: 1024px) {
    .full-page {
      width: 92%;
      width: calc(100% - 40px); } }

#content-wrap {
  width: 100%;
  min-height: calc(100vh - 500px); }
  #content-wrap > .course-frame {
    padding: 0; }
  @media (max-width: 1024px) {
    #content-wrap {
      overflow: hidden; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /*
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* Animations */
.mfp-zoom-in .mfp-with-anim {
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
  opacity: 0; }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-content {
  text-align: center !important; }

.mfp-content > .popup-content {
  display: inline-block;
  width: auto;
  max-width: calc(100% - 50px);
  margin: 40px auto;
  padding: 0;
  position: relative;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #25373F;
  text-align: left;
  background: #eee7de;
  border: 2px solid #281e1d; }

.mfp-content > .popup-content > .mfp-close {
  background: transparent url("/temas/bairroaltohotel/images/close.svg") no-repeat center center/18px 18px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 20px;
  opacity: 1; }

.mfp-content > .popup-content > .mfp-close:hover {
  color: #222222;
  border-color: #222222; }

.style-error .mfp-content > .popup-content {
  max-width: 800px; }

.style-error .mfp-content > .popup-content b {
  font-weight: 600; }

@media screen and (max-width: 600px) {
  .mfp-container {
    padding-left: 0;
    padding-right: 0; }

  .mfp-content > .popup-content {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%; }

  .mfp-content > .popup-content > .client-login-container {
    min-height: 100vh; }

  .mfp-content > .popup-content > .mfp-close:hover {
    color: #222222;
    border-color: #999999; } }
.popup-product-detail .mfp-container {
  padding-left: 0;
  padding-right: 0; }

.popup-product-detail .mfp-content,
.popup-product-similar .mfp-content {
  max-height: 100%;
  overflow: auto; }

.popup-client-login .mfp-content,
.popup-line-comment .mfp-content,
.popup-new-list .mfp-content {
  max-height: 100%;
  overflow: auto; }

.popup-client-login .mfp-content .popup-content {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 950px;
  max-width: calc(100vw - 20px);
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  background: transparent;
  position: relative; }

.popup-client-login .mfp-content .popup-content .client-login-container {
  width: 100%;
  background: #F9F7F4; }

.popup-client-login .mfp-content .popup-content .client-login-container .logomodal {
  display: block; }

.popup-new-list .mfp-content .popup-content #client-data-container {
  padding: 30px;
  max-width: 560px;
  background: #FFFFFF; }

.popup-new-list .mfp-content .popup-content #client-data-container h2 {
  margin-top: 0; }

#client-data-container .logomodal {
  display: none; }

.popup-new-list .mfp-content .popup-content #client-data-container .logomodal {
  display: block; }

.popup-new-list .mfp-content .popup-content #client-data-container .logomodal .close {
  display: block;
  position: absolute;
  top: 52px;
  right: 48px;
  color: #D0D0D0;
  font-weight: 600;
  font-size: 13px;
  line-height: 32px;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

.popup-new-list .mfp-content .popup-content #client-data-container .logomodal .close:after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  margin-left: 8px;
  background: transparent url("/temas/bairroaltohotel/images/fechar.svg") no-repeat center;
  vertical-align: middle; }

.popup-new-list .mfp-content .popup-content #client-data-container .logomodal .close:hover {
  color: #FFFFFF; }

.popup-new-list .mfp-content .popup-content #client-data-container #inner-page-title {
  text-align: center; }

.popup-new-list .mfp-content .popup-content #client-data-container form .field label {
  display: block;
  margin-bottom: 10px; }

.popup-new-list .mfp-content .popup-content #client-data-container form .align-right {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }

.popup-new-list .mfp-content .popup-content #client-data-container form .align-right > #btn-gerir-listas {
  display: inline-block;
  margin-right: 20px;
  text-decoration: underline;
  font-size: 13px;
  line-height: 100%;
  color: #333333;
  text-align: left; }

.popup-new-list .mfp-content .popup-content #client-data-container form .align-right > input[type="submit"]:not(.button) {
  width: auto;
  padding-left: 50px;
  padding-right: 50px; }

.popup-login-welcome .mfp-content > .popup-content {
  margin: 0;
  padding: 0;
  background: none; }

.popup-login-welcome .mfp-content > .popup-content .mfp-close {
  display: none; }

#html.popup-login-welcome .mfp-bg {
  opacity: 0.9; }

.popup-confirmation-request .mfp-content {
  max-height: 100%;
  overflow: auto; }

.popup-confirmation-request .mfp-content .question {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%; }

.popup-confirmation-request .mfp-content .buttons {
  margin: 30px 0 0 0;
  text-align: right; }

.popup-confirmation-request .mfp-content .buttons > span {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 10px 15px;
  background: #007E31;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  color: #FFFFFF;
  text-align: center;
  border: none;
  cursor: pointer;
  -webkit-transition: color 125ms ease-in-out, background 125ms ease-in-out, opacity 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.popup-confirmation-request .mfp-content .buttons > span:hover,
.popup-confirmation-request .mfp-content .buttons > span:focus {
  opacity: 0.85; }

.popup-confirmation-request .mfp-content .buttons > .btn-cancel {
  background-color: #888888; }

.popup-postal-code .mfp-content .popup-content {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }

@media screen and (max-width: 800px) {
  .popup-postal-code .mfp-content .popup-content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    max-height: calc(100vh - 85px); } }
@media screen and (max-width: 600px) {
  .popup-client-login .mfp-content,
  .popup-product-detail .mfp-content {
    overflow: hidden; }

  .popup-client-login .mfp-content .popup-content .client-login-container > .wrapper {
    max-width: none;
    max-height: calc(100vh - 113px);
    overflow: auto; }

  .popup-product-detail .mfp-content .product-details {
    height: auto;
    max-height: calc(100vh - 113px);
    overflow: hidden;
    overflow-y: auto; }

  .popup-postal-code .mfp-content .popup-content {
    max-height: 100%; } }
@media screen and (max-width: 480px) {
  .popup-postal-code .mfp-content .popup-content {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: auto; }

  .popup-new-list .mfp-content .popup-content #client-data-container .logomodal .close,
  .line-comment-container .logomodal .close {
    top: 20px;
    right: 20px; }

  .line-comment-container .wrapper {
    padding: 30px; }

  .line-comment-container .wrapper h1 {
    font-size: 26px; }

  .line-comment-container .wrapper .buttons .button {
    padding: 15px 25px;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    font-family: "Assistant", sans-serif; }

  .popup-new-list .mfp-content .popup-content #client-data-container form .align-right {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }

  .popup-new-list .mfp-content .popup-content #client-data-container form .align-right > #btn-gerir-listas {
    width: 100%;
    margin-top: 10px;
    padding: 10px 0;
    margin-right: 0;
    order: 1;
    text-align: center; }

  .popup-new-list .mfp-content .popup-content #client-data-container form .align-right > input[type="submit"]:not(.button) {
    width: 100%;
    order: 0; } }
@media screen and (max-width: 380px) {
  .line-comment-container .wrapper .buttons .button {
    padding: 13px 20px;
    font-size: 13px;
    line-height: 100%; } }
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(45, 45, 45, 0.36);
  z-index: 40;
  -webkit-transition: color 450ms ease-in-out 0ms, background 450ms ease-in-out 0ms, opacity 450ms ease-in-out 0ms;
  -moz-transition: all 450ms ease-in-out 0ms;
  -ms-transition: all 450ms ease-in-out 0ms;
  -o-transition: all 450ms ease-in-out 0ms;
  transition: all 450ms ease-in-out 0ms;
  opacity: 0;
  visibility: hidden; }
  #header.show {
    opacity: 1;
    visibility: visible; }
  #header .full-page #nav .navbar-nav {
    list-style: none;
    margin: 0;
    padding: 12px 0 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    height: 72px; }
    #header .full-page #nav .navbar-nav li.menu-icon {
      display: none; }
    #header .full-page #nav .navbar-nav li.link {
      width: 20%;
      text-align: center; }
    #header .full-page #nav .navbar-nav li .text {
      display: inline-block;
      position: relative;
      text-align: center;
      color: #2d2d2d;
      font-family: "Assistant", sans-serif;
      font-size: 16px;
      font-weight: 600;
      padding: 0 13px;
      text-transform: uppercase;
      letter-spacing: 1.4px;
      -webkit-transition: color 350ms ease-in-out 0ms, background 350ms ease-in-out 0ms, opacity 350ms ease-in-out 0ms;
      -moz-transition: all 350ms ease-in-out 0ms;
      -ms-transition: all 350ms ease-in-out 0ms;
      -o-transition: all 350ms ease-in-out 0ms;
      transition: all 350ms ease-in-out 0ms; }
      #header .full-page #nav .navbar-nav li .text:focus, #header .full-page #nav .navbar-nav li .text:hover, #header .full-page #nav .navbar-nav li .text.active {
        color: #aa8866; }
      #header .full-page #nav .navbar-nav li .text.active:before, #header .full-page #nav .navbar-nav li .text.active:after {
        opacity: 1; }
      #header .full-page #nav .navbar-nav li .text:before, #header .full-page #nav .navbar-nav li .text:after {
        content: "";
        position: absolute;
        top: 6px;
        top: calc(50% - 5px);
        width: 9px;
        height: 11px;
        opacity: 0;
        -webkit-transition: color 350ms ease-in-out 0ms, background 350ms ease-in-out 0ms, opacity 350ms ease-in-out 0ms;
        -moz-transition: all 350ms ease-in-out 0ms;
        -ms-transition: all 350ms ease-in-out 0ms;
        -o-transition: all 350ms ease-in-out 0ms;
        transition: all 350ms ease-in-out 0ms; }
      #header .full-page #nav .navbar-nav li .text:before {
        left: 0;
        background: transparent url("/temas/bairroaltohotel/images/arrow-1-l.svg") no-repeat center center/9px 11px; }
      #header .full-page #nav .navbar-nav li .text:after {
        right: 0;
        background: transparent url("/temas/bairroaltohotel/images/arrow-1-r.svg") no-repeat center center/9px 11px; }
  #header .full-page #nav .book {
    display: none; }
  #header .active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  @media (max-width: 1024px) {
    #header .full-page #nav .navbar-nav .lang-1 {
      display: none; }
    #header .full-page #nav .navbar-nav li.menu-icon {
      display: inline-block; }
    #header .full-page #nav .navbar-nav li .img svg {
      width: 30px;
      height: auto; }
    #header .full-page #nav .navbar-nav li.link {
      display: none; }
    #header .full-page #nav .navbar-nav li .text {
      font-size: 9px;
      font-size: 2vw;
      padding: 10px 2px; }
      #header .full-page #nav .navbar-nav li .text:before, #header .full-page #nav .navbar-nav li .text:after {
        display: none; }
    #header .full-page #nav .lang-select {
      left: -70px;
      position: relative; }
    #header .full-page #nav .book {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      width: 72px;
      height: 100%;
      background-color: #281e1d;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }
      #header .full-page #nav .book p {
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 0.51px;
        padding: 0px;
        display: block;
        text-align: center;
        text-decoration: none;
        border: none;
        cursor: pointer; }
        #header .full-page #nav .book p:before {
          content: '';
          display: block;
          margin: 0 auto 1px;
          width: 17px;
          height: 20px;
          background: url("/temas/bairroaltohotel/images/icons/book-icon.svg") no-repeat;
          background-size: auto auto;
          background-size: 100%; } }
  @media (max-width: 480px) {
    #header .full-page #nav .navbar-nav {
      height: 54px; }
    #header .full-page #nav .lang-select {
      left: -50px; }
    #header .full-page #nav .book {
      width: 54px; } }

#top {
  position: relative; }
  #top .frame {
    background: url("/temas/bairroaltohotel/images/placeholder_desktop.jpg") center center no-repeat; }
    #top .frame .img-wrap.center {
      /*min-height: 768px;*/
      max-height: 100vh;
      max-height: calc(100vh - 110px); }
  #top video {
    min-height: 100vh;
    width: auto;
    overflow: hidden; }
  #top video.desktop {
    display: block; }
  #top video.mobile {
    display: none; }
  #top .hover {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 72px 0;
    background: rgba(0, 0, 0, 0.2); }
    #top .hover .full-page {
      position: relative;
      max-width: none;
      height: 100%;
      width: calc(100% - 144px);
      border-left: 1px solid #e3d0bd;
      border-bottom: 1px solid #e3d0bd;
      border-right: 1px solid #e3d0bd; }
      #top .hover .full-page:after, #top .hover .full-page:before {
        position: absolute;
        content: "";
        width: calc(50% - 80px);
        top: 0;
        height: 1px;
        background-color: #e3d0bd; }
      #top .hover .full-page:before {
        left: 0; }
      #top .hover .full-page:after {
        right: 0; }
  #top .menu-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    #top .menu-wrapper .full-page {
      position: relative;
      max-width: none;
      height: 100%;
      width: calc(100% - 144px); }
      #top .menu-wrapper .full-page .menu {
        top: 42px;
        position: absolute;
        width: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        align-items: flex-start; }
        #top .menu-wrapper .full-page .menu .mobile-menu-icon {
          display: none; }
        #top .menu-wrapper .full-page .menu .link {
          text-align: center;
          color: #e3d0bd;
          font-family: "Assistant", sans-serif;
          font-size: 16px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 1.4px;
          width: 20%;
          -webkit-transition: color 500ms ease-in-out 0ms, background 500ms ease-in-out 0ms, opacity 500ms ease-in-out 0ms;
          -moz-transition: all 500ms ease-in-out 0ms;
          -ms-transition: all 500ms ease-in-out 0ms;
          -o-transition: all 500ms ease-in-out 0ms;
          transition: all 500ms ease-in-out 0ms; }
          #top .menu-wrapper .full-page .menu .link:focus, #top .menu-wrapper .full-page .menu .link:hover {
            color: #aa8866; }
  @media (max-width: 1024px) {
    #top {
      height: 768px;
      max-height: 768px; }
      #top .frame .img-wrap.center {
        min-height: 0;
        max-height: none; }
      #top .menu-wrapper .full-page .menu .lang-1,
      #top .menu-wrapper .full-page .menu .link {
        display: none; }
      #top .menu-wrapper .full-page .menu .mobile-menu-icon {
        display: inline-block;
        margin-top: -6px; } }
  @media (max-width: 750px) {
    #top {
      height: auto;
      max-height: none; }
      #top video.desktop {
        display: none; }
      #top video.mobile {
        display: block; }
      #top .frame {
        background: url("/temas/bairroaltohotel/images/placeholder_mobile.jpg") center center no-repeat/100vw auto;
        height: 177vw; }
      #top video {
        width: 100%;
        height: auto;
        min-height: 0; } }
  @media (max-width: 600px) {
    #top .hover {
      padding: 60px 0; }
      #top .hover .full-page {
        width: calc(100% - 40px); }
    #top .menu-wrapper {
      padding: 60px 0; }
      #top .menu-wrapper .full-page {
        width: calc(100% - 40px); }
        #top .menu-wrapper .full-page .menu {
          top: -30px;
          position: absolute;
          width: 100%; }
          #top .menu-wrapper .full-page .menu .item.img {
            position: absolute;
            left: calc(50% - 45px); }
          #top .menu-wrapper .full-page .menu .link {
            opacity: 0;
            font-size: 7px;
            pointer-events: none; } }
  @media (max-width: 480px) {
    #top {
      /*		height: 100vh;
      		max-height: 100vh;
      
      		video,
      		img{
      			min-height: 100vh;
      		}*/ } }

.lang-select {
  margin-right: -1px;
  position: relative;
  left: -50px; }
  .lang-select.hide {
    opacity: 0;
    visibility: none;
    pointer-events: none; }
  .lang-select .lang-select-dropdown {
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 120%;
    z-index: 1; }
    .lang-select .lang-select-dropdown.open .current,
    .lang-select .lang-select-dropdown .current:hover {
      background-color: #281e1d; }
    .lang-select .lang-select-dropdown .current {
      cursor: pointer;
      padding: 6px 7px;
      color: #aa8866;
      font-family: "Assistant", sans-serif;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      border: 1px solid #c19b76;
      -webkit-transition: color 500ms ease-in-out 0ms, background 500ms ease-in-out 0ms, opacity 500ms ease-in-out 0ms;
      -moz-transition: all 500ms ease-in-out 0ms;
      -ms-transition: all 500ms ease-in-out 0ms;
      -o-transition: all 500ms ease-in-out 0ms;
      transition: all 500ms ease-in-out 0ms; }
    .lang-select .lang-select-dropdown .submenu {
      display: none;
      position: absolute;
      top: 23px;
      left: 0;
      width: 100%; }
      .lang-select .lang-select-dropdown .submenu a {
        color: #aa8866;
        font-family: "Assistant", sans-serif;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase; }
        .lang-select .lang-select-dropdown .submenu a:hover, .lang-select .lang-select-dropdown .submenu a:focus {
          opacity: 1; }
      .lang-select .lang-select-dropdown .submenu ul {
        list-style: none;
        margin: 0;
        padding: 6px 7px;
        border: 1px solid #c19b76;
        background-color: #281e1d; }
        .lang-select .lang-select-dropdown .submenu ul li + li {
          margin-top: 6px; }

.book-start {
  display: block;
  position: absolute;
  right: -10px;
  top: -23px;
  width: 54px;
  height: 54px;
  background-color: transparent; }
  .book-start span {
    height: 47px;
    color: #aa8866;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.51px;
    padding: 0px;
    display: block;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer; }
    .book-start span:before {
      content: '';
      display: block;
      margin: 11px auto 1px;
      width: 17px;
      height: 20px;
      background: url("/temas/bairroaltohotel/images/icons/book-icon.svg") no-repeat;
      background-size: auto auto;
      background-size: 100%; }

#in-the-hear-of-lisbon {
  position: relative;
  background-color: #281e1d;
  padding: 124px 0 210px;
  overflow: hidden; }
  #in-the-hear-of-lisbon:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 50px;
    width: 194px;
    height: 637px;
    background: transparent url("/temas/bairroaltohotel/images/pattern-l.svg") no-repeat center center/194px 637px; }
  #in-the-hear-of-lisbon:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 51px;
    width: 349px;
    height: 621px;
    background: transparent url("/temas/bairroaltohotel/images/pattern-r.svg") no-repeat center center/349px 621px; }
  #in-the-hear-of-lisbon .full-page {
    max-width: 950px;
    text-align: center;
    position: relative; }
    #in-the-hear-of-lisbon .full-page:before {
      content: "";
      position: absolute;
      left: 50%;
      left: calc(50% - 38px);
      bottom: -115px;
      width: 76px;
      height: 75px;
      background: transparent url("/temas/bairroaltohotel/images/star.svg") no-repeat center center/76px 75px; }
    #in-the-hear-of-lisbon .full-page .title {
      display: inline-block;
      position: relative;
      text-align: center;
      letter-spacing: 0.1px;
      color: #e3d0bd;
      font-family: "AndradeBold", sans-serif;
      font-size: 40px;
      font-weight: 400;
      padding: 0 75px 40px; }
      #in-the-hear-of-lisbon .full-page .title:before, #in-the-hear-of-lisbon .full-page .title:after {
        content: "";
        position: absolute;
        top: 13px;
        width: 28px;
        height: 15px; }
      #in-the-hear-of-lisbon .full-page .title:before {
        left: 0;
        background: transparent url("/temas/bairroaltohotel/images/fish-l.svg") no-repeat center center/28px 15px; }
      #in-the-hear-of-lisbon .full-page .title:after {
        right: 0;
        background: transparent url("/temas/bairroaltohotel/images/fish-r.svg") no-repeat center center/28px 15px; }
      #in-the-hear-of-lisbon .full-page .title .line {
        content: "";
        position: absolute;
        left: 50%;
        left: calc(50% - 54px);
        top: 100%;
        width: 108px;
        height: 1px;
        background-color: #84796f; }
    #in-the-hear-of-lisbon .full-page .text {
      text-align: left;
      color: #84796f;
      font-family: "Assistant", sans-serif;
      font-size: 17px;
      font-weight: 400;
      line-height: 30px;
      letter-spacing: 0.19px;
      columns: 2;
      -moz-columns: 2;
      -webkit-columns: 2;
      columns: 2;
      -webkit-column-gap: 30px;
      -moz-column-gap: 30px;
      column-gap: 30px;
      margin-top: 62px; }
  #in-the-hear-of-lisbon .video-wrapper {
    width: 100%;
    bottom: 40px;
    position: absolute;
    text-align: center; }
    #in-the-hear-of-lisbon .video-wrapper .video {
      color: #e3d0bd;
      font-family: "Assistant", sans-serif;
      font-size: 19px;
      font-weight: 600;
      letter-spacing: 0.39px;
      padding: 10px 0 10px 37px;
      background: transparent url("/temas/bairroaltohotel/images/video.svg") no-repeat left center/28px 28px; }
  @media (max-width: 1200px) {
    #in-the-hear-of-lisbon:after, #in-the-hear-of-lisbon:before {
      display: none; } }
  @media (max-width: 600px) {
    #in-the-hear-of-lisbon {
      padding: 70px 0 180px; }
      #in-the-hear-of-lisbon .full-page:before {
        bottom: -100px; }
      #in-the-hear-of-lisbon .full-page .title {
        font-size: 33px;
        font-weight: 400;
        padding: 0 45px 20px; }
      #in-the-hear-of-lisbon .full-page .text {
        line-height: 24px;
        margin-top: 50px;
        -moz-columns: 1;
        -webkit-columns: 1;
        columns: 1;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px; }
      #in-the-hear-of-lisbon .video-wrapper {
        bottom: 35px; } }

#sneek-peek {
  position: relative;
  background-color: rgba(238, 231, 222, 0.9);
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }
  #sneek-peek .swiper-container .room-wrapper .img-wrap img {
    width: 100%;
    height: auto; }
  #sneek-peek .float-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    bottom: 16px;
    width: 642px;
    padding: 16px;
    z-index: 1; }
    #sneek-peek .float-wrapper .swiper-container,
    #sneek-peek .float-wrapper .swiper-container .swiper-slide {
      height: 100%; }
    #sneek-peek .float-wrapper .info-wrapper {
      width: 610px;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); }
    #sneek-peek .float-wrapper .info-inside {
      padding: 0 38px 0 89px; }
    #sneek-peek .float-wrapper .out {
      display: table;
      width: 100%;
      height: 100%; }
    #sneek-peek .float-wrapper .in {
      display: table-cell;
      vertical-align: middle; }
    #sneek-peek .float-wrapper .video {
      top: 0px;
      position: absolute;
      color: #aa8866;
      font-family: "Assistant", sans-serif;
      font-size: 19px;
      font-weight: 600;
      letter-spacing: 0.39px;
      padding: 10px 0 10px 37px;
      background: transparent url("/temas/bairroaltohotel/images/video.svg") no-repeat left center/28px 28px; }
    #sneek-peek .float-wrapper .title {
      color: #c19b76;
      font-family: "Assistant", sans-serif;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1.4px;
      margin-bottom: 9px; }
    #sneek-peek .float-wrapper .sub-title {
      color: #fff;
      font-family: "AndradeBold", sans-serif;
      font-size: 37px;
      font-weight: 500;
      letter-spacing: -0.1px;
      margin-bottom: 20px;
      /*&:after{
      	content: "";
      	width: 108px;
      	height: 1px;
      	background-color: #aa8866;
      	margin-top: 30px;
      	display: block;
      }*/ }
    #sneek-peek .float-wrapper .text {
      color: #fff;
      font-family: "Assistant", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.6;
      margin-bottom: 0;
      letter-spacing: 0.39px; }
      #sneek-peek .float-wrapper .text ul {
        margin: 10px 0 0 0;
        padding: 0; }
        #sneek-peek .float-wrapper .text ul li {
          margin: 0;
          padding: 0; }
    #sneek-peek .float-wrapper .caption {
      color: #fff;
      font-family: "Assistant", sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.6;
      letter-spacing: 0.39px;
      margin-bottom: 15px; }
    #sneek-peek .float-wrapper .download {
      background: #281e1d url(../images/sneak-peek-download-arrow.png) no-repeat right 15px center;
      color: #f8e9da;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.74px;
      display: inline-block;
      padding: 9px 48px 9px 17px;
      margin-top: 20px;
      -webkit-transition: color 350ms ease-in-out 0ms, background 350ms ease-in-out 0ms, opacity 350ms ease-in-out 0ms;
      -moz-transition: all 350ms ease-in-out 0ms;
      -ms-transition: all 350ms ease-in-out 0ms;
      -o-transition: all 350ms ease-in-out 0ms;
      transition: all 350ms ease-in-out 0ms; }
      #sneek-peek .float-wrapper .download:hover {
        background-color: #C19B76; }
  #sneek-peek .swiper-pagination {
    left: 120px;
    bottom: 6%; }
  @media (max-width: 1200px) {
    #sneek-peek .swiper-button-next,
    #sneek-peek .swiper-button-prev {
      top: 37vw; } }
  @media (max-width: 1024px) {
    #sneek-peek .swiper-pagination {
      left: 40px;
      bottom: 20px; } }
  @media (max-width: 480px) {
    #sneek-peek .swiper-button-next,
    #sneek-peek .swiper-button-prev {
      top: 50vw; }
    #sneek-peek .swiper-container .room-wrapper .img-wrap img {
      height: 100%;
      width: auto; } }

.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff; }
  .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 13px; }
.swiper-pagination .swiper-pagination-bullet-active {
  box-shadow: 0 0 0 2px #fff;
  background: transparent; }

.swiper-button-next,
.swiper-button-prev {
  width: 33px;
  height: 59px;
  margin-top: -30px;
  background: url(../images/sneak-peek-after.svg) no-repeat;
  right: 30px; }

.swiper-button-prev {
  right: inherit;
  left: 30px;
  transform: rotate(180deg); }

#the-neighborhood {
  position: relative;
  background-color: #24201F;
  overflow: hidden; }
  #the-neighborhood .img-wrap {
    position: absolute;
    top: 0; }
  #the-neighborhood .google-maps {
    position: absolute;
    bottom: 58px;
    right: 10%;
    color: #e3d0bd;
    font-family: "Assistant", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.83px;
    padding-bottom: 3px;
    border-bottom: 1px solid #6c635b;
    -webkit-transition: color 300ms ease-in-out 0ms, background 300ms ease-in-out 0ms, opacity 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms; }
    #the-neighborhood .google-maps:hover {
      color: #ad9f8c;
      border-color: #ad9f8c; }
  #the-neighborhood .hover {
    display: block;
    min-height: 733px;
    padding: 124px 0  180px; }
  #the-neighborhood .full-page {
    max-width: 950px;
    text-align: center; }
    #the-neighborhood .full-page:before {
      content: "";
      position: absolute;
      left: 50%;
      left: calc(50% - 57px);
      bottom: 56px;
      width: 107px;
      height: 115px;
      background: transparent url("/temas/bairroaltohotel/images/BAH_tn.svg") no-repeat center center/107px 115px; }
    #the-neighborhood .full-page .title {
      display: inline-block;
      position: relative;
      text-align: center;
      letter-spacing: 0.1px;
      color: #e3d0bd;
      font-family: "AndradeBold", sans-serif;
      font-size: 40px;
      font-weight: 400;
      padding: 0 65px 40px; }
      #the-neighborhood .full-page .title:before, #the-neighborhood .full-page .title:after {
        content: "";
        position: absolute;
        top: 1px;
        width: 29px;
        height: 29px; }
      #the-neighborhood .full-page .title:before {
        left: 0;
        background: transparent url("/temas/bairroaltohotel/images/arrows-l.svg") no-repeat center center/29px 29px; }
      #the-neighborhood .full-page .title:after {
        right: 0;
        background: transparent url("/temas/bairroaltohotel/images/arrows-r.svg") no-repeat center center/29px 29px; }
      #the-neighborhood .full-page .title .line {
        content: "";
        position: absolute;
        left: 50%;
        left: calc(50% - 54px);
        top: 100%;
        width: 108px;
        height: 1px;
        background-color: #84796f; }
    #the-neighborhood .full-page .text {
      text-align: left;
      color: #84796f;
      font-family: "Assistant", sans-serif;
      font-size: 17px;
      font-weight: 400;
      line-height: 30px;
      letter-spacing: 0.19px;
      columns: 2;
      -moz-columns: 2;
      -webkit-columns: 2;
      columns: 2;
      -webkit-column-gap: 30px;
      -moz-column-gap: 30px;
      column-gap: 30px;
      margin-top: 62px;
      position: relative; }
  @media (max-width: 1024px) {
    #the-neighborhood .hover {
      padding: 80px 0 180px; } }
  @media (max-width: 600px) {
    #the-neighborhood .google-maps {
      bottom: 40px;
      right: 20px;
      font-size: 12px; }
    #the-neighborhood .hover {
      padding: 70px 0 130px; }
      #the-neighborhood .hover .full-page:before {
        left: calc(50% - 26px);
        bottom: 40px;
        width: 52px;
        height: 70px;
        background-size: 52px 70px; }
      #the-neighborhood .hover .full-page .title {
        font-size: 33px;
        font-weight: 400;
        padding: 0 45px 20px; }
      #the-neighborhood .hover .full-page .text {
        margin-top: 50px;
        font-size: 15px;
        line-height: 24px;
        -moz-columns: 1;
        -webkit-columns: 1;
        columns: 1;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px; } }
  @media (max-width: 480px) {
    #the-neighborhood .img-wrap {
      position: absolute;
      top: 0; }
    #the-neighborhood .hover {
      position: static;
      display: block; }
      #the-neighborhood .hover .full-page .text {
        font-size: 16px; } }

#newsletter {
  padding: 70px 0; }
  #newsletter .full-page {
    min-height: 231px;
    padding: 0 10px;
    border: 2px solid #f7f1ea;
    text-align: center; }
    #newsletter .full-page .title {
      color: #444444;
      font-family: "AndradeBold", sans-serif;
      font-size: 32px;
      font-weight: 400;
      padding: 0 30px;
      background: #FFFFFF;
      display: inline-block;
      margin: -17px 0 26px; }
    #newsletter .full-page .sub-title {
      color: #6c635b;
      font-family: "Assistant", sans-serif;
      font-size: 17px;
      font-weight: 400;
      line-height: 30px;
      letter-spacing: 0.19px;
      margin-bottom: 33px; }
    #newsletter .full-page .form {
      margin: 0 auto 35px;
      max-width: 530px;
      position: relative;
      text-align: left; }
      #newsletter .full-page .form .box {
        position: relative;
        margin-bottom: 15px; }
        #newsletter .full-page .form .box .submit {
          position: absolute;
          bottom: 0;
          right: 0;
          font-size: 0;
          background: #281e1d url("/temas/bairroaltohotel/images/arrow.svg") no-repeat center center/74px 23px;
          width: 107px;
          height: 48px;
          z-index: 1; }
      #newsletter .full-page .form .email {
        background-color: #eee7de;
        color: #6c635b;
        font-family: "Assistant", sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.23px;
        width: 100%;
        height: 48px;
        border: 0;
        padding: 15px 117px 12px 18px;
        -webkit-transition: color 300ms ease-in-out 0ms, background 300ms ease-in-out 0ms, opacity 300ms ease-in-out 0ms;
        -moz-transition: all 300ms ease-in-out 0ms;
        -ms-transition: all 300ms ease-in-out 0ms;
        -o-transition: all 300ms ease-in-out 0ms;
        transition: all 300ms ease-in-out 0ms; }
        #newsletter .full-page .form .email:focus {
          background-color: #dfd8d0;
          color: #40352a; }
      #newsletter .full-page .form #accepted {
        display: none; }
        #newsletter .full-page .form #accepted:checked + label {
          background-image: url("/temas/bairroaltohotel/images/radio-on.svg"); }
        #newsletter .full-page .form #accepted + label {
          background: transparent url("/temas/bairroaltohotel/images/radio-off.svg") no-repeat center left/18px 18px;
          padding-left: 27px;
          color: #a0a0a0;
          font-family: "Assistant", sans-serif;
          font-size: 14px;
          font-weight: 600;
          line-height: 22px;
          letter-spacing: 0.16px;
          cursor: pointer; }
          #newsletter .full-page .form #accepted + label .open-modal {
            text-decoration: underline;
            cursor: pointer; }
            #newsletter .full-page .form #accepted + label .open-modal:hover {
              color: #ad9f8c; }
    #newsletter .full-page .enviada-ok {
      color: #6c635b;
      font-family: "Assistant", sans-serif;
      font-size: 18px;
      font-weight: 600;
      line-height: 30px;
      margin-bottom: 33px; }
  @media (max-width: 600px) {
    #newsletter {
      padding: 60px 0; } }

#contacts {
  position: relative;
  padding: 92px 0 51px;
  background-color: #eee7de;
  overflow: hidden;
  background: #eee7de url("/temas/bairroaltohotel/images/grafismo_contactos.svg") no-repeat center bottom -3px/1440px 648px; }
  #contacts .full-page {
    max-width: 960px;
    text-align: center; }
    #contacts .full-page .title {
      position: relative;
      display: inline-block;
      color: #444444;
      font-family: "AndradeBold", sans-serif;
      font-size: 40px;
      font-weight: 400;
      padding: 0 65px 40px;
      margin-bottom: 28px; }
      #contacts .full-page .title:before, #contacts .full-page .title:after {
        content: "";
        position: absolute;
        top: 6px;
        width: 29px;
        height: 29px; }
      #contacts .full-page .title:before {
        left: 0;
        background: transparent url("/temas/bairroaltohotel/images/arrows-l.svg") no-repeat center center/29px 29px; }
      #contacts .full-page .title:after {
        right: 0;
        background: transparent url("/temas/bairroaltohotel/images/arrows-r.svg") no-repeat center center/29px 29px; }
      #contacts .full-page .title .line {
        content: "";
        position: absolute;
        left: 50%;
        left: calc(50% - 54px);
        top: 100%;
        width: 108px;
        height: 1px;
        background-color: #ad9f8c; }
    #contacts .full-page .sub-title {
      color: #6c635b;
      font-family: "Assistant", sans-serif;
      font-size: 17px;
      font-weight: 400;
      line-height: 30px;
      margin-bottom: 33px; }
    #contacts .full-page .enviada-ok {
      color: #6c635b;
      font-family: "Assistant", sans-serif;
      font-size: 18px;
      font-weight: 600;
      line-height: 30px;
      margin-bottom: 0; }
      #contacts .full-page .enviada-ok .box-submit {
        margin-top: 40px; }
    #contacts .full-page .form {
      text-align: left;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      #contacts .full-page .form .left {
        width: 46%;
        width: calc(50% - 15px); }
      #contacts .full-page .form .right {
        width: 46%;
        width: calc(50% - 15px);
        display: -webkit-inline-flex;
        display: inline-flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
      #contacts .full-page .form .center {
        width: 100%;
        margin-top: 44px;
        text-align: center; }
      #contacts .full-page .form .row label {
        color: #6c635b;
        font-family: "Assistant", sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 26px;
        display: block; }
      #contacts .full-page .form .row input {
        border: 0;
        width: 100%;
        background-color: #f8f5f2;
        color: #ad9f8c;
        font-family: "Assistant", sans-serif;
        font-size: 15px;
        font-weight: 400;
        padding: 11px 12px 10px;
        -webkit-transition: color 300ms ease-in-out 0ms, background 300ms ease-in-out 0ms, opacity 300ms ease-in-out 0ms;
        -moz-transition: all 300ms ease-in-out 0ms;
        -ms-transition: all 300ms ease-in-out 0ms;
        -o-transition: all 300ms ease-in-out 0ms;
        transition: all 300ms ease-in-out 0ms; }
        #contacts .full-page .form .row input:focus {
          background-color: #dfd8d0;
          color: #40352a; }
      #contacts .full-page .form .row textarea {
        border: 0;
        width: 100%;
        height: 94px;
        color: #ad9f8c;
        font-family: "Assistant", sans-serif;
        font-size: 15px;
        font-weight: 400;
        background-color: #f8f5f2;
        padding: 11px 12px 10px;
        -webkit-transition: color 300ms ease-in-out 0ms, background 300ms ease-in-out 0ms, opacity 300ms ease-in-out 0ms;
        -moz-transition: all 300ms ease-in-out 0ms;
        -ms-transition: all 300ms ease-in-out 0ms;
        -o-transition: all 300ms ease-in-out 0ms;
        transition: all 300ms ease-in-out 0ms; }
        #contacts .full-page .form .row textarea:focus {
          background-color: #dfd8d0;
          color: #40352a; }
      #contacts .full-page .form .row + .row {
        margin-top: 24px; }
  @media (max-width: 600px) {
    #contacts {
      padding: 62px 0 51px; }
      #contacts .full-page .title {
        font-size: 33px;
        font-weight: 400;
        padding: 0 45px 20px; }
      #contacts .full-page .form .left {
        width: 100%; }
      #contacts .full-page .form .right {
        margin-top: 24px;
        width: 100%; } }

.box-submit {
  position: relative;
  display: inline-block; }
  .box-submit .submit {
    display: inline-block;
    color: #ad9f8c;
    font-family: "Assistant", sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid #ad9f8c;
    padding: 14px 36px 13px 38px;
    width: auto;
    height: auto;
    -webkit-transition: color 300ms ease-in-out 0ms, background 300ms ease-in-out 0ms, opacity 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms; }
    .box-submit .submit.back-to-top {
      font-size: 15px;
      padding: 14px 22px 13px 25px; }
    .box-submit .submit:hover {
      color: #6c635b;
      border-color: #6c635b; }
      .box-submit .submit:hover + .mask {
        border-color: #6c635b; }
  .box-submit .mask {
    position: absolute;
    content: "";
    top: 1px;
    left: 0;
    width: 100%;
    width: calc(100% + 3px);
    height: calc(100% + 2px);
    border: 0;
    border-right: 2px solid #ad9f8c;
    border-bottom: 2px solid #ad9f8c;
    pointer-events: none;
    -webkit-transition: color 400ms ease-in-out 0ms, background 400ms ease-in-out 0ms, opacity 400ms ease-in-out 0ms;
    -moz-transition: all 400ms ease-in-out 0ms;
    -ms-transition: all 400ms ease-in-out 0ms;
    -o-transition: all 400ms ease-in-out 0ms;
    transition: all 400ms ease-in-out 0ms; }

#join-us {
  padding: 70px 0; }
  #join-us .full-page {
    min-height: 117px;
    padding: 0 10px;
    border: 2px solid #f7f1ea;
    text-align: center; }
    #join-us .full-page .title {
      color: #444444;
      font-family: "AndradeBold", sans-serif;
      font-size: 32px;
      font-weight: 400;
      padding: 0 30px;
      background: #FFFFFF;
      display: inline-block;
      margin: -17px 0 26px; }
    #join-us .full-page .sub-title {
      color: #6c635b;
      font-family: "Assistant", sans-serif;
      font-size: 17px;
      font-weight: 400;
      line-height: 30px;
      letter-spacing: 0.19px;
      margin-bottom: 33px; }
      #join-us .full-page .sub-title a {
        color: #6c635b;
        text-decoration: underline; }
        #join-us .full-page .sub-title a:hover {
          color: #ad9f8c; }

#footer .top {
  background-color: #281e1d;
  padding: 30px 0; }
  #footer .top .full-page {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    #footer .top .full-page .right,
    #footer .top .full-page .center,
    #footer .top .full-page .left {
      padding-top: 2px;
      padding-bottom: 2px;
      width: 33.3%; }
      #footer .top .full-page .right .title,
      #footer .top .full-page .center .title,
      #footer .top .full-page .left .title {
        color: #ffffff;
        font-family: "AndradeBold", sans-serif;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 9px; }
      #footer .top .full-page .right .text,
      #footer .top .full-page .center .text,
      #footer .top .full-page .left .text {
        color: #6c635b;
        font-family: "Assistant", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.18px; }
        #footer .top .full-page .right .text a,
        #footer .top .full-page .center .text a,
        #footer .top .full-page .left .text a {
          color: #6c635b; }
          #footer .top .full-page .right .text a:hover,
          #footer .top .full-page .center .text a:hover,
          #footer .top .full-page .left .text a:hover {
            text-decoration: underline; }
    #footer .top .full-page .left {
      padding-right: 60px; }
    #footer .top .full-page .center {
      text-align: center;
      border-left: 1px solid rgba(173, 159, 140, 0.24);
      border-right: 1px solid rgba(173, 159, 140, 0.24); }
      #footer .top .full-page .center .h-center {
        display: inline-block;
        text-align: left; }
      #footer .top .full-page .center .redes {
        margin-top: 23px;
        display: -webkit-inline-flex;
        display: inline-flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        width: 150px; }
    #footer .top .full-page .right {
      text-align: right;
      padding-left: 90px; }
      #footer .top .full-page .right .logos {
        height: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-around;
        justify-content: space-around; }
        #footer .top .full-page .right .logos .logo {
          max-width: 50%;
          padding: 0 10px;
          display: inline-block; }
          #footer .top .full-page .right .logos .logo svg {
            max-width: 100%; }
#footer .bottom {
  background-color: #1c1513; }
  #footer .bottom .full-page {
    padding: 20px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center; }
    #footer .bottom .full-page .left {
      padding-right: 15px; }
      #footer .bottom .full-page .left .open-modal-cookies-policy,
      #footer .bottom .full-page .left .open-modal {
        color: #6c635b;
        font-family: "Assistant", sans-serif;
        font-size: 13px;
        font-weight: 600;
        line-height: 24px;
        text-decoration: underline;
        text-transform: uppercase;
        letter-spacing: 0.24px;
        cursor: pointer;
        display: inline-block;
        vertical-align: middle; }
      #footer .bottom .full-page .left .open-modal {
        margin-right: 10px; }
    #footer .bottom .full-page .right {
      text-align: right;
      padding-left: 15px;
      color: #6c635b;
      font-family: "Assistant", sans-serif;
      font-size: 13px;
      font-weight: 600;
      line-height: 24px;
      letter-spacing: 0.24px; }
@media (max-width: 1024px) {
  #footer .top .full-page .right .title,
  #footer .top .full-page .center .title,
  #footer .top .full-page .left .title {
    color: #ffffff;
    font-family: "AndradeBold", sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 9px; }
  #footer .top .full-page .right .text,
  #footer .top .full-page .center .text,
  #footer .top .full-page .left .text {
    color: #6c635b;
    font-family: "Assistant", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.18px; }
  #footer .top .full-page .left {
    padding-right: 25px; }
  #footer .top .full-page .center {
    padding-left: 25px;
    padding-right: 25px; }
    #footer .top .full-page .center .redes {
      margin-top: 23px;
      display: -webkit-inline-flex;
      display: inline-flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center;
      width: 150px;
      max-width: 100%; }
  #footer .top .full-page .right {
    padding-left: 25px; } }
@media (max-width: 600px) {
  #footer .top {
    padding: 20px 0; }
    #footer .top .full-page {
      text-align: center;
      -webkit-flex-direction: column;
      flex-direction: column; }
      #footer .top .full-page .left {
        padding: 0;
        width: 100%; }
      #footer .top .full-page .center {
        margin: 20px 0;
        padding: 20px 0;
        border: 0;
        border-top: 1px solid rgba(173, 159, 140, 0.24);
        border-bottom: 1px solid rgba(173, 159, 140, 0.24);
        width: 100%; }
        #footer .top .full-page .center .h-center {
          text-align: center; }
        #footer .top .full-page .center .redes {
          margin-top: 10px; }
      #footer .top .full-page .right {
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: center; }
  #footer .bottom .full-page {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #footer .bottom .full-page .left {
      padding: 0; }
    #footer .bottom .full-page .right {
      margin-top: 15px;
      padding: 0; } }

#modal_policy_cookies,
#modal {
  width: 950px;
  max-width: calc(100vw - 40px);
  height: auto;
  max-height: calc(80vh);
  overflow: auto;
  padding: 60px 50px 70px; }
  #modal_policy_cookies .scroll,
  #modal .scroll {
    overflow: auto;
    height: 100%; }
    #modal_policy_cookies .scroll .text,
    #modal .scroll .text {
      color: #6c635b;
      font-family: "Assistant", sans-serif;
      font-size: 17px;
      font-weight: 400;
      line-height: 30px; }
      #modal_policy_cookies .scroll .text a,
      #modal .scroll .text a {
        color: #ad9f8c;
        text-decoration: underline; }
  @media (max-width: 480px) {
    #modal_policy_cookies,
    #modal {
      padding: 40px 20px;
      max-height: calc(85vh); } }

form label + .error {
  margin-top: -3px; }
form .error {
  display: block;
  font-size: 12px;
  color: red;
  margin-bottom: 7px; }

.mobile-menu-icon {
  position: relative;
  width: 31px;
  height: 28px;
  cursor: pointer; }
  .mobile-menu-icon .line {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 26px;
    height: 2px;
    background: #aa8866;
    display: block;
    -webkit-transition: color 200ms ease-in-out 0ms, background 200ms ease-in-out 0ms, opacity 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms; }
  .mobile-menu-icon .l-1 {
    top: 4px; }
  .mobile-menu-icon .l-2 {
    top: 11px; }
  .mobile-menu-icon .l-3 {
    top: 18px; }

body.homepage .ibe {
  position: relative;
  background: #FFFFFF;
  display: none;
  text-align: center;
  line-height: normal;
  font-size: 0; }
  body.homepage .ibe input[type="text"], body.homepage .ibe input[type="email"], body.homepage .ibe input[type="password"], body.homepage .ibe textarea {
    padding: 12px;
    font: 400 15px "Assistant", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #a0a0a0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.21px;
    border: 1px solid #E3D0BD;
    width: 100%;
    background-color: #fff; }
  body.homepage .ibe .wrapper {
    margin: 0 auto;
    padding: 35px 0;
    max-width: 1070px;
    width: 90%; }
  body.homepage .ibe form {
    position: relative; }
  body.homepage .ibe .titles h2 {
    font: 600 18px 'Assistant', sans-serif;
    margin: 0 auto;
    text-transform: uppercase;
    color: #ad9f8c; }
  body.homepage .ibe .titles h3 {
    font: 400 32px 'Assistant', sans-serif;
    margin: 0 auto 30px;
    color: #444;
    line-height: 1.4; }
    body.homepage .ibe .titles h3 i.underline {
      display: block;
      width: 110px;
      height: 1px;
      margin: 12px auto;
      opacity: 0.5;
      background-color: #ad9f8c; }
  body.homepage .ibe .ibe-features {
    text-align: center;
    color: #ad9f8c;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 25px 0;
    padding: 0; }
    body.homepage .ibe .ibe-features li {
      display: block; }
      body.homepage .ibe .ibe-features li:before {
        content: '-';
        display: inline-block;
        margin-right: 4px; }
      body.homepage .ibe .ibe-features li:after {
        content: '-';
        display: inline-block;
        margin-left: 4px; }
  body.homepage .ibe .datepicker-container {
    width: 38%;
    border: 1px solid #aa8866;
    display: inline-block;
    vertical-align: top;
    padding: 6px 8px 7px 42px;
    color: #6c635b;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.18px;
    margin: 0 24px 0 0;
    background: url(../images/icons/datepicker.svg) no-repeat left 12px center;
    background-size: 22px 21px; }
    body.homepage .ibe .datepicker-container input[type=text] {
      border: none;
      padding: 0px;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0.18px;
      color: #6c635b;
      display: inline-block;
      vertical-align: middle;
      text-transform: lowercase;
      width: 30%; }
      body.homepage .ibe .datepicker-container input[type=text]::-webkit-input-placeholder {
        opacity: 0.9 !important;
        color: #b7b7b7; }
      body.homepage .ibe .datepicker-container input[type=text]:-moz-placeholder {
        opacity: 0.9 !important;
        color: #b7b7b7; }
      body.homepage .ibe .datepicker-container input[type=text]::-moz-placeholder {
        opacity: 0.9 !important;
        color: #b7b7b7; }
      body.homepage .ibe .datepicker-container input[type=text]:-ms-input-placeholder {
        opacity: 0.9 !important;
        color: #b7b7b7; }
    body.homepage .ibe .datepicker-container .arrow {
      position: relative;
      width: 36px;
      height: 2px;
      background: #ad9f8c;
      display: inline-block;
      vertical-align: middle;
      margin-left: -4px;
      margin-right: 15px; }
      body.homepage .ibe .datepicker-container .arrow:after, body.homepage .ibe .datepicker-container .arrow:before {
        content: '';
        width: 8px;
        height: 2px;
        position: absolute;
        right: 0;
        top: -3px;
        background: #ad9f8c;
        transform: rotate(35deg); }
      body.homepage .ibe .datepicker-container .arrow:after {
        transform: rotate(-35deg);
        top: 3px; }
    body.homepage .ibe .datepicker-container .nights {
      font-weight: 400;
      display: inline-block;
      vertical-align: middle; }
  body.homepage .ibe .input-number {
    margin: 0 25px; }
  body.homepage .ibe .field-people {
    display: inline-block;
    vertical-align: top;
    width: 23.6%;
    margin: 0 2% 0 0; }
    body.homepage .ibe .field-people select {
      font-size: 16px; }
    body.homepage .ibe .field-people .select2-container--default .select2-selection--single .select2-selection__rendered {
      font-size: 16px; }
  body.homepage .ibe .field-adults {
    display: block;
    float: left;
    width: 50%; }
  body.homepage .ibe .field-children {
    display: block;
    float: right;
    width: 50%;
    position: relative;
    left: -2px; }
  body.homepage .ibe .field-promocode {
    display: inline-block;
    vertical-align: top;
    width: 17%;
    height: 37px;
    border: 1px solid #aa8866; }
    body.homepage .ibe .field-promocode input {
      height: 35px;
      border: none;
      padding: 9px 10px;
      text-align: center; }
      body.homepage .ibe .field-promocode input::-webkit-input-placeholder {
        opacity: 0.9 !important;
        color: #6c635b; }
      body.homepage .ibe .field-promocode input:-moz-placeholder {
        opacity: 0.9 !important;
        color: #6c635b; }
      body.homepage .ibe .field-promocode input::-moz-placeholder {
        opacity: 0.9 !important;
        color: #6c635b; }
      body.homepage .ibe .field-promocode input:-ms-input-placeholder {
        opacity: 0.9 !important;
        color: #6c635b; }
      body.homepage .ibe .field-promocode input:active, body.homepage .ibe .field-promocode input:focus {
        box-shadow: inset 0 0 0 3px #F8E9DA; }
  body.homepage .ibe input[type=submit] {
    padding: 9px 29px;
    margin-left: 22px;
    width: auto;
    display: inline-block;
    height: 37px; }
  body.homepage .ibe .datepicker-trigger {
    cursor: pointer; }
  body.homepage .ibe .select2-container .select2-selection--single {
    height: 37px; }
  @media (max-width: 1024px) {
    body.homepage .ibe .datepicker-container {
      width: 100%;
      padding: 11px 0 11px 16px; }
      body.homepage .ibe .datepicker-container .nights {
        display: none; }
    body.homepage .ibe .field-people {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      margin: 20px 0; }
      body.homepage .ibe .field-people .field-children,
      body.homepage .ibe .field-people .field-adults {
        display: block;
        width: 48%;
        left: 0; }
      body.homepage .ibe .field-people .field-adults {
        float: left; }
      body.homepage .ibe .field-people .children {
        float: right;
        position: relative; }
    body.homepage .ibe .field-promocode {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      margin-bottom: 20px; }
    body.homepage .ibe .btn-sec[type="submit"] {
      margin: 0;
      width: 100%; } }

body #info_modal {
  display: none; }

body .mfp-content #info_modal {
  display: block;
  background: #f8e9da;
  width: 870px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  position: relative; }
  body .mfp-content #info_modal:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 870px;
    height: 100%;
    background: url(../images/modal-effects.png) no-repeat;
    opacity: 0.7;
    z-index: 5; }
  body .mfp-content #info_modal .info-modal-container {
    position: relative;
    z-index: 10;
    height: 100%;
    padding: 40px 50px; }
  body .mfp-content #info_modal video {
    max-width: 100%; }
  body .mfp-content #info_modal .out {
    display: none;
    width: 100%;
    height: 100%; }
  body .mfp-content #info_modal .in {
    display: table-cell;
    vertical-align: middle; }
  body .mfp-content #info_modal h2 {
    color: #241916;
    font-size: 58px;
    text-transform: uppercase;
    font-family: "AndradeBold", sans-serif;
    font-weight: 300;
    margin: 50px 0 25px;
    letter-spacing: -1px; }
  body .mfp-content #info_modal .text {
    color: #4a4a4a;
    font-size: 28px;
    font-weight: 400; }
    body .mfp-content #info_modal .text:after {
      content: '';
      display: inline-block;
      margin: 0 auto -50px 0;
      width: 100px;
      height: 50px;
      background: url(../images/modal-key.png) no-repeat center center;
      opacity: 0.7; }
  body .mfp-content #info_modal .mfp-close {
    background: url(../images/close.svg) no-repeat center center;
    z-index: 20;
    position: absolute;
    top: 5px;
    right: 5px; }

html.ibe-fixed body.homepage .ibe {
  position: fixed;
  top: 72px;
  z-index: 39;
  width: 100%;
  box-shadow: 0 2px 6px rgba(45, 45, 45, 0.5);
  border-top: 1px solid #eee7de; }
  @media (max-width: 1024px) {
    html.ibe-fixed body.homepage .ibe {
      position: relative;
      top: auto;
      box-shadow: none;
      border-top: 0; } }

.datepicker-box {
  display: none; }

.btn-sec {
  font-size: 16px;
  letter-spacing: 1.1px;
  padding: 10px 18px;
  border: none; }

.btn-sec[type="submit"] {
  background-color: #ad9f8c;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1.1px;
  padding: 7px 13px;
  line-height: 22px;
  border: none;
  text-rendering: optimizelegibility;
  -webkit-transition: color 350ms ease-in-out 0ms, background 350ms ease-in-out 0ms, opacity 350ms ease-in-out 0ms;
  -moz-transition: all 350ms ease-in-out 0ms;
  -ms-transition: all 350ms ease-in-out 0ms;
  -o-transition: all 350ms ease-in-out 0ms;
  transition: all 350ms ease-in-out 0ms; }
  .btn-sec[type="submit"]:hover {
    background-color: #C19B76; }

.ui-datepicker {
  text-align: center; }
  .ui-datepicker button {
    color: #fff;
    float: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.1px;
    background-color: #ad9f8c;
    padding: 10px 17px;
    margin: 10px auto 21px;
    border: none;
    cursor: pointer; }

#cookiePolicy {
  display: block;
  margin: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #281e1d;
  border-top: 1px solid #483d38; }
  #cookiePolicy > .container {
    width: 96%;
    margin: 0 auto;
    padding: 20px 0;
    max-width: 1920px;
    color: #6c635b;
    background: #281e1d;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    #cookiePolicy > .container .left {
      width: 80%;
      font-size: 16px;
      line-height: 1.3;
      padding-right: 10px; }
      #cookiePolicy > .container .left b {
        font-weight: 400;
        font-family: "AndradeBold", sans-serif;
        color: #ffffff;
        margin-bottom: 5px;
        display: inline-block; }
      #cookiePolicy > .container .left p {
        margin: 0; }
      #cookiePolicy > .container .left a {
        color: #6c635b;
        text-decoration: underline; }
    #cookiePolicy > .container .right {
      width: 20%;
      min-width: 120px;
      text-align: right; }
      #cookiePolicy > .container .right .dismiss {
        font-size: 14px;
        font-weight: 600;
        padding: 10px 27px;
        background: #281e1d;
        color: #aa8866;
        border: 1px solid #c19b76;
        cursor: pointer; }
  @media (max-width: 1024px) {
    #cookiePolicy > .container {
      padding: 20px 0; } }
  @media (max-width: 480px) {
    #cookiePolicy > .container {
      padding: 10px 0px; }
      #cookiePolicy > .container .left {
        font-size: 11px;
        line-height: 1.2; } }

body.ibe-active #header .full-page #nav .book .link:before, body.ibe-active #header .full-page #nav .book .link:after {
  content: '';
  display: block;
  margin: 0;
  width: 3px;
  height: 27px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 27px;
  top: 14px; }
body.ibe-active #header .full-page #nav .book .link:after {
  transform: rotate(-45deg); }
body.ibe-active #header .full-page #nav .book .link span {
  display: none; }
body.ibe-active #header {
  box-shadow: none; }
body.ibe-active #content-wrap > div {
  display: none; }
body.ibe-active #content-wrap > div.ibe {
  display: block; }
body.ibe-active #content-wrap > div#header {
  display: block; }
body.ibe-active #footer {
  display: none; }
body.ibe-active.homepage .ibe {
  display: block; }
  body.ibe-active.homepage .ibe .wrapper {
    padding-top: 90px; }

@media all and (min-width: 1025px) {
  .book-start {
    display: none; }

  body.homepage .ibe {
    display: block; }
    body.homepage .ibe .titles {
      display: none; }
    body.homepage .ibe .ibe-features {
      display: none; }
    body.homepage .ibe .wrapper {
      width: 96%; }

  .lang-select {
    margin: 0;
    left: inherit; } }
@media all and (min-width: 481px) {
  body.ibe-active #header .full-page #nav .book .link:before,
  body.ibe-active #header .full-page #nav .book .link:after {
    left: 35px;
    top: 22px; } }
@media screen and (max-width: 1230px) {
  #sneek-peek {
    background-color: #281e1d; }
    #sneek-peek .float-wrapper.sneek-peek-texts {
      position: relative;
      left: 0;
      top: 0;
      width: 100%;
      height: auto;
      padding: 0;
      bottom: inherit; }
    #sneek-peek .float-wrapper .info-wrapper {
      width: 100%;
      max-width: none;
      height: auto;
      background: transparent; }
    #sneek-peek .float-wrapper .info-inside {
      padding: 40px 20px; }
    #sneek-peek .float-wrapper .swiper-wrapper {
      height: auto; }
    #sneek-peek .float-wrapper .download {
      background-color: #eee7de;
      color: #281e1d;
      padding: 9px 20px;
      background-image: none; }
    #sneek-peek .float-wrapper .text ul {
      width: 92%;
      margin: 10px auto 0; }
    #sneek-peek .float-wrapper .swiper-container-autoheight,
    #sneek-peek .float-wrapper .swiper-container-autoheight .swiper-slide {
      height: auto; }
    #sneek-peek .swiper-pagination {
      position: relative;
      bottom: 20px;
      left: 0; } }
@media screen and (min-width: 1200px) and (max-height: 690px) {
  body.homepage .ibe .wrapper {
    padding: 15px 0; } }
@media screen and (max-width: 880px) {
  body .mfp-content #info_modal {
    width: 90%;
    height: auto; }
    body .mfp-content #info_modal:before {
      width: 100%;
      height: 100%;
      background-size: 100%;
      background-repeat: repeat; } }
@media screen and (max-width: 700px) {
  body .mfp-content #info_modal h2 {
    font-size: 42px;
    margin-left: auto;
    margin-right: auto;
    width: 90%; }
  body .mfp-content #info_modal .text {
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    width: 90%; } }
@media screen and (max-width: 415px) {
  body .mfp-content #info_modal h2 {
    font-size: 31px; }
  body .mfp-content #info_modal .text {
    font-size: 21px; } }

/*# sourceMappingURL=style.css.map */
