body{
	font-family: 'Comfortaa', cursive;
}


h1{
	color: #5CA0AF;
	font-size: 2.0em;
	margin: 0px;
}

ul{
	padding-left: 20px;
}

/*#################################
BEGIN LOGO
#################################*/

#header.header-narrow .header-logo img{
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}
/*#################################
END LOGO
#################################*/

/*#################################
BEGIN HEADER MENU
#################################*/
#header .header-column{
	vertical-align: top;
}
#header .header-body {
	border-top: 0;
}
#header .header-nav-main nav > ul > li:hover > a {
	color: #adb3c2 !important;
}
#header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
	border-color: #adb3c2 transparent transparent transparent !important;
}
#header .header-nav-main nav > ul > li.active > a {
	background: transparent;
	color: #adb3c2 !important;
}
#header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after {
	border-color: #adb3c2 transparent transparent transparent !important;
}
#header .header-nav-main nav > ul > li a {
	background: none !important;
}
#header .header-nav-main nav > ul > li a:focus, #header .header-nav-main nav > ul > li a:active {
	color: #adb3c2 !important;
}
#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 {
	background-color: #182027;
	border-top: none !important;
	box-shadow: none !important;
}
#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li:last-child > a {
	border-bottom: none !important;
}
#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a {
	border-bottom: none;
	color: #777;
}
#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a:hover {
	background: none !important;
}
#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a > i {
	float: right;
}
#header .header-btn-collapse-nav {
	border-radius: 50%;
	height: 34px;
	width: 34px;
	padding: 0;
	margin-top: 14px;
}

html:not(.boxed) #header.header-full-width .header-container {
	padding-right: 27px;
	padding-left: 27px;
}

html.sticky-header-active #header .header-body {
	box-shadow: none;
}

@media (min-width: 991px) {
	#header .header-nav-main {
		margin-top: 7px;
	}
	#header .header-nav-main nav > ul > li > a {
		background: transparent !important;
		-webkit-transition: color 0.3s ease;
		-moz-transition: color 0.3s ease;
		transition: color 0.3s ease;
	}
	#header .header-nav-main nav > ul > li.active > a {
		background: transparent;
		color: #adb3c2 !important;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
		content: "\f105";
		font-family: FontAwesome;
		border: none;
		margin: 0;
	}
	#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 {
		padding: 7px 17px !important;
	}
	#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li.dropdown-submenu a i:nth-child(1) {
		display: block;
	}
	#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a {
		padding: 10px 0px !important;
		border-bottom: 0 !important;
		color: #999 !important;
	}
	#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a:hover {
		color: #FFF !important;
	}
	#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a > i {
		margin-top: 3px;
	}
	#header .header-social-icons {
		margin-top: 10px;
	}
}

#main {
	min-height: calc( 100vh - 173px );
}

/*
* Demo Photography 2
*/
@-webkit-keyframes header-reveal {
	0% {
		top: -150px;
	}
	100% {
		top: 0;
	}
}
@-moz-keyframes header-reveal {
	0% {
		top: -150px;
	}
	100% {
		top: 0;
	}
}
@-o-keyframes header-reveal {
	0% {
		top: -150px;
	}
	100% {
		top: 0;
	}
}
@keyframes header-reveal {
	0% {
		top: -150px;
	}
	100% {
		top: 0;
	}
}
html.zoomarine h1, html.zoomarine h2, html.zoomarine h3, html.zoomarine h4, html.zoomarine h5, html.zoomarine h6, html.zoomarine a, html.zoomarine p, html.zoomarine span {
	font-family: 'Comfortaa', cursive;
}
html.zoomarine.sticky-header-enabled #header .header-body {
	top: 0;
}

html.zoomarine.sticky-header-enabled.sticky-header-active #header .header-body {
	/*top: 0;
	background-color: rgba(60,60,60, 0.5);
	border-bottom: solid 1px #FFF;*/

	background-position: 0 -30px;

	-webkit-animation: header-reveal 0.4s ease-in;
	-moz-animation: header-reveal 0.4s ease-in;
	-o-animation: header-reveal 0.4s ease-in;
	animation: header-reveal 0.4s ease-in;
}

html.zoomarine #header.transparent-header {
	position: absolute;
	width: 100%;
	min-height: 0 !important;
}
html.zoomarine.sticky-header-enabled.sticky-header-active #header.transparent-header{
	background-color: #173957;;
	padding-bottom: 5px;
}
html.zoomarine #header.transparent-header .header-body {
	background: transparent;
	background-image: url(../img/bg_menu.png);
	background-position: 0 -10px;
	background-repeat: no-repeat;
	border: none;
}
html.zoomarine #header.transparent-header .header-nav-main nav {
	background: #FFF;
	padding: 10px;
}
html.zoomarine #header.transparent-header .header-nav-main nav > ul > li a {
	color: #777 !important;
	font-weight: 400;
	font-size: 11px;
}
html.zoomarine #header.solid-header .header-body {
	background: #1999B8;
	border: none;
}
html.zoomarine #header.solid-header .header-nav-main nav > ul > li a {
	color: #FFF;
	font-weight: 400;
	font-size: 11px;
}
html.zoomarine #header .header-btn-collapse-nav {
	background: #FFF !important;
}
html.zoomarine #header .header-btn-collapse-nav i {
	color: #000;
}


@media (min-width: 992px) {
	html.zoomarine #header.transparent-header .header-nav-main nav {
		background: transparent;
		padding: 0;
	}
	html.zoomarine #header.transparent-header .header-nav-main nav > ul > li > a {
		color: #FFF !important;
		line-height: 16px;
		padding-top: 5px;
	}
	html.zoomarine #header.transparent-header .header-nav-main nav > ul > li > a {
		padding-right: 0px;
		margin-right: 0px;

		margin-left: 20px;
	}

	html.zoomarine #header.solid-header .header-nav-main nav > ul > li ul li a {
		color: #777 !important;
	}
	html.zoomarine #header .header-nav-main {
		margin-top: 0;
	}
	html.zoomarine #header .header-nav-main.header-nav-main-photography-effect-1 nav ul li.dropdown:hover > .dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translate3d(-50%, 0, 0);
		-moz-transform: translate3d(-50%, 0, 0);
		-ms-transform: translate3d(-50%, 0, 0);
		-o-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		-webkit-transition: ease all 300ms;
		-moz-transition: ease all 300ms;
		transition: ease all 300ms;
	}
	html.zoomarine #header .header-nav-main.header-nav-main-photography-effect-1 nav ul li.dropdown > .dropdown-menu {
		top: initial;
		left: 50%;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translate3d(-50%, 3%, 0);
		-moz-transform: translate3d(-50%, 3%, 0);
		-ms-transform: translate3d(-50%, 3%, 0);
		-o-transform: translate3d(-50%, 3%, 0);
		transform: translate3d(-50%, 3%, 0);
		-webkit-transition: ease all 300ms;
		-moz-transition: ease all 300ms;
		transition: ease all 300ms;
	}
	html.zoomarine #header .header-nav-main.header-nav-main-photography-effect-1 nav ul li.dropdown > .dropdown-menu:before {
		content: '';
		display: block;
		position: absolute;
		top: -5px;
		left: 50%;
		width: 0;
		height: 0;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 7px solid white;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	html.zoomarine #header .header-nav-main nav {
		background: none;
		padding: 0;
	}
	html.zoomarine #header .header-nav-main nav > ul > li.dropdown:hover > a {
		padding-bottom: 5px;
	}
	html.zoomarine #header .header-nav-main nav > ul > li.dropdown a:after {
		content: none;
	}
	html.zoomarine #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
		content: "\f105";
		font-family: FontAwesome;
		border: none;
		margin: 0;
	}
	html.zoomarine #header .header-nav-main nav > ul > li:not(.dropdown) a:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 5px;
		left: 50%;
		width: 0;
		border-bottom: 2px solid #FFF;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transition: ease width 300ms;
		-moz-transition: ease width 300ms;
		transition: ease width 300ms;
	}
	html.zoomarine #header .header-nav-main nav > ul > li:not(.dropdown) a:hover:after {
		width: 100%;
	}
	html.zoomarine #header .header-nav-main nav > ul > li.active > a {
		color: #FFF !important;
	}
	html.zoomarine #header .header-nav-main nav > ul > li.active > a:before {
		content: '';
		display: block;
		position: absolute;
		bottom: 5px;
		left: 50%;
		width: 100%;
		border-bottom: 2px solid #FFF;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transition: ease width 300ms;
		-moz-transition: ease width 300ms;
		transition: ease width 300ms;
	}
	html.zoomarine #header .header-nav-main nav > ul > li:hover > a {
		color: #FFF !important;
	}
	html.zoomarine #header .header-nav-main nav > ul > li > a {
		color: #FFF !important;
		font-weight: 100;
		padding: 5px 0px;
		margin: 10px 13px;
		/*margin-right: 5px;*/
	}
	html.zoomarine #header .header-nav-main nav > ul > li > a:first{
		padding-left: 0px;
		margin-left: 0px;
	}
	html.zoomarine #header .header-nav-main nav > ul > li > a:last{
		padding-right: 0px;
		margin-right: 0px;
	}
	html.zoomarine #header .header-nav-main nav > ul > li a {
		border-bottom: none !important;
	}
	html.zoomarine #header .header-nav-main nav > ul > li ul {
		border-top: none !important;
		background-color: #FFF !important;
	}
	html.zoomarine #header .header-nav-main nav > ul > li ul li:hover > a {
		color: #c7c7c7 !important;
	}

	html.zoomarine #header .header-nav-main.header-nav-main-photography-effect-1 nav > ul > li.dropdown-mega-small{
		position: static;
	}
	html.zoomarine #header .header-nav-main.header-nav-main-photography-effect-1 nav ul li.dropdown.dropdown-mega-small .dropdown-menu {
		/*position: relative;*/
		/*right: 15px;*/
		left: initial;
		right: -150px;
		/*left: -100px;*/
		/*min-width: auto;*/
		width: 300px;
		margin: 10px;
	}
	html.zoomarine #header .header-nav-main.header-nav-main-photography-effect-1 nav ul li.dropdown.dropdown-mega-small > .dropdown-menu::before{
		left: 85%;
	}
	html.zoomarine #header .header-nav-main.header-nav-main-photography-effect-1 nav ul li.dropdown.dropdown-mega-small > .dropdown-mega-content.dropdown-mega-content-small {
		padding: 15px 10px;
		width: 400px;
		margin: 10px;
		border: solid 1px red;
		display: block;
	}
}
/*#################################
END HEADER MENU
#################################*/

/*#################################
BEGIN HEADER NAVBAR TOP
#################################*/
#header .header-nav-top{
	margin-top: 0px;
}
#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span{
	color: #FFF;
	font-size: 0.8em;
	padding: 2px 10px;
}
#header .header-nav-top .nav > li > a:hover, #header .header-nav-top .nav > li > a a:focus{
	color: #fcc276;
	background: none;
}
#header .header-nav-top .nav > li.langs > a, 
#header .header-nav-top .nav > li.langs > span{
	padding: 2px 2px;
}
#header .header-nav-top .nav > li.langs:last-child > a{
	padding-right: 0px;
}

#header .header-top.header-top-style-2{
	/*background-color: rgba(0,0,0,0.4);*/
	/*background-color: rgba(25,153,184,0.4);*/
	background-color: transparent;
	padding: 2px 0px;
	margin-top: -8px;
	border: none;
}
#header .header-top .header-nav-top{
	margin-right: 0px;
}

#header.solid-header .header-top.header-top-style-2{
	border-bottom: solid 1px #FFF;
}

.sticky-header-active #header .header-top{
	display: none;
}

/*#################################
END HEADER NAVBAR TOP
#################################*/

html.zoomarine #header .header-nav-main nav > ul > li > a,
.mobile-side-menu li a{
	padding: 0px 0px 0px 20px;
}



html.zoomarine #header .header-nav-main nav > ul > li:not(.dropdown) a::after{
	bottom: -5px;
}

html.zoomarine #header .header-nav-main nav > ul > li.dropdown:hover > a{
	padding-bottom: 0px;
}


/*#################################
BEGIN BANNERS HOMEPAGE
#################################*/
.homepage-banners .thumb-info .thumb-info-title{
	background: none;
	background-color: rgba(0,0,0,0.4);
	padding: 9px 22px 9px;
	bottom: 0;
	font-size: 15px;
	z-index: 2;
}

.homepage-banners .col-md-3.isotope-item:nth-child(4n+1){
	clear: none;
}

.homepage-banners{
	clear: both;
}

/*#################################
END BANNERS HOMEPAGE
#################################*/

/*#################################
BEGIN WEPROTECT
#################################*/
.section.section.section-background.we-protect{
	padding-left: 0px;
	background-position: 50% 100%; 
	min-height: 900px;

	/*background: none !important;*/
}
/*.weprotect_partners{
	background-color: #FFF;
}*/

.we-protect .owl-carousel .owl-item img{
	/*height: 85px;*/
	/*width: auto;*/
}

.we-protect .thumb-info{
	margin-bottom: 20px;
}

.we-protect .thumb-info-caption .thumb-info-caption-text{
	font-weight: bold;
}
.we-protect h5{
	background-color: #FFF;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 0;
	color: #5CA0AF;
	text-transform: none;
}
.we-protect a{
	text-decoration: none;
}

.section.section.section-background.we-protect h1{
	margin-bottom: 20px;
}
/*#################################
END WEPROTECT
#################################*/

#sidebar{
	z-index: 10000;
}


/*#################################
BEGIN CONTENT PAGE
#################################*/
.content-page .owl-carousel .owl-item img{
	height: 300px;
}

.content-page-background{
	padding-top: 200px;
	background: url(/images/bg_conteudos.jpg) no-repeat left bottom fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.content-page-overlay{
	background-color: rgba(255,255,255,0.9);

/*	border-left-color: #FFF;
	border-left-width: 5px;  
    border-left-style: solid;*/

    padding: 10px 20px;
}
.content-page-overlay h1{
	padding-top: 10px;
	padding-bottom: 10px;
}
.content-page-overlay p{	
    color: #7c7c7c;
}

.content-page-bottom-wrapper{
	background-color: #1999B8;
	padding: 5px 0px;
}

.content-page-bottom{
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;


	padding: 10px 20px;

	color: #FFF;
}
.content-page-bottom p{
	color: #FFF;

	font-size: 11px;
	line-height: 20px;
}

.content-page-bottom a:link,
.content-page-bottom a:active,
.content-page-bottom a:visited{
	color: #FFF;
}
.content-page-bottom a:hover{

}

.content-text{
	font-size: 12px;
}
/*#################################
END CONTENT PAGE
#################################*/





/*#btnReserveJa{
	padding: 8px 12px;
	margin-left: 6px;
}*/

/*#################################
BEGIN BUTTON BOOK NOW
#################################*/

html a.btn-book-now:link,
html a.btn-book-now:active,
html a.btn-book-now:visited{
	display: block;
	/*float: right;*/

	text-transform: uppercase;
	border: solid 2px #FFF;

	border-radius: 0px;
}
html a.btn-book-now:hover{
	background-color: #ad3234;
}

html .btn-book-now-mobile{
	display: block;
	float: right;

	text-transform: uppercase;
	border: solid 2px #FFF;

	border-radius: 0px;

	margin-right: 10px;
}

/*#################################
END BUTTON BOOK NOW
#################################*/



/*#################################
BEGIN COOKIES BAR
#################################*/
.cookie-message{
	position:fixed;
  	bottom:0;left:0;right:0;
}
.cookie-message .alert{
	margin-bottom: 0px;
	border-radius: 0px;

	border: none;

	background-image: url(../img/bg_menu.png);
	background-position: 0 0;
	background-repeat: no-repeat;

	
}
.cookie-message .alert p{
	color: #FFF;
	font-size: 12px;
}

.cookie-message .cookie-close-button{
	font-size: 10px;
	padding: 5px;
}

.cookie-message a:link,
.cookie-message a:active,
.cookie-message a:visited
{
	color: #FFF;
	text-decoration: none;
}
.cookie-message a:hover{
	color: #fcc276;
}


/*#################################
END COOKIES BAR
#################################*/


/*#################################
BEGIN MOBILE NAV
#################################*/

@media (max-width: 991px) {
	html.zoomarine #header.transparent-header{
		position: relative;
		background-color: #173957;
	}

	html.zoomarine #header.transparent-header .header-body{
		background: none;
	}

	html.zoomarine.sticky-header-enabled.sticky-header-active #header .header-body{
		background-color: #173957;
	}
}



html .mmenu-toggle-btn {
	display: block;
	/*width: 30px;*/
	height: auto;
/*	font-size: 20px;
	line-height: 30px;*/
	text-align: center;
	/*padding: 0;*/
	float: right;
	margin: 0px 5px 5px 0;
	vertical-align: middle;
	color: #fff;

	padding: 0px 5px;
	font-size: 30px;
	/*font-size: 12px;*/
	background-color: #173957;
	border: none;
	border-radius: 0px;
}
@media (min-width: 1200px) {
	.mmenu-toggle-btn {
		display: none;
	}
}
/*@media (max-width: 991px) {
	.mmenu-toggle-btn {
		margin-top: 10px;
	}
}*/
.mmenu-toggle-btn:hover, .mmenu-toggle-btn:focus {
	color: #fff;
	text-decoration: none;
}

.mobile-nav {
	display: block !important;
	position: fixed;
	top: 0;
	left: -250px;
	z-index: 999;
	width: 250px;
	height: 100%;
	overflow-y: scroll;
	padding: 20px 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #1999B8;
	border-right: solid 1px #FFF;
	background-color: #173A58;
}

.mobile-side-menu,
.mobile-side-menu-top,
.mobile-side-menu-langs{
	list-style: none;
	margin: 0;
	padding: 0;
	/*margin-left: 20px;*/
	margin-top: 20px;
	background-color: #173A58;
}
.mobile-side-menu-top li{
	padding-left: 10px;
}
.mobile-side-menu-top li a{
	color: #FFF;
	font-size: 12px;
}
.mobile-side-menu-langs ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.mobile-side-menu-langs ul li{
	padding: 5px;
	padding-bottom: 20px;
	
}
.mobile-side-menu-langs ul li a{
	display: inline-block;
	padding: 0px 10px;
}
.mobile-side-menu > li > a {
	text-transform: none;
}
.mobile-side-menu li {
	display: block;
	position: relative;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-bottom: 5px;
	/*border-top: solid 1px #4197D6;*/
	border-bottom: solid 1px #4197D6;
}
.mobile-side-menu li.level-1,
.mobile-side-menu li.level-2 {
	margin-left: 0px;
	padding-left: 0px;
	border-bottom: none;
}

.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li a {
	display: block;
	font-size: 14px;
	line-height: 19px;
	background-color: transparent;
	color: #fff;
	border: 0;
	padding: 0 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none !important;
}
.mobile-side-menu li a:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;

	padding-top: 10px;

}
.mobile-side-menu li li a {
	margin-left: 10px;
	font-size: 12px;
}
.mobile-side-menu li li a:before {
	font: normal normal 16px/40px "FontAwesome";
	text-decoration: inherit;
	content: "\f105";
	-webkit-font-smoothing: antialiased;
	float: left;
	margin-right: 10px;
}
.mobile-side-menu li li li a {
	margin-left: 20px;
}
.mobile-side-menu li .mmenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	color: #fff;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	width: 40px;
	height: 40px;
	margin-top: 1px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mobile-side-menu li .mmenu-toggle:after {
	content: "\f105";
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
	width: 19px;
	height: 19px;
	font-size: 19px;
	line-height: 19px;
	display: block;
	position: absolute;
	left: 10px;
	top: 11px;
}
.mobile-side-menu li.open > .mmenu-toggle:after {
	content: "\f106";
}

#mobile-menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.mmenu-open #mobile-menu-overlay {
	opacity: .15;
	visibility: visible;
}

.mmenu-open.body {
	left: 250px;
}
.mmenu-open #mobile-menu-overlay {
	opacity: 0.15;
	visibility: visible;
}
.mmenu-open .mobile-nav {
	left: 0;
}

/*#################################
END MOBILE NAV
#################################*/

/*#################################
BEGIN MENU ICONS
#################################*/


html.zoomarine #header .header-nav-main nav > ul > li > a::before,
.mobile-side-menu li.level-0 a::before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: -15px;
	width: 28px;
	height: 28px;
			
}
html.zoomarine #header .header-nav-main nav > ul > li > a.mapa-geral::before,
.mobile-side-menu li a.mapa-geral::before {
	background-image: url(/assets/zoomarine/img/menu-descobre-o-parque.png);
}
html.zoomarine #header .header-nav-main nav > ul > li > a.menu-precos-e-bilhetes::before,
.mobile-side-menu li a.menu-precos-e-bilhetes::before {
	background-image: url(/assets/zoomarine/img/menu-precos-e-bilhetes.png);
}
html.zoomarine #header .header-nav-main nav > ul > li > a.menu-visitas-em-grupo::before,
.mobile-side-menu li a.menu-visitas-em-grupo::before {
	background-image: url(/assets/zoomarine/img/menu-visitas-em-grupo.png);
}
html.zoomarine #header .header-nav-main nav > ul > li > a.menu-grupos-escolares::before,
.mobile-side-menu li a.menu-grupos-escolares::before {
	background-image: url(/assets/zoomarine/img/menu-grupos-escolares.png);
}
html.zoomarine #header .header-nav-main nav > ul > li > a.menu-campos-de-ferias::before,
.mobile-side-menu li a.menu-campos-de-ferias::before {
	background-image: url(/assets/zoomarine/img/menu-campos-de-ferias.png);
}
html.zoomarine #header .header-nav-main nav > ul > li > a.menu-dolphin-emotions::before,
.mobile-side-menu li a.menu-dolphin-emotions::before {
	background-image: url(/assets/zoomarine/img/menu-dem.png);
}
html.zoomarine #header .header-nav-main nav > ul > li > a.menu-conservacao-e-ciencia::before,
.mobile-side-menu li a.menu-conservacao-e-ciencia::before {
	background-image: url(/assets/zoomarine/img/menu-conservacao-e-ciencia.png);
}
html.zoomarine #header .header-nav-main nav > ul > li > a.menu-wedding-venue::before,
.mobile-side-menu li a.menu-wedding-venue::before {
	background-image: url(/assets/zoomarine/img/menu-eventos.png);
}


/*#################################
END MENU ICONS
#################################*/



.homepage-banners ul.portfolio-list .portfolio-item{
	border:solid 1px #FFF;
}




/*#################################
BEGIN PRECOS
#################################*/
.precos .plan{
	border: solid 1px #1999B8;
	background-color: #FFF;
	text-align: center;
	padding: 15px 5px;
}
.precos .plan h3,.precos .plan h4,.precos .plan h5,.precos .plan p, .precos .plan small {
	color: #1999B8;
	margin-bottom: 0px;
}
.precos .plan.featured{
	background-color: #1999B8;
}
.precos .plan.featured h3,.precos .plan.featured h4,.precos .plan.featured h5,.precos .plan.featured p,.precos .plan.featured small{
	color: #FFF;
}

.precos .plan h3{
	margin-bottom: 10px;
	/*font-size: 1.5em;*/
}
.precos .plan h4{
	margin-top: 20px;
	font-size: 1.4em;
	line-height: 23px;

	font-weight: 600;
}
.precos .plan h5{
	margin-top: 5px;
	font-size: 1.2em;
	
}
.precos .plan small{
	font-size: 70%;
	display: block;
	padding-top: 5px;
}

.precos .plan del{
	font-size: 80%;
}


.precos .plan.destaque.featured h2{
	display: inline-block;
	color: #FFF;
	border: solid 2px #FFF;
	font-weight: bold;
	
	margin: 10px 0px;
	margin-top: 0px;

	position: relative;
	text-align: center;

	font-size: 2.0em;
}
.precos .plan.destaque.featured div.preco_old{
	display: block;
	position: relative;
	top: 15px;
	/*margin: 0 auto;*/
	/*background-color: #1999B8;*/
	padding: 5px;
	z-index: 10;
	
}
.precos .plan.destaque.featured div.preco_old span{
	display: inline-block;
	border: solid 1px #FFF;
	color: #FFF;

	font-size: 1.2em;
	line-height: 15px;
	text-decoration: line-through;
	background-color: #1999B8;
	
	padding: 5px 10px;
}

.precos .plan.destaque .price-notes{
	color: #1999B8;
}
.precos .plan.destaque.featured .price-notes{
	color: #FFF;
}
.precos .plan.destaque.featured h4{
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.precos .plan.destaque h2{
	display: inline-block;
	color: #1999B8;
	border: solid 2px #1999B8;
	font-weight: bold;
	padding: 5px 20px;
	margin: 10px 0px;
}

.precos .plan.destaque.featured a:link,
.precos .plan.destaque.featured a:active,
.precos .plan.destaque.featured a:visited{
	display: inline-block;
	color: #FFF;
	border: solid 2px #FFF;
	font-weight: bold;
	padding: 5px 20px;
	margin: 10px 0px;
	text-decoration: none;
}
.precos .plan.destaque.featured a:hover{
	background-color: #fff;
	color: #1999B8;;
}
.precos .plan.destaque a:link,
.precos .plan.destaque a:active,
.precos .plan.destaque a:visited{
	display: inline-block;
	color: #1999B8;
	border: solid 2px #1999B8;
	font-weight: bold;
	padding: 5px 20px;
	margin: 10px 0px;
	text-decoration: none;
}
.precos .plan.destaque a:hover{
	background-color: #1999B8;
	color: #FFF;
}


/*#################################
END MENU PRECOS
#################################*/

html .btn-back-container{
	text-align: center;

	position: absolute;
	width: 100%;
	top: -85px;
	z-index: 20;
}
html a.btn-back:active,
html a.btn-back:link,
html a.btn-back:visited{
	color: #fff;
	background-color: #FE9001;
	border: solid 2px #FFF;
	border-radius: 0;
	padding: 10px 20px;
}
html a.btn-back:hover{
	background-color: #e58004;
}


.col-centered{
    display: inline-block;
    float: none;
    margin: 0 auto;
}


.slider-container{
	background: transparent;
}

.absolute-center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}



.mobile-side-menu li.level-0 a::before{
	left: 10px;
}

.restricoes h4{
	margin-top: 10px;
}




@media (max-width: 767px) {
	#header.header-narrow .header-logo img {
		height: auto !important;
		/*max-width: 160px;*/
		/*max-width: 80px;*/
		margin-top: 0px;
	}

	#header.header-narrow .header-logo img {
		height: auto !important;
		/*max-width: 160px;*/
		max-width: 120px;
		margin-top: 8px;
	}

	html .btn-book-now-mobile{
		font-size: 10px;
		border: solid 1px #FFF;
		margin-top: 8px;
	}
	html .mmenu-toggle-btn{
		margin-top: 2px;
	}

	h1{
		font-size: 1.4em;
		line-height: 25px;
	}
	.slogan h1{
		padding: 0px 10px;
	}

	.homepage-banners .thumb-info .thumb-info-title{
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 1px;
	}

	.section.section.section-background.we-protect{
		background: none !important;
		min-height: 100px;
		margin: 0px;
		padding: 0px;
	}

	
	.content-page-background{
		padding-top: 0px;
	}

	html .btn-back-container, html .btn-back-container{
		top: -50px;
	}
	html a.btn-back:active, html a.btn-back:link, html a.btn-back:visited{
		font-size: 10px;
		padding: 5px 10px;
	}
	
}

@media (min-width: 768px) {
	.section.section.section-background.we-protect{
		background-position: 60% 100%;
	}
}

@media (max-width: 1023px) {
	.content-page-background{
		padding-top: 0px;
	}
}

@media (min-width: 1199px) {
	html.zoomarine #header.transparent-header .header-nav-main nav > ul > li > a {
		padding-right: 0px;
		margin-right: 0px;

		margin-left: 40px;
	}
}
