@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
 /* ===================================
    Google font
====================================== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);


/* ===================================
    Reset
====================================== */

body{ font-family: 'Open Sans', sans-serif; -webkit-font-smoothing: antialiased; font-size:13px; color:#626262; line-height:23px; letter-spacing: 0.02em }
a{ color: #2E77C9; }
a:hover{ color: #575757;  }
img { -webkit-backface-visibility: hidden; }
video { background-size: cover; display: table-cell; vertical-align: middle; width: 100%; }
ul{ margin: 0px; padding:0px; }
input, textarea, select{ border: 1px solid #dfdfdf;  font-size: 14px;  padding: 8px 15px; width: 100%; margin: 0 0 20px 0; text-transform: uppercase; max-width: 100%; resize: none;}
input[type="submit"] { width: auto}
input[type="button"], input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea, input[type="submit"] { -webkit-appearance: none;  border-radius: 0; }
input:focus, textarea:focus{ border: 1px solid #2E77C9;outline: none }
input[type="submit"]:focus { border:none !important;outline: none}
select::-ms-expand{ display:none; }
select:focus{ outline: none }
iframe { border: 0;}
.sound iframe {width:100%}
ul { list-style: none outside none; }
ul, ol, dl {list-style-position: outside;}
	* { transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s; }
::selection { color: #2E77C9; background:#dcdcdc; }
::-moz-selection { color:#2E77C9; background:#dcdcdc; }
::-webkit-input-placeholder { color: #2E77C9; text-overflow: ellipsis; }
:-moz-placeholder { color: #2E77C9 !important; text-overflow: ellipsis; opacity:1; }
::-moz-placeholder { color: #2E77C9 !important; text-overflow: ellipsis; opacity:1; }
:-ms-input-placeholder { color: #2E77C9 !important; text-overflow: ellipsis; opacity:1; }
::-webkit-scrollbar { width:12px }
::-webkit-scrollbar-track { -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3); -moz-box-shadow:inset 0 0 6px rgba(0,0,0,.3); box-shadow:inset 0 0 6px rgba(0,0,0,.3); }
::-webkit-scrollbar-thumb { background:rgba(210,210,210,.8); -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5); -moz-box-shadow:inset 0 0 6px rgba(0,0,0,.5); box-shadow:inset 0 0 6px rgba(0,0,0,.5); }
::-webkit-scrollbar-thumb:window-inactive { background:rgba(210,210,210,.4) }
.animated { -moz-transition-duration: 0s !important;  }

/* only ie7, ie9, ie10, ie11 */
@media screen\0 { input { /* ie7, ie9, ie10, ie11+ only */ padding-bottom: 19px; } }
/* Remove inner shadow from inputs on mobile iOS */

/* Custom CSS
 * --------------------------------------- */

.section{

}
#menu {text-align:right;}
#menu li {
	display:inline-block;
	margin:0 10px 5px;
text-transform:uppercase;
font-size: 20px;
    font-weight: 600;
    color: #2E77C9;

	-webkit-border-radius: 0px;
            border-radius: 0px;
}
#menu li.active{

	color: #2E77C9;
	border-bottom:1px solid #2E77C9;
}
#menu li a{
	text-decoration:none;
	color: #2E77C9;
}
#menu li.active a:hover{
	color: #2E77C9;

}
#menu li:hover{

}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #2E77C9;

}
.bx-menu-fix{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 99999999;
	width: 100%;
	padding: 0;
	margin:0;
	background-color:#fff;
}

/* ===================================
    Background color
====================================== */

.bg-white{ background: #fff !important;}
.bg-yellow{ background: #e6af2a !important; }
.bg-deep-yellow{ background: #f7f5e7 !important; }
.bg-golden-yellow{ background: #c3bd86 !important; }
.bg-fast-yellow{ background: #fdd947 !important; }
.bg-dark-gray{ background: #252525 !important; }
.bg-mid-gray{ background: #d4d4d4 !important; }
.bg-black{ background: #000000 !important; }
.bg-highlight{ background: #345b8f !important; text-align:center}
.bg-green{ background: #70bd5b !important; }
.bg-gray-light { background-color: #fcfcfc !important;}
.bg-gray {background-color: #f6f6f6 !important;}
.bg-yellow-ochre { background-color: #997546 !important;}
.bg-deep-brown{ background-color: #544441 !important;}
.bg-transparent { background:transparent !important}
.bg-orange { background:#c24742 !important;}
.bg-deep-orange { background:#f15a22 !important;}
.bg-fast-orange { background:#ff513b !important;}
.bg-pink { background:#c2345f !important}
.bg-deep-red { background:#e75e50 !important}
.bg-deep-pink { background:#e53878 !important}
.bg-light-pink { background:#dc378e !important}
.bg-fast-pink { background:#ff1a56 !important}
.bg-magenta { background:#d94378 !important }
.bg-light-yellow {background:#f8f7f5 !important}
.bg-dark-green{ background:#60a532 !important;}
.bg-dark-blue { background:#3273a5 !important;}
.bg-violet { background:#6c407e !important}
.dark-section{ color: #939393 !important}
.bg-light-gray { background-color: #f8f7f7 !important; }
.bg-slider {background: rgba(27, 22, 28, 0.9)}
.parallax-gray-bg{ background: rgba(246,246,246,1)}
.bg-light-orange { background-color: #ef824c !important;}
.bg-inherit { background-color: inherit !important;}
/* opacity */
.opacity-light{ position: absolute; height: 100%; width: 100%; opacity: 0.5; z-index: 1; top:0; left: 0 }
.opacity-medium{ position: absolute; height: 100%; width: 100%; opacity: 0.7; z-index: 1; top:0; left: 0 }
.opacity-full{ position: absolute; height: 100%; width: 100%; opacity: 0.8; z-index: 1; top:0; left: 0 }

/* ===================================
    Custom
====================================== */

.center-col{ float:none !important; margin-left:auto !important; margin-right:auto !important}
/* separator */
.separator-line { height: 2px; margin: 0 auto; width: 30px; margin:7% auto}
.separator-line-thick { height: 4px; margin: 0 auto; width: 30px; margin:7% auto}
.separator-line-vertical { width:7px; height:80px; background-color:#fff; float:left; margin-right:90px;}
.slider-text .separator-line { margin:14% auto; height: 2px}
.thin-separator-line { height: 1px; width: 30px; margin:7% auto}
.vertical-separator { height:25px; width:25px; border-left:1px solid #000}
.wide-separator-line { height: 1px;  background-color:#e5e5e5; margin:5% 15px;}
.indicators-black .active { background-color: #000; border: 2px solid rgba(0, 0, 0, 1); }
.indicators-black li { border: 2px solid rgba(0, 0, 0, 1);}

/* margin */
.mb30 {margin-bottom:30px !important }
.margin-one{ margin-top:1% !important; margin-bottom:1% !important}
.margin-two{ margin-top:2% !important; margin-bottom:2% !important}
.margin-three{ margin-top:3% !important; margin-bottom:3% !important}
.margin-four{ margin-top:4% !important; margin-bottom:4% !important}
.margin-five{ margin-top:5% !important; margin-bottom:5% !important}
.margin-six{ margin-top:5% !important; margin-bottom:0 !important }
.margin-seven{ margin-top:7.8% !important; margin-bottom:5% !important}
.margin-eight {margin-top:8% !important; margin-bottom:8% !important}
.margin-nine {margin-top:9% !important; margin-bottom:9% !important}
.margin-ten{ margin-top:10% !important; margin-bottom:10% !important}
.margin-eleven{ margin-top:22% !important; margin-bottom:22% !important}
.margin-right-four{margin-right:4% !important}
.margin-right-five{margin-right:5% !important}
.margin-right-six{margin-right:6% !important}
.margin-right-seven{margin-right:7% !important}
.margin-right-eight{margin-right:8% !important}
.margin-right-nine{margin-right:9% !important}
.margin-right-ten{margin-right:10% !important}
.margin-top-section { margin-top:96px;}
.margin-left-right-one { margin-right:6% !important; margin-left:6% !important}
.margin-two-bottom { margin-bottom: 2% !important; }
.margin-three-bottom { margin-bottom: 3% !important; }
.margin-four-bottom { margin-bottom: 4% !important; }
.margin-five-bottom { margin-bottom: 5% !important; }
.margin-six-bottom { margin-bottom: 6% !important; }
.margin-seven-bottom { margin-bottom: 7% !important; }
.margin-ten-bottom { margin-bottom: 10% !important; }
.no-margin{ margin:0 !important}
.no-margin-lr{ margin-left: 0 !important; margin-right: 0 !important}
.no-margin-top{ margin-top:0 !important}
.no-margin-bottom{ margin-bottom:0 !important}
.no-margin-left{ margin-left:0 !important}
.no-margin-right{ margin-right:0 !important}
.margin-bottom{ margin-bottom:60px}

/* padding */
.padding-one { padding-top:1% !important; padding-bottom:1% !important}
.padding-two { padding-top:2% !important; padding-bottom:2% !important}
.padding-three { padding-top:3% !important; padding-bottom:3% !important}
.padding-four { padding-top:4% !important; padding-bottom:4% !important}
.padding-five { padding-top:5% !important; padding-bottom:5% !important}
.padding-six { padding-top:3% !important; padding-left:3% !important; padding-right:3% !important;}
.padding-seven { padding:6%}
.padding-eight { padding-top:20%; padding-bottom: 20%}
.padding-nine { padding:6% 0}
.padding-twenty-nine{ padding:15% !important}
.padding-left-right { padding-right:6% !important; padding-left:6% !important;}
.padding-two-bottom { padding-bottom: 2% !important; }
.padding-left-right-px { padding: 0 15px;}
.no-padding-left-right { padding-left:0 !important; padding-right:0 !important}
.no-padding-section { padding:0px !important;}
.no-padding-right { padding-right:0px !important;}
.no-padding-top { padding-top:0 !important}
.no-padding{padding:0 !important}
.no-padding-left { padding-left:0px !important;}
.no-padding-bottom { padding-bottom:0 !important}
.section-padding-inner{ padding: 140px 0}
.padding-left-15px { padding-left:15px;}
.padding50{ padding:0 100px;}
.padding-t-120-40 { padding:28px 40px 40px; }
.mt55{ margin-top:55px; }
.pt55 {padding-top: 55px !important}
/* float */
.f-left { float:left !important}
.f-right{ float:right !important}
.no-float { float:none !important;}
/* other col size */
.col-large {width:90%;}
.col-medium {width:85%;}
.col-small{ width:75%;}
.col-extra-small{ width:70%; }

/* display */
.display-block { display: block !important}
.overflow-hidden{ overflow: hidden !important}
.overflow-hidden-mobile{ position:fixed !important; overflow: hidden !important}
.display-inline-block { display: inline-block !important}
.display-inline { display: inline !important}
.display-none { display: none !important}
.display-table { display: table !important}
.display-table-cell { display: table-cell !important}
.ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

/* position */
.position-relative{ position: relative !important; z-index: 5 }
.position-absolute {position: absolute !important;}
.position-right { right:0 !important; }
.position-left { left:0 !important; }
.position-top { top:0 !important; }

/* width */
.width { display: inline-block; position: relative; width: 90%; }
.width-20 { width:20% !important;}
.width-30 { width:30% !important;}
.width-40 { width:40% !important;}
.width-50 { width:50% !important;}
.width-60 { width:60% !important;}
.width-70 { width:70% !important;}
.width-80 { width:80% !important;}
.width-90 { width:90% !important;}
.width-100 { width:100% !important;}
.width-auto { width: auto !important}

.mt-400 {
  margin-top:-400px !important;
}

/* height */
.height-100 { height: 100% !important}
.height-auto { height:auto !important}

.clear-both{ clear:both}
.roundedimage { border-radius: 100%}
.vertical-align-middle { vertical-align: middle !important;}
.vertical-align-bottom { vertical-align: bottom !important;}
.no-box-shadow { box-shadow:none !important}
p.uppercase { text-transform:uppercase !important;}
p.uppercase a { text-decoration:underline !important;}
p.uppercase a:hover { text-decoration: none;}
.line-break { display:block !important;}
.z-index-1 {z-index:1 !important;}
.z-index-0 {z-index:0 !important;}
.no-transition *, .owl-carousel * { transition-timing-function: none; -moz-transition-timing-function: none; -webkit-transition-timing-function: none; -o-transition-timing-function: none; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; }
/* ===================================
    Border
====================================== */

.white-round-border { border-radius: 50%; border: 1px solid #fff;}
.border-black{ border:1px solid #000}
.border-thick{ border-width:2px !important }
.border-white { border:1px solid #FFF}
.border-top { border-top: 1px solid #e5e5e5; }
.border { border: 1px solid #e5e5e5;  }
.border-right { border-right: 1px solid #2E77C9; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }
.border-left { border-left: 1px solid #2E77C9; }
.border-color-black { border-color: #000 !important}
.border-color-white { border-color: #fff !important}
.border-gray { border-color:#d7d7d7 !important}
.border-color-orange { border-color:#ff513b !important}
.no-border { border:none !important}
.border-top-light { border-top: 1px solid rgba(0, 0, 0, 0.1);}
.border-bottom-light { border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.border-transperent-light { border-color:rgba(255,255,255,.25) !important}
.no-border-round {border-radius:0 !important}

/* ===================================
    Scroll to top
====================================== */

#scroll_to_top { cursor: pointer; }
#scroll_to_top:hover { opacity: 0.75; }
.scrollToTop { display: none; font-weight: bold; height: auto; padding: 0; position: fixed; right: 45px; text-align: center; text-decoration: none; top: 90%; width: auto;  z-index: 555;  }
.scrollToTop i { font-size: 24px; margin: 0 6px; color: #025490; }
.scrollToTop:hover { opacity: 0.5; }
.scrollToTop:hover i { position: relative; }

/* ===================================
    Typography
====================================== */

/* font family */
.alt-font {font-family: "Open Sans",sans-serif !important;}
.main-font {font-family: 'Open Sans', sans-serif !important;}

/* heading */
h1, h2, h3, h4  {font-family: 'Open Sans', sans-serif;  text-transform: uppercase; margin:0; padding:0; }
h1 { font-size:60px; font-weight:400; }
h2 { font-size:40px; font-weight:400; letter-spacing:inherit; }
h3 { font-size:18px; font-weight:600; }
h4 { letter-spacing: 0px; font-weight:400; text-transform:none; font-size:16px; line-height: 26px}
h5 {  font-size:16px}
h6 { font-family: 'Open Sans', sans-serif; letter-spacing: 1px; font-size: 13px; font-weight: 400; line-height: 20px}

/* section title */
.section-title{ text-transform: uppercase; font-weight: 700; font-size: 20px; letter-spacing: 2px; padding: 0 0 100px 0;}
.tab-content .section-title { border: medium none; font-size: 40px; font-weight: 100; text-transform: none; margin:2% 0 0; padding:0}
.title-gray{ border:1px solid #b5b5b5; color:#b5b5b5}
.title-white{ border:1px solid #ffffff; color:#ffffff}
h1.big { color:#000; font-size:71px; font-weight:600; line-height:76px; margin-bottom:0px;}
h1.title { font-size:60px; font-weight:700; line-height:65px; margin-bottom:0px; display: inline-block;}
span.underline-bg { display: table; height: 2px; width: 100%; position: relative; top: -28px; z-index:2}
h1.big span { font-weight:300;}
.banner-content { font-size:18px; line-height:28px;}
h1.page-title { margin:95px auto 0; width: 100%; }
.highlight-title { font-family:'Oswald', sans-serif; font-weight:100; color:#000; font-size:65px; letter-spacing:0;}
.highlight-title span { font-weight:600}
.work-process-title{font-size: 12px; letter-spacing: 2px; font-weight: 600; text-transform: uppercase; color: #000; }

/* different text size */
.text-small { font-size:11px !important; line-height:15px !important;}
.text-med{ font-size:14px !important; line-height:26px !important;}
.text-large { font-size: 15px !important; text-transform: uppercase; line-height: 24px !important; letter-spacing: 2px !important;}
.text-extra-large { font-size: 16px !important; line-height: 28px !important; font-weight: 100; }
.text-extra-large strong { letter-spacing: 3px}
.text-extra-large-normal { font-weight: normal !important;}
.title-small{ font-size:20px !important; line-height:30px !important;}
.title-med{ font-size:24px !important; line-height:34px !important;}
.title-large{ font-size:28px !important; line-height:41px !important;}
.title-extra-large{ font-size:35px !important; line-height:43px !important;}

/* text color */
.white-text{ color:#FFF !important}
.magenta-text{ color:#d94378 !important}
.azul-escuro { color:#025490;}
.blue-text{ color:#2E77C9 !important}
.orange-light-text{ color:#ef824c !important}
.deep-red-text{ color:#e75e50 !important}
.black-text{ color:#000 !important}
.yellow-text{ color:#e6af2a !important}
.yellow-light-text{color: #ffd200 !important}
.fast-yellow-text{ color:#f7d23d !important}
.pink-text{ color:#d9378e !important}
.light-gray-text{ color: #ababab !important}
.deep-gray-text { color: #464646 !important; }
.deep-light-gray-text { color: #878787 !important; }
.gray-text {  color:#7f7f7f !important}
.dark-gray-text { color:#373737 !important}

/* letter spacing */
.no-letter-spacing { letter-spacing: 0px !important}
.letter-spacing-1 { letter-spacing:1px !important}
.letter-spacing-2 { letter-spacing:2px !important}
.letter-spacing-3 { letter-spacing:3px !important}
.letter-spacing-4 { letter-spacing:4px !important}
.letter-spacing-5 { letter-spacing:5px !important}
.letter-spacing-6 { letter-spacing:6px !important}
.letter-spacing-7 { letter-spacing:7px !important}
.letter-spacing-8 { letter-spacing:8px !important}
.letter-spacing-9 { letter-spacing:9px !important}
.letter-spacing-10 { letter-spacing:10px !important}

/* font weight */
.font-weight-100 { font-weight:100 !important}
.font-weight-300 { font-weight:300 !important}
.font-weight-400 { font-weight:400 !important}
.font-weight-600 { font-weight:600 !important}
.font-weight-700 { font-weight:700 !important}
.font-weight-800 { font-weight:800 !important}

/* text property */
.text-transform-unset { text-transform:unset !important}
.text-decoration-underline { text-decoration:underline !important; }
.word-wrap { word-wrap: break-word}
.text-transform-none {text-transform:none !important}
.text-transform-uppercase {text-transform: uppercase !important}

.select-style { padding: 0; margin: 0; border: 1px solid #ccc; width: 100%; overflow: hidden; background-color: #fff;  background: #fff url("../img/select-arrow.png") no-repeat 97% 50%; }
.select-style select { padding: 16px 15px; width: 100%; border: none; box-shadow: none; background-color: transparent; background-image: none; -webkit-appearance: none; -moz-appearance: none; appearance: none;  cursor: pointer; font-size:14px; text-transform: uppercase;  margin-bottom:0; color:#2E77C9 }
.select-style select:focus { outline: none; border: none; box-shadow: none }
/*lang*/
.select-style-lang { padding: 0; margin: 0; border: 1px solid #fff; overflow: hidden;  background: url("../img/select-arrow-b.png") no-repeat 97% 50%; z-index:2; }
.select-style-lang select { padding:0px 10px;  border: none; box-shadow: none; background-color: #025490; background-image: none; -webkit-appearance: none; -moz-appearance: none; appearance: none;  cursor: pointer; font-size:14px; text-transform: uppercase;  margin-bottom:0; color:#fff }
.select-style-lang select:focus { outline: none; border: none; box-shadow: none }
/*row*/
.row.row-wrap > [class^="col-"],
.row.row-col-gap > [class^="col-"] {
  margin-bottom: 30px;
}
.row.row-full {
  margin-left: 0;
  margin-right: 0;
}
.row.row-no-gutter,
.row[data-gutter="0"] {
  margin: 0 !important;
}
.row.row-no-gutter > [class^="col-"],
.row[data-gutter="0"] > [class^="col-"] {
  padding: 0 !important;
}
.row[data-gutter="10"] {
  margin-left: -5px;
  margin-right: -5px;
}
.row[data-gutter="10"] > [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row[data-gutter="60"] {
  margin-left: -30px;
  margin-right: -30px;
}
.row[data-gutter="60"] > [class^="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
.row[data-gutter="120"] {
  margin-left: -60px;
  margin-right: -60px;
}
.row[data-gutter="120"] > [class^="col-"] {
  padding-left: 60px;
  padding-right: 60px;
}
/*btn*/
.btn {border-radius: 0px !important;}
.btn-book {
    border: 1px solid #2E77C9;
    display: inline-block;
    padding: 8px 20px 9px;
    font-size: 14px;
    font-weight:600;
    color: #fff;
    background-color: #2E77C9;
}
.btn-book:hover {
    border: 1px solid #025490;
    color: #fff;
    background-color: #025490;
}

.btn-check:hover {
    border: 1px solid #2E77C9;
    color: #fff;
    background-color: #2E77C9;
}
.btn-check {
    border: 1px solid #025490;
    display: inline-block;
    padding: 8px 20px 9px;
    font-size: 14px;
    font-weight:600;
    color: #fff;
    background-color: #025490;
}
/* ===================================
    Owl carousel
====================================== */
.mt30 {margin-top:30px;}
.owl-carousel { overflow: hidden; }
.owl-buttons { position: static; }
.owl-prev, .owl-next { color: #111; display: block; font-size: 16px; height: 105px; line-height: 105px; margin-top:-35px;  position: absolute; text-align: center; top: 50%; width: 105px; z-index: 6; background-color: transparent }
.owl-prev {left: -10px;}
.owl-next {right: -10px;}
.owl-prev:before, .owl-next:before {  content: ""; display: block; height: 66%; left: 0; position: absolute; width: 66%; }
.owl-next:before { left: auto; right: 0; }
.owl-prev .fa, .owl-next .fa {color: #fff; font-size: 100px; position: relative; top: -15%;}
.owl-prev .fa{ right: -10%}
.owl-next .fa { left: -10%;}
.owl-prev .img{ right: -10%}
.owl-next .img { left: -10%;}
.owl-carousel:hover .owl-prev {left: -10px;  }
.owl-carousel:hover .owl-next { right: -10px; }
/*.owl-pagination { bottom: 30px; display: block; left: 0; position: absolute; text-align: center; width: 100%; z-index: 100 !important; }*/

.owl-demo-specials .owl-pagination { top: 15px !important; display: block; left: -30px; position: absolute; text-align: center; width: 100%; z-index: 100 !important; }
.owl-demo-specials .owl-page { display: inline-block; padding: 6px 5px; }
.owl-demo-specials .owl-page span { background: none repeat scroll 0 0 #025490; border-radius: 4px; box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1); display: block; height: 7px; transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s; width: 7px; }
.owl-demo-specials .owl-page:hover span { background: none repeat scroll 0 0 #025490; }
.owl-demo-specials1 .owl-page.active span { background: none repeat scroll 0 0 transparent; border: 1px solid #025490; transform: scale(1.33333); }

.owl-demo-specials1 .owl-dots .owl-dot.active span, .owl-demo-specials1 .owl-dots .owl-dot:hover span {
    background: #025490;
}
.owl-demo-specials1 .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border:1px solid #025490;
}

.owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}
.owl-demo-specials1 .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: 15px;
    left: 45%;
}
.owl-demo-specials1 .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-page { display: inline-block; padding: 6px 5px; }
.owl-page span { background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7); border-radius: 4px; box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1); display: block; height: 7px; transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s; width: 7px; }
.owl-page:hover span { background: none repeat scroll 0 0 rgba(255, 255, 255, 1); }
.owl-page.active span { background: none repeat scroll 0 0 transparent; border: 1px solid rgba(255, 255, 255, 0.8); transform: scale(1.33333); }
.owl-bg-img { background-position: center center; background-repeat: no-repeat; background-size: cover; display: block; overflow: hidden; position: relative; width: 100%; }
.owl-subtitle { font-size: 14px; letter-spacing: 10px; text-transform: uppercase; font-weight: 400; line-height: 80px; display:block}
.owl-title { font-size: 35px; font-weight: 600; text-transform: uppercase; display: block; letter-spacing: 7px;}
.owl-title-big { background: rgba(0, 0, 0, 0.5); display: inline-block; font-size: 25px; font-weight: 600; letter-spacing: 7px; line-height: 40px; padding: 35px 50px; text-transform: uppercase; width: 60% }
.dark-pagination .owl-page span { background: none repeat scroll 0 0 rgba(0, 0, 0, 1); box-shadow: none }
.dark-pagination .owl-page.active span {background:transparent; border: 1px solid rgba(0, 0, 0, 1); }
.dark-pagination .owl-prev, .owl-next { opacity: 1; }
.dark-pagination .owl-next:before { left: auto; right: 0; }
.dark-pagination .owl-prev {left: -35px; opacity: 1; }
.dark-pagination .owl-next { opacity: 1; right: -35px; }
.light-pagination .owl-page.active span {background: transparent; border: 1px solid rgba(255, 255, 255, 1); }

/* square pagination */
.square-pagination .owl-page span { width:30px; border-radius: inherit; height:3px; background: rgba(255,255,255,.5)}
.square-pagination .owl-page.active span {border:none !important; transform:none!important; background:#fff !important}

/* hide next-prev arrow */
.dark-pagination-without-next-prev-arrow .owl-prev, .dark-pagination-without-next-prev-arrow .owl-next {display: none}

/* hide dot navigation */
.owl-no-pagination .owl-pagination { display: none}

/* simple next-prev arrow */
.owl-prev-next-simple .owl-prev::before, .owl-next::before { box-shadow:none}

/* half slider */
.owl-half-slider .owl-title { width: 50%; line-height: 40px; font-size: 25px;}
.owl-half-slider .item { min-height: 710px}
.owl-half-slider .container { min-height: 710px}
.owl-small-slider .item {min-height: 430px}
.owl-small-slider .container {min-height: 400px}

/* bottom pagination */
.bottom-pagination .owl-pagination {position:inherit !important}


/* ===================================
    Slider and parallax typography
====================================== */

.slider-text-middle-main { display: table; height: 100%; width: 100% }
.slider-text-bottom { display: table-cell; vertical-align: bottom; }
.slider-text-top { display: table-cell; vertical-align: top; }
.slider-text-middle { display: table-cell; vertical-align: middle; }
.slider-text-middle1 { padding: 0 15px;}
.slider-typography { text-align: center; width: 100%; height: 100%; position: absolute; z-index: 1; right: 0; left: 0; }
.slider-subtitle1 { background-color: #000; display: block; font-family: "Oswald",sans-serif; font-size: 48px; font-weight: 100; letter-spacing: 4px; line-height: 68px; margin-bottom: 45px; padding: 30px 35px; text-align: center; text-transform: uppercase; width: 250px; }
.slider-title-big1 {font-size: 14px; text-transform: uppercase; letter-spacing: 1px }
.slider-text-middle1 .separator-line { margin: 3% 0 0 0}
.slider-text-middle2 { padding:0 15px}
.slider-subtitle2 { display: block; font-family: "Oswald",sans-serif; font-size: 35px; font-weight: 100; letter-spacing: 4px; line-height: 45px; text-transform: uppercase; }
.slider-subtitle3 {font-size: 20px; font-weight: 600; letter-spacing: 8px; line-height: 80px; text-transform: uppercase; }
.slider-text-middle3 { padding:0 15px}
.slider-title-big3 {background:#000; display: inline-block; font-size: 30px; font-weight: 600; letter-spacing: 7px; line-height: 43px; padding: 35px 50px; text-transform: uppercase;}
.slider-text-middle4 { padding: 0 15px;}
.slider-subtitle4 {font-size: 14px; font-weight: 100; letter-spacing: 4px; text-transform: uppercase; margin-bottom: 20px; display: block }
.slider-title-big4 {font-family: "Oswald",sans-serif;  font-size: 30px; font-weight: 400; letter-spacing: 7px; text-transform: uppercase; display: block; margin-bottom: 20px}
.slider-text-middle5 { padding: 0 15px;}
.slider-subtitle5 {font-size: 22px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; margin-bottom: 50px; display: block; line-height: 30px }
.slider-title-big5 {font-family: "Oswald",sans-serif;  font-size: 15px; font-weight: 100; letter-spacing: 7px; text-transform: uppercase; display: block; margin-bottom: 30px}
.slider-number {border: 2px solid #fff; color: #fff; display: inline-block; font-family: "Oswald",sans-serif; font-size: 20px; font-weight: 400; margin-bottom: 60px; padding: 9px 0; width: 46px; text-align: center}
.slider-title-big6{ font-size:110px;}
.slider-title-big7{ font-size:55px; line-height: 68px; font-weight: 300; color: #fff; display: inline-block;}
.slider-title-big8 {font-family: "Oswald",sans-serif;  font-size: 25px; line-height: 35px; font-weight: 300; letter-spacing: 1px; text-transform: uppercase; display: block;}

/*header*/
nav { width: 100%; top: 0px; z-index: 99;padding: 15px;}
.navbar-default {
    background-color: #fff;
    border-color: none;
}
nav .container{ display: table-cell; vertical-align: middle; height: 80px; position: relative; }
.shrink-nav .container { height: 60px; }
.shrink-nav { background-color:#FFF; }
.sticky-nav{ position: fixed; top: 0px; display: inline-table;}
header { padding:15px 10px;}


.logosonel1 { width: 150px;margin-top: 70px;}
a.reserve-top-menu { font-size:24px; font-weight:bold;color:#2E77C9; cursor:pointer;position: relative;
    top: 10px;
    left: 10px;}
a.reserve-top-menu:hover {text-decoration:none;}
a.reserve-top-menu i{ font-size:24px; color:#2E77C9; margin: 0 10px;}

.ml20 {
  margin-left:20px !important;
}
.menu-unidades .ml60 { margin-left: 60px; }
.menu-unidades{margin: 75px auto 20px;     text-align: center;}
.bx-new-hotel{margin: 75px 0 20px; position: relative; }

/*.bx-new-hotel .bx-bg-azul-new {     position: absolute;
    left: 35%;
    background-color: #2e77ca;
    width: 75px;
    top: -75px;
    height: 150px;
    z-index: 3;

}*/
/*.bx-new-hotel .barrazaul  { position: absolute;
    left: calc(100% - 50%);
    background-color: #2e77ca;
    width: 75px;
    top: -35px;
    height: 150px;
    z-index: 3;

} */
#section0 .fp-tableCell{ vertical-align: top !important}
.bx-bg-azul-new:after  {
    width: calc(100% - 50%);

    background-color: #2e77ca;
  left:25%;
    top: -35px;
    height: 150px;
    z-index: 1;
    position:absolute;
    content:"";

}

.bx-bg-azul-new  { position: relative; color:#fff; font-size: 16px; width: 100%;text-align: center;}
.bx-bg-azul-new .bx-new-title  { position: absolute; top: 75px; text-align: center;    width: 100%;z-index: 4;}
.bx-bg-azul-new h3{ display: inline-block; z-index: 9 !important; position: relative;  text-align: center;z-index: 4;}
.bx-bg-azul-new h3 a{ display: inline-block; font-size: 16px; color:#fff;font-weight:600; text-align: center; text-transform: uppercase;  vertical-align: top;   }

.bx-bg-azul-new h3 a:hover { text-decoration: none}
h3.destaque-azul .barra-azul {
 background-color: #2e77ca;
  width:75px;
    top: -35px;
    height: 150px;
 z-index: 1;
    position:absolute;
    content:"";}
h3.destaque-azul span.bx-new-title  { position: absolute; top: 75px; text-align: center;    width: 100%;z-index: 4; color:#fff; font-size: 16px;display:block}
.menu-unidades h3{ display: inline-block; position: relative}
.menu-unidades h3 a{ display: inline-block; font-size: 16px; color:#fff;font-weight:600; text-align: center; text-transform: uppercase; padding:0 30px; vertical-align: top; z-index: 3;
    position: relative;}

.menu-unidades h3 a:hover { text-decoration: none}

.pesquisa-top { background-color: rgba(255,255,255,0.8); padding: 30px; color:#6E6D70;}
.pesquisa-top input, .pesquisa-top input:focus {border:1px solid #6E6D70; padding:7px 15px; height: 39px; margin-bottom: 0 !important}
.pesquisa-top .select-style select {padding:6px 15px 9px 15px;border:1px solid #6E6D70; height:39px; color:#6E6D70;border-radius: 0 !important;}
.pesquisa-top  .select-style { background: #fff url("../img/select-arrow.png") no-repeat right 10px top 50%; }
.pesquisa-top input::-webkit-input-placeholder { color: #6E6D70; text-overflow: ellipsis; }
.pesquisa-top input:-moz-placeholder { color: #6E6D70 !important; text-overflow: ellipsis; opacity:1; }
.pesquisa-top input::-moz-placeholder { color: #6E6D70 !important; text-overflow: ellipsis; opacity:1; }
.pesquisa-top input:-ms-input-placeholder { color: #6E6D70 !important; text-overflow: ellipsis; opacity:1; }
.pesquisa-top h2 { font-size: 20px; margin-bottom: 10px}
#p-pix{ position:fixed !important; top:0px; right:0; width: 34%;z-index: 99;}
.menu-pop-pesqisa input, .menu-pop-pesqisa input:focus, .menu-pop-pesqisa textarea, .menu-pop-pesqisa textarea:focus {border: 1px solid #2E77C9 !important; padding:7px 15px;  margin-bottom: 15px !important; height: 60px;font-size: 20px;color:#2E77C9;}
.menu-pop-pesqisa .select-style select, .menu-pop-pesqisa .select-style textarea {padding:6px 15px 9px 15px; border: 1px solid #2E77C9 !important; height:60px; border-radius: 0 !important;font-size: 20px;color:#2E77C9;}
.menu-pop-pesqisa  .select-style { background: #fff url("../img/select-arrow.png") no-repeat right 10px top 50%; }
.menu-pop-pesqisa .btn-check {
    border: 1px solid #025490;
    display: inline-block;
    padding: 8px 20px 9px !important;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    background-color: #025490;
    height: 60px;
    text-transform:uppercase;
}
.menu-pop-pesqisa .btn-check:hover {
    border: 1px solid #2E77C9;
    display: inline-block;
    padding: 8px 20px 9px;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    background-color: #2E77C9;
    height: 60px;
    text-transform:uppercase;
}
.bx-social i {
   color: #025490;
   font-size:35px
}
.bx-social a {
    margin: 0 5px !important;
}

.flatpickr-calendar {
    z-index: 9999999999999 !important;
}

.morada-hotel{font-size: 16px;color:#025490; margin-top: 30px}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt42 {margin-top: 42px;}
.mb20 {margin-bottom: 20px !important;}
.mb10 {margin-bottom: 10px !important;}

/* ===================================
    Parallax
====================================== */
.bb-img {/*background: url(../img/background-01.jpg);*/position: relative; background-size: cover !important; overflow: hidden; background-position: top center; background-repeat: no-repeat !important; /*background-attachment: fixed !important*/
}
.mt50 {margin-top: 50px}
.mt15 {margin-top: 15px}
.mt150 {margin-top: 150px}
.overlay{ position: absolute; height: 100%; width: 100%; opacity: 0.2; z-index: 1; top: 0px; }
.parallax-fix{ position: relative; background-size: cover !important; overflow: hidden; background-position: center center; background-repeat: no-repeat !important; transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s; transition-timing-function: ease-in; -moz-transition-timing-function: ease-in; -webkit-transition-timing-function: ease-in; -o-transition-timing-function: ease-in; background-attachment: fixed !important }
.parallax-fix .row{ position: relative; z-index: 2; }
.parallax-section-main { /* min-height: 700px; */ }
.parallax-title { display: block; font-family: "Oswald",sans-serif; font-size: 15px; font-weight: 100; letter-spacing: 7px; margin-bottom: 30px; text-transform: uppercase; }
.parallax-sub-title{  display: block; font-size: 22px; font-weight: 600; letter-spacing: 4px; line-height: 30px; text-transform: uppercase; }
.parallax-number { border: 2px solid #000; color: #000; display: inline-block; font-family: "Oswald",sans-serif; font-size: 20px; font-weight: 400; margin:150px 0 60px 0; padding: 9px 0; width:47px; text-align: center; letter-spacing: -2px }
.fix-background{ position: relative; background-size: cover !important; overflow: hidden; background-position: center center; background-repeat: no-repeat !important; background-attachment: fixed !important}
.cover-background{ position: relative; background-size: cover !important; overflow: hidden; background-position: center center; background-repeat: no-repeat !important;}
.background-size-inherit {background-size: inherit !important}
.blog-blockquote { padding:100px}
.background-attachment-inherit {background-attachment: inherit !important}
/* ===================================
    Full width image
====================================== */

.show-menu .full-width-pull-menu .menu-wrap {
    opacity: 1;
    display: block;
    top: 0;
}
.full-width-image { min-height: 866px;}
/* half slider */


/* full width pull menu */
.full-width-pull-menu .menu-button {margin:0}
.show-menu .full-width-pull-menu .menu-wrap {opacity: 1; display: block; top: 0; }
.full-width-pull-menu .menu-wrap {width: 100%; opacity: 0; display: none; left: 0; top:-50px; height: 100%; overflow: auto}
.full-width-pull-menu .close-button {height: 64px; width: 64px; background: transparent;}
.full-width-pull-menu .close-button::before, .full-width-pull-menu .close-button::after {background: #000;}
.full-width-pull-menu .menu-wrap { background: rgba(255,255,255,1)}


.full-width-pull-menu .navbar-toggle, .full-width-pull-menu .reserve-top-menu { display:block;}
.full-width-pull-menu .open .dropdown-menu {display: block; }
.full-width-pull-menu .dropdown .collapse { opacity: 0; margin:0 !important}
.full-width-pull-menu .dropdown .collapse.in {opacity: 1; margin:0 !important}

.full-width-pull-menu .pull-menu-open {display:table; height: 100%; width:100%}

.full-width-pull-menu .pull-menu-open-sub {display: table-cell; vertical-align: middle; height: 100%}

.full-width-pull-menu .pull-menu-open-sub h2 { margin-bottom: 40px; font-size: 30px; color:#025490; font-weight: bold; text-transform: uppercase;    margin-top: 30px;}


.full-width-pull-menu-dark .navbar-nav li a:hover, .full-width-pull-menu-dark .pull-menu .navbar-nav li a.active {color: #bbbbbb !important}
.full-width-pull-menu-dark .close-button::before, .full-width-pull-menu-dark .close-button::after {background: #2E77C9; height: 45%;left: 45%;top: 35%;width: 2px; }
.full-width-pull-menu-dark .pull-menu {height: 100%;  /*position: fixed;overflow-y: scroll;*/}


.full-width-pull-menu-dark .pull-menu-open-sub {/*padding-left:100px;*/}
.full-width-pull-menu-dark .btn {}
/*icheck*/
.i-check,
.i-radio {
  display: inline-block;
  *display: inlne;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #ccc;
  cursor: pointer;
  top: 1px;
  left: -7px;
  margin-left: -13px;
  float: left;
  text-align: center;
  line-height: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.i-check:before,
.i-radio:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, -25px, 0);
  -moz-transform: translate3d(0, -25px, 0);
  -o-transform: translate3d(0, -25px, 0);
  -ms-transform: translate3d(0, -25px, 0);
  transform: translate3d(0, -25px, 0);
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  color: #fff;
  font-size: 14px;
}
.i-check.hover,
.i-radio.hover {
  border: 1px solid #025490;
}
.i-check.checked,
.i-radio.checked {
  border: 1px solid #025490;
  background: #025490;
}
.i-check.checked:before,
.i-radio.checked:before {
  -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);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.i-check.disabled,
.i-radio.disabled {
  border-color: #d9d9d9 !important;
}
.i-check.disabled.checked,
.i-radio.disabled.checked {
  background: #ccc !important;
}
.i-check.i-check-stroke.checked {
  background: #fff;
}
.i-check.i-check-stroke.checked:before {
  color: #025490;
}
.i-radio {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.i-radio:before {
  content: '\f111';
  font-size: 12px;
}
.checkbox-switch .i-check,
.radio-switch .i-check,
.checkbox-switch .i-radio,
.radio-switch .i-radio {
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 44px;
  broder-color: #999;
  border-width: 2px;
}
.checkbox-switch .i-check:before,
.radio-switch .i-check:before,
.checkbox-switch .i-radio:before,
.radio-switch .i-radio:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -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);
  background: #b3b3b3;
  content: '';
  width: 16px;
  height: 14px;
  top: 2px;
  left: 2px;
  position: absolute;
}
.checkbox-switch .i-check.checked,
.radio-switch .i-check.checked,
.checkbox-switch .i-radio.checked,
.radio-switch .i-radio.checked {
  background: #fff;
}
.checkbox-switch .i-check.checked:before,
.radio-switch .i-check.checked:before,
.checkbox-switch .i-radio.checked:before,
.radio-switch .i-radio.checked:before {
  background: #025490;
  -webkit-transform: translate3d(20px, 0, 0);
  -moz-transform: translate3d(20px, 0, 0);
  -o-transform: translate3d(20px, 0, 0);
  -ms-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
}
.checkbox-switch .i-check.disabled:before,
.radio-switch .i-check.disabled:before,
.checkbox-switch .i-radio.disabled:before,
.radio-switch .i-radio.disabled:before {
  background: #ccc !important;
}
.checkbox-small,
.radio-small {
  margin-bottom: 10px;
}
.checkbox-small.checkbox-inline,
.radio-small.checkbox-inline,
.checkbox-small.radio-inline,
.radio-small.radio-inline {
  margin: 0;
}
.checkbox-small label,
.radio-small label {
  font-size: 12px;
}
.checkbox-small label .i-check,
.radio-small label .i-check,
.checkbox-small label .i-radio,
.radio-small label .i-radio {
  width: 18px;
  height: 18px;
  line-height: 16px;
  top: 3px;
}
.checkbox-small label .i-check:before,
.radio-small label .i-check:before,
.checkbox-small label .i-radio:before,
.radio-small label .i-radio:before {
  font-size: 12px;
}
.checkbox-small label .i-radio:before,
.radio-small label .i-radio:before {
  font-size: 9px;
}
.checkbox-lg,
.radio-lg {
  margin-bottom: 20px;
}
.checkbox-lg.checkbox-inline,
.radio-lg.checkbox-inline,
.checkbox-lg.radio-inline,
.radio-lg.radio-inline {
  margin: 0;
}
.checkbox-lg label,
.radio-lg label {
  font-size: 16px;
}
.checkbox-lg label .i-check,
.radio-lg label .i-check,
.checkbox-lg label .i-radio,
.radio-lg label .i-radio {
  width: 26px;
  height: 26px;
  line-height: 24px;
  top: -1px;
}
.checkbox-lg label .i-check:before,
.radio-lg label .i-check:before,
.checkbox-lg label .i-radio:before,
.radio-lg label .i-radio:before {
  font-size: 16px;
}
.checkbox-lg label .i-radio:before,
.radio-lg label .i-radio:before {
  font-size: 14px;
}
.checkbox-stroke .i-check.checked,
.radio-stroke .i-check.checked,
.checkbox-stroke .i-radio.checked,
.radio-stroke .i-radio.checked {
  background: #fff;
}
.checkbox-stroke .i-check.checked:before,
.radio-stroke .i-check.checked:before,
.checkbox-stroke .i-radio.checked:before,
.radio-stroke .i-radio.checked:before {
  color: #025490;
}
.checkbox-stroke .i-check.checked.disabled,
.radio-stroke .i-check.checked.disabled,
.checkbox-stroke .i-radio.checked.disabled,
.radio-stroke .i-radio.checked.disabled {
  background: #fff;
}
.checkbox-stroke .i-check.checked.disabled:before,
.radio-stroke .i-check.checked.disabled:before,
.checkbox-stroke .i-radio.checked.disabled:before,
.radio-stroke .i-radio.checked.disabled:before {
  color: #ccc;
}
/**/
.hvrbox,
.hvrbox * {
	box-sizing: border-box;
}
.hvrbox {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	cursor:pointer;
}
.hvrbox img {

	    max-width:365px;
    max-height:244px;
    height: auto;
    width: 100%;

}
.hvrbox .hvrbox-layer_bottom {
	display: block;
}
.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(46, 119, 201, 0.9);
	color: #fff;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
	opacity: 1;
}
.hvrbox .hvrbox-text {
	text-align: center;
	font-size: 18px;
	color:#fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hvrbox .hvrbox-text h3 {color:#fff; margin-bottom:40px;font-size: 20px; }
.hvrbox .hvrbox-text a {color:#fff; text-decoration:none; }

.hvrbox .hvrbox-layer_slideup {
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
.hvrbox:hover .hvrbox-layer_slideup,
.hvrbox.active .hvrbox-layer_slideup {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.hvrbox .hvrbox-layer_slideup {
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
.hvrbox:hover .hvrbox-layer_slideup,
.hvrbox.active .hvrbox-layer_slideup {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.hvrbox .hvrbox-layer_slidedown {
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.hvrbox:hover .hvrbox-layer_slidedown,
.hvrbox.active .hvrbox-layer_slidedown {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.hvrbox .hvrbox-layer_slideleft {
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.hvrbox:hover .hvrbox-layer_slideleft,
.hvrbox.active .hvrbox-layer_slideleft {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.hvrbox .hvrbox-layer_slideright {
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
.hvrbox:hover .hvrbox-layer_slideright,
.hvrbox.active .hvrbox-layer_slideright {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.hvrbox .hvrbox-layer_scale {
	border-radius: 50%;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.hvrbox:hover .hvrbox-layer_scale,
.hvrbox.active .hvrbox-layer_scale {
	border-radius: 0%;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.hover-img {
  z-index: 1;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.hover-img >img {
  -webkit-transition: 4s;
  -moz-transition: 4s;
  -o-transition: 4s;
  -ms-transition: 4s;
  transition: 4s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hover-img >.hover-inner {
  position: absolute;
  width: 101%;
  height: 100%;
  padding: 15px;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.hover-img >.hover-inner.hover-inner-sm {
  padding: 10px;
}
.hover-img .hover-inner {
  width: 101%;
  height: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color:rgba(46,119,201, 0.8);
  color: #fff !important;
}
.hover-inner div {position: relative; top:50%; text-align: center}
.hover-inner span {  font-size: 30px;text-transform: uppercase; margin-bottom: 5px; border-bottom: 1px solid #fff}
.hover-img .hover-inner h1,
.hover-img .hover-inner h2,
.hover-img .hover-inner h3,
.hover-img .hover-inner h4,
.hover-img .hover-inner h5 {
  color: #fff;
}
.hover-img .hover-inner-bg-black {
  background: rgba(0,0,0,0.5) !important;
}
.hover-img .hover-inner-block {
  height: auto;
}

.hover-img:hover > .hover-inner {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.hover-img:hover .hover-title-center,
.hover-img:hover .hover-icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.hover-img:hover .hover-icon-group {
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.hover-img:hover .hover-title-center-top,
.hover-img:hover .hover-title-center-bottom,
.hover-img:hover .hover-icon-center-bottom,
.hover-img:hover .hover-icon-center-top,
.hover-img:hover .hover-icon-group-center-top,
.hover-img:hover .hover-icon-group-center-bottom {
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.hover-img:hover >img {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);

}
/* ===================================
    Section
====================================== */
.features {padding:80px 0;}
/* features section */
.features-section { margin-bottom:80px; float:left}
.features-section .col-xs-3 { width:20%}
.features-section .col-xs-9 { width:75%}
.features-section p { margin: 0 0 15px}
.features-section .separator-line{ margin-left:0; margin-right:0}
/* ===================================
    Section˙
====================================== */
.logo-footer a {cursor: pointer}
.logo-footer img{ width: 140px;}
.sponsors {padding: 30px 40px; } //padding: 30px 40px;
.sponsors a { display: inline-block; padding-right: 20px; vertical-align: bottom }
.sponsors a img { max-height:70px}
.pme-bx { text-align:right}
.pme-bx li { display:inline-block; margin-top:10px; }
.pme-bx li img { max-height:60px; }
.footer-menus { background-color: #025490; color:#fff; padding:10px 40px;}
.footer-menus a {  display: inline; color:#fff; padding:0 10px; cursor: pointer; font-size:18px;}
.mt8 { margin-top:8px;}

.bx-logo-img { position: relative; top:-80px; left: 0;background: #fff;text-align: center; padding: 10px;text-align: center;
    padding: 10px;width: 35%; z-index: 99999;}

.bx-logo-img2 {     position: relative;top: -110px;left: 0;background: #fff;text-align: center;
 padding: 10px;width: 35%; z-index: 999;}



.bx-logo-img3 {     position: relative;top: -100px;left: 0;background: #fff;text-align: center;
    padding: 10px;width: 35%;z-index: 999; }

.bx-logo-img img { max-width:300px; width: 100%; max-height:60px; }
.bx-logo-img2 img { max-width:300px; width: 100% }
.bx-logo-img3 img { max-width:300px; width: 100% }

h2.big { color:#000; font-size:150px; font-weight:400;  margin-bottom:0px;}
.big2 { color:#000; font-size:120px; font-weight:400;   line-height:auto; margin-bottom:0px;}
.big3 { color:#000; font-size:110px; font-weight:400;   line-height:auto; margin-bottom:0px;}

.bx-content-hotel span { color:#000; font-size:16px !important; font-weight:400;  display: block;
    text-transform: none;
    color: #6e6d70;}
.intro-hotel-title p {padding: 40px 10px;
    font-size: 16px;}


.bx-content-hotel { position:relative; top:-135px; }
.bx-content-hotel-urban { position:relative; top:-85px; }
.bx-content-hotel-urban .intro-hotel-title p {padding: 20px 10px;
    font-size: 14px;}
.intro-hotel-title2 p {padding:10px 0px ;
    font-size: 16px; line-height:29px;}
.bx-content-hotel3 { position:relative; top:-100px; }
/*slider hotel specials*/
.img-padding-1 { padding: 0 0 6px}
.img-padding-left { padding: 0 3px 0px 0px}
.img-padding-right { padding: 0 0px 0px 3px}
.bx-slider-specials { padding: 40px;}
.bx-slider-specials .content { padding: 80px; font-size: 25px; text-align: center}
.bx-slider-specials .content h2{  font-size: 25px; font-weight: normal; margin-bottom: 30px; color:#95989A;}
.bx-slider-specials .content img { margin: 20px 0 40px}
.bx-slider-specials .content .intro-hotel { font-size: 20px;font-weight: normal; color:#7E7E7E; text-align: left; line-height: 30px; padding: 0 60px 40px}
.bt-brand-new { background-color:#2E77C9; font-size: 20px; color:#fff; width: 200px; height: 40px; padding-left: 15px; line-height: 40px; text-transform: uppercase}
.btn-moreinfo {background-color:#2E77C9; font-size: 20px; color:#fff;  line-height: 30px; text-align: center;text-transform: uppercase}
.btn-moreinfo:hover {background-color:#025490; color:#fff;}

.display-table { display: table}
.display-cell { display: table-cell}

.x-img img {max-height: 850px; overflow: hidden;}
/* gastronomy*/
.gastronomy {    padding: 20px 40px;}
.gastronomy h2 { font-size: 55px; font-weight:400; margin:10px 0 20px; color:#000;}
.gastronomy h2 span{ font-size: 20px; font-weight:400; display:block;color:#95989A; text-transform:none;}
.bx-gastronomy {}
.bx-img-gastronomy img {z-index:3;    width: 100%; }
.bx-img-gastronomy { position:relative; width:100%;}
.bx-title-hotel { position:absolute; background-color:#fff; color:#000;  font-size: 28px; bottom:0px; z-index:99; /*padding:5px 40px;*/ line-height:28px;text-transform: uppercase}
.bx-content-gastronomy {font-size: 14px;color:#333; margin:10px 10px 10px 0;}
.bx-review-gastronomy { display: table}
.bx-review-gastronomy h5 { font-size: 14px; font-style: italic; color:#000;display:table-cell; padding: 0; margin: 0; vertical-align: middle;}
.bx-review-gastronomy p { font-size: 14px;color:#95989A; }

.bx-review-gastronomy img, .bx-comentarios img {height: 20px; display:table-cell;  float: left;margin-right: 10px;}
.bx-review-gastronomy img.tamanho-img {height: 30px !important; }
.bx-content-gastronomy .tripadvisor {
    background-image: url(../img/tripadvisor.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 90px;
    height: 19px;
}
/*region*/
.bb-img-region {position: relative; background-size: cover !important; overflow: hidden; background-position: top center; background-repeat: no-repeat !important;
}
.bx-region { position: absolute; right: 0; bottom:0;background-color:#fff; color:#000; text-align: center;z-index:999999; padding:20px 40px;}
.bx-region h2 { font-size: 150px; font-weight:400; margin:10px 0 20px; color:#000;}
.bx-region h2 span{ font-size: 25px; font-weight:400; display:block;color:#95989A; text-transform:none;}

.regioes { padding:40px 40px 40px ; display: table; width:100%;}
.list-img-region-desk { margin-bottom:40px;}
.list-img-region-desk li{ list-style: none; display: inline-block; margin-bottom:40px;}

.list-img-region-desk li:nth-child(1) { width: 33%; display: inline-block; margin-right: 1%}
.list-img-region-desk li:nth-child(2) { width: 28%; display: inline-block; margin-right: 1%}
.list-img-region-desk li:nth-child(3n+0) { width: 33%; display: inline-block; margin-right: 1%}
.bx-vertical {text-align:center}

.bx-vertical {margin-bottom:40px; }

.bx-horizontal {margin-bottom:40px; }
.bx-vertical img { /*min-height:614px; width:100%;*/ text-align:center; width: auto;}
.bx-horizontal img { /*min-height:614px; width:100%;*/ text-align:center;width: auto;}
  .link-mapa { text-align: right; font-size: 19px; line-height: 30px; margin-top: 5px}
  .link-mapa a { text-decoration: none}
.link-mapa span {  padding-left: 20px}
.iconmapa {background: url(../img/mapa.svg); width:20px; height:30px; display: inline-block;background-repeat: no-repeat !important; }
.bx-vertical .bx-mapa .link-mapa{text-align: center;font-size: 19px; line-height: 30px; margin-top: 5px;
   }



.bx-select-property{ padding: 80px 60px; text-align: center}
.bx-select-property h2 { font-size: 100px; color:#000;}
.bx-links-properties { margin-top: 40px; }
.list-links-property { margin-top: 60px; }
.list-links-property li:first-child { float:none; display:block; position: relative; /*left: 160px;*/ left:25% }
.list-links-property li { list-style:none; display:inline; float:left; margin: 10px; margin-top: 15px;}
.list-links-property-sm {}
.list-links-property-sm

.list-links-property-sm li { list-style:none; display:inline; float:left !important;}
.link2 {    border: 1px solid #2E77C9;
    color: #2E77C9;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    height: 90px;
    vertical-align: middle;
    display: table-cell;
    width: 145px;
    text-decoration: none;
    float: left;
      margin-right: -1px;
}

.link1 {border: 1px solid #2E77C9;
    color: #2E77C9;
    font-size: 21px;
    text-align: center;
    text-transform: uppercase;
    height: 75px;
    /* line-height: 40px; */
    vertical-align: middle;
    display: table-cell;
   width: 290px; text-decoration: none}

.link1:hover, .list-links-property li.active .link1,.link2:hover, .link2.active   {border: 1px solid #2E77C9;
    color: #fff;
    background-color: #2E77C9;text-decoration: none
}
.link2:hover, .active > .link2 {
    border: 1px solid #2E77C9;
    color: #fff;
    background-color: #2E77C9;
    text-decoration: none;
}
.link1:hover { text-decoration: none;color:#fff;}
.link1 span{ display:block;font-size: 15px;}

.first-w {font-size:57px;color:#7E7E7E;}
.bx-img-hotel-p  { position:relative; }
.bx-img-hotel-p img {z-index:3;max-height: 400px; }
.bx-img-hotel-p .bx-nome-hotel {z-index:5; background-color:#fff; position:absolute; bottom:0; right:0; /*padding:15px 20px;*/}
.bx-img-hotel-p .bx-nome-hotel img { max-width: 185px}

.bx-descricao-hotel p { font-size:16px; color:#7E7E7E; margin-top:20px; line-height:1.5em; margin-right: 30px}
.bx-descricao-hotel a.moreinfo {font-size:22px; color:#2E77C9}
.list-icons-hotel { margin-top: 30px}
.list-icons-hotel li { list-style: none; display: inline-block; font-size: 15px;color:#2E77C9; padding: 0 10px;     vertical-align: top;
    text-align: center;}
.list-icons-hotel li i{ text-align: center; margin: 0 auto; display: block; margin-bottom: 5px}
.link-mapa-btn a i {text-align: center; margin: 0 auto; display: block; margin-bottom: 5px }

.link-mapa-btn a { display: inline-block;margin-right:20px;    vertical-align: top; text-align:center; text-decoration:none;}
.link-mapa-btn a.mapa { font-size: 15px;color:#2E77C9;}
.btn-book-p {
    margin-right:20px;
    border: 1px solid #2E77C9;
    display: inline-block;
    padding: 8px 20px 9px;
    font-size: 20px;
    font-weight:600;
    color: #fff;
    background-color: #2E77C9;
}
.btn-book-p:hover {
    border: 1px solid #025490;
    color: #fff;
    background-color: #025490;
}

/*icons*/
.interiorpool { background-image: url(../img/icones/interiorpool.svg); background-repeat: no-repeat; display: block; width: 50px; height: 50px}
.kitchen { background-image: url(../img/icones/kitchen.svg); background-repeat: no-repeat; display: block; width: 50px; height: 50px}
.kitchen-2 { background-image: url(../img/icones/kitchen-2.svg); background-repeat: no-repeat; display: block; width: 50px; height: 50px}
.meeting-room { background-image: url(../img/icones/meeting-room.svg); background-repeat: no-repeat; display: block; width: 50px; height: 50px}
.penthouse { background-image: url(../img/icones/penthouse.svg); background-repeat: no-repeat; display: block; width: 50px; height: 50px}
.vistamar { background-image: url(../img/icones/vistamar.svg); background-repeat: no-repeat; display: block; width: 50px; height: 50px}
.garden { background-image: url(../img/icones/garden.svg); background-repeat: no-repeat; display: block; width: 50px; height: 50px}
.jacuzzi { background-image: url(../img/icones/jacuzzi.svg); background-repeat: no-repeat; display: block; width: 50px; height: 50px}
.coffee { background-image: url(../img/icones/coffee.svg); background-repeat: no-repeat; display: block; width: 50px; height: 50px}
.BBQicon { background-image: url(../img/icones/BBQicon.svg); background-repeat: no-repeat; display: block; width: 50px; height: 50px}
.GpsLocation { background-image: url(../img/icones/GpsLocation.svg); background-repeat: no-repeat; display: block; width: 50px; height: 50px}
.Pool { background-image: url(../img/icones/Pool.svg); background-repeat: no-repeat; display: block; width: 50px; height: 50px}
.bar { background-image: url(../img/icones/bar.svg); background-repeat: no-repeat; display: block; width: 50px; height: 50px}
.parking { background-image: url(../img/icones/parking.svg); background-repeat: no-repeat; display: block; width: 50px; height: 50px}
.gym { background-image: url(../img/icones/gym-2.svg); background-repeat: no-repeat; display: block; width: 50px; height: 50px}
.mapa-p { background-image: url(../img/icones/mapa.svg); background-repeat: no-repeat; display: block; width: 26px; height: 35px}
.tripadvisor { background-image: url(../img/tripadvisor.svg); background-repeat: no-repeat; display: block; width: 90px; height: 30px}
.google { background-image: url(../img/google.svg); background-repeat: no-repeat; display: block; width: 50px; height: 30px}
.instagram { background-image: url(../img/instagram.svg); background-repeat: no-repeat; display: block; width: 50px; height: 30px}
.booking { background-image: url(../img/booking.svg); background-repeat: no-repeat; display: block; width: 50px; height: 30px}
/*icons*/

.bx-facilities {margin-bottom: 40px;}
.bx-title-facilities {     position: absolute;bottom:0px;left: 0;background: #fff;text-align: left;
 padding: 10px 40px 0; z-index: 999;}
.bx-title-facilities-top { position: absolute;top:40px;left: 0;background: #fff;text-align: left;
 padding: 10px 40px 10px; z-index: 9999999;}
 .bx-title-facilities h3, .bx-title-facilities-top h3 { font-size:40px; color:#000;}
 .bx-title-facilities h3 span, .bx-title-facilities-top h3 span{ font-size:20px; color:#000; display:block;}
 .bx-detalhe-facilities { margin-top: 30px; font-size: 15px;color:#7E7E7E; padding: 0 40px}
 .bx-comentarios { font-size: 12px; font-style: italic; color:#000;}
 .bg-azul-careers{ background-color: #025490; color:#fff; text-align: center; padding: 40px 0 }
 .bg-azul-about{ background-color: #025490; color:#fff; text-align: center; padding:40px 0 }
 .bg-azul{ background-color: #025490; color:#fff; padding:40px 0 }



 /**/
 /* masonry basic */
.grid li  {transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s;}
.grid img { width:100%}
.grid-gallery { clear: both; float: left; width: 100%; }
.gallery-img a { position: relative; z-index: 2; display: block}
.grid-gallery ul { list-style: none; padding: 0; }
.grid-gallery figure { margin: 0; position: relative }
.grid-gallery figure img { display: block; width: 100%; opacity: 1; cursor: pointer; }
.grid-gallery figcaption h3 { margin: 0 0 8px; padding:0; text-transform:uppercase; }
.grid-gallery figcaption i { font-size: 32px; color: #2E77C9; margin-bottom: 20px}
.grid-gallery figcaption h3 a, .grid-gallery figcaption h3 {  font-weight: 400; color: #2E77C9}
.grid-gallery figcaption p { display:block; font-size:12px; letter-spacing:3px; text-transform:uppercase; text-decoration:none; color: #aeaeae; margin-bottom: 0 }
.grid { margin: 0 auto; }
.grid li { box-sizing: border-box; float: left; margin: 0; width: 25%; display: inline-block;  }
.grid figure { -webkit-transition: opacity 0.2s; transition: opacity 0.2s; }
.grid figcaption {  bottom: 70px; opacity: 0; position: absolute; text-align: center; width: 100%; transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; }
.gallery-img { opacity: 1; transition: all 0.3s ease 0s; overflow: hidden; }
.grid figure:hover .gallery-img {/*background-color:rgba(46,119,201,1);*/background-color:rgba(255,255,255,1); }
.no-hover figure:hover .gallery-img {background-color: transparent !important; }
.no-hover figure:hover img { opacity: 1 !important; -ms-transform: none; -webkit-transform: none;  transform: none; }
figure:hover img { -ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);  transform: scale(1.1,1.1); transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; opacity:0.15;  cursor:pointer; }
.mfp-figure figure:hover img { cursor: pointer}
.grid figure:hover figcaption { opacity: 1; transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease;}

/* portfolio grid - 2 column  */
.revolution-masonry-portfolio-list .portfolio-item { padding: 10px;}

/* portfolio grid */

/* portfolio grid - 2 column  */
.work-2col .grid li { float: left; width: 50%;}

/* portfolio grid - 3 column  */
.work-3col .grid figcaption {  top: 45%; }
.work-3col .grid li { float: left; width: 33.33%;}

/* portfolio grid - 4 column  */
.work-4col .grid li { float: left; width: 25%; }
.work-4col .grid figcaption {  bottom: 40px; }
#portfolio.work-4col .grid figcaption {  bottom: 60px; }
.work-4col .grid-gallery figcaption h3 { font-size: 13px; margin: 0 0 3px}
.work-4col .grid-gallery figcaption p { font-size: 11px}

/* portfolio grid - 5 column  */
.work-5col .grid li { float: left; width: 20%; }
.work-5col .grid figcaption {  bottom: 15px; }
.work-5col .grid-gallery figcaption h3 { font-size: 11px; margin: 0 0 3px; letter-spacing: 2px}
.work-5col .grid-gallery figcaption p { font-size: 10px; letter-spacing: 1px}
.work-5col .grid-gallery figcaption i { font-size: 28px; margin-bottom: 15px }
.work-5col figure:hover img { -ms-transform: none; -webkit-transform: none;  transform: none; transition:.1s; -webkit-transition: .1s; -moz-transition:.1s; opacity:.15;  }

/* portfolio grid - gutter */
.gutter .grid-gallery ul { margin-left: -14px}
.gutter .grid li { padding: 0 0 14px 14px;}

/* portfolio grid - with title */
.work-with-title .grid figcaption {opacity: 1; position: relative; bottom: 0; padding: 40px 0 30px 0; background: rgba(255,255,255,1); z-index: 2; }
.work-with-title .grid li figcaption h3, .work-with-title .grid figcaption h3 a, .work-with-title .grid li figcaption p {color: #888888 }
.work-with-title .grid figcaption h3 a { display: block}
.work-with-title .grid li:hover figcaption h3, .work-with-title .grid li:hover figcaption h3 a{color: #000 }
.work-with-title .grid li:hover figcaption { bottom: 50px;}
.work-with-title figure:hover img {opacity: 1; -ms-transform: none; -webkit-transform: none;  transform: none; transition:.1s; -webkit-transition: .1s; -moz-transition:.1s; opacity:.5; cursor:pointer;}
.work-with-title .gallery-img { }

/* portfolio grid - wide */
.work-2col.wide .grid figcaption { bottom: 100px}
.work-3col.wide .grid figcaption { bottom: 80px}
.work-4col.wide .grid figcaption { bottom: 60px}
.work-5col.wide .grid figcaption { bottom: 40px}

/* portfolio grid - wide with title */
.work-2col.wide-title .grid figcaption { bottom: 0;}
.work-3col.wide-title .grid figcaption { bottom: 0;}
.work-4col.wide-title .grid figcaption { bottom: 0;}
.work-5col.wide-title .grid figcaption { bottom: 0;}

/* portfolio masonry adjustment */
.grid-gallery ul { margin-left:1px; }
.work-5col.masonry .grid-gallery ul { margin-left: -1px}

/* portfolio parallax */
.parallax-portfolio { min-height: 600px; background-attachment: fixed; position: relative; overflow: hidden}
.look-project { position: absolute; bottom: 0; background-color: rgba(0,0,0,0.8); text-align: center; width: 100%; z-index: 3; transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease;}
.look-project a {  display: block; padding: 25px; font-size: 13px; letter-spacing: 3px; color: #fff}
.parallax-portfolio figcaption { background: rgba(46,119,201,1); padding: 45px; width: 100%; display: inline-block; z-index: 3; position: absolute; left:0; bottom:-10px; text-align: center; opacity: 0}
.parallax-portfolio figcaption h3 { font-weight: 400; letter-spacing: 6px; font-size: 16px; margin-bottom: 13px; color: #fff }
.parallax-portfolio figcaption p { text-transform: uppercase; letter-spacing: 4px; font-size: 12px; color: #888888; margin: 0}
.parallax-portfolio:hover figcaption { opacity: 1; transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; bottom: 73px }
.parallax-portfolio:hover .opacity-full { opacity: .5; background: #000; transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; }
.parallax-portfolio:hover .look-project { background-color: rgba(255,255,255,1); transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; }
.parallax-portfolio:hover .look-project a { color: #000; transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease;}

/* portfolio with short description */
.portfolio-short-description-bg { background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; width: 100%; transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; background-size:100%; overflow: hidden;}
.portfolio-short-description figure { background: rgba(27, 22, 28, 0.9); padding: 100px; display:inline-block; width: 50%; position: relative }
.portfolio-short-description figure h3 { font-size: 18px; letter-spacing: 4px; font-weight: 400; }
.portfolio-short-description figure p { letter-spacing: 1px; line-height: 23px;  }
.portfolio-short-description-bg:hover { background-size: 106%; transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; }
.portfolio-short-description-bg:hover figure {background: rgba(0,0,0,1);}

ul.list-logos-p  { margin:0 auto; display:block; }
.list-logos-p li { margin:0 10px 10px; display:inline-block;text-align:center; }
.list-logos-p li img {text-align:center; }
/*.list-logos-p li:nth-child(1) { width: 100%; display: inline-block;text-align: center;}
.list-logos-p li:nth-child(2) { width: 50%; display: inline; text-align: right; float: left }
.list-logos-p li:nth-child(3) { width: 50%; display: inline; text-align: left; float: left  }
.list-logos-p li:nth-child(4) { width: 50%; display: inline; text-align: right; float: left }
.list-logos-p li:nth-child(5) { width: 50%; display: inline; text-align: left; float: left }
.list-logos-p li:nth-child(6) { width: 50%; display: inline; text-align: right; float: left }
.list-logos-p li:nth-child(7) { width: 50%; display: inline;  text-align: left; float: left }*/

.p20 {
    padding: 20px 0;
}
.bx-review-hotel-p {}
.bx-review-hotel {
    font-size: 16px;
    font-style: italic;
    color: #000;

    text-align: left

}
.text-review{ float: left}
.icon-review{ float: left; margin-left: 10px}
.bx-review-hotel-p span.tripadvisor {
    background-image: url(../img/tripadvisor.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 90px;
    height: 30px;

}
.bx-review-hotel-p span.google {
    background-image: url(../img/google.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
}
.bx-review-hotel-p span.instagram {
    background-image: url(../img/instagram.svg);
    background-repeat: no-repeat;
     display: inline-block;
    width: 40px;
    height: 40px;
}
.bx-review-hotel-p span.booking {
    background-image: url(../img/booking.svg);
    background-repeat: no-repeat;
       display: inline-block;
    width: 104px;
    height: 40px;
}
.map-canvas {
    height: 450px;
    position: relative;
    background-color: #efefef;
    z-index: 1;
}
.map-canvas p{ color: #000;}
.contacts-p  {  padding-left: 40px}
.contacts-p h2 { margin: 40px 0}
.contacts-p p { font-size: 24px; margin-bottom: 20px}
.contacts-d  { color:#025490; padding: 40px 0}
.testedi{ position: absolute; bottom:0; width: 100%; margin-top: 50px}
.pr20-map { padding-right: 20px}
.bx-relacionados h2 {color:#025490;margin-bottom: 50px}
.owl-pro .owl-next    {position: absolute !important;top: 15% !important;}
.bx-relacionados .logo-hotel-mp img{margin-top:30px;height: 50px;margin: 0 auto;}

/*.menu-lang-select {background-color: #025490 !important; }*/

.btn-menu-lang {
  background-color: #025490;
  color: #fff !important;
  font-size: 18px;
  border: 1px solid #fff;
  margin-top: -5px;

}
.btn-menu-lang:hover, .btn-menu-lang:active, btn-menu-lang:focus, .btn-menu-lang:visited {
  background-color: #fff;
  color:#025490 !important;
  font-size: 18px;
  border: 1px solid #025490;
}
.menu-lang-option {
  background-color: #025490;
  color: #fff;
}
.menu-lang-option a {
  display:block;
  padding:10px;
}
.menu-lang-option a:hover {
  text-decoration:underline !important;
}
.mh75 {
  max-height: 75px;
}
.mh80 {
  max-height: 80px;
}
.logo-restaurante{
  height:60px;
  width:auto !important;
}
.box-hotel-img {
    position: relative;
    float: left;
    width: 100%;
    background-position: center !important;
}

.box-hotel-img:before {
    content: "";
    display: block;
    padding-top: 62%;
}
.box-specials-img {
    position: relative;
    float: left;
    width: 100%;
    background-position: center !important;
}

.box-specials-img:before {
    content: "";
    display: block;
    padding-top: 95%;
}
.owl-pro .owl-stage-outer {left:-25px;}
.owl-pro .owl-nav .owl-next {right:-30px;}
.footer-menu-right{
  margin-right:40px;
}
.di-b{
  display:inline-block;
}
.top-30{
  top:-30px;
}
.z999 {
  z-index:999 !important;
}
.z0 {
  z-index:0 !important;
}
.iScrollVerticalScrollbar {
  display: none !important;
}
#checkPrivacy{
  height:20px;
  width:20px;
  margin-bottom:20px !important;
}
.v-align-middle {
  vertical-align:middle;
  margin-bottom: 15px !important;
  font-weight: 500;
  font-size: 20px;
}
.titulo-menu-pesquisa {
  margin-bottom: 20px;
  max-width: 350px;
  margin-top:15px;
}
#media { padding-top:50px }
#menu-media-p {
    position: fixed !important;
    top: 100px;
    left: 0;
    /*width: 34%;*/
    z-index: 99;
}

.menu-media a {  display: block; color:#000; font-size: 24px; margin-left:40px; margin-bottom:20px}
.media-content { position:relative; border-left:1px solid #2E77C9; padding-left: 60px; color:#000}
.media-content h1 { margin-bottom:30px; color:#000}
.media-content:before {position: absolute; left: -5px; width:10px; height:500px; top:0; background-color:#2E77C9; content: '';}
.bx-media {box-shadow:2px 3px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 15px;
    position: relative;}
    .bx-media .btn, .bx-media .btn:hover  { font-size:24px; padding:10px 40px;
    color: #fff;
    background-color: #2E77C9;
    border-color: #2E77C9;
    }
.link-branco,.link-branco:hover,.link-branco:active{
  color: #fff;
}
.contacts-p h3 {
  font-weight: 500;
  font-size: 25px;
  margin: 20px 0;
}
.footer404{
    bottom: 0;
    position:  fixed;
    width: 100%;
}
.mt-30 {
  margin-top: -30px;
}

.scrollbaixo {
    position: absolute;
    width: 100%;
    bottom: 10%;
}
.scrollbaixo-h {
    position: absolute;
    width: 100%;
    bottom: 10%;
    z-index: 9;
}
.scroll-down {

  margin: 0 auto;
  text-align: center;
}

.scroll-down-btn {
  display: inline-block;
  color:#fff;
  vertical-align: top;
  margin: 0 0 14px;
  -webkit-animation: bounce 4s infinite 1.5s;
          animation: bounce 4s infinite 1.5s;

}

.scroll-down span {
  display: block;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color:#fff;
}
.zz-top{
  position: relative;
  z-index: 1;
}
.zz-down{
  position: relative;
  z-index: 0;
}

.logoideias img {
    width:32px;
    height:32px;
}
.inline-block {
  display:inline-block !important;
}
.h30 {
  height:30px !important;
}
@keyframes bounce {
  0%, 8%, 20%, 32%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  16% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
  24% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
}
.form-group #obs{
  margin-bottom: 0 !important;
}
.m0 {
  margin-left:0;
  margin-right: 0;
}
.contact-box p{
  font-size: 16px;
}
.contact-border-right {
  border-right: 2px solid #ffffff;
}
.padded-contact-box {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  color: #025490;
}
.pl20{
  padding-left: 20px;
}
.pr0{
  padding-right: 0px
}
.mb25{
  margin-bottom: 25px;
}
.link-azul {
  color: #025490;
}
.link-azul:hover {
  color: #025490;
}
.pb50{
  padding-bottom:50px;
}
.lh16 {
  line-height: 1.5 !important;
}
.p30{
  padding: 30px 0;
}
.p30-20{
  padding-top: 30px;
  padding-bottom: 20px;
}
.bottom0{
  bottom:0;
  position: absolute;
  margin-bottom: 12px;
}

.btn-menu-lang-header {
  text-transform: uppercase;
  background-color: #fff;
  color: #377dcb !important;
  font-size: 18px;
  /*border: 1px solid #025490;*/
  margin-top: -5px;
}
.drop-down-header{
  bottom:auto !important;
  margin:0 !important;
  left: -20px;
}
.drop-down-header a{
  color:#377dcb;
  background-color: #ffffff;
}

.padinit{
  padding: initial !important;
}
.mh200{
  max-height:200px;
}
#firstOwlHotel{
  margin-top: 50px;
}
.scrollbaixo-h {
    top: 475px;
}