@font-face {
	font-family: 'regular';
	src: url('../../fonts/RethinkSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bold';
	src: url('../../fonts/RethinkSans-Bold.ttf') format('truetype');
	font-weight: bolder;
	font-style: normal;
}

@font-face {
	font-family: 'light';
	src: url('../../fonts/RethinkSans-Light.ttf') format('truetype');
	font-weight: lighter;
	font-style: normal;
}

html,
body {
	background-color: #ffffff;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: regular;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 14;
}

a {
	text-decoration: none;
	color: #000000;
}

a:link,
a:visited {}

a:hover {
	text-decoration: none;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: regular;
	font-weight: normal;
	font-size: 40px;
	color: #000000;
	letter-spacing: 0px;
	line-height: 40px;
}

h2 {
	margin: 0;
	padding: 0;
	font-family: regular;
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	color: #000000;
	letter-spacing: 0px;
}

h3 {
	margin: 0;
	padding: 0;
	font-family: regular;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration: none;
	line-height: 30px;
	color: #000000;
}

h4 {
	margin: 0;
	padding: 0;
	font-family: regular;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration: none;
	line-height: 30px;
	color: #000000;
}

.input[type="text"] {
	font-family: regular;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	line-height: 40px;
	width: calc(100% - 19px);
	height: 36px;
	padding-left: 20px;
	border-radius: 0px;
	border: 1px #dddddd solid;
}

.input[type="email"] {
	font-family: regular;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	line-height: 40px;
	width: calc(100% - 19px);
	height: 36px;
	padding-left: 20px;
	border-radius: 0px;
	border: 1px #dddddd solid;
}

.input[type="password"] {
	font-family: regular;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 40px;
	width: calc(100% - 19px);
	height: 36px;
	padding-left: 15px;
	border-radius: 4px;
	border: 1px #dddddd solid;
}

.input[type="date"] {
	height: 36px;
	font-family: regular;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 40px;
	padding-left: 15px;
	border-radius: 4px;
	border: 1px #dddddd solid;
	cursor: pointer;
}

.input[type="time"] {
	height: 36px;
	font-family: regular;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 40px;
	padding-left: 15px;
	border-radius: 4px;
	border: 1px #dddddd solid;
	cursor: pointer;
}

.datepicker {
	font-family: regular;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 40px;
	width: 100%;
	height: 36px;
	padding-left: 15px;
	border-radius: 4px;
	border: 1px #dddddd solid;
}

.select {
	font-family: regular;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 40px;
	width: 100%;
	height: 40px;
	padding-left: 15px;
	border-radius: 4px;
	border: 1px #dddddd solid;
}

.textarea {
	font-family: regular;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	line-height: 40px;
	width: 100%;
	height: 40px;
	padding-left: 20px;
	border-radius: 0px;
	border: 1px #dddddd solid;
}

.display_box {
	width: 100%;
	background-color: #ff3300;
}

.error {

	color: red;

}

.button {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	line-height: 50px;
	top: 0px;
	text-align: center;
	background-color: #000000;
	cursor: pointer;
	font-family: bold;
	height: 50px;
	width: 200px;
	font-size: 16px;
	border: 0px;

	-webkit-appearance: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
	animation-direction: inherit;
}

.button:hover {
	top: 10px;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
	background-color: #000000;
}

/* MENU CSS */

.header_box_menu {
	position: fixed;
	vertical-align: top;
	width: 0%;
	max-width: 0px;
	height: 100%;
	top: 0px;
	right: -80px;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
	z-index: 99999;
	padding-left: 40px;
	opacity: 0.95;

	transition: 0.5s;
	overflow-x: hidden;
}

.header_box_menu_icon {
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 20px;
	top: 40px;
	right: 50px;
	float: right;
	text-align: left;
	z-index: 9;
	cursor: pointer;
}

.header_box_menu_list {
	position: relative;
	display: none;
	width: 240px;
	min-height: 200px;
	top: 0px;
	margin-top: 150px;
	margin-left: 10px;
	float: left;
	border: 0px #ffffff solid;
	z-index: 1;
	cursor: pointer;
}

.header_box_menu_list a {
	display: block;
	width: 100%;
	font-family: regular;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	letter-spacing: 0px;
	text-decoration: none;
	float: left;
	text-align: left;
	text-transform: uppercase;
	padding: 10px;
	margin: 5px;
	border: 1px transparent solid;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
	animation-direction: inherit;
}

.header_box_menu_list a:hover {
	border: 1px #000000 solid;
}

.header_menu_close div {
	margin-top: 0px;
}

.header_menu_close img {
	width: 30px;
	height: 17px;
	border: 0px #ffffff solid;
}

/* END TABS*/



#fadediv {
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	/* Firefox */
	-webkit-animation: fadein 1s;
	/* Safari and Chrome */
	-o-animation: fadein 1s;
	/* Opera */
}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes ticker-kf {
	0% {
		transform: translate3d(0, 0, 0);
	}

	100% {
		transform: translate3d(-7320px, 0, 0);
	}
}

@-moz-keyframes fadein {

	/* Firefox */
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadein {

	/* Safari and Chrome */
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-o-keyframes fadein {

	/* Opera */
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes animation_top_to_bottom {
	0% {
		opacity: 0%;
		top: -100px;
	}

	100% {
		opacity: 100%;
		top: 0px;
	}
}

@-moz-keyframes animation_top_to_bottom {

	/* Firefox */
	0% {
		opacity: 0%;
		top: -100px;
	}

	100% {
		opacity: 100%;
		top: 0px;
	}
}

@-webkit-keyframes animation_top_to_bottom {

	/* Safari and Chrome */
	0% {
		opacity: 0%;
		top: -100px;
	}

	100% {
		opacity: 100%;
		top: 0px;
	}
}

@-o-keyframes animation_top_to_bottom {

	/* Opera */
	0% {
		opacity: 0%;
		top: -100px;
	}

	100% {
		opacity: 100%;
		top: 0px;
	}
}

@keyframes animation_bottom_to_top {
	0% {
		opacity: 0;
		top: 100px;
	}

	100% {
		opacity: 1;
		top: 0px;
	}
}

@-moz-keyframes animation_bottom_to_top {

	/* Firefox */
	0% {
		opacity: 0;
		top: 100px;
	}

	100% {
		opacity: 1;
		top: 0px;
	}
}

@-webkit-keyframes animation_bottom_to_top {

	/* Safari and Chrome */
	0% {
		opacity: 0;
		top: 100px;
	}

	100% {
		opacity: 1;
		top: 0px;
	}
}

@-o-keyframes animation_bottom_to_top {

	/* Opera */
	0% {
		opacity: 0;
		top: 100px;
	}

	100% {
		opacity: 1;
		top: 0px;
	}
}

@keyframes animation_left_to_right {
	0% {
		opacity: 0;
		left: -100px;
	}

	100% {
		opacity: 1;
		left: 0px;
	}
}

@-moz-keyframes animation_left_to_right {

	/* Firefox */
	0% {
		opacity: 0;
		left: -100px;
	}

	100% {
		opacity: 1;
		left: 0px;
	}
}

@-webkit-keyframes animation_left_to_right {

	/* Safari and Chrome */
	0% {
		opacity: 0;
		left: -100px;
	}

	100% {
		opacity: 1;
		left: 0px;
	}
}

@-o-keyframes animation_left_to_right {

	/* Opera */
	0% {
		opacity: 0;
		left: -100px;
	}

	100% {
		opacity: 1;
		left: 0px;
	}
}

@keyframes animation_right_to_left {
	0% {
		opacity: 0;
		right: -100px;
	}

	100% {
		opacity: 1;
		right: 0px;
	}
}

@-moz-keyframes animation_left_to_right {

	/* Firefox */
	0% {
		opacity: 0;
		right: -100px;
	}

	100% {
		opacity: 1;
		right: 0px;
	}
}

@-webkit-keyframes animation_left_to_right {

	/* Safari and Chrome */
	0% {
		opacity: 0;
		right: -100px;
	}

	100% {
		opacity: 1;
		right: 0px;
	}
}

@-o-keyframes animation_left_to_right {

	/* Opera */
	0% {
		opacity: 0;
		right: -100px;
	}

	100% {
		opacity: 1;
		right: 0px;
	}
}

@media screen and (min-width:1001px) {
	.header_zone {
		position: fixed;
		width: 100%;
		height: 200px;
		border: 0px solid;
		z-index: 9;
		border-bottom: 0px solid #ffffff;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}

	.header_zone_logo {
		position: relative;
		display: inline-block;
		top: 0px;
		width: 100%;
		height: 200px;
		background: transparent;
		z-index: 1;
		animation-name: animation_bottom_to_top;
		animation-duration: 2s;
		animation-iteration-count: 1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.header_langs {
		position: absolute;
		vertical-align: top;
		height: 30px;
		width: 100px;
		margin-top: 35px;
		top: 0px;
		right: 100px;
		text-align: center;
		z-index: 1;

		animation-name: animation_bottom_to_top;
		animation-duration: 2s;
		animation-iteration-count: 1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.header_langs .link_langs {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 30px;
		width: 30px;
		font-family: regular;
		font-size: 14px;
		color: #000000;
		line-height: 30px;
		margin: 0 5px;
		padding: 0px;
		border-radius: 0px;
		border: 1px transparent solid;
		place-content: center;
		z-index: 1;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}

	.header_langs .link_langs:hover {
		border: 1px #000000 solid;
	}

	.header_langs .link_langs_active {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 30px;
		width: 30px;
		font-family: regular;
		font-size: 14px;
		color: #000000;
		line-height: 30px;
		margin: 0 5px;
		padding: 0px;
		border-radius: 0px;
		border: 1px #000000 solid;
		place-content: center;
		z-index: 1;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}

	.header_langs h3 {
		position: relative;
		display: none;
		vertical-align: top;
		font-family: regular;
		font-size: 16px;
		color: #000000;
		text-transform: uppercase;
		line-height: 50px;
		margin-left: 5px;
	}

	.header_menu_icon {
		position: relative;
		display: inline-block;
		height: 20px;
		width: 44px;
		margin-top: 85px;
		margin-bottom: 95px;
		z-index: 1;
		cursor: pointer;
		float: right;
		text-align: left;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}

	.header_menu_icon_white {
		position: relative;
		display: inline-block;
		height: 20px;
		width: 44px;
		margin-top: 85px;
		margin-bottom: 95px;
		z-index: 1;
		cursor: pointer;
		float: right;
		text-align: left;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}

	.header_logo {
		position: relative;
		display: inline-block;
		height: 50px;
		margin: 75px 0;
		float: left;
		z-index: 3;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}

	.header_logo img {
		height: 100%;
		border: 0px #ffffff solid;
	}

	.header_logo_white {
		position: relative;
		display: inline-block;
		height: 50px;
		width: 250px;
		margin: 75px 0;
		float: left;
		z-index: 3;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}

	.header_logo_white img {
		height: 100%;
		border: 0px #ffffff solid;
	}

	.header_zone.shrink {
		height: 100px;
		background-color: #ffffff;
		box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
	}

	.header_zone.shrink .header_logo {
		margin: 25px 0;
		height: 50px;
	}

	.header_zone.shrink .header_logo_white {
		margin: 25px 0;
		height: 50px;
	}

	.header_zone.shrink .header_menu_icon {
		margin: 40px 0;
	}

	.header_zone.shrink .header_menu_icon_white {
		margin: 40px 0;
	}

	.title {
		position: absolute;
        display: inline-block;
        width: calc(100% - 875px);
        text-align: justify;
        bottom: 0px;
        left: 0px;
        margin-right: 75px;
	}

	.title h1 {
		position: relative;
		display: inline-block;
		color: #000000;
		font-size: 40px;
		font-family: regular;
		line-height: 40px;
		width: 100%;
	}

	.title h2 {
		position: relative;
		display: inline-block;
		color: #000000;
		font-size: 16px;
		font-family: regular;
		line-height: 20px;
		margin-top: 15px;
		width: 100%;
	}

	.slider_homepage_caixa {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 100vh;
		margin: 0px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		z-index: 1;
		overflow: hidden;
	}

	.slider_homepage {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 100vh;
		margin-top: 0px;
		padding: 0px;
		border: 0px #333333 solid;
		overflow: hidden;

		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}

	.slider_background {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 100vh;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 0px;
		margin: 0px;
		border: 0px #333333 solid;
		overflow: hidden;

		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}

	.slider_background_footer {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 100px;
		top: -100px;
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		background-image: url(/_images/corte-topo.png);
		z-index: 9;

		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}

	.slider_content_area {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 900px;
		border: 0px #ffffff solid;

		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}

	.slider_content_area_box {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(90% - 100px);
		height: 350px;
		margin-top: 350px;
		margin-bottom: 200px;
		max-width: 1480px;
		place-content: center;
		text-align: left;

		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}

	.slider_content_area h1 {
		position: relative;
		display: inline-block;
		font-family: regular;
		color: #ffffff;
		width: 60%;
		font-size: 70px;
		line-height: 80px;
	}

	.slider_content_area h2 {
		position: relative;
		display: inline-block;
		font-family: 'regular';
		color: #ffffff;
		width: 100%;
		margin: 50px 0;
		font-size: 24px;
		line-height: 30px;
	}

	.slider_content_area h3 {
		position: relative;
		display: block;
		font-family: regular;
		font-weight: normal;
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 0px;
		color: #ffffff;
		padding: 0px;
		margin-top: 20px;
		border: 0px #333333 solid;
		text-transform: none;
		width: 51%;
	}

	.slider_content_area a:hover {
		text-decoration: none;
		top: 5px;
	}

	.slider_content_area .button {
		margin-top: 10px;
	}

	.slider_content_area .button:hover {
		top: 10px;
	}

	.plusslider-arrows-wrapper {
		margin-top: -18px;
	}

	.sub_header {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 200px;
		border: 0px #333333 solid;
		z-index: 1;
		margin-top: 0px;

		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}

	.box_title {
		height: 525px;
	}

	.box_title_text {
		position: absolute;
        display: inline-block;
        width: calc(100% - 875px);
        text-align: justify;
        bottom: 0px;
        left: 0px;
        margin-right: 75px;
	}

	.box_title_text h1 {
		position: relative;
		display: inline-block;
		color: #000000;
		font-size: 40px;
		font-family: regular;
		line-height: 40px;
		width: 100%;
	}

	.box_title_text h2 {
		position: relative;
		display: inline-block;
		color: #000000;
		font-size: 16px;
		font-family: regular;
		line-height: 20px;
		margin-top: 15px;
		width: 100%;
	}

	.box_title_image {
		position: relative;
		display: inline-block;
		height: 525px;
		width: 800px;
		float: right;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		z-index: 3;
	}

	.box_title_image img {
		width: 100%;
		height: 100%;
	}

	.box_services {
		position: relative;
		display: inline-block;
		place-content: center;
		width: calc(100% / 4 - 30px);
		height: 400px;
		padding: 0px;
		margin: 0px 15px;
		top: 0px;
		background-size: cover;
		opacity: 1.0;
		overflow: hidden;
		cursor: pointer;
		z-index: 1;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}

	.box_services:hover {
		top: 10px;
		box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.4);
	}

	.box_services_image_gradient {
		position: absolute;
		top: 0px;
		height: 400px;
		width: 100%;
		z-index: 1;
		background-color: #000000;
		opacity: 0.4;
	}

	.box_services img {
		width: 100%;
		height: 100%;
	}

	.box_services_text {
		position: absolute;
		display: inline-block;
		width: 100%;
		height: 150px;
		text-align: center;
		place-content: center;
		left: 0px;
		bottom: 0;
		z-index: 1;
	}

	.box_services_text h1 {
		font-family: regular;
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 0px;
		color: #ffffff;
	}

	.box_services .button_open {
		position: absolute;
		display: inline-block;
		right: 25px;
		top: 25px;
		height: 25px;
		z-index: 1;
	}

	.box_gallery {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100%);
		padding: 0px;
		top: 0px;
		border: 0px #000000 solid;
		float: right;
		z-index: 1;
		overflow: hidden;
		opacity: 1.0;
		cursor: pointer;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}

	.box_gallery_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 400px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border: 0px #000000 solid;
		z-index: 1;

		-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.6));
		-webkit-mask-size: 100% 100%;
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-position: top bottom;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}

	.box_gallery:hover .box_gallery_image {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 1.0;
		filter: alpha(opacity=100);
		filter: brightness(70%);
	}

	.box_gallery_text {
		position: absolute;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 40px);
		left: 20px;
		bottom: 50px;
		border: 0px #000000 solid;
		z-index: 1;
		text-align: center;
	}

	.box_gallery h1 {
		font-family: 'regular';
		font-weight: normal;
		font-size: 40px;
		line-height: 40px;
		letter-spacing: 0px;
		color: #ffffff;
		padding: 0px;
		border: 0px #ffffff solid;
		z-index: 1;
	}

	.box_gallery_single {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 4 - 20px);
		height: 300px;
		padding: 0px;
		top: 0px;
		background-color: #000000;
		border: 0px #000000 solid;
		z-index: 1;
		overflow: hidden;
		opacity: 1.0;
		cursor: pointer;
		margin: 0 10px;
		margin-bottom: 15px;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}

	.box_gallery_single .box_accomodation_button {
		position: absolute;
		right: -1px;
		bottom: -1px;
		height: 50px;
		width: 50px;
		z-index: 9;
	}

	.box_gallery_single_mask {
		position: absolute;
		display: inline-block;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: transparent;
		place-content: center;
		opacity: 1;
		z-index: 2;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}

	.box_gallery_single_mask h1 {
		position: relative;
		display: inline-block;
		font-family: regular;
		font-weight: regular;
		font-size: 20px;
		line-height: 30px;
		width: 100%;
		color: #ffffff;
		z-index: 9;
	}

	.box_gallery_single img {
		height: 100%;
		width: 100%;
	}

	.box_gallery_single_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 300px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border: 0px #000000 solid;
		z-index: 1;

		-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.6));
		-webkit-mask-size: 100% 100%;
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-position: top bottom;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}

	.box_gallery_single:hover .box_gallery_single_image {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 1.0;
		filter: alpha(opacity=100);
		filter: brightness(70%);
	}

	.box_gallery_single:hover {
		box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.4);
	}

	.box_blog {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 3 - 30px);
		margin: 20px;
		top: 0px;
		background-color: #ffffff;
		border: 0px #333333 solid;
		text-align: left;
		border-radius: 30px;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}

	.box_blog:hover {
		top: 10px;
		box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
	}

	.box_blog_odd {
		margin-left: 0px;
	}

	.box_blog_even {
		margin-right: 0px;
	}

	.box_blog_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 600px !important;
		margin: 25px 0px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.9));

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}

	.box_blog_image .button {
		position: absolute;
		right: 0px;
		height: 25px;
		width: 25px;
		background-color: #FF991A;
		border-radius: 0px 10px;
		background-image: url(/_images/lermais.png);
		background-repeat: no-repeat;
		background-position: center;
		padding: 10px;
	}

	.box_blog_image .button {
		top: 0px;
	}

	.box_blog_mask {
		position: absolute;
		display: inline-block;
		height: 600px;
		width: 100%;
		border-radius: 30px;
		background: #d4d4d4;
		opacity: 0.3;
		z-index: 2;
	}

	.box_blog_text {
		position: absolute;
		display: inline-block;
		vertical-align: top;
		padding: 0px 40px;
		border: 0px solid;
		border-radius: 0px 0px 20px 20px;
		width: calc(100% - 80px);
		height: 150px;
		bottom: 0px;
		left: 0px;
		text-align: left;
		place-content: center;
		background-color: transparent;
		opacity: 1;
		z-index: 3;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}

	.box_blog_text h1 {
		font-family: bold;
		font-size: 24px;
		line-height: 30px;
		color: #FFFFFF;
		text-align: left;
	}

	.box_blog_text h3 {
		font-family: regular;
		font-size: 14px;
		line-height: 14px;
		color: #000000;
		margin-top: 20px;
		margin-bottom: 5px;
	}

	.box_blog_text .button {
		width: 150px;
	}

	.box_blog_text .button:hover {
		text-decoration: none;
		box-shadow: 0px 0px 0px;
	}

	.box_blog_text_button {
		text-decoration: underline;
		color: #3FC2CA;
		cursor: pointer;
		font-family: regular;
		font-size: 14px;
		line-height: 14px;
	}

	.box_blog_text_button :hover {
		color: #000000;
	}

	.box_blog_left_area {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 405px);
		min-height: 500px;
		margin-left: 0px;
		margin-right: 50px;
		margin-top: 50px;
		margin-bottom: 50px;
		padding: 0px;
		float: left;
		text-align: left;
		border: 0px #333333 solid;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}

	.box_blog_post {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		min-height: 200px;
		margin-bottom: 50px;
		padding: 0px;
		text-align: left;
		border: 0px #ffffff solid;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}

	.box_blog_post h1 {
		font-family: regular;
		font-weight: normal;
		font-size: 30px;
		line-height: 40px;
		color: #333333;
		text-transform: uppercase;
		margin-top: 0px;
		letter-spacing: 0px;
	}

	.box_blog_post h3 {
		font-family: regular;
		font-size: 15px;
		line-height: 25px;
		color: #333333;
	}

	.box_blog_post .button {
		width: 140px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		padding: 6px 15px;
		border: 0px #333333 solid;
	}

	.box_blog_post .button:hover {}

	.box_blog_right_area {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 300px;
		height: 100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 50px;
		margin-bottom: 50px;
		padding: 20px;
		background-color: #f7f7f7;
		float: right;
		text-align: left;
		border: 0px #333333 solid;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}

	.box_blog_newsletter {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		min-height: 500px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 50px;
		padding: 0px;
		float: left;
		text-align: left;
		border: 0px #333333 solid;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}

	.box_blog_newsletter .input {
		width: calc(100% - 120px);
		height: 40px;
		padding: 0px 0px 0px 10px;
		border-radius: 0px;
		border: 0px;
		margin-right: 5px;
	}

	.box_blog_newsletter h3 {
		font-size: 15px;
	}

	.box_blog_newsletter h4 {
		display: inline-block;
		font-size: 11px;
	}

	.box_blog_newsletter a {
		display: inline-block;
		font-size: 11px;
	}

	.box_blog_newsletter .button {
		display: inline-block;
		width: 100px;
		padding: 10px;
		border: 0px #333333 solid;
	}

	.box_blog_newsletter .button:hover {}

	.box_blog_last_posts {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		min-height: 500px;
		margin-left: 0px;
		margin-right: 50px;
		margin-bottom: 50px;
		padding: 0px;
		float: left;
		text-align: left;
		border: 0px #333333 solid;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}

	.box_blog_details_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 500px;
		height: 500px;
		margin-right: 50px;
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		float: left;
		border: 0px solid;
	}

	.box_blog_details_text {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 600px;
		height: 500px;
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		float: left;
		text-align: left;
		border: 0px solid;
	}

	.box_details_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 600px;
		width: calc(100% - 875px);
		border-radius: 30px;
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		float: left;
		border: 0px solid;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}

	.box_details_image img {
		height: 100%;
		width: 100%;
		border-radius: 0px;
	}

	.box_details_text {
		position: relative;
        display: inline-block;
        vertical-align: top;
        height: 600px;
        width: 800px;
        margin-left: 75px;
        text-align: justify;
        border: 0px solid;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}

	.box_details_text h1 {
		position: relative;
        display: block;
        vertical-align: top;
        font-family: regular;
        font-size: 35px;
        line-height: 50px;
        border: 0px solid;
		margin-bottom: 20px;
	}

	.box_details_text h2 {
		position: relative;
		display: block;
		vertical-align: top;
		font-family: bold;
		font-size: 30px;
		line-height: 30px;
		color: #000000;
		border: 0px solid;
	}

	.box_details_button {
		position: absolute;
		vertical-align: top;
		width: 10%;
		bottom: 2%;
		left: 43%;
		border: 0px solid;
	}

	.box_details_button .button {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 50px;
		padding-right: 20px;
		background-image: url(/_images/icon-seta-voltar.png);
		background-repeat: no-repeat;
		background-position-x: 15px;
		background-position-y: 15px;
		background-size: 10px;
		background-color: #00A1D5;
	}

	.box_contacts_address {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		border: 0px #cccccc solid;
		margin-right: 0px;
		text-align: center;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}

	.box_contacts_address h3 {
		padding: 0;
		font-family: regular;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 0px;
		text-decoration: none;
		line-height: 30px;
		margin-top: 25px;
		margin-bottom: 25px;
		color: #333333;
	}

	.box_contacts_form {
		position: relative;
        display: inline-block;
        vertical-align: top;
        float: right;
        width: 800px;
        min-height: 400px;
        border: 0px #cccccc solid;
        margin-bottom: 50px;
        text-align: left;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}

	.box_contacts_form h3 {
		display: inline-block;
		margin-left: 10px;
		font-family: regular;
		font-size: 14px;
		line-height: 14px;
		border: 0px #333333 solid;
	}

	.box_contacts_form a {
		display: inline-block;
		font-size: 14px;
		line-height: 14px;
		text-decoration: underline;
		margin-top: 0px;
		border: 0px #333333 solid;
	}

	.box_contacts_form a:hover {
		text-decoration: none;
	}

	.box_contacts_form .button {
		width: 200px;
		height: 40px;
		line-height: 10px;
		text-align: center;
		border: none;
	}

	.footer_copyright {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 50px;
		margin-right: 0px;
		border: 0px #ffffff solid;
		float: left;
		text-align: left;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}

	.footer_copyright h3 {
		font-family: regular;
		font-size: 14px;
		line-height: 50px;
		color: #414040;
	}

	.footer_powered_by {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 50px;
		float: right;
		text-align: right;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}

	.footer_powered_by a {
		font-family: regular;
		font-weight: normal;
		font-size: 14px;
		line-height: 50px;
		color: #414040;
	}

	.footer_powered_by a:hover {
		text-decoration: underline;
	}


	.footer_disclaimer {
		position: absolute;
		display: inline-block;
		vertical-align: top;
		width: 500px;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
		height: 50px;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}

	.footer_disclaimer a {
		font-family: regular;
		font-size: 14px;
		line-height: 50px;
		color: #414040;
		margin: 0px 20px;
	}

	.footer_disclaimer a:hover {
		text-decoration: underline;
	}

	.footer_disclaimer img {
		position: relative;
		display: inline-block;
		height: 25px;
		margin-top: 7px;
		margin-right: 5px;
		padding: 5px;
		border-radius: 5px;
		background-color: #FFFFFF;
	}

}