/*
Theme Name: Parque Capivari 2020
Description: Tema criado exclusivamente para Parque Capivari
Author: Rafael Elias Alves Ribeiro e Wagalume
Version: 1.0
*/

/*@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Varela&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	background: #EEF3F7;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #505A5E;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input:not([type='checkbox']):not([type='radio']), select, textarea {
	-webkit-appearance: none;
}

*, ::after, ::before {
	box-sizing: border-box;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

.clear {
	clear: both;
}

.flex {
	display: -ms-flexbox;
	display: flex;
				  
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;

	justify-content: space-between;
}

.flex-around {justify-content: space-around}
.flex-left {justify-content: left;}
.flex-center {justify-content: center}
.flex-right {justify-content: flex-end;}
.align-center {-ms-flex-align: center; align-items: center}

/* #### HEADER #### */
#header {
	background: transparent;
	width: 100%;
	height: 150px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;

	transition: all 0.25s;
}

#header.header_fixed {
	height: 100px;
}

	.header_topo {
		background: #ffffff;
		width: 100%;
		height: 110px;
		position: relative;
		z-index: 2;

		box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0);

		transition: all 0.25s;
	}

	.header_fixed .header_topo {
		height: 100px;

		box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
	}
	
		.header_topo .content {
			height: 100%;
			padding: 0 20px;
			position: relative;
			z-index: 2;
		}

			.header_topo .content .logo {
				background: url(assets/img/logo_topo_capivari.png) no-repeat center left / contain;
				width: 273px;
				height: 100%;
				margin: 0;
				text-indent: -99999px;
				position: absolute;
				top: 0;
				left: 20px;

				transition: all 0.25s;
			}

			.header_fixed .content .logo {
			}

				.content .logo a {
					width: 100%;
					height: 100%;
					position: absolute;
					top: 0;
					left: 0;
					z-index: 1;
				}

			.ingresso_topo {
				position: absolute;
				top: 27px;
				right: 250px;

				transition: all 0.25s;
			}

			.header_fixed .ingresso_topo {
				top: 15px;
				right: 325px;
			}

				.ingresso_topo a {
					background: #41C0B0;
					padding: 12px 22px;
					color: #ffffff;
					font-size: 14px;
					font-weight: bold;					
					border-radius: 6px;
					display: inline-block;
					position: relative;
				}

					.ingresso_topo a img {
						height: 28px;
						margin: 0 10px 0 0;
						vertical-align: middle;
					}

					.ingresso_topo a span {
						position: relative;
						z-index: 2;
					}
					
			.toggleMenu {
				width: 40px;
				height: 42px;
				margin: auto 0;
				text-decoration: none;
				position: absolute;
				top: 0;
				right: 240px;
				bottom: 0;
				cursor: pointer;
				opacity: 0;
				z-index: -1;

				transition: all 0.25s;
			}

			.header_fixed .toggleMenu {
				opacity: 1;
				z-index: 1;
			}

				.line_one {
					background: #005649;
					width: 100%;
					height: 2px;
					position: absolute;
					top: 0;
					right: 0;

					transition: all 0.35s;
				}

					.toggle_ativo .line_one {
						-webkit-transform: rotate(28deg) translate(4px,9px);
						-moz-transform: rotate(28deg) translate(4px,9px);
						-ms-transform: rotate(28deg) translate(4px,9px);
						-o-transform: rotate(28deg) translate(4px,9px);
						transform: rotate(28deg) translate(4px,9px);
					}

				.line_two {
					background: #005649;
					width: 100%;
					height: 2px;
					position: absolute;
					top: 9px;
					right: 0;

					transition: all 0.35s;
				}

					.toggle_ativo .line_two {
						opacity: 0;
					}

				.line_three {
					background: #005649;
					width: 100%;
					height: 2px;
					position: absolute;
					top: 19px;
					right: 0;

					transition: all 0.35s;
				}

					.toggle_ativo .line_three {
						-webkit-transform: rotate(-28deg) translate(4px,-9px);
						-moz-transform: rotate(-28deg) translate(4px,-9px);
						-ms-transform: rotate(-28deg) translate(4px,-9px);
						-o-transform: rotate(-28deg) translate(4px,-9px);
						transform: rotate(-28deg) translate(4px,-9px);
					}

				.toggleMenu span {
					width: 100%;
					height: 18px;
					font-size: 12px;
					line-height: 12px;
					color: #005649;
					text-align: center;
					font-weight: bold;
					text-transform: uppercase;
					position: absolute;
					left: 0;
					bottom: -3px;
				}

			.redes_topo {
				position: absolute;
				top: 35px;
				right: 20px;

				transition: all 0.25s;
			}

			.header_fixed .redes_topo {
				top: 30px;
			}

				.redes_topo img {
					height: 21px;
					width: auto;
					margin: 0 0 0 25px;
					vertical-align: middle;
				}

					.redes_topo img:hover {
						opacity: 0.7;
					}

	.header_baixo {
		background: #05574B;
		width: 100%;
		height: 50px;
		position: absolute;
		top: 110px;
		left: 0;
		z-index: 1;

		box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0);

		transition: all 0.25s;
	}

	.header_fixed .header_baixo {
		top: 40px;
	}

	.header_baixo_ativo,
	.header_fixed .header_baixo_ativo {
		top: 100px;

		box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
	}

		.header_baixo .content {
			padding: 0;
			text-align: center;
		}

			#menu_header {
				width: 100%;
				height: 100%;
				padding: 5px 0;
			}

				#menu_header ul {
					width: 100%;
					margin: 0;
					text-align: center;
				}

					#menu_header ul li {
						margin: 0 10px;
						display: inline-block;
						position: relative;
					}

						#menu_header ul li a {
							background: transparent;
							padding: 10px 0;
							font-size: 14px;
							letter-spacing: .1em;
							line-height: 20px;
							text-transform: uppercase;
							color: #EEF3F7;
							display: inline-block;
						}

							#menu_header ul li a:hover {
								color: #FFFFFF;
							}

@media screen and (min-width: 1024px) {
	#menu_header ul .sub-menu {
		width: 130px;
		position: absolute;
		background: #00574B;
		left: 0;
		right: 0;
		margin: 0;
		padding: 10px 5px;
		border-radius: 5px;
		box-shadow: 0px 5px 8px rgba(0,0,0, 0.5);
		display: none;
	}
	
	#menu_header ul li:hover .sub-menu {
		display: block;
	}	
}

/* #### CONTENT #### */
.page_header {
	background: #EEF3F7;
	width: 100%;
	height: 320px;
	margin: 128px 0 0 0;
	position: relative;
	z-index: 3;
}

	.page_header .content {
		padding: 120px 20px 300px;
		position: relative;
		z-index: 3;
	}

		.page_header .content h1 {
			margin: 0;
			font-size: 66px;
			line-height: 70px;
			color: #ffffff;
			font-weight: bold;
			text-transform: uppercase;
			letter-spacing: .1em;
		}

	.page_header_bg {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	
	.page_header_bg::before {
		display: block;
		content: '';
		width: 100%;
		height: 100%;
		background: #000000;
		opacity: .5;
	}

	.page_header_bg_over {
		content: '';
		background: url(assets/img/base_topo-paginasinternas.png) no-repeat center bottom / cover;
		width: 100%;
		height: 240px;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 2;
	}

.content_wrapper {
	width: 100%;
	position: relative;
	z-index: 3;
	overflow: hidden;
}

	.anchor_menu {
		width: 0px;
		height: 0px;
		position: absolute;
		top: -90px;
		left: 0;
	}

	.content {
		width: 100%;
		max-width: 1040px;
		margin: 0 auto;
		padding: 70px 20px;
		position: relative;
	}

		.content h1 {
			margin: 0 0 20px 0;
			font-size: 55px;
			line-height: 59px;
			color: #455057;
		}

		.content h2 {
			margin: 0 0 20px 0;
			font-size: 34px;
			line-height: 44px;
			color: #005649;
			text-transform: uppercase;
			font-weight: bold;
		}

		.content h3 {
			margin: 0 0 20px 0;
			font-size: 24px;
			line-height: 28px;
			color: #455057;
		}

		.content h4 {
			margin: 0 0 20px 0;
			font-size: 20px;
			line-height: 24px;
			color: #455057;
		}

		.content p {
			margin: 0 0 18px 0;
		}

		.content ul {
			list-style: disc;
			margin: 0 0 25px 18px;
		}

		.content ol {
			list-style: decimal;
			margin: 0 0 25px 18px;
		}

		.content hr {
			background: no-repeat;
			width: 100%;
			padding: 0;
			margin: 0 0 25px 0;
			border: none;
			display: inline-block;
		}

		.wp-block-spacer {
			height: 20px !important
		}

		.white {
			color: #ffffff !important;
		}

		.center {
			text-align: center;
		}

		.mb-0 {margin-bottom: 0px !important;}
		.mb-1 {margin-bottom: 5px !important;}
		.mb-2 {margin-bottom: 10px !important;}
		.mb-3 {margin-bottom: 15px !important;}
		.mb-4 {margin-bottom: 20px !important;}
		.mb-5 {margin-bottom: 25px !important;}
		.mb-6 {margin-bottom: 30px !important;}
		.mb-7 {margin-bottom: 35px !important;}
		.mb-8 {margin-bottom: 40px !important;}
		.mb-9 {margin-bottom: 45px !important;}
		.mb-10 {margin-bottom: 50px !important;}
		.mb-11 {margin-bottom: 55px !important;}
		.mb-12 {margin-bottom: 60px !important;}
		.mb-13 {margin-bottom: 65px !important;}
		.mb-14 {margin-bottom: 70px !important;}

		.video-container-wrapper {
			width: 100%;
			margin: 20px auto 30px;
		}

			.video-container {
				position: relative;
				padding-bottom: 56.2%;
				height: 0;
				width: 100%;
				overflow: hidden;
				margin-top: 15px;
				margin-bottom: 30px;
			}

			.video-container iframe, .video-container object, .video-container embed {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}

/* #### HOME #### */
.content_wrapper_home {
	margin: 128px 0 0 0;
}

.home_inicio_wrapper {
	background: #ffffff;
	width: 100%;
	position: relative;
	overflow: hidden;
	max-height: 550px;
}

.home_inicio_wrapper:after {
	content: '';
	background: #f5f5f5;
	width: 100%;
	height: 360px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

	.home_inicio_wrapper .content {
		max-width: 1650px;
		padding: 0;
		position: relative;
		z-index: 2;
	}

		.banner_repeater_wrapper {
			width: 100%;
		}

			.banner_repeater_slider {
				width: 100%;
				position: relative;
			}

				.banner_repeater_slider .slick-dots {
					width: 100%;
					margin: 0;
					text-align: center;
					list-style: none;
					position: absolute;
					left: 0;
					bottom: 10px;
					z-index: 20;
				}

					.banner_repeater_slider .slick-dots li {
						margin: 0 5px;
						padding: 0;
						display: inline-block;
					}

						.banner_repeater_slider .slick-dots li button {
							background: #ffffff;
							width: 12px;
							height: 12px;
							padding: 0;
							text-indent: -9999px;
							border: none;
							border-radius: 6px;
							outline: none;
							cursor: pointer;
						}

						.banner_repeater_slider .slick-dots li.slick-active button {
							background: #FBBD45;
						}

				.banner_in_slide {
					width: 100%;
					padding: 45px 0;
					position: relative !important;
				}

					.banner_in_wrapper {
						width: 90%;
						max-width: 1255px;
						margin: 0 auto;
						position: relative;
					}

						.banner_img {
							width: 50%;
							height: calc(100% - 10px);
							margin: auto 0;
							position: absolute;
							top: 0;
							left: 0;
							bottom: 0;
							z-index: 2;
						}

							.banner_img span {
								width: 100%;
								padding: 10px 20px;
								font-size: 15px;
								line-height: 19px;
								font-weight: bold;
								color: #ffffff;
								text-align: right;
								position: absolute;
								right: 0;
								bottom: 0;
								z-index: 2;
							}

						.banner_fundo {
							width: calc(100% - 310px);
							height: 450px;
							padding: 70px;
							position: relative;
							z-index: 1;
						}

							.banner_txt {
								width: 60%;
								padding: 20px 80px 20px 0;
							}

								.banner_txt h2 {
									margin: 0;
									font-size: 66px;
									line-height: 70px;
									color: #ffffff;
									font-weight: bold; 
								}

								.banner_txt h3 {
									margin: 30px 0 0 0;
									font-size: 18px;
									line-height: 22px;
									color: #ffffff;
									font-weight: bold;
									text-transform: uppercase;
								}

									.banner_txt h3 img {
										margin: -2px 0 0 15px;
										vertical-align: middle;
										display: inline-block;
									}

					.detalhe_1, .detalhe_2, .detalhe_3 {
						position: absolute;
						z-index: 5;
					}

						.detalhe_1, .detalhe_2, .detalhe_3 img {
							display: block;
						}

					.detalhe_1 {
						top: 200px;
						left: 0;
					}

					.detalhe_2 {
						top: 0;
						right: 0;
					}

					.detalhe_3 {
						right: 0;
						bottom: 0;
					}

					.banner_in_slide a.banner_mais {
						width: 100%;
						height: 100%;
						position: absolute;
						top: 0;
						left: 0;
						z-index: 10;
					}

.home_compre_wrapper {
	background: #f5f5f5;
	width: 100%;
	position: relative;
}

	.home_compre_wrapper .content {
		max-width: 1280px;
		padding: 50px 20px 100px;
		position: relative;
		z-index: 2;
	}

		.compre_titulo {
			width: 100%;
			margin: 0 auto;
			position: relative;
			background: #41C0B0
		}

			.compre_titulo_left {
				padding: 35px 70px 35px 70px;
				border-radius: 8px;
				position: relative;
				overflow: hidden;
				z-index: 0;
				margin: 0 auto;
				max-width: 800px;
			}

				.compre_titulo_left p {
					float: left;
					max-width: 260px;
					margin: 0;
					margin-right: 20px;
					font-size: 16px;
					line-height: 20px;
					color: #FFFFFF;
					font-weight: bold;
					position: relative;
					z-index: 2;
				}

				.compre_titulo_left a {
					background: #00574B;
					padding: 20px 35px;
					font-size: 14px;
					line-height: 20px;
					color: #ffffff;
					font-weight: bold;
					border-radius: 8px;
					display: inline-block;
					position: relative;
					float: right;
				}

					.compre_titulo_left a img {
						margin: -3px 0 0 15px;
						vertical-align: middle;
					}

					.compre_titulo_left a span {
						position: relative;
						z-index: 2;
					}
					
					.compre_titulo_left .icon-ticket {
						float: left;
						margin-right: 20px;
					}
@media screen and (max-width: 671px) {
	.compre_titulo_left p {
		max-width: calc(100% - 80px);
	}
	
	.compre_titulo_left a {
		float: none;
		margin: 20px auto;
	}
}

		.compre_repeater_wrapper {
			width: 100%;
			display: inline-block;
		}

			.compre_repeater_box {
				width: calc(50% - 18px);
				height: 370px;
				margin: 9px;
				float: left;
				border-radius: 10px;
				position: relative;
				overflow: hidden;
				cursor: pointer;
			}

			.compre_repeater_box:nth-of-type(2) {
				height: 758px;
				float: right;
			}

				.compre_repeater_img {
					width: 100%;
					height: 100%;
					position: absolute;
					top: 0;
					left: 0;
					z-index: 0;

					transition: all 0.25s;
				}

					.compre_repeater_box:hover .compre_repeater_img {
						transform: scale(1.05);
					}

				.compre_repeater_txt {
					background: #e7d848;
					width: 100%;
					padding: 25px;
					color: #ffffff;
					position: absolute;
					left: 0;
					bottom: 0;
					z-index: 2;

					transition: all 0.25s;
				}

					.compre_repeater_txt h3 {
						margin: 0;
						font-size: 22px;
						line-height: 29px;
						color: #ffffff;
						font-weight: bold;
						text-transform: uppercase;
						letter-spacing: .1em;

						transition: all 0.25s;
					}

						.compre_repeater_box:hover .compre_repeater_txt h3 {
							margin: 0 0 20px 0;
						}

					.txt_rep_compre {
						display: none;
						font-size: 15px;
						line-height: 21px;
						font-weight: 500;
					}

						.compre_repeater_box:hover .txt_rep_compre {
							display: block;
						}

					.detalhes_rep_compre {
						display: none;
						font-size: 15px;
						line-height: 21px;
						font-weight: 500;
						text-decoration: underline;
					}

						.compre_repeater_box:hover .detalhes_rep_compre {
							display: inline-block;
						}

				.compre_repeater_box a.rep_compre_mais {
					width: 100%;
					height: 100%;
					position: absolute;
					top: 0;
					left: 0;
					z-index: 5;
				}

.home_parque_wrapper {
	background: #ffffff;
	width: 100%;
}

	.home_parque_wrapper .content {
		max-width: 1650px;
		padding: 0;
	}

		.home_parque_in {
			width: 100%;
			max-width: 1000px;
			margin: 0 auto;
			padding: 120px 40px;
		}

			.home_parque_box {
				width: 100%;
				max-width: 350px;
			}

				.home_parque_box h2 {
					margin: 0 0 30px 0;
					padding: 0 0 20px 0;
					font-size: 40px;
					line-height: 44px;
					font-weight: bold;
					position: relative;
				}

				.home_parque_mais {
					width: 100%;
					margin: 20px 0 0 0;
					display: inline-block;
				}

					.home_parque_mais a {
						font-size: 18px;
						line-height: 22px;
						color: #43BFB0;
						font-weight: bold;
					}

.banner_full_center {
	background: #55BAAD;
	padding: 100px 0;
}

	.banner_full_center h2 {
		font-size: 2em;
		text-transform: uppercase;
		text-align: center;
		font-weight: bold;
		color: #00574B;
	}
	
	.banner_full_center p {
		text-align: center;
		max-width: 700px;
		margin: 30px auto;
		color: #FFF;
	}
	
	.banner_full_center .app-store-btns {
		text-align: center;
	}
		
	
.home_atracoes_wrapper {
	background: url(assets/img/fundo_atracoes_do_parque_home.png) no-repeat right bottom 225px;
	width: 100%;
}

	.home_atracoes_wrapper .content {
		max-width: 1400px;
	}

		.home_atracoes_wrapper .content h2 {
			margin: 0 0 35px 0;
			padding: 0 0 20px 0;
			font-size: 40px;
			line-height: 44px;
			font-weight: bold;
			position: relative;
		}

		.home_atividades_slider_wrapper {
			width: 100%;
			margin: 0 0 120px 0;
			display: inline-block;
		}

			.home_atividades_setas {
				width: 100%;
				margin: 0 0 30px 0;
				text-align: center;
				display: inline-block;
			}

				.home_atividades_setas div {
					display: inline-block;
				}

					.home_atividades_setas img {
						max-width: 100%;
						height: auto;
						margin: 5px;
						display: block;
						cursor: pointer;
					}

						.home_atividades_setas img:hover {
							opacity: 0.7;
						}

			.home_atividades_slider {
				width: 100%;
			}

			.home_atividades_slider .slick-list {
				overflow: inherit !important;
			}

				.home_atividade_box {
					height: 430px !important;
					margin: 0 15px;
					color: #ffffff;
					position: relative;
					overflow: hidden;
					border-radius: 10px;

					box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.2);
				}

					.home_atividade_img {
						width: 100%;
						height: 100%;
						position: absolute;
						top: 0;
						left: 0;
						z-index: 1;
						transition: all 0.25s;
					}

					.home_atividade_box:hover .home_atividade_img {
						transform: scale(1.05);
					}

						.home_atividade_img:after {
							content: '';
							background: rgba(0,0,0,0);
							background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
							background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.5)));
							background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
							background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
							background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
							background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
							filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
							width: 100%;
							height: 100%;
							position: absolute;
							left: 0;
							bottom: 0;
							z-index: 2;
						}

					.home_atividades_txt {
						padding: 0 40px 20px;
						position: absolute;
						left: 0;
						bottom: -40px;
						z-index: 3;

						transition: all 0.25s;
					}

					.home_atividade_box:hover .home_atividades_txt {
						bottom: 0;
					}

						.home_atividades_txt h3 {
							margin: 0 0 15px 0;
							font-size: 25px;
							line-height: 29px;
							color: #ffffff;
							font-weight: bold;
						}

							.home_atividades_txt h3 img {
								margin: -2px 0 0 10px;
								display: inline-block;
								vertical-align: middle;
							}

						.home_atividade_url a {
							font-size: 15px;
							line-height: 19px;
							color: #ffffff;
							text-decoration: underline;
						}

					.home_atividade_box a.home_atividade_mais {
						width: 100%;
						height: 100%;
						position: absolute;
						top: 0;
						left: 0;
						z-index: 5;
					}

		.home_atracoes_baixo {
			width: 100%;
			text-align: center;
			display: inline-block;
		}

			.home_atracoes_baixo_mais {
				width: 100%;
				margin: 0 0 20px 0;
				display: inline-block;
			}

				.home_atracoes_baixo a {
					background: #41C0B0;
					padding: 20px 50px;
					font-size: 16px;
					line-height: 20px;
					color: #ffffff;
					font-weight: bold;
					text-transform: uppercase;
					letter-spacing: .1em;
					border-radius: 8px;
					display: inline-block;
					position: relative;
				}

					.home_atracoes_baixo a img {
						margin: -3px 0 0 15px;
						vertical-align: middle;
					}

					.home_atracoes_baixo a span {
						position: relative;
						z-index: 2;
					}

			.home_atracoes_baixo p {
				margin: 0;
				font-size: 13px;
				line-height: 17px;
				font-weight: bold;
			}

.home_eventos_wrapper {
	background: #05574B;
	width: 100%;
}

	.home_eventos_wrapper .content {
		max-width: 1400px;
	}

		.home_eventos_wrapper .content h2 {
			color: #ffffff;
			margin: 0 0 35px 0;
			padding: 0 0 20px 0;
			font-size: 40px;
			line-height: 44px;
			font-weight: bold;
			position: relative;
		}

		.home_eventos_slider_wrapper {
			width: 100%;
			margin: 0 0 100px 0;
			display: inline-block;
		}

			.home_eventos_slider {
				width: 100%;
			}

			.home_eventos_slider .slick-list {
				overflow: inherit !important;
			}

				.home_eventos_slider .evento_box {
					height: 370px !important;
					border-radius: 10px;
				}

.home_futuras_wrapper {
	width: 100%;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.home_futuras_baixo {
	background: #ffffff;
	width: 100%;
	height: 300px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
}

	.home_futuras_wrapper .content {
		max-width: 450px;
		min-height: 700px;
		padding: 0 20px 200px;
		position: relative;
		z-index: 10;
	}

		.home_futuras_in {
			width: 100%;
		}

			.home_futuras_in h2 {
				font-size: 40px;
				line-height: 44px;
				font-weight: bold;
			}

			.url_futuras {
				width: 100%;
				margin: 30px 0 0 0;
				text-align: center;
				display: inline-block;
			}

				.url_futuras a {
					background: transparent;
					padding: 15px 35px;
					font-size: 18px;
					line-height: 22px;
					color: #ffffff;
					font-weight: bold;
					border: 3px solid #ffffff;
					border-radius: 8px;
					display: inline-block;
				}

					.url_futuras a span {
						padding: 0 0 0 20px;
					}

					.url_futuras a:hover {
						background: #ffffff;
						color: #000000;
					}

	.futuras_play {
		width: 250px;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 12;
		margin-bottom: 30px;
	}

		.futuras_play img {
			max-width: 100%;
			height: auto;
			margin: 0 auto;
			display: block;
		}

			.futuras_play img:hover {
				opacity: 0.7;
			}

	.home_futuras_filter {
		background: rgba(0, 0, 0, 0.5);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}

	.video-foreground,
	.home_futuras_wrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
	}

	@media (min-aspect-ratio: 16/9) {
		.video-foreground { height: 300%; top: -100%; }
	}
	@media (max-aspect-ratio: 16/9) {
		.video-foreground { width: 300%; left: -100%; }
	}

.home_agenda_wrapper {
	width: 100%;
}

	.home_agenda_wrapper .content {
		padding: 60px 20px 120px;
	}

		.home_agenda_wrapper .content h2 {
			padding: 0 0 25px 0;
			font-weight: bold;
			position: relative;
		}

		.agenda_repeater {
			width: 100%;
		}

			.agenda_pager {
				width: 100%;
				margin: 0 0 30px 0;
				text-align: center;
				display: inline-block;
			}

				.agenda_pager div {
					display: inline-block;
				}

					.agenda_pager img {
						max-width: 100%;
						height: auto;
						margin: 5px;
						display: block;
						cursor: pointer;
					}

						.agenda_pager img:hover {
							opacity: 0.7;
						}

			.agenda_slider {
				width: 100%;
			}

			.agenda_slider .slick-list {
			    overflow: inherit !important;
			}

				.agenda_box {
					width: 580px;
					margin: 0 25px 0 0;
					border-radius: 8px;
					position: relative;
					outline: none;

					box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
				}

					.agenda_box_left {
						width: 45%;
						height: calc(100% + 4px);
						border-radius: 8px;
						position: absolute;
						top: -2px;
						left: -2px;
					}

					.agenda_box_right {
						background: #ffffff;
						width: 55%;
						margin: 0 0 0 45%;
						padding: 30px 25px;
					}

						.agenda_box_right h3 {
							font-size: 16px;
							line-height: 20px;
							font-weight: bold;
							text-transform: uppercase;
							letter-spacing: .05em;
						}

						.agenda_data {
							width: 100%;
							margin: 0;
							padding: 10px 0;
							font-size: 17px;
							line-height: 21px;
							display: inline-block;
						}

						.agenda_box_right p {
							font-size: 16px;
							line-height: 18px;
						}

						.agenda_box_right a {
							width: 100%;
							font-size: 13px;
							line-height: 17px;
							font-weight: bold;
							display: inline-block;
							outline: none;
							color: #2da596;
						}

.modal-open .modal {
	background: #ffffff;
	z-index: 9999;
}

	.modal.show .modal-dialog {
		width: 90%;
		max-width: 1000px;
	}

		body .modal-content {
			border: none;
			border-radius: 0px;
			position: relative;
		}

			.modal-content .close {
				width: 100%;
				margin: 0 0 50px 0;
				font-size: 18px;
				line-height: 22px;
				font-weight: bold;
				text-align: center;
				float: none;
				opacity: 1;
				display: inline-block;
				direction: inherit;
				position: relative;
				outline: none;
				z-index: 2;

				text-shadow: none;
			}

			.modal-content h2 {
				width: 100%;
				margin: 0 0 40px 0;
				font-size: 20px;
				line-height: 24px;
				color: #455057;
				font-weight: bold;
				text-align: center;
			}

.home_trabalhe_wrapper {
	width: 100%;
}

	.home_trabalhe_wrapper .content {
		padding: 170px 20px 70px;
	}

		.trabalhe_home_in {
			width: 100%;
			position: relative;
		}
		
			.trabalhe_home_in:before {
				content: '';
				background: #FBBD45;
				width: 100%;
				height: calc(100% - 35px);
				border-radius: 6px;
				position: absolute;
				top: 0;
				left: 0;
				z-index: -1;
			}

			.trabalhe_home_left {
				width: 50%;
				padding: 65px 0 0 65px;
			}

				.trabalhe_home_left h2 {
					padding: 0 0 25px 0;
					font-weight: bold;
					position: relative;
				}

				.trabalhe_home_left p {
					font-size: 17px;
					line-height: 21px;
					color: #ffffff;
					font-weight: bold;
				}

				.trabalhe_home_link {
					width: 100%;
					margin: 30px 0 0 0;
					display: inline-block;
				}

					.trabalhe_home_link a {
						background: #41C0B0;
						padding: 25px 60px;
						font-size: 16px;
						line-height: 20px;
						color: #ffffff;
						font-weight: bold;
						border-radius: 8px;
						display: inline-block;
						position: relative;
						box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.2);
					}

						.trabalhe_home_link a:hover {
							background: #45c57f;
						}

						.trabalhe_home_link a img {
						    margin: -3px 0 0 15px;
						    vertical-align: middle;
						}

			.trabalhe_home_img {
				position: absolute;
				right: 0;
				bottom: -42px;
			}

.home_viva_wrapper {
	background: #ffffff;
	width: 100%;
	position: relative;
	overflow: hidden;
}

	.viva_relogio {
		position: absolute;
		top: 150px;
		right: 0;
	}

	.home_viva_wrapper .content {
		max-width: 1060px;
		position: relative;
		z-index: 3;
	}

		.bg_experiencia_topo {
			position: absolute;
			top: 90px;
			left: -170px;
			z-index: 0;
		}

		.bg_experiencia_baixo {
			position: absolute;
			bottom: -100px;
			right: -140px;
			z-index: 0;
		}

		.home_viva_wrapper .content h2 {
			margin: 0 0 50px 0;
			padding: 0 0 20px 0;
			font-size: 40px;
			line-height: 44px;
			font-weight: bold;
			position: relative;
		}
		.experiencias_repeater {
			width: 100%;
			display: inline-block;
		}

			.experiencias_box {
				width: calc(50% - 40px);
				margin: 20px;
				position: relative;
				float: left;
			}

			.experiencias_box:nth-of-type(2) {
				float: right;
			}

			.experiencias_box:nth-of-type(4) {
				width: calc(100% - 40px);
			}

				.experiencias_box:before {
					content: '';
					background: url(assets/img/viva_essa_experiencia_home_detalhe_1.png) no-repeat center center / contain;
					width: calc(100% + 50px);
					height: calc(100% + 50px);
					position: absolute;
					top: -25px;
					left: -25px;
					z-index: 1;
				}

				.experiencias_box_in {
					width: 100%;
					height: 320px;
					border-radius: 10px;
					overflow: hidden;
					position: relative;
					z-index: 2;

					box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.2);
				}

				.experiencias_box:nth-of-type(2) .experiencias_box_in {
					height: 680px;
				}

					.experiencia_img {
						width: 100%;
						height: 100%;
						position: absolute;
						top: 0;
						left: 0;
						z-index: 1;
					}

						.experiencia_img:after {
							content: '';
							background: rgba(0,0,0,0);
							background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
							background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.5)));
							background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
							background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
							background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
							background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
							filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
							width: 100%;
							height: 100%;
							position: absolute;
							left: 0;
							bottom: 0;
							z-index: 2;
						}

					.experiencia_txt {
						width: 100%;
						padding: 0 20px 20px;
						text-align: center;
						position: absolute;
						left: 0;
						bottom: 0;
						z-index: 3;
					}

						.experiencia_txt h3 {
							margin: 0;
							font-size: 25px;
							line-height: 29px;
							color: #ffffff;
							font-weight: bold;
							text-transform: uppercase;
						}

.home_newsletter_wrapper {
	width: 100%;
}

	.home_newsletter_wrapper .content {
		padding: 70px 20px 120px;
	}

		.news_in_wrapper {
			background: #ffffff;
			width: calc(100% - 125px);
			border-radius: 8px;
			position: relative;
		}

			.news_box {
				padding: 60px 150px 50px 80px;
				position: relative;
				z-index: 2;
			}

				.news_box_cima h2 {
					margin: 0 0 0 0;
					font-size: 35px;
					line-height: 39px;
					font-weight: 600;
				}

				.news_box_cima p {
					font-size: 15px;
					line-height: 25px;
				}

				.content .news_box_baixo form p input {
				    padding: 15px 20px;
				    font-size: 18px;
				    line-height: 22px;
				}

				.content form p.news_enviar {
					width: 245px;
					height: 62px;
					margin: auto 0;
					position: absolute;
					top: 0;
					right: -125px;
					bottom: 0;
					z-index: 2;

					box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1);
				}

			.newsletter_img {
				height: 429px;
				margin: auto 0;
				position: absolute;
				top: 0;
				left: -70px;
				bottom: 0;
				z-index: 1;
			}

/* #### O PARQUE #### */
.parque_amarelo_wrapper {
	background: #f7de4c;
	width: 100%;
}

	.parque_amarelo_wrapper .content {
		max-width: 850px;
		padding: 50px 20px;
		text-align: center;
	}

		.parque_amarelo_wrapper h2 {
			margin: 0;
		}

.parque_galeria_wrapper {
	width: 100%;
	margin: 0 0 80px 0;
}

	.parque_galeria_wrapper .content {
		padding: 0 20px;
	}

		.parque_galeria_slider {
			width: calc(100% - 100px);
			margin: 0 auto;
		}

		.parque_galeria_slider .slick-list {
			overflow: inherit !important;
		}

			.parque_galeria_box {
				margin: 5px;
				position: relative;
				outline: none;
				overflow: hidden;
			}

				.parque_galeria_box img {
					width: 100%;
					height: auto;
					display: block;
					position: relative;
					z-index: 1;

					transition: all 0.25s;
				}

					.parque_galeria_box:hover img {
						transform: scale(1.05);
					}

				.parque_galeria_box:before {
					content: '';
					background: rgba(0, 0, 0, 0.5);
					width: 100%;
					height: 100%;
					position: absolute;
					top: 0;
					left: 0;
					z-index: 2;

					transition: all 0.25s;
				}

					.parque_galeria_box:hover:before {
						background: rgba(0, 0, 0, 0.2);
					}

				.parque_galeria_box a {
					width: 100%;
					height: 100%;
					position: absolute;
					top: 0;
					left: 0;
					z-index: 5;
				}

		.parque_prev {
			background: url(assets/img/seta_oparque_carrossel_esq.png) no-repeat center center / contain;
			width: 134px;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			cursor: pointer;
			z-index: 10;
		}

		.parque_next {
			background: url(assets/img/seta_oparque_carrossel_dir.png) no-repeat center center / contain;
			width: 134px;
			height: 100%;
			position: absolute;
			top: 0;
			right: 0;
			cursor: pointer;
			z-index: 10;
		}

			.parque_prev:hover,
			.parque_next:hover {
				opacity: 0.5;
			}

.parque_meio_wrapper {
	width: 100%;
}

	.parque_meio_wrapper .content {
		max-width: 1540px;
	}

		.parque_meio_wrapper .content h2 {
			width: 100%;
			max-width: 850px;
			margin: 0 auto 70px;
			text-align: center;
		}

		.atividades_repeater {
			width: 100%;
		}

			.atividades_box {
				width: calc(50% - 20px);
				margin: 0 10px 25px 10px;
				padding: 95px 0 180px 0;
				position: relative;
				background: white;
				border-radius: 8px;
			}

			.atividades_box {
				padding: 0 0 30px 0;
			}

				.atividades_img {
					width: 100%;
					position: relative;
				}

					.atividades_img_main {
						background-position: center center;
						background-repeat: no-repeat;
						background-size: cover;
						width: 100%;
						height: 100%;
						position: absolute;
						top: 0;
						left: 0;
						z-index: 1;
						border-radius: 8px 8px 0 0;
					}

					.atividades_moldura {
						background: url('assets/img/bg_atividades.png') no-repeat center center / cover;
						width: 100%;
						height: 100%;
						position: absolute;
						top: 0;
						left: 0;
						z-index: 2;
					}

					.atividades_borda {
						width: calc(100% - 25px);
						position: absolute;
						top: 0;
						right: 0;
						z-index: 3;
					}

						.atividades_borda img {
							width: 100%;
							height: auto;
							display: block;
						}

					.atividades_img img.atividade_placeholder {
						width: 100%;
						height: auto;
						display: block;
						opacity: 0;
						position: relative;
						z-index: 0;
					}

				.atividades_txt {
					background: #ffffff;
					width: 100%;
					max-width: 430px;
					padding: 35px 45px;
					border-radius: 10px;
					position: absolute;
					z-index: 10;

					box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.2);
				}

				.atividades_txt {
					background: transparent;
				    width: 100%;
				    max-width: 100%;
				    padding: 25px 25px 0;
				    position: relative;
				    top: inherit !important;
				    right: inherit !important;
				    bottom: inherit !important;
				    left: inherit !important;

				    box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0);
				}

				.atividades_box:nth-of-type(odd) .atividades_txt {
					right: 75px;
					bottom: 25px;
				}

				.atividades_box:nth-of-type(even) .atividades_txt {
					top: 25px;
					left: 55px;
				}

					.atividades_txt h3 {
						margin: 0 0 15px 0;
						font-size: 26px;
						font-weight: bold;
						line-height: 30px;
						text-transform: uppercase;
						letter-spacing: .1em;
						color: #005649;
					}

					.atividades_txt p {
						font-size: 15px;
						line-height: 25px;
					}

					.atividades_txt a.atividade_url {
						font-size: 15px;
						line-height: 19px;
						text-decoration: underline;
					}

.parque_apoio {
	width: 100%;
	background: #fff;
	padding: 30px 0;
}
	
	.parque_apoio img {
		margin: 30px auto;
		display: block;
	}

/* #### PROJETOS #### */
.content_page_projetos {
	padding: 20px 20px 90px;
}

	.projeto_play {
		width: 100%;
		padding: 0 0 40px 0;
		text-align: center;
	}

		.projeto_play a {
			font-size: 15px;
			line-height: 19px;
			color: #455057;
			text-transform: uppercase;
			display: inline-block;
		}
		
			.projeto_play a img {
				max-width: 100%;
				height: auto;
				margin: 0 auto 10px;
				display: block;
			}

				.projeto_play a:hover img {
					opacity: 0.7;
				}

/* #### EVENTOS #### */
.content_eventos {
	max-width: 1500px;
}

	.eventos_filtro_wrapper {
		width: 100%;
		max-width: 960px;
		margin: 0 auto 50px;
	}

		.eventos_filtro_wrapper span {
			width: 130px;
			font-size: 20px;
			line-height: 24px;
			font-weight: bold;
		}

		.filtro_categorias {
			width: calc(100% - 130px);
		}

			.filtro_categorias select {
				background: url(assets/img/faq_down.png) no-repeat center right 25px #ffffff;
				width: 100%;
				margin: 0;
				padding: 17px 25px;
				font-family: 'Montserrat', sans-serif;
				font-size: 20px;
				line-height: 24px;
				color: #455057;
				font-weight: 500;
				outline: none;
				border: none;
				border-radius: 5px;
				-webkit-appearance: none;
				cursor: pointer;
			}

	.txt_eventos {
		width: 100%;
		max-width: 700px;
		margin: 0 auto 100px;
	}

	.eventos_wrapper {
		width: 100%;
	}

		.evento_box {
			width: calc(33.333% - 30px);
			height: 370px;
			margin: 0 15px 40px;
			position: relative;
			overflow: hidden;

			box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.2);
		}

			.evento_box_img {
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				z-index: 1;

				transition: all 0.25s;
			}

			.evento_box:hover .evento_box_img {
				transform: scale(1.05);
			}

				.evento_box_img:after {
					content: '';
					background: rgba(0,0,0,0);
					background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
					background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.5)));
					background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
					background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
					background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
					background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
					width: 100%;
					height: 100%;
					position: absolute;
					left: 0;
					bottom: 0;
					z-index: 2;
				}

			.evento_box_txt {
				width: 100%;
				padding: 0 20px 30px;
				color: #ffffff;
				position: absolute;
				left: 0;
				bottom: 0;
				z-index: 3;
			}

				.evento_box_txt h3 {
					margin: 0 0 10px 0;
					font-size: 25px;
					line-height: 29px;
					color: #ffffff;
					font-weight: bold;
				}

				.evento_box_txt p {
					margin: 0;
					font-size: 15px;
					line-height: 21px;
					font-weight: 500;
				}

			.evento_box a.evento_mais {
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				z-index: 5;
			}

/* #### SINGLE EVENTOS #### */
.content_wrapper_single {
	margin: 150px 0 0 0;
}

	.content_evento_single h1 {
		margin: 0 0 40px 0;
		padding: 0 0 40px 0;
		font-size: 40px;
		line-height: 44px;
		color: #000000;
		font-weight: bold;
		text-transform: uppercase;
		position: relative;
	}

		.content_evento_single h1:after {
			content: '';
			background: #000000;
			width: 90px;
			height: 3px;
			margin: 0 auto;
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
		}

	.post_categorias {
		width: 100%;
		margin: 0 0 50px 0;
		font-size: 16px;
		line-height: 20px;
		color: #000000;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
	}

	.single_thumbnail {
		width: 100%;
	}

		.single_thumbnail img {
			max-width: 100%;
			height: auto;
			margin: 0 auto 40px;
			display: block;
		}

	.compartilhe_single {
		width: 100%;
		margin: 30px 0 0 0;
		text-align: center;
		display: inline-block;
	}

		.compartilhe_single .fb-share-button {
			margin: 3px;
			vertical-align: middle;
			display: inline-block;
		}

		.compartilhe_single .linked_share {
			margin: 3px;
			vertical-align: middle;
			display: inline-block;
		}

.outros_eventos_wrapper {
	width: 100%;
	border-top: 1px solid #d8d8d8;
}

	.outros_eventos_wrapper .content {
		max-width: 1500px;
	}

/* #### TRABALHE CONOSCO #### */
.vagas_wrapper {
	width: 100%;
	margin: 0 0 60px 0;
	display: inline-block;
}

	.vagas_repeater {
		width: 100%;
	}

		.vagas_box {
			width: 100%;
			margin: 0 0 35px 0;
			background: #FFFFFF;
			border-radius: 5px;
		}

			.vagas_box h3.vaga_tit {
				background: url(assets/img/faq_down.png) no-repeat center right 25px;
				margin: 0;
				padding: 30px 45px 30px 25px;
				font-size: 20px;
				line-height: 24px;
				color: #455057;
				font-weight: bold;
				cursor: pointer;
			}

			.vagas_box h3.vaga_tit_ativo {
				background: url(assets/img/faq_up.png) no-repeat center right 25px;
			}

			.vaga_txt {
				display: none;
				padding: 30px 65px 40px;
				font-size: 18px;
				line-height: 30px;
				color: #455057;
				font-weight: 500;
			}

				.vaga_candidadatese {
					width: 100%;
					margin: 10px 0 0 0;
					display: inline-block;
				}

					.vaga_candidadatese a {
						text-decoration: underline;
						display: inline-block;
					}

.trabalhe_form {}
		
	.content .trabalhe_form form p.form_file {
		padding: 10px 0 0 0;
		text-align: center;
	}

	.content .trabalhe_form form p.form_file label {
		padding: 0 10px 0 0;
		display: inline-block;
	}

		.content .trabalhe_form form p.form_file span {
			display: inline-block;
		}

			.content .trabalhe_form form p.form_file input {
				padding: 0;
				font-size: 14px;
				line-height: 18px;
				border: none;
				border-radius: 0px;
			}

/* #### CONTATO #### */
.contato_form {
	width: 100%;
	margin: 30px 0 0 0;
}

.contato_page_info {
	width: 100%;
	border-top: 1px solid #d7d7d7;
}

	.contato_page_info .content {
		text-align: center;
	}

		.contato_horario_1 {
			width: 100%;
			margin: 0 0 30px 0;
		}

			.contato_horario_1 p {
				margin: 0;
				font-size: 25px;
				line-height: 41px;
				font-weight: bold;
			}

		.contato_horario_2 {
			background: #ffffff;
			width: 100%;
			margin: 0 0 70px 0;
			padding: 20px 25px;
			border-radius: 8px;
		}

			.contato_horario_2 p {
				margin: 0;
				font-size: 18px;
				line-height: 30px;
			}

		.contato_mapa {
			width: 100%;
			height: 450px;
			margin: 0 0 50px 0;
		}

			.contato_mapa iframe {
				width: 100%;
				height: 100%;
				display: block;

				box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
			}

		.contato_info {
			width: 100%;
		}

			.contato_info p {
				margin: 0;
				font-size: 25px;
				line-height: 41px;
				font-weight: bold;
			}

/* #### FAQ #### */
.faq_repeater_wrapper {
	width: 100%;
}

	.faq_box {
		width: 100%;
		padding: 0 0 20px 0;
	}

		.faq_box h3.faq_pergunta {
			background: url(assets/img/faq_down.png) no-repeat center right 20px;
			padding: 10px 30px 10px 20px;
			font-size: 20px;
			line-height: 24px;
			font-weight: bold;
			border-bottom: 2px solid #000000;
			cursor: pointer;
		}

		.faq_box h3.faq_pergunta_ativo {
			background: url(assets/img/faq_up.png) no-repeat center right 20px;
		}

		.faq_resposta {
			display: none;
			width: 100%;
			padding: 10px 40px 20px;
			font-size: 18px;
			line-height: 30px;
		}

/* #### FOOTER #### */
#footer {
	background: #ffffff;
	width: 100%;
	position: relative;
	z-index: 3;
	padding-top: 60px;
}

	.footer_topo {
		position: relative;
	}

	.footer_topo:before {
		content: '';
		background: #ffffff;
		width: 100%;
		height: 54px;
		position: absolute;
		top: 0;
		left: 0;
	}

		.footer_topo .content {
			padding: 0 20px 70px;
			position: relative;
			z-index: 2;
		}

			.footer_contato {
				width: 100%;
				padding: 0 0 70px 0;
			}

				.footer_contato a {
					background: #41C0B0;
					width: 100%;
					padding: 40px 190px 40px 20px;
					font-size: 24px;
					line-height: 28px;
					color: #ffffff;
					font-weight: bold;
					text-align: center;
					border-radius: 10px;
					display: block;
					position: relative;
					overflow: hidden;
				}

					.footer_contato a:hover {
						background: #2da596;
					}

					.footer_contato a:after {
						content: '';
						background: url(assets/img/seta_entre_em_contato_rodape.png) no-repeat center center #2da596;
						width: 170px;
						height: 100%;
						position: absolute;
						top: 0;
						right: 0;
					}

					.footer_contato a:hover:after {
						background: url(assets/img/seta_entre_em_contato_rodape.png) no-repeat center center #2da596;
					}
			
			.logos_footer_parque {
				width: 300px;
			}
			
				.logos_footer_parque img {
					margin-right: 10px;
				}

			.logos_footer {
				width: 100%;
			}

				.logo_box {
					padding: 25px 50px;
				}

				.logo_box:first-of-type {
					border-right: 1px solid #c6c6c6;
				}

					.logo_box img {
						max-width: 100%;
						height: auto;
						margin: 0 auto;
						display: block;
					}

	.footer_baixo {
		width: 100%;
		background: #04574B;
		color: #fff;
	}

		.footer_baixo .content {
			padding: 40px 20px;
		}

			.menu_footer {
				width: calc(100% - 620px);
				padding-left: 35px;
			}

				.menu_footer ul {
					margin: 0;
					list-style: none;
				}

					.menu_footer ul li {
						margin: 0 15px 0 0;
						list-style: none;
						display: inline-block;
						min-width: 95px;
					}

						.menu_footer ul li a {
							padding: 10px 0;
							font-size: 14px;
							line-height: 20px;
							color: 455057;
							font-weight: bold;
						}

			.redes_footer {
				width: 290px;
				padding: 25px 0 25px 20px;
			}
			
			.redes_footer, .menu_footer {
				border-left: 1px solid #ffffff;
			}

				.redes_footer img {
					margin: 0 0 0 38px;
					vertical-align: middle;
				}

					.redes_footer img:hover {
						opacity: 0.7;
					}

	.copyright {
		width: 100%;
		padding-bottom: 100px;
		background: #04574B;
		color: #FFFFFF;
	}

		.copyright .content {
			padding: 20px 20px;
			text-align: center;
		}

			.copyright .content p {
				margin: 0;
				font-size: 13px;
				line-height: 17px;
				color: 455057;
				font-weight: 500;
			}
	
	.footer-credito-soul {
		width: 100%;
		font-size: .7em;
		text-align: center;
	}
	
	.footer-credito-soul img {
		display: block;
		margin: 100px auto 10px auto;
	}

/* #### PÁGINA DE ERRO #### */
.content_404 {
	padding: 80px 0 100px;
	text-align: center;
}

	.content_404 a.btn_erro {
		background: transparent;
		padding: 10px 30px;
		margin: 50px 0 0 0;
		font-size: 16px;
		line-height: 20px;
		color: #000000;
		font-weight: bold;
		text-decoration: none;
		border: 3px solid #000000;
		outline: none;
		text-align: center;
		display: inline-block;
	}

		.content_404 a.btn_erro:hover {
			background: #000000;
			color: #ffffff;
		}

/* #### FORMULARIO DE CONTATO #### */
.content form {
	width: 100%;
	margin: 0;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
				  
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-o-flex-flow: row wrap;

	justify-content: space-between;
}

	.content form p {
		width: 100%;
		margin: 0 0 20px 0;
	}

		.content form .form_50 {
			width: calc(50% - 10px);
		}

		.content form p input,
		.content form p select,
		.content form p textarea {
			background: #ffffff;
			width: 100%;
			margin: 0;
			padding: 18px 20px;
			font-size: 20px;
			line-height: 24px;
			color: #455057;
			font-weight: 500;
			outline: none;
			border: none;
			border-bottom: 2px solid #2da596;
			border-radius: 5px 5px 0 0;
		}

		.content form p select {
			background: url(images/select_dropdown.png) no-repeat center right 15px #ffffff;
			-webkit-appearance: none;
			cursor: pointer;
		}

			.content ::-webkit-input-placeholder {
				color: #455057 !important;
			}

			.content ::-moz-placeholder {
				color: #455057 !important;  
			}

			.content :-ms-input-placeholder {  
				color: #455057 !important;  
			}

		.content form p textarea {
			width: 100%;
			max-width: 100%;
			height: 62px;
			display: block;
		}

		.content form p.form_enviar {
			width: 250px;
			margin: 30px auto 0;
			position: relative;
		}

			.content form p input[type="submit"] {
				background: url(assets/img/seta_banner_home.png) no-repeat center right 60px #FBBD45;
				width: 100%;
				margin: 0;
				padding: 20px 130px 20px 60px;
				font-size: 16px;
				text-transform: uppercase;
				letter-spacing: .1em;
				line-height: 22px;
				color: #ffffff;
				font-weight: bold;
				text-align: left;
				border: none;
				border-radius: 8px;
				outline: none;
				cursor: pointer;
			}

				.content form p input[type="submit"]:hover {
					background: url(assets/img/seta_banner_home.png) no-repeat center right 60px #efab28;
				}

		.content div.wpcf7 .ajax-loader {
			margin: 5px auto 0 !important;
			display: block !important;
		}

		.content span.wpcf7-not-valid-tip {
			display: none !important;
		}

		.content div.wpcf7-mail-sent-ng {
			width: 100% !important;
			padding: 15px 25px !important;
			margin: 5px 0 10px !important;
			font-size: 16px;
			line-height: 20px;
			color: #ffffff;
			text-align: center;
			float: left;
		}

		.content .wpcf7-not-valid,
		.content input.wpcf7-not-valid {
			border-bottom: 2px solid #e30000 !important;
		}

		.content div.wpcf7-validation-errors {
			background: #d6c800  !important;
			width: 100% !important;
			padding: 15px 25px !important;
			margin: 5px 0 0 !important;
			font-size: 14px;
			line-height: 18px;
			text-align: center;
			color: #ffffff;
			border: 1px solid #d6c800 !important;
			border-radius: 10px;
			float: left;
		}

		.content div.wpcf7-mail-sent-ok {
			background: #398f14 !important;
			width: 100% !important;
			padding: 15px 25px !important;
			margin: 5px 0 0 !important;
			font-size: 14px;
			line-height: 18px;
			text-align: center;
			color: #ffffff;
			border: 1px solid #398f14;
			border-radius: 10px;
			float: left;
		}

/* #### BARRA DE PAGINAÇÃO #### */
.content .wp-pagenavi {
	width: 100%;
    height: 44px;
    margin: 30px 0 10px 0;
    text-align: center;
    display: inline-block;
}

.content .wp-pagenavi a, .wp-pagenavi span {
	background: #ECECEC;
	min-width: 44px;
	padding: 10px 6px;
	margin: 0 5px;
	color: #757B81;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border: none;
	border-radius: 8px;
	display: inline-block;
}

.content .wp-pagenavi a:hover,
.content .wp-pagenavi span.current {
    background: #88f1b4;
    padding: 10px 6px;
    margin: 0 5px;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    font-weight: normal;
    text-decoration: none;
    border: none;
    display: inline-block;
}

.content .wp-pagenavi span.extend {
	background: none;
	min-width: auto;
	border: none;
	margin: 0 5px;
	padding: 0;
	font-size: 14px;
	color: #353535;
	display: inline-block;
}

/* #### ANIMATION #### */
.wow {opacity: 0;}

/* WP classes */
.alignnone {
	margin: 5px 20px 20px 0 !important;
} 

.aligncenter,
div.aligncenter {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 5px auto 20px auto;
}

.alignright {
	float:right;
	max-width: 100%;
	height: auto;
	margin: 15px 0 15px 15px;
}

.alignleft {
	float: left;
	max-width: 100%;
	height: auto;
	margin: 15px 15px 15px 0;
}

.aligncenter {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 5px auto 20px auto;
}

a img.alignright {
	max-width: 100%;
	height: auto;
	float: right;
	margin: 15px 0 15px 15px;
}

a img.alignnone {
	max-width: 100%;
	height: auto;	
	margin: 5px 0 20px 0;
}

a img.alignleft {
	max-width: 100%;
	height: auto;
	float: left;
	margin: 15px 15px 15px 0;
}

a img.aligncenter {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	border: none;
	max-width: 100%;
	padding: 0;
	text-align: left;
}

.wp-caption.alignnone {
	margin: 5px 15px 15px 0;
}

.wp-caption.alignleft {
	margin: 5px 15px 15px 0;
}

.wp-caption.alignright {
	margin: 5px 0 15px 15px;
}

.wp-caption img {
	border: 0 none;
	margin: 0;
	max-width: 100%;
	height: auto;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	font-size: 15px;
	line-height: 19px;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* ------------------------------------------------------------------------------- */
/*  18. Media Queries
/* ------------------------------------------------------------------------------- 	*/

@media screen and (max-width: 1366px) {

	/* home */
	.banner_txt {
	    width: 70%;
	    padding: 20px 80px 20px 0;
	}

		.banner_txt h2 {
		    font-size: 46px;
		    line-height: 50px;
		}

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1024px) {

	.wow {opacity: 1;}

	/* header */
	#header,
	#header.header_fixed,
	.header_topo {
		height: 100px;
	}

		.header_topo .content .logo {
		    width: 150px;
		}

		.toggleMenu {
		    right: 20px;
		    opacity: 1;
		}

		.redes_topo,
		.header_fixed .redes_topo {
			top: 32px;
		    right: 80px;
		}

			.redes_topo img {
			    margin: 0 0 0 8px;
			}

		.ingresso_topo,
		.header_fixed .ingresso_topo {
		    top: 21px;
		    right: 230px;
		}

			.ingresso_topo a {
			    padding: 10px 20px;
			    font-size: 14px;
			    line-height: 18px;
			}

		.header_baixo,
		.header_fixed .header_baixo {
			top: 100px;
			display: none;

			transition: none;
		}

		.header_baixo_ativo, .header_fixed .header_baixo_ativo {
			display: block;
		}

			#menu_header {
			    padding: 10px 0;
			}

				#menu_header ul li {display: block;}

					#menu_header ul li a {
						padding: 7px 0;
					}

	/* content */
	.page_header {
	    height: 400px;
	}

		.page_header .content {
		    padding: 110px 20px 110px;
		}

			.page_header .content h1 {
			    font-size: 46px;
			    line-height: 50px;
			}

	.page_header,
	.content_wrapper_home {
		margin: 100px 0 0 0;
	}

	/* home */
	.banner_fundo {
	    width: 100%;
	    height: auto;
	    padding: 70px 40px;
	}

		.banner_txt {
		    width: 100%;
		    padding: 0;
		    text-align: center;
		}

	.banner_img {display: none;}
	.detalhe_1, .detalhe_2, .detalhe_3 {display: none;}

	.home_parque_wrapper .content:before {
		content: '';
		background: rgba(255, 255, 255, 0.7);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

	.home_atividade_box {
	    height: 350px !important;
	}

		.home_atividades_txt {
		    padding: 0 20px 20px;
		    bottom: 0;
		}

			.home_atividades_txt h3 {
				margin: 0 0 5px 0;
			}

			.home_atividade_url a {
			    display: inline-block;
			}

	.home_parque_in {
		position: relative;
		z-index: 2;
	}

	.home_parque_box {
	    max-width: 100%;
	}

	.home_futuras_wrapper .content {
	    min-height: auto;
	    padding: 250px 20px 270px;
	}

	.video-foreground {display: none;}

	.evento_box_txt h3 {
	    font-size: 20px;
	    line-height: 24px;
	}

	.evento_box_txt p {
	    font-size: 14px;
	    line-height: 18px;
	}

	.experiencias_box:before,
	.viva_relogio,
	.bg_experiencia_topo,
	.bg_experiencia_baixo {
		display: none !important;
	}

	.experiencias_box {
	    width: calc(50% - 20px);
	    margin: 10px;
	}

	.experiencias_box:nth-of-type(4) {
	    width: calc(100% - 20px);
	}

		.experiencias_box:nth-of-type(2) .experiencias_box_in {
		    height: 660px;
		}

	.news_in_wrapper {
	    width: 100%;
	}

		.news_box {
		    width: 100%;
		    padding: 40px 30px;
		    text-align: center;
		}

			.content form p.news_enviar {
			    width: 245px;
			    height: auto;
			    margin: 20px auto 0;
			    position: relative;
			    top: inherit;
			    right: inherit;
			    bottom: inherit;
			    z-index: 2;
			    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0);
			}

		.newsletter_img {display: none;}

	.home_trabalhe_wrapper .content {
	    padding: 40px 20px 60px;
	}

		.trabalhe_home_left {
		    width: 100%;
		    padding: 50px 50px 0;
		}

		.trabalhe_home_img {display: none;}

	/* o parque */
	.atividades_box {
		padding: 0 0 30px 0;
	}

		.atividades_txt {
			background: transparent;
		    width: 100%;
		    max-width: 100%;
		    padding: 25px 0 0 0;
		    position: relative;
		    top: inherit !important;
		    right: inherit !important;
		    bottom: inherit !important;
		    left: inherit !important;

		    box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0);
		}

	/* eventos */
	.evento_box {
	    width: calc(50% - 30px);
	}

	.content_wrapper_single {
		margin: 100px 0 0 0;
	}

	/* footer */
	.footer_contato a {
	    padding: 25px 190px 25px 20px;
	}

	.logo_box {
	    width: 100%;
	    padding: 20px 20px;
	    border: none !important;
	}

	.menu_footer {
	    width: 100%;
	    text-align: center;
		border: none;
		padding-left: 0;
	}
	
		.menu_footer ul li {
			width: 100%;
			margin-bottom: 10px;
		}
	
	.logos_footer_parque {
		margin: 0 auto;
	}

	.redes_footer {
	    width: 100%;
	    padding: 15px 0 0 0;
	    text-align: center;
	    border-left: none;
	}

		.redes_footer img {
		    margin: 0 15px;
		}

}

@media screen and (max-width: 767px) {

	/* header */
	.ingresso_topo, .header_fixed .ingresso_topo {
	    top: 10px;
	    right: 20px;
	}

		.ingresso_topo a img {
		    width: 18px;
		    height: auto;
		    margin: 0 5px 0 0;
		    vertical-align: middle;
		}

	.redes_topo, .header_fixed .redes_topo {
	    top: 58px;
	    right: 80px;
	}

	.toggleMenu {
		height: 22px;
	    top: inherit;
	    bottom: 15px;
	}

		.toggleMenu span {
			display: none;
		}

	.header_baixo {
		height: auto;
	}

	/* content */
	.page_header .content h1,
	.home_atracoes_wrapper .content h2,
	.home_futuras_in h2,
	.home_eventos_wrapper .content h2,
	.home_viva_wrapper .content h2,
	.parque_amarelo_wrapper h2,
	.parque_meio_wrapper .content h2,
	.content_page_projetos h2,
	.content_eventos h2,
	.content_evento_single h1,
	.content_contato h2 {
	    font-size: 30px;
	    line-height: 34px;
	}

	/* home */
	.banner_txt h2 {
	    font-size: 36px;
	    line-height: 40px;
	}

	.banner_txt h3 {
	    font-size: 14px;
	    line-height: 18px;
	}

	.compre_titulo_left {
	    width: 100%;
	    padding: 25px 30px;
	}

	.compre_titulo_right {
	    height: auto;
	    margin: 20px 0 0 0;
	    text-align: center;
	    position: relative;
	    top: inherit;
	    right: inherit;
	    bottom: inherit;
	}

	.compre_repeater_box {
	    width: 100% !important;
	    height: 370px !important;
	    margin: 0 0 20px 0 !important;
	}

		.compre_repeater_txt h3 {
		    font-size: 20px;
		    line-height: 24px;
		}

	.home_parque_in {
	    padding: 70px 20px;
	}

		.home_parque_in .txt_parque {
			font-size: 14px;
			line-height: 24px;
		}

	.experiencias_box {
	    width: 100% !important;
	    margin: 0 0 20px 0 !important;
	}

		.experiencias_box_in {
			height: 320px !important;
		}

	.trabalhe_home_left {
	    padding: 40px 30px 0;
	}

	/* parque */
	.atividades_box {
	    width: 100%;
	    margin: 0;
	}

	/* eventos */
	.evento_box {
	    width: calc(100% - 30px);
	}

	/* contato */
	.content form .form_50 {
		width: 100%;
	}

	.contato_horario_1 p,
	.contato_info p {
	    font-size: 20px;
	    line-height: 30px;
	}

	.contato_horario_2 p {
	    font-size: 14px;
	    line-height: 24px;
	}

	/* faq */
	.faq_box h3.faq_pergunta {
	    background: url(assets/img/faq_down.png) no-repeat center right;
	    padding: 10px 10px 10px 0;
	}

		.faq_box h3.faq_pergunta_ativo {
		    background: url(assets/img/faq_up.png) no-repeat center right;
		}

	.faq_resposta {
	    padding: 10px 0 20px;
	}

	/* trabalhe conosco */
	.vagas_box {
	    margin: 0 0 15px 0;
	}

		.vagas_box h3.vaga_tit {
		    padding: 15px 45px 15px 25px;
		}

		.vaga_txt {
		    padding: 20px 25px 20px;
		}

	/* footer */
	.footer_contato a {
	    padding: 25px 110px 25px 20px;
	    font-size: 20px;
	    line-height: 24px;
	}

	.footer_contato a:after {
	    width: 90px;
	}

}

@media screen and (max-width: 479px) {

	/* header */
	.header_topo .content {
	    padding: 0 10px;
	}

		.header_topo .content .logo {
		    width: 120px;
		    left: 10px;
		}

		.ingresso_topo, .header_fixed .ingresso_topo {
			right: 10px;
		}

			.ingresso_topo a {
			    padding: 8px 15px;
			    font-size: 13px;
			    line-height: 17px;
			}

		.toggleMenu {
			right: 10px;
		}

		.redes_topo, .header_fixed .redes_topo {
			right: 70px;
		}

			.redes_topo img {
			    width: auto;
			    height: 15px;
			}

	/* home */
	.home_futuras_wrapper {
		padding: 0;
	}

	.home_futuras_wrapper:after {
		bottom: 0px;
	}

	.futuras_play {
	    bottom: 0;
	}

		.futuras_play img {
		    max-width: 200px;
		    height: auto;
		}

	.home_eventos_slider .evento_box {
	    margin: 0 10px;
	}

	.news_in_wrapper {
		border: none;
		border-radius: 0px;
	}

	.trabalhe_home_link a {
	    padding: 25px 30px;
	}

	/* eventos */
	.evento_box {
	    width: 100%;
	    margin: 0 0 20px 0;
	}

	/* fopoter */
	.footer_contato a {
	    font-size: 16px;
	    line-height: 20px;
	}

}

@media screen and (max-width: 374px) {

	/* header */
	.header_topo .content .logo {
	    width: 110px;
	}

	.ingresso_topo a {
	    padding: 8px 10px;
	    font-size: 12px;
	    line-height: 16px;
	}

	#menu_header ul li {
	    margin: 0 7px;
	}

		#menu_header ul li a {
		    font-size: 15px;
		    line-height: 19px;
		}

	/* home */
	.banner_fundo {
	    padding: 70px 30px;
	}

	.trabalhe_home_left {
	    padding: 40px 20px 0;
	}

		.trabalhe_home_link a {
		    padding: 25px 20px;
		}

	/* footer */
	.footer_contato a {
	    padding: 25px 85px 25px 15px;
	    font-size: 14px;
	    line-height: 18px;
	}

	.footer_contato a:after {
	    width: 70px;
	}

}