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

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

@font-face {
	font-family: 'light';
	src: url('../../_fonts/Urbanist-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: bold;
	font-size: 40px;
	font-weight: normal;
	color: #009DA4;
	letter-spacing: 0px;
	line-height: 45px;
}

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

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

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

.input[type="text"] {
	background: transparent;
	border: 1px solid #1d1d1d;
	font-family: regular;
	color: #1d1d1d;
	border-radius: 0px;
	margin-bottom: 15px;
	font-size: 14px;
	height: 50px;
	padding-left: 20px;
}

.input[type="text"]::placeholder {
	color: #1d1d1d;
}

.input[type="email"] {
	background: transparent;
	border: 1px solid #1d1d1d;
	font-family: regular;
	color: #1d1d1d;
	border-radius: 0px;
	margin-bottom: 15px;
	font-size: 14px;
	height: 50px;
	padding-left: 20px;
	width: 100%;
}

.input[type="email"]::placeholder {
	color: #1d1d1d;
}

.input[type="password"] {
	background: transparent;
	border: 1px solid #1d1d1d;
	font-family: regular;
	color: #1d1d1d;
	border-radius: 0px;
	margin-bottom: 15px;
	font-size: 14px;
	height: 50px;
	padding-left: 20px;
	width: 100%;
}

.input[type="date"] {
	height: 36px;
	font-family: light;
	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: light;
	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: light;
	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: light;
	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 {
	background: transparent;
	border: 1px solid #1d1d1d;
	font-family: regular;
	color: #1d1d1d;
	border-radius: 0px;
	margin-bottom: 15px;
	font-size: 14px;
	height: 50px;
	padding-top: 20px;
	padding-left: 20px;
	width: 100%;
}

.textarea::placeholder {
	color: #1d1d1d;
}

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

.error {
	color: red;
}

.button {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 50px;
	width: 175px;
	color: #ffffff;
	line-height: 50px;
	top: 0px;
	text-align: center;
	background-color: #142C60;
	border: 0px;
	border-radius: 25px;
	cursor: pointer;
	font-family: regular;
	font-size: 16px;
	-webkit-appearance: none;
	-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;
	background-color: #000000;
	box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.4);
}

.button_blue {
	background-color: #6dffff;
	color: #3E003E;
}

.button_blue:hover {
	background-color: #3E003E;
	color: #6dffff;
}

.button img {
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	width: 20px;
	margin-right: 10px;
}

.button_arrow {
	background-image: url(/_images/seta.png);
	background-repeat: no-repeat;
	background-position-x: 140px;
	background-position-y: 20px;
	background-size: 15px;
	padding-right: 15px;
	width: 160px;
	text-transform: none;
}

.button_outline {
	background-color: transparent;
	border: 2px solid #ffffff;
}

.button_outline:hover {
	background-color: transparent;
	border: 2px solid #ffffff;
}

.button_eye {
	position: relative;
	display: inline-block;
	top: 0px;
	margin: 2px;
	cursor: pointer;
	padding: 10px;
	background-color: #C6C6C6;
	border-radius: 100%;

	-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_eye:hover {
	top: 5px;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
}

.button_shop {
	position: relative;
	display: inline-block;
	top: 0px;
	margin: 2px;
	cursor: pointer;
	padding: 10px;
	border-radius: 100%;
	-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_shop:hover {
	top: 5px;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
}

.button_cart {
	position: relative;
	display: inline-block;
	top: 0px;
	margin: 5px;
	cursor: pointer;

	-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_cart:hover {
	top: 5px;
}

.button_star {
	position: relative;
	display: inline-block;
	top: 0px;
	margin: 5px;
	cursor: pointer;
	-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_star:hover {
	top: 5px;
}

.header_box_menu {
	position: fixed;
	vertical-align: top;
	width: 0%;
	max-width: 0px;
	height: 100%;
	top: 0px;
	left: -80px;
	background-color: #ffffff;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
	z-index: 99999;
	padding-left: 40px;
	transition: 0.5s;
	overflow-x: hidden;
}

.header_box_menu_icon {
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 50px;
	top: 40px;
	right: 10%;
	border: 0px #ffffff solid;
	float: right;
	text-align: left;
	z-index: 9;
	cursor: pointer;
}

.header_box_menu_list {
	position: absolute;
	display: none;
	width: 240px;
	min-height: 200px;
	top: 32px;
	left: 10px;
	border: 0px #ffffff solid;
	z-index: 1;
	cursor: pointer;
	opacity: 0.0;
}

.header_box_menu_list a {
	display: block;
	width: 100%;
	font-family: regular;
	font-weight: normal;
	font-size: 18px;
	line-height: 44px;
	color: #152D61;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	text-align: left;
	z-index: 1;
	cursor: pointer;
	-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 {
	color: #152D61;
}

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

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

#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;
	}
}

@-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;
	}
}

.box_home_message {
	position: relative;
	display: inline-block;
	width: 100%;
	background-color: #06999F;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}

.box_home_message_content {
	position: relative;
	display: inline-block;
	width: 90%;
	max-width: 1480px;
	padding: 30px 0px;
	border: 0px #000000 solid;
}

.box_home_message_content h3 {
	color: #ffffff;
	font-size: 20px;
	line-height: 20px;
}

.register_page_block.only {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.register_page_block.only select.store_form_select {
	font-family: light;
	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;
	margin-bottom: 12px;
}

.register_page_block.only .uploadfield {
	display: inline-block;
}

.footer_bp
{
	position:relative;
	display:inline-block;
	width:100%;
	margin-bottom:20px;
}
.footer_bp h3
{
	font-size:14px;
	text-align:center;
}

@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_welcome {
		position: relative;
		display: none;
		vertical-align: top;
		width: 100%;
		height: 30px;
		background-color: #f6a554;
		border: 0px #000000 solid;
		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_zone_logo {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 200px;
		background: #ffffff;
		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_zone_mask {
		position: absolute;
		display: inline-block;
		width: 100%;
		height: 200px;
		top: 0px;
		border: 0px #777777 solid;
		z-index: 1;
		background: #1d1d1d;
		opacity: 0.6;
		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_zone_menu {
		position: relative;
		display: inline-block;
		vertical-align: top;
		top: 0px;
		width: 100%;
		height: 50px;
		z-index: 1;
		background: #F6A554;

		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_social_networks {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100px;
		margin-top: 8px;
		border: 0px #000000 solid;
		z-index: 1;
		float: left;
		text-align: left;
		animation-name: animation_top_to_bottom;
		animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.header_social_networks .button {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 24px;
		height: 24px;
		margin-left: 5px;
		padding: 0px;
		background-color: transparent;
		background-size: 20px;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 100%;
		border: 0px #079DDC solid;
		z-index: 1;
		float: 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_hashtag {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 30px;
		margin-top: 0px;
		border: 0px #333333 solid;
		float: left;
		text-align: left;
		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_hashtag h3 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-family: regular;
		font-weight: normal;
		font-size: 16px;
		color: #ffffff;
		line-height: 30px;
		border: 0px #333333 solid;
	}

	.header_email {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 30px;
		border: 0px #333333 solid;
		float: left;
		text-align: left;
		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_email img {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		width: 15px;
		margin-top: 0px;
		margin-right: 10px;
		border: 0px #333333 solid;
	}

	.header_email h3 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-family: regular;
		font-weight: normal;
		font-size: 14px;
		color: #ffffff;
		line-height: 30px;
		border: 0px #333333 solid;
	}

	.header_address {
		position: relative;
		display: none;
		vertical-align: top;
		height: 30px;
		margin-top: 0px;
		margin-right: 20px;
		border: 0px #333333 solid;
		float: left;
		text-align: left;
		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_address img {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		width: 15px;
		margin-top: 2px;
		margin-right: 10px;
		border: 0px #333333 solid;
	}

	.header_address h3 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-family: light;
		font-weight: normal;
		font-size: 12px;
		color: #ffffff;
		line-height: 30px;
		text-transform: uppercase;
		border: 0px #333333 solid;
	}

	.header_phone {
		position: absolute;
		display: inline-block;
		vertical-align: top;
		height: 30px;
		border: 0px #ffffff solid;
		right: 100px;
		text-align: left;
		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_phone img {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		width: 15px;
		margin-top: 0px;
		margin-right: 10px;
		border: 0px #333333 solid;
	}

	.header_phone h3 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-family: regular;
		font-weight: normal;
		font-size: 14px;
		color: #ffffff;
		line-height: 30px;
		border: 0px #333333 solid;
	}

	.header_b2b {
		width: 300px;
		margin-right: 20px;
		border: 0px #333333 solid;
		z-index: 1;
		float: 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;
	}

	.header_b2b a {
		font-family: bold;
		font-size: 16px;
		color: #2A2D96;
		line-height: 30px;
		text-decoration: none;
	}

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

	.header_messages {
		position: absolute;
		display: inline-block;
		height: 30px;
		width: calc(100% - 700px);
		top: 0px;
		left: 0px;
		right: 0px;
		margin-left: auto;
		margin-right: auto;
		border: 0px #ffffff solid;
		text-align: center;
		z-index: 1;
		overflow: hidden;
	}

	.header_messages img {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		height: 16px;
		margin: 0px 10px;
		padding: 0px;
		border: 0px #e81a1c solid;
	}

	.header_messages h3 {
		margin: 0px;
		padding: 0px;
		font-size: 16px;
		line-height: 30px;
		color: #ffffff;
		border: 0px #e81a1c solid;
		text-align: center;
	}

	.header_messages h4 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		margin: 0px;
		padding: 0px;
		font-size: 14px;
		line-height: 40px;
		color: #ffffff;
		border: 0px #e81a1c solid;
		text-transform: none;
		font-family: regular;
	}

	.header_langs {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 30px;
		margin-top:30px;
		z-index: 1;
		float: right;
		text-align: right;
		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;
		font-family: light;
		font-size: 16px;
		color: #142C60;
		line-height: 30px;
		margin-left: 10px;
		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 {
		font-weight: bold;
	}

	.header_langs .link_langs_active {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 30px;
		font-family: regular;
		font-weight: bold;
		font-size: 16px;
		color: #142C60;
		line-height: 30px;
		margin-left: 10px;
		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: light;
		font-size: 16px;
		color: #142C60;
		text-transform: uppercase;
		line-height: 30px;
	}

	.header_menu_icon {
		position: relative;
		display: none;
		height: 20px;
		margin: 75px 0;
		place-content: center;
		border: 0px #333333 solid;
		z-index: 1;
		cursor: pointer;
		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;
	}

	.header_menu_right {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 310px;
		max-width: 1480px;
		height: 50px;
		margin-top: 0px;
		border: 0px #333333 solid;
		z-index: 1;
		overflow: hidden;
		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;
	}

	.header_menu_right a {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-family: regular;
		font-weight: normal;
		font-size: 14px;
		letter-spacing: 0px;
		color: #ffffff;
		text-transform: uppercase;
		padding-left: 0px;
		padding-right: 0px;
		margin-left: 0px;
		margin-right: 0px;
		line-height: 30px;
		border-radius: 0px;
		border: 0px #ffffff solid;
		margin-top: 10px;

		-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_right a img {
		display: inline-block;
		vertical-align: middle;
		margin-right: 5px;
	}

	.header_menu_right a.button_promotions {
		background: #000000;
		border-radius: 40px;
		padding: 0px 20px;
		top: 0px;

		-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_right a.button_assistance {
		background: #06999F;
		border-radius: 40px;
		padding: 4px 20px;
		margin-left: 10px;
		top: -4px;
		font-family: bold;
		text-transform: 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;
	}

	.header_menu_right a.button_promotions:hover,
	.header_menu_right a.button_assistance:hover {
		top: 3px;
	}

	.header_menu {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 675px);
		max-width: 1480px;
		margin: 10px 0;
		margin-left: 60px;
		height: 30px;
		place-content: center;
		border: 0px #333333 solid;
		float: left;
		z-index: 1;
		overflow: hidden;
		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;
	}

	.header_menu .link_menu {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-family: 'regular';
		font-size: 16px;
		letter-spacing: 0px;
		color: #ffffff;
		text-transform: uppercase;
		margin-left: 25px;
		padding-right: 25px;
		border-right: 2px solid #ffffff;
		line-height: 30px;
		border-radius: 0px;
		-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 .link_menu:hover {
		color: #3E003E;
	}

	.header_menu .link_menu:active {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-family: regular;
		font-size: 16px;
		letter-spacing: 0px;
		color: #3E003E;
		text-transform: uppercase;
		margin-left: 25px;
		padding-right: 25px;
		border-right: 2px solid #ffffff;
		line-height: 30px;
		border-radius: 0px;
		-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 .link_menu_active {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-family: regular;
		font-size: 16px;
		letter-spacing: 0px;
		color: #3E003E;
		text-transform: uppercase;
		margin-left: 25px;
		padding-right: 25px;
		border-right: 2px solid #ffffff;
		line-height: 30px;
		border-radius: 0px;
	}

	.header_menu .link_menu img {
		vertical-align: middle;
		margin-left: 5px;
		filter: invert(1);
	}

	.header_menu .link_menu:hover img {
		filter: invert(0);
	}

	.header_submenu {
		position: absolute;
		display: none;
		top: 50px;
		left: 0;
		z-index: 9;
	}

	.header_submenu_content {
		position: relative;
		display: none;
		width: calc(100% - 40px);
		background: #ffffff;
		padding: 20px;
		text-align: left;
	}

	.header_submenu_content .link_submenu {
		position: relative;
		width: calc(100% - 15px);
		display: block;
		padding: 5px 10px 5px 5px;
		color: #000000;
		font-family: light;
		font-weight: bold;
		font-size: 14px;
		text-transform: none;
		letter-spacing: 0px;
	}

	.header_submenu_content .link_submenu:hover {
		color: #ffffff !important;
	}

	.header_submenu_content .link_submenu img {
		opacity: 0;
		vertical-align: middle;
	}

	.header_submenu_content .link_submenu:hover img {
		opacity: 1;
		filter: invert(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_sub_submenu_content {
		position: absolute;
		display: none;
		width: calc(100% - 40px);
		background: #ffffff;
		padding: 20px;
		text-align: left;
		right: -224px;
		margin-top: -45px;
	}

	.header_submenu_content .link_subsubmenu {
		position: relative;
		width: calc(100% - 20px);
		display: block;
		padding: 5px 10px;
		color: #ffffff;
		font-family: light;
		font-weight: bold;
		font-size: 14px;
		text-transform: none;
		letter-spacing: 0px;
	}

	.header_submenu_content .link_subsubmenu:hover {
		color: #1C0A0D !important;
	}

	.header_logo {
		position: absolute;
		display: inline-block;
		height: 150px;
		width: calc(100% - 1000px);
		left: 0px;
		right: 0px;
		margin: 25px auto;
		place-content: center;
		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 {
		position: relative;
		height: 100%;
		border: 0px #ffffff solid;
	}

	.header_small_logo {
		position: relative;
		display: none;
		width: 250px;
		height: 97px;
		top: 15px;
		float: left;
		border: 0px #333333 solid;
		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_small_logo img {
		width: 100%;
		border: 0px #ffffff solid;
	}

	.header_button {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 175px;
		height: 50px;
		margin-left: 10px;
		z-index: 1;
		float: right;
		text-align: left;
		place-content: 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;
	}

	.header_button .button {
		height: 30px;
		line-height: 30px;
		text-transform: uppercase;
	}

	.header_button .button:hover {
		top: 5px;
	}

	.header_contacts {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 170px;
		width: calc(100% - 1250px);
		float: left;
		margin-left: 50px;
		z-index: 1;
		text-align: left;
		place-content: 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;
	}

	.header_contacts h3 {
		color: #ffffff;
		font-size: 16px;
		line-height: 40px;
		place-content: center;
	}

	.header_contacts img {
		width: 20px;
		margin-right: 10px;
	}

	.header_contacts h3.header_contacts_phone {
		font-size: 18px;
	}

	.header_search {
		position: absolute;
		display: inline-block;
		vertical-align: top;
		height: 30px;
		width: calc(100% - 1250px);
		right: 200px;
		padding: 0px 15px 0px 15px;
		margin: 70px 0;
		margin-right: 50px;
		border-radius: 50px;
		border: 1px #ffffff solid;
		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_search input[type="text"] {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 10px);
		height: 30px;
		padding-left: 15%;
		font-size: 14px;
		font-family: regular;
		font-weight: lighter;
		color: #ffffff;
		background-color: transparent;
		border-radius: 0px;
		border: 0px #333333 solid;
		border-bottom: 0px #333333 solid;
	}

	.header_search input[type="text"]::placeholder {
		color: #ffffff;
	}

	.header_search input[type="image"] {
		position: absolute;
		left: 5%;
		top: 6px;
		border-radius: 0;
		border: 0px #333333 solid;
		float: right;
		background-color: transparent;
		-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_search input[type="image"]:hover {
		top: 8px;
	}

	.header_search input:focus {
		outline: none;
	}

	.header_cart_info {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 80px;
		margin: 45px 0;
		place-content: center;
		border: 0px #333333 solid;
		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;
	}

	.header_cart_info.loggedin {
		margin-top: 8px;
	}

	.header_cart_info .box_user {
		position: relative;
		display: block;
		vertical-align: top;
		height: 30px;
		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;
	}

	.header_cart_info .box_icon_cart {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 32px;
		height: 32px;
		padding: 0px;
		top: 0px;
		border-radius: 100%;
		text-align: center;
		background: #b36bfb;
		margin: 0px 5px;
		-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_cart_info .box_icon_cart:hover {
		top: 5px;
	}

	.header_cart_info .box_icon_cart:hover img {}

	.header_cart_info .box_icon_cart img {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 16px;
		height: 16px;
		margin: 8px;
		-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_cart_info h3 {
		position: absolute;
		width: 20px;
		height: 20px;
		top: 20px;
		right: -5px;
		color: #ffffff;
		background-color: #F6A554;
		border-radius: 100%;
		text-align: center;
		line-height: 20px;
		font-size: 12px;
	}

	.header_cart_info h4 {
		color: #000000;
	}

	.header_zone.shrink {
		position: fixed;
		width: 100%;
		height: 100px;
		background-color: transparent;
		box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
		z-index: 9999;
		border-bottom: 0px solid #ffffff;
	}

	.header_zone.shrink .header_zone_mask {
		height: 100px;
	}

	.header_zone.shrink .header_zone_welcome {
		margin-top: -50px;
	}

	.header_zone.shrink .header_zone_logo {
		height: 100px;
	}

	.header_zone.shrink .header_zone_menu {}

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

	.header_zone.shrink .header_logo {
		height: 90px;
		margin: 5px auto;
	}

	.header_zone.shrink .header_contacts {
		height: 100px;
	}

	.header_zone.shrink .header_menu {}

	.header_zone.shrink .header_search {
		margin: 34px 0;
		margin-right: 50px;
	}

	.header_zone.shrink .header_submenu {
		top: 45px !important;
	}

	.header_zone.shrink .header_langs {
		top: 20px;
	}

	.header_zone.shrink .header_cart_info {
		margin: 10px 0;
	}

	.header_zone.shrink .header_button {}

	.header_zone.shrink .header_button .button.white {
		border: 1px solid #00b4fe;
	}

	.header_zone.shrink .header_menu .link_menu,
	.header_zone.shrink .header_menu .link_menu_active {}

	.slider_homepage_caixa {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 700px;
		margin-top: 200px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border: 0px #e81a1c solid;
		z-index: 1;
		overflow: hidden;
		animation-name: animation_top_to_bottom;
		animation-duration: 2s;
		animation-iteration-count: 1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.slider_homepage {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 700px;
		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: 700px;
		background-position: 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_content_area {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 100%;
		margin-top: 0px;
		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;
		max-width: 1480px;
		width: 90%;
		height: 425px;
		margin-top: 100px;
		margin-bottom: 175px;
		padding: 0px;
		border: 0px #ffffff solid;
		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: 'light';
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 0px;
		color: #6c6c6c;
		padding: 0px;
		border: 0px #ffffff solid;
		width: 100%;
	}

	.slider_content_area h2 {
		position: relative;
		display: inline-block;
		font-family: 'bold';
		font-size: 60px;
		line-height: 70px;
		letter-spacing: 0px;
		margin: 10px 0;
		margin-right: 50%;
		color: #142C60;
		text-transform: uppercase;
		padding: 0px;
		border: 0px #ffffff solid;
		width: 50%;
	}

	.slider_content_area h3 {
		position: relative;
		display: inline-block;
		font-family: 'light';
		text-align: left;
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 50px;
		color: #6c6c6c;
		width: 40%;
	}

	.slider_content_area .button {}

	.slider_content_area .button:hover {}

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

	.slider_footer_content_area_box table {
		padding: 50px 50px 0px 0px;
	}

	.slider_footer_content_area_box .button {
		background-color: #FFFFFF;

		color: #06999F;
	}

	.slider_footer_content_area_box h2 {
		font-family: bold;

		color: #FFFFFF;
		text-align: left;
		padding-left: 175px;
	}

	.slider_footer_content_area_box h3 {
		font-family: regular;

		color: #CEDD00;
		text-align: left;
		padding-left: 175px;
	}

	.slider_footer_content_area_box {
		padding-top: 50px;
		padding-right: 100px;

		padding-bottom: 50px;
		height: 125px;
	}

	.slider_footer_content_area_box_phone {
		position: relative;
		display: inline-block;
		top: -33px;
		width: 30%;
	}

	.slider_footer_content_area_box_phone img {
		float: left;
		margin-left: 100px;
	}

	.slider_footer_content_area_box_bar {
		position: relative;
		display: inline-block;
		width: 1%;
	}

	.slider_footer_content_area_box_clock {
		position: relative;
		display: inline-block;
		top: -33px;
		width: 30%;
	}

	.slider_footer_content_area_box_clock img {
		float: left;
		margin-left: 100px;
	}

	.slider_footer_content_area_box_button {
		position: relative;
		display: inline-block;
		width: 35%;
		text-align: right;
		top: -75px;
	}

	.services_box .button {}

	.top_header_margin {
		padding-top: 150px;
		border: 0px #e81a1c solid;
	}

	.slider_divider {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 156px;
		background-image: url(/_images/slider-background.png);
		background-size: contain;
		background-position: top center;
		background-repeat: no-repeat;
		margin-top: -70px;
		z-index: 2;

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

	.footer_divider {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 110px;
		background-image: url(/_images/footer-background.png);
		background-size: contain;
		background-position: bottom center;
		background-repeat: no-repeat;
		margin-bottom: -1px;
		z-index: 0;

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

	.sub_header {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 200px;
		border: 0px #333333 solid;
		z-index: 1;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}

	.sub_header_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 200px;
		background-color: #777777;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border: 0px #333333 solid;
		z-index: 1;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}

	.sub_header_mask {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 200px;
		background-color: #000000;
		border: 0px #333333 solid;
		z-index: 1;
		opacity: 0.1;
	}

	.title {
		position: relative;
		display: inline-block;
		width: 100%;
		vertical-align: top;
		margin: 50px 0px;
		border: 0px #333333 solid;
		z-index: 1;
		text-align: left;
		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;
	}

	.title h1 {
		position: relative;
		display: inline-block;
		width: 100%;
		vertical-align: top;
		font-family: bold;
		font-size: 60px;
		line-height: 60px;
		text-transform: uppercase;
		color: #142C60;
	}

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

	.title h3 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 35%;
		font-family: regular;
		font-weight: normal;
		font-size: 20px;
		line-height: 25px;
		letter-spacing: 0px;
		color: #009DA4;
		margin-top: 40px;
	}

	.title_line {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 75px;
		height: 5px;
		background-color: #FF5D00;
		margin-top: 10px;
	}

	.title img {
		width: 100px;
	}

	.box_banner {
		position: relative;
		display: inline-block;
		place-content: center;
		width: calc(100% / 3 - 20px);
		height: 300px;
		padding: 0px;
		margin: 25px 10px;
		top: 0px;
		background-size: cover;
		border: 0px #333333 solid;
		border-radius: 30px;
		z-index: 1;
		overflow: hidden;
		opacity: 1.0;

		-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_banner:hover {
		top: 10px;
	}

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

	.box_banner .button {
		height: 40px;
		line-height: 40px;
	}

	.box_banner_text {
		position: absolute;
		display: inline-block;
		width: 80%;
		margin: 0% 10%;
		height: 200px;
		bottom: 0px;
		text-align: left;
		place-content: center;
		left: 0px;
		z-index: 1;
	}

	.box_banner_text h1 {
		font-family: 'regular';
		font-size: 40px;
		line-height: 50px;
		color: #FFFFFF;
		margin-bottom: 10px;
	}

	.box_banner_text h2 {
		font-family: 'bold';
		font-size: 40px;
		line-height: 40px;
		color: #FFFFFF;
		margin-bottom: 25px;
	}

	.box_banner_text_promotions {
		position: absolute;
		display: inline-block;
		width: 80%;
		margin: 0% 10%;
		height: 125px;
		bottom: 0px;
		text-align: center;
		place-content: center;
		left: 0px;
		z-index: 1;
	}

	.box_how_it_works {
		position: relative;
		display: inline-block;
		place-content: center;
		width: calc(100% / 3 - 30px);
		padding: 0px;
		margin: 25px 15px;
		top: 0px;
		background-color: #142C60;
		border-radius: 30px;
		z-index: 1;
		overflow: hidden;
		opacity: 1.0;

		-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_how_it_works_text {
		position: relative;
		display: inline-block;
		width: 90%;
		margin: 0% 5%;
		height: 100%;
		place-content: center;
		z-index: 1;
	}

	.box_how_it_works_text h1 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-family: 'bold';
		font-size: 80px;
		line-height: 100px;
		color: #FFFFFF;
		height: 100%;
		width: 33%;
		place-content: center;
	}

	.box_how_it_works_text h2 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		font-family: regular;
		font-size: 24px;
		line-height: 24px;
		color: #FFFFFF;
		height: 100%;
		width: 66%;
		place-content: center;
	}

	.box_how_it_works_card {
		position: relative;
		display: inline-block;
		place-content: center;
		width: calc(100% / 4 - 34px);
		padding: 0px;
		margin: 25px 15px;
		top: 0px;
		background-color: transparent;
		border: 2px solid #142C60;
		border-radius: 30px;
		z-index: 1;
		overflow: hidden;
		opacity: 1.0;

		-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_how_it_works_card_text {
		position: relative;
		display: inline-block;
		width: 90%;
		margin: 0% 5%;
		bottom: 0px;
		place-content: center;
		z-index: 1;
	}

	.box_how_it_works_card_text h1 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-family: 'bold';
		font-size: 24px;
		line-height: 30px;
		color: #142C60;
		width: 100%;
		place-content: center;
		margin-bottom: 10px;
	}

	.box_how_it_works_card_text h2 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		font-family: regular;
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 25px;
		color: #142C60;
		width: 100%;
		place-content: center;
	}

	.box_how_it_works_card_text img {
		margin: 25px;
	}

	.box_analisis {
		position: relative;
		display: inline-block;
		vertical-align:top;
		place-content: center;
		width: calc(100% / 4 - 24px);
		padding: 0px;
		margin: 25px 10px;
		top: 0px;
		background-color: transparent;
		border-radius: 30px;
		z-index: 1;
		overflow: hidden;
		opacity: 1.0;

		-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_analisis_text {
		position: relative;
		display: inline-block;
		width: 90%;
		margin: 0% 5%;
		bottom: 0px;
		text-align: left;
		z-index: 1;
	}

	.box_analisis_text h1 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-family: 'bold';
		font-size: 20px;
		line-height: 30px;
		color: #142C60;
		width: 100%;
		place-content: center;
		margin-bottom: 10px;
	}

	.box_analisis_text h2 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-family: regular;
		font-size: 16px;
		line-height: 24px;
		color: #142C60;
		width: 100%;
		place-content: center;
	}

	.box_analisis_text img {
		margin: 25px 0px;
	}

	.box_analisis_text .button {
		margin: 25px 0;
	}

	.box_advantages {
		position: relative;
		display: inline-block;
		place-content: center;
		width: calc(30% - 20px);
		text-align: left;
		padding: 0px;
		margin: 25px 10px;
		top: 0px;
		background-color: transparent;
		border-radius: 30px;
		z-index: 1;
		overflow: hidden;
		opacity: 1.0;

		-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_advantages_alt {
		width: calc(70% - 20px);
	}

	.box_advantages_text {
		position: relative;
		display: inline-block;
		width: 90%;
		bottom: 0px;
		text-align: left;
		z-index: 1;
	}

	.box_advantages_text h1 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-family: 'regular';
		font-size: 24px;
		line-height: 25px;
		color: #142C60;
		width: calc(100% - 75px);
		place-content: center;
		text-transform: uppercase;
	}

	.box_advantages_text img {
		height: 50px;
		width: 50px;
		margin-right: 25px;
	}

	.box_faq {
		position: relative;
		display: inline-block;
		vertical-align:top;
		place-content: center;
		width: calc(100% / 2 - 50px);
		text-align: left;
		padding: 13px;
		margin: 25px 10px;
		top: 0px;
		background-color: transparent;
		border-radius: 50px;
		border: 2px solid #142C60;
		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_faq_text {
		position: relative;
		display: inline-block;
		width: 100%;
		bottom: 0px;
		text-align: left;
		z-index: 1;
	}

	.box_faq_text h1 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-family: 'regular';
		font-size: 24px;
		line-height: 25px;
		color: #142C60;
		margin-left: 25px;
		width: calc(100% - 100px);
		place-content: center;
	}
	.box_faq_text h3 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 50px);
		margin-top:0px;
		padding:0px 25px;
		height:0px;
		overflow:hidden;
		
		-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_faq.open .box_faq_text h3
	{
		height:auto;
		margin-top:20px;
	}

	.box_faq_text img {
		position: absolute;
		display: inline-block;
		height: 50px;
		width: 50px;
		right: 0px;
		
		-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_faq.open .box_faq_text img
	{
		rotate:180deg;
	}

	.box_icon_ecommerce {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 3 - 40px);
		height: 100px;
		margin: 0px;
		padding: 0px;
		top: 0px;
		border: 0px #ffffff solid;
		border-radius: 0px;
		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_icon_ecommerce_image {
		position: relative;
		display: none;
		vertical-align: top;
		width: 50px;
		height: 100px;
		margin-right: 20px;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 0px;
		border: 0px #333333 solid;
		z-index: 1;
		float: left;
	}

	.box_icon_ecommerce_text {
		position: relative;
		display: table;
		width: calc(100% - 0px);
		height: 100px;
		border: 0px #333333 solid;
		z-index: 1;
	}

	.box_icon_ecommerce_text h1 {
		position: relative;
		display: table-cell;
		vertical-align: middle;
		font-family: bold;
		font-weight: normal;
		font-size: 24px;
		line-height: 24px;
		letter-spacing: 0px;
		color: #000000;
		padding: 0px;
		border: 0px #ffffff solid;
		z-index: 1;
	}

	.box_home_section {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 3 - 20px);
		margin: 0px 10px;
		border: 0px #ff0000 solid;
		border-radius: 0px;
		z-index: 1;
		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_home_section h1 {
		font-size: 32px;
		line-height: 34px;
		color: #ffffff;
		margin-bottom: 10px;
	}

	.box_home_section h3 {
		margin-bottom: 10px;
		color: #ffffff;
	}

	.box_home_section .button {
		background: transparent;
		color: #ffffff;
		border: 1px solid #ffffff;
	}

	.box_home_section .button:hover {}

	.box_home_headline {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 1 - 0px);
		height: 450px;
		margin-top: 0px;
		margin-bottom: 50px;
		border: 0px #ff0000 solid;
		border-radius: 0px;
		z-index: 1;
		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_home_headline_image_back {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 50%;
		height: 450px;
		margin-right: 50px;
		/*background-image:url(../_images/back1.png);*/
		background-size: auto;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 0px;
		border: 0px #ff0000 solid;
		z-index: 1;
		float: left;

		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
		filter: brightness(100%);
	}

	.box_home_headline_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 50%;
		height: 450px;
		margin-top: 0px;
		margin-right: 50px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 0px;
		border: 0px #333333 solid;
		z-index: 1;
		float: left;

		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
		filter: brightness(100%);
	}

	.box_home_headline_image_back img {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}

	.box_home_headline_text {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(50% - 50px);
		padding: 0px;
		border: 0px #333333 solid;
		z-index: 2;
		float: right;
		text-align: left;
	}

	.box_home_headline_text h1 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		font-family: bold;
		font-weight: normal;
		font-size: 30px;
		line-height: 30px;
		letter-spacing: -1px;
		color: #000000;
		margin-bottom: 25px;
		border-bottom: 0px #E75094 solid;
	}

	.box_home_headline_text h2 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		max-width: 500px;
		font-family: regular;
		font-weight: normal;
		font-size: 25px;
		line-height: 25px;
		letter-spacing: 0px;
		color: #000000;
		margin-bottom: 10px;
	}

	.box_home_headline_text h3 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		font-family: light;
		font-weight: normal;
		font-size: 14px;
		line-height: 25px;
		letter-spacing: 0px;
		color: #000000;
		margin-top: 15px;
	}

	.box_home_headline_text .button {
		width: 120px;
		margin-top: 25px;
		float: left;
	}

	.box_home_headline_text .button:hover {}


	.box_testimonial {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 4 - 42px);
		margin: 0px 10px 20px;
		padding: 20px 10px;
		top: 0px;
		border: 1px #06999F solid;
		border-radius: 20px;
		z-index: 1;
		overflow: hidden;
		background: #ffffff;
		opacity: 1.0;
		box-shadow: none;

		-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_testimonial_ball {
		position: relative;
		display: inline-block;
		width: 60px;
		height: 60px;
		border-radius: 100%;
		background: #06999F;
		color: #ffffff;
		font-family: regular;
		font-size: 30px;
		line-height: 60px;
		text-align: center;
		text-transform: uppercase;
		background-size: cover;
		background-position: center;
	}

	.box_testimonial_text {
		position: relative;
		display: inline-block;
		width: 100%;
	}

	.box_testimonial_stars {
		position: relative;
		display: inline-block;
		width: 100%;
		margin-top: 5px;
		margin-bottom: 15px;
	}

	.box_testimonial_star {
		position: relative;
		display: inline-block;
		width: 12px;
		height: 11px;
		background-image: url(/_images/icon-star.png);
		background-size: contain;
		background-position: center;
		opacity: 0.2;
		margin: 0px 2px;
	}

	.box_testimonial_star.active {
		opacity: 1;
	}

	.box_testimonial_text h1 {
		font-family: regular;
		font-size: 20px;
		text-transform: uppercase;
		color: #1e1e1e;
	}

	.box_testimonial_text h2 {
		font-family: regular;
		font-size: 15px;
		margin-top: 10px;
	}

	.box_testimonial_text h3 {
		font-size: 14px;
	}

	.box_home_banner {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 700px;
		padding: 0px;
		margin: 0px;
		top: 0px;
		background-color: #ffffff;
		background-size: cover;
		background-position: bottom;
		border: 0px #333333 solid;
		border-radius: 0px;
		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_home_banner:hover .box_home_banner_image {
		opacity: 1.0;
		filter: alpha(opacity=100);
		filter: brightness(50%);
	}

	.box_home_banner_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 700px;
		background-color: #333333;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 0px;
		border: 0px #333333 solid;
		z-index: 1;
		opacity: 1.0;
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}

	.box_home_banner_image img {
		width: 100%;
	}

	.box_home_banner_text {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 625px;
		width: 90%;
		margin-top: 75px;
		max-width: 1480px;
		z-index: 1;
		text-align: left;
		place-content: center;
	}

	.box_home_banner_text table td {
		height: 500px;
		text-align: left !important;
	}

	.box_home_banner_text h1 {
		font-family: bold;
		width: 40%;
		font-size: 60px;
		line-height: 70px;
		color: #3E003E;
		z-index: 1;
	}

	.box_home_banner_text h2 {
		font-family: regular;
		font-size: 24px;
		line-height: 30px;
		color: #000000;
		width: 100%;
		margin: 25px 0;
		z-index: 1;
	}

	.box_home_banner_text p {
		margin: 0px;
	}

	.box_home_banner_text h3 {
		font-family: regular;
		font-weight: normal;
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 0px;
		color: #ffffff;
		padding: 0px;
		margin-top: 20px;
		border: 0px #ffffff solid;
		z-index: 1;
	}

	.box_home_banner_text_line {
		width: 50px;
		height: 5px;
		margin-top: 20px;
		padding: 0px;
		background-color: #229fce;
		border: 0px #ffffff solid;
		z-index: 1;
	}

	.box_home_banner_text .button {
		background-image: url(/_images/seta.png);
		background-repeat: no-repeat;
		background-position-x: 145px;
		background-position-y: 20px;
		background-size: 15px;
		padding-right: 15px;
		width: 160px;
		text-transform: none;
	}

	.box_home_banner_text .button img {
		margin-top: -2px;
		margin-left: 25px;
	}

	.box_footer_banner {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 1 - 0px);
		height: 200px;
		padding: 0px;
		margin: 0px;
		top: 0px;
		border: 0px #333333 solid;
		border-radius: 0px;
		z-index: 1;
		overflow: hidden;
		opacity: 1.0;

		-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_footer_banner:hover {}

	.box_footer_banner_text {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 200px);
		height: 200px;
		padding: 0px;
		border: 0px #333333 solid;
		z-index: 1;
		text-align: left;
	}

	.box_footer_banner_text table td,
	.box_footer_banner_button table td {
		height: 200px;
		text-align: left !important;
	}

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

	.box_footer_banner_text h3 {
		font-family: light;
		font-weight: normal;
		font-size: 20p0x;
		line-height: 20px;
		letter-spacing: 0px;
		color: #ffffff;
		padding: 0px;
		margin-top: 20px;
		border: 0px #ffffff solid;
		z-index: 1;
	}

	.box_footer_banner_button {
		position: relative;
		display: inline-block;
		width: 200px;
	}

	.box_footer_banner_button .button {
		color: #ffffff;
		border: 1px solid #06999F;
	}

	.box_portfolio {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 3 - 30px);
		height: 400px;
		padding-bottom: 75px;
		margin: 15px;
		top: 0px;
		background-color: transparent;
		border: 0px #333333 solid;
		border-radius: 30px;
		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_portfolio:hover {
		top: 10px;
		box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.4);
	}

	.box_portfolio_mask {
		position: absolute;
		display: inline-block;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: #000000;
		opacity: 0.2;
		z-index: 2;
	}

	.box_portfolio_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		top: 0px;
		width: 100%;
		height: 400px;
		border-radius: 30px;
		background-color: #333333;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border: 0px #333333 solid;
		z-index: 1;
		opacity: 1.0;
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}

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

	.box_portfolio_text img {
		position: relative;
		height: 100%;
		width: 100%;
	}

	.box_portfolio_text h1 {
		font-family: bold;
		font-size: 24px;
		line-height: 24px;
		color: #000000;
		width: 100%;
		padding: 0px;
		border: 0px #ffffff solid;
	}

	.box_portfolio_text h2 {
		font-family: regular;
		font-size: 24px;
		font-weight: normal;
		line-height: 30px;
		color: #ffffff;
		letter-spacing: 0px;
	}

	.box_portfolio_text .button {
		background-color: #ffffff;
		color: #000000;
	}

	.box_portfolio_button {
		position: absolute;
		right: -1px;
		bottom: 74px;
		height: 50px;
		width: 50px;
	}

	.box_categories {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 4 - 30px);
		margin: 0px 5px;
		padding: 10px;
		top: 0px;
		background-color: transparent;
		border: 0px #333333 solid;
		border-radius: 8px;
		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_categories:hover {
		top: -10px;
		box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.4);
	}

	.box_categories_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 250px;
		background-color: #333333;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 6px;
		border: 0px #333333 solid;
		z-index: 1;
		opacity: 1.0;

		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
		filter: brightness(80%);
	}

	.box_categories_text {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 0px);
		padding: 10px 0px;
		border: 0px #333333 solid;
		z-index: 1;
	}

	.box_categories_text h1 {
		font-family: regular;
		font-weight: normal;
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 0px;
		color: #000000;
		text-transform: none;
		padding: 0px;
		border: 0px #ffffff solid;
		z-index: 1;
	}

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

		-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: 250px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 0px;
		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: 'vintage-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: 250px;
		padding: 0px;
		top: 0px;
		background-color: #000000;
		border: 0px #000000 solid;
		border-radius: 0px;
		z-index: 1;
		overflow: hidden;
		opacity: 1.0;
		cursor: pointer;
		margin: 0 10px;

		-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_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 250px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 0px;
		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_home_banner_small {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 3 - 0px);
		height: 400px;
		padding: 0px;
		margin: 0px;
		top: 0px;
		background-color: #ffffff;
		border: 0px #333333 solid;
		border-radius: 0px;
		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_home_banner_small:hover {}

	.box_home_banner_small:hover .box_home_banner_small_image {
		/* -webkit-transform:scale(1.1); */
		/* -ms-transform:scale(1.1); */
		/* transform:scale(1.1); */
		opacity: 1.0;
		filter: alpha(opacity=100);
		filter: brightness(100%);
	}

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

		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}

	.box_home_banner_small_image img {
		width: 100%;
	}

	.box_home_banner_small_text {
		position: absolute;
		left: 0px;
		bottom: 0px;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 100px);
		margin-top: 0px;
		padding: 20px 50px;
		border: 0px #333333 solid;
		z-index: 1;
		text-align: left;
		background: rgba(0, 0, 0, 0.3);
	}

	.box_home_banner_small_text img {
		position: absolute;
		bottom: 20px;
		right: 20px;
	}

	.box_home_banner_small_text table td {
		text-align: left !important;
	}

	.box_home_banner_small_text h1 {
		font-family: bold;
		font-weight: normal;
		font-size: 40px;
		line-height: 40px;
		letter-spacing: 0px;
		color: #ffffff;
		padding: 0px;
		text-transform: none;
		border: 0px #ffffff solid;
		z-index: 1;
		width: 100%;
	}

	.box_home_banner_small_text h3 {
		font-family: regular;
		font-weight: normal;
		font-size: 20px;
		line-height: 20px;
		letter-spacing: 0px;
		color: #ffffff;
		padding: 0px;
		margin-top: 20px;
		border: 0px #ffffff solid;
		z-index: 1;
		width: 70%;
		max-width: 500px;
	}

	.box_home_banner_small_text_line {
		width: 50px;
		height: 5px;
		margin-top: 20px;
		padding: 0px;
		background-color: #229fce;
		border: 0px #ffffff solid;
		z-index: 1;
	}

	.box_home_banner_small_text .button {}

	.box_home_icon {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 3 - 20px);
		margin: 0px 5px 20px;
		padding: 5px;
		top: 0px;
		background-color: #ffffff;
		border: 0px #333333 solid;
		border-radius: 0px;
		z-index: 1;
		overflow: hidden;
		opacity: 1.0;

		-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_home_icon_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		top: 0px;
		width: 100%;
		height: 96px;
		background-color: transparent;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 0;
		border: 0px #333333 solid;
		z-index: 1;
		opacity: 1.0;

		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}

	.box_home_icon_text {
		position: relative;
		display: inline-block;
		width: calc(100% - 20px);
		max-width: 290px;
		padding: 0px 10px;
		border: 0px #333333 solid;
		z-index: 1;
		text-align: center;
		margin-top: 20px;
	}

	.box_home_icon_text h1 {
		display: inline-block;
		font-family: bold;
		font-weight: normal;
		font-size: 24px;
		line-height: 30px;
		letter-spacing: 0px;
		color: #000000;
		text-transform: none;
		padding: 0px;
		border: 0px #ffffff solid;
		z-index: 1;
	}

	.box_home_icon_text h3 {
		display: inline-block;
		font-family: regular;
		font-weight: normal;
		font-size: 18px;
		line-height: 20px;
		letter-spacing: 0px;
		color: #000000;
		text-transform: none;
		padding: 0px;
		border: 0px #ffffff solid;
		z-index: 1;
	}

	.box_home_icon_text .button {
		background-color: #ffffff;
		color: #000000;
	}

	.box_experiences {
		position: relative;
		display: inline-block;
		width: 48%;
		top: 0px;
		height: 300px;
		margin: 2% 1%;
		z-index: 1;
		overflow: hidden;
		opacity: 1.0;

		-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_experiences:hover {
		top: 10px;
		box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.4);
	}

	.box_experiences_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		top: 0px;
		width: 100%;
		height: 300px;
		background-color: #333333;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border: 0px #333333 solid;
		z-index: 1;
		opacity: 1.0;
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}

	.box_experiences_image_gradient {
		position: relative;
		top: -100%;
		height: 1000px;

		z-index: 1;
		background-color: #617d5f;
		opacity: 0.5;
	}

	.box_experiences_text {
		position: absolute;
		top: 50px;
		padding: 40px;
		z-index: 1;
		text-align: left;
	}

	.box_experiences_text table td {
		/* height:260px; */
	}

	.box_experiences_text img {
		position: relative;
	}

	.box_experiences_text h1 {
		position: relative;
		font-family: regular;
		font-size: 40px;
		line-height: 40px;
		text-transform: uppercase;
		width: 60%;
		color: #014b58
	}

	.box_experiences_text h3 {
		font-family: regular;
		font-size: 24px;
		color: #ffffff;
	}

	.box_experiences_text .button {
		margin-top: 30px;
		-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_experiences_text .button:hover {
		top: 10px;
		box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.4);
	}

	.box_products {
		position: relative;
		display: inline-block;
		width: calc(100% / 4 - 40px);
		top: 0px;
		height: 400px;
		margin: 0% 19px;
		margin-bottom: 50px;
		z-index: 1;
		overflow: hidden;
		opacity: 1.0;
		border: 1px solid #d1d1d1;
		border-radius: 10px;
		background-color: #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;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}

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

	.box_products_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		top: 0px;
		width: 100%;
		height: 300px;
		background-color: transparent;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border: 0px #333333 solid;
		z-index: 1;
		opacity: 1.0;
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}

	.box_products_image_gradient {
		position: relative;
		top: -100%;
		height: 1000px;
		z-index: 1;
		background-color: #3E003E;
		opacity: 0.5;
	}

	.box_products_button {
		position: absolute;
		z-index: 1;
		text-align: center;
		width: 30%;
		bottom: 25px;
		right: 5px;
	}

	.box_products_text {
		position: relative;
		padding-left: 5%;
		z-index: 1;
		float: left;
		text-align: left;
		width: 70%;
		top: 25px;
	}

	.box_products_text img {
		position: relative;
	}

	.box_products_text h1 {
		position: relative;
		font-family: 'bold';
		font-size: 20px;
		line-height: 20px;
		text-transform: none;
		width: 100%;
		color: #4f4d4e;
		margin-bottom: 10px;
	}

	.box_products_text h2 {
		position: relative;
		display: inline-block;
		font-family: bold;
		font-size: 20px;
		line-height: 20px;
		text-transform: uppercase;
		color: #3E003E;
	}

	.box_products h3 {
		position: absolute;
		top: 0px;
		right: 0px;
		font-family: bold;
		font-size: 18px;
		line-height: 20px;
		background-color: #B36BFB;
		border-radius: 100%;
		color: #FFFFFF;
		padding: 15px 10px;
		z-index: 9;
	}

	.box_products_text .button {
		margin-top: 30px;
		-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_products_text .button:hover {
		top: 10px;
		box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.4);
	}

	.box_products_type {
		position: relative;
		display: inline-block;
		width: calc(100% / 4 - 20px);
		top: 0px;
		height: 400px;
		margin: 0% 10px;
		margin-top: 50px;
		z-index: 1;
		overflow: hidden;
		opacity: 1.0;

		-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_products_type_image:hover {
		top: 10px;
		box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.4);
	}

	.box_products_type_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		top: 0px;
		width: 300px;
		height: 300px;
		background-color: #333333;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 100%;
		z-index: 1;
		opacity: 1.0;
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}

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

	.box_products_type_image_gradient {
		position: relative;
		top: -100%;
		height: 1000px;
		z-index: 1;
		background-color: #617d5f;
		opacity: 0.5;
	}

	.box_products_type_button {
		position: absolute;
		z-index: 1;
		text-align: center;
		width: 30%;
		right: 0px;
		bottom: 25px;
	}

	.box_products_type_text {
		position: relative;
		z-index: 1;
		text-align: center;
		width: 100%;
		top: 20px;
	}

	.box_products_type_text img {
		position: relative;
	}

	.box_products_type_text h1 {
		position: relative;
		font-family: 'bold';
		font-size: 30px;
		line-height: 30px;
		text-transform: none;
		width: 60%;
		margin: 0 20%;
		color: #0069B3;
	}

	.box_products_type_text h2 {
		position: relative;
		display: inline-block;
		font-family: bold;
		font-size: 20px;
		line-height: 20px;
		text-transform: uppercase;
		color: #00A1D4;
	}

	.box_products_type h3 {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 40px;
		height: 20px;
		font-family: regular;
		font-size: 20px;
		line-height: 20px;
		background-color: #00A1D4;
		color: #FFFFFF;
		border-radius: 100%;
		padding: 15px 5px;
		z-index: 9;
	}

	.box_products_type_text .button {
		margin-top: 30px;
		-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_products_type_text .button:hover {
		top: 10px;
		box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.4);
	}

	.box_services {
		position: relative;
		display: inline-block;
		place-content: center;
		width: calc(100% / 2 - 30px);
		height: 400px;
		padding: 0px;
		margin: 50px 15px;
		top: 0px;
		background-size: cover;
		border: 0px #333333 solid;
		border-radius: 20px;
		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_services:hover {
		top: 10px;
		box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.4);
	}

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

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

	.box_services_text h1 {
		font-family: bold;
		font-size: 50px;
		line-height: 60px;
		letter-spacing: 0px;
		color: #ffffff;
		padding: 0px;
		margin-bottom: 15px;
		text-transform: none;
		width: 80%;
		border: 0px #ffffff solid;
	}

	.box_services_text .button {}

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

	.box_about_us {
		height: 600px;
	}

	.box_about_us_text {
		position: relative;
		display: inline-block;
		width: calc(100% / 2 - 40px);
		height: 500px;
		float: right;
		margin: 50px 0;
		text-align: left;
	}

	.box_about_us_text h1 {
		position: relative;
		display: inline-block;
		width: 100%;
		color: #142C60;
		font-size: 60px;
		font-family: bold;
		line-height: 60px;
		text-transform: uppercase;
	}

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

	.box_about_us_text h3 {
		font-family: regular;
		color: #142C60;
		font-size: 25px;
		line-height: 50px;
		text-align: left;
		margin: 25px 0px;
	}

	.box_about_us_text .button {
		margin-top: 10px;
		width: 150px;
	}

	.box_about_us_image {
		position: relative;
		display: inline-block;
		width: calc(100% / 2 - 40px);
		float: left;
		height: 500px;
		margin: 50px 0;
		border-radius: 150px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

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

	.box_works {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 3 - 20px);
		height: 400px;
		margin: 10px;
		padding: 0px;
		top: 0px;
		background-color: #ffffff;
		border: 0px #333333 solid;
		border-radius: 10px;
		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_works:hover {
		top: 10px;
		box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.4);
	}

	.box_works:hover .box_works_text {
		opacity: 1;
	}

	.box_works_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		top: 0px;
		width: 100%;
		height: 400px;
		background-color: #333333;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 10px;
		border: 0px #333333 solid;
		z-index: 1;
		opacity: 1.0;

		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}

	.box_works_text {
		position: absolute;
		bottom: 0px;
		left: 0px;
		display: inline-block;
		width: calc(100% - 40px);
		height: 360px;
		padding: 20px;
		border: 0px #333333 solid;
		z-index: 1;
		text-align: center;
		margin-top: 0px;
		background: rgba(0, 0, 0, 0.5);
		text-align: center;
		opacity: 0;

		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}

	.box_works_text table td {
		height: 400px;
		text-align: center;
	}

	.box_works_text img {
		position: absolute;
		right: 20px;
		bottom: 20px;
	}

	.box_works_text h1 {
		font-family: bold;
		font-weight: normal;
		font-size: 24px;
		line-height: 30px;
		letter-spacing: 0px;
		color: #ffffff;
		text-transform: none;
		padding: 0px;
		border: 0px #ffffff solid;
		z-index: 1;
	}

	.box_works_text h3 {
		font-family: regular;
		font-weight: normal;
		letter-spacing: 0px;
		color: #ffffff;
		text-transform: none;
		padding: 0px;
		border: 0px #ffffff solid;
		z-index: 1;
	}

	.box_works_text .button {
		width: 100px;
		height: 20px;
		margin-top: 20px;
		background-color: #ffffff;
		color: #000000;
	}

	.box_professional {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 4 - 20px);
		height: 360px;
		margin: 5px;
		padding: 5px;
		top: 0px;
		background-color: #ffffff;
		border: 0px #333333 solid;
		border-radius: 8px;
		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_professional:hover {
		top: 10px;
		box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.4);
	}

	.box_professional_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		top: 0px;
		width: 100%;
		height: 300px;
		background-color: #333333;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 6px;
		border: 0px #333333 solid;
		z-index: 1;
		opacity: 1.0;

		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}

	.box_professional_text {
		position: relative;
		display: inline-block;
		width: 100%;
		padding: 0px;
		border: 0px #333333 solid;
		z-index: 1;
		text-align: left;
		margin-top: 10px;
		height: 48px;
		overflow: hidden;
	}

	.box_professional_text table td {
		/* height:260px; */
	}

	.box_professional_text h1 {
		font-family: regular;
		font-weight: normal;
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 0px;
		color: #000000;
		text-transform: none;
		padding: 0px;
		border: 0px #ffffff solid;
		z-index: 1;
	}

	.box_professional_text .button {
		width: 100px;
		height: 20px;
		margin-top: 20px;
		background-color: #ffffff;
		color: #000000;
	}

	.box_frota {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 3 - 40px);
		height: 350px;
		margin: 0px 20px;
		padding: 0px;
		top: 0px;
		background-color: #ffffff;
		border: 0px #333333 solid;
		border-radius: 10px;
		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_frota:hover {
		top: -10px;
		box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.3);
	}

	.box_frota_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 250px;
		margin: 0px;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 10px;
		border: 0px solid #29bed9;
		z-index: 1;
		opacity: 1;

		-moz-animation: all 1s;
		-webkit-animation: all 1s;
		-o-animation: all 1s;
		-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_frota:hover .box_frota_image {
		filter: brightness(70%);
	}

	.box_frota_text {
		position: relative;
		display: inline-block;
		width: calc(100% - 20px);
		padding: 10px;
		border: 0px #333333 solid;
		z-index: 1;
	}

	.box_frota_text table td {
		text-align: center;
	}

	.box_frota_text h1 {
		font-family: bold;
		font-weight: normal;
		font-size: 25px;
		line-height: 25px;
		letter-spacing: 0px;
		color: #000000;
		text-transform: none;
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 15px;
		border: 0px #ffffff solid;
		z-index: 1;
	}

	.box_frota_text h3 {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 15px;
		border: 0px #ffffff solid;
		z-index: 1;
		color: #000000;
	}

	.box_frota_text h3 table {
		width: 100%;
	}

	.box_frota_text .button {
		border-radius: 50px;
		min-width: 120px;
		margin-bottom: 10px;
	}

	.box_frota_text .button:hover {
		top: 0px;
		box-shadow: 0px 0px 0px;
	}

	.box_tours {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 2 - 40px);
		height: 350px;
		margin: 0px 20px 40px;
		padding: 0px;
		top: 0px;
		background-color: #ffffff;
		border: 0px #333333 solid;
		border-radius: 20px;
		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_tours:hover {
		top: -10px;
		box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.3);
	}

	.box_tours_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 350px;
		margin: 0px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 20px;
		border: 0px solid #29bed9;
		z-index: 1;
		opacity: 1;

		-moz-animation: all 1s;
		-webkit-animation: all 1s;
		-o-animation: all 1s;
		-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_tours:hover .box_tours_image {
		filter: brightness(70%);
	}

	.box_tours_text {
		position: absolute;
		bottom: 0px;
		left: 0px;
		display: inline-block;
		width: calc(100% - 80px);
		padding: 30px 40px;
		border: 0px #333333 solid;
		z-index: 1;
	}

	.box_tours_text table td {
		text-align: left;
	}

	.box_tours_text h1 {
		font-family: bold;
		font-weight: normal;
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 0px;
		color: #ffffff;
		text-transform: none;
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 15px;
		border: 0px #ffffff solid;
		z-index: 1;
	}

	.box_tours_text h3 {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 15px;
		border: 0px #ffffff solid;
		z-index: 1;
		color: #000000;
	}

	.box_tours_text .button {
		border-radius: 50px;
		min-width: 120px;
		margin-bottom: 10px;
	}

	.box_tours_text .button:hover {
		top: 0px;
		box-shadow: 0px 0px 0px;
	}

	.box_transfers {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 3 - 20px);
		height: 350px;
		margin: 0px 10px;
		padding: 0px;
		top: 0px;
		background-color: #000000;
		border: 0px #333333 solid;
		border-radius: 10px;
		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_transfers:hover {
		top: -10px;
		box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.3);
	}

	.box_transfers_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 350px;
		margin: 0px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 0px;
		border: 0px solid #29bed9;
		z-index: 1;
		opacity: 1;

		-moz-animation: all 1s;
		-webkit-animation: all 1s;
		-o-animation: all 1s;
		-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_transfers:hover .box_transfers_image {
		filter: brightness(70%);
	}

	.box_transfers_text {
		position: absolute;
		display: inline-block;
		width: calc(100% - 20px);
		padding: 10px;
		top: 0px;
		left: 0;
		border: 0px #333333 solid;
		z-index: 1;
	}

	.box_transfers_text table td {
		height: 350px;
		text-align: center;
	}

	.box_transfers_text h1 {
		font-family: bold;
		font-weight: normal;
		font-size: 34px;
		line-height: 34px;
		letter-spacing: 0px;
		color: #000000;
		text-transform: uppercase;
		padding: 0px;
		margin-top: 15px;
		margin-bottom: 15px;
		border: 0px #ffffff solid;
		z-index: 1;
	}

	.box_transfers_text h3 {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 15px;
		border: 0px #ffffff solid;
		z-index: 1;
		color: #ffffff;
	}

	.box_transfers_text .button {
		border-radius: 50px;
		min-width: 120px;
		margin-bottom: 10px;
	}

	.box_transfers_text .button:hover {
		top: 0px;
		box-shadow: 0px 0px 0px;
	}

	.box_home_about_us {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 0px);
		min-height: 400px;
		margin: 0px;
		padding: 0px;
		border: 0px #333333 solid;
		border-radius: 0px;
		z-index: 1;
		overflow: hidden;

		-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_home_about_us_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 50%;
		height: 400px;
		margin-right: 50px;
		border: 0px solid;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 0px;
		z-index: 1;
		overflow: hidden;
	}

	.box_home_about_us_text {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(50% - 50px);
		padding: 0px;
		border: 0px #ffffff solid;
		z-index: 1;
		text-align: left;
	}

	.box_home_about_us_text h1 {
		display: block;
		width: 100%;
		font-family: bold;
		font-weight: normal;
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 0px;
		color: #333333;
		margin-bottom: 0px;
		border: 0px #ffffff solid;
		z-index: 1;
	}

	.box_home_about_us_text h3 {
		display: block;
		width: 100%;
		font-family: light;
		font-weight: normal;
		font-size: 17px;
		line-height: 24px;
		color: #333333;
		padding: 0px;
		margin-top: 10px;
		margin-bottom: 20px;
		border: 0px #ffffff solid;
		z-index: 1;
	}

	.box_home_about_us_text .button {}

	.box_equipments {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 2 - 40px);
		height: 450px;
		margin-top: 20px;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 20px;
		padding: 0px;
		top: 0px;
		border: 0px #EAF2F3 solid;
		border-radius: 0px;
		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_equipments_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 250px;
		background-color: #333333;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 0px;
		border: 0px #333333 solid;
		z-index: 1;
		overflow: hidden;

		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
		filter: brightness(100%);
	}

	.box_equipments_text {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 0px);
		border: 0px #333333 solid;
		z-index: 1;
	}

	.box_equipments_text h1 {
		font-family: bold;
		font-weight: normal;
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 0px;
		color: #238dc2;
		padding: 0px;
		margin-top: 20px;
		border: 0px #ffffff solid;
		z-index: 1;
	}

	.box_equipments_text h3 {
		font-family: light;
		font-weight: normal;
		font-size: 15px;
		line-height: 30px;
		letter-spacing: 0px;
		color: #333333;
		margin-top: 10px;
		padding: 0px;
		border: 0px #ffffff solid;
		z-index: 1;
	}

	.box_activities {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 4 - 20px);
		height: 300px;
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		padding: 0px;
		top: 0px;
		background-color: #ffffff;
		border: 0px #333333 solid;
		border-radius: 0px;
		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_activities_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 300px;
		background-color: #333333;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 0px;
		border: 0px #333333 solid;
		z-index: 1;
		overflow: hidden;
		opacity: 0.9;

		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
		filter: brightness(90%);
	}

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

	.box_activities:hover .box_activities_image {
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1.0;
		filter: alpha(opacity=100);
		filter: brightness(70%);
	}

	.box_activities_text {
		position: absolute;
		bottom: 20px;
		width: calc(100% - 0px);
		height: 80px;
		border: 0px #333333 solid;
		z-index: 1;
		text-align: center;
	}

	.box_activities_text h1 {
		font-family: regular;
		font-weight: normal;
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 0px;
		color: #ffffff;
		text-transform: uppercase;
		padding: 0px;
		border: 0px #ffffff solid;
		z-index: 1;
	}

	.box_activities_text h3 {
		font-family: light;
		font-weight: normal;
		font-size: 16px;
		line-height: 30px;
		letter-spacing: 0px;
		color: #ffffff;
		text-transform: uppercase;
		text-decoration: underline;
		margin-top: 10px;
		padding: 0px;
		border: 0px #ffffff solid;
		z-index: 1;
	}

	.box_activities_text .button {
		margin-top: 20px;
	}

	.box_partners {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 6 - 40px);
		height: 100px;
		margin-left: 20px;
		margin-right: 20px;
		padding: 0px;
		top: 0px;
		border: 0px #dddddd solid;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.box_partners:hover {
		top: -10px;
		box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
	}

	.box_partners_image {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 100px;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		border: 0px #dddddd solid;
	}

	.box_protocols {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 5 - 40px);
		height: 300px;
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		padding: 10px;
		top: 0px;
		border-radius: 8px;
		border: 1px #dddddd solid;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.box_protocols:hover {
		top: -5px;
		box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
	}

	.box_protocols_image {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 100px;
		margin-top: 10px;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}

	.box_protocols_text {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 140px;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}

	.box_protocols_text h1 {
		display: block;
		width: 100%;
		max-width: 800px;
		font-family: bold;
		font-weight: normal;
		font-size: 24px;
		line-height: 24px;
		color: #777777;
		padding: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
		border: 0px #ffffff solid;
		z-index: 1;
	}

	.box_protocols_text h3 {
		display: block;
		width: 100%;
		font-family: light;
		font-weight: normal;
		font-size: 15px;
		line-height: 20px;
		color: #777777;
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 20px;
		border: 0px #ffffff solid;
		z-index: 1;
	}

	.box_protocols_text .button {
		color: #777777;
		background-color: transparent;
		box-shadow: 0px 0px 0px;
		z-index: 1;
	}

	.box_protocols_text .button:hover {
		text-decoration: underline;
		z-index: 1;
	}

	.box_brands {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 5 - 42px);
		height: 125px;
		margin: 50px 20px;
		top: 0px;
		border-radius: 10px;
		border: 0px #dddddd solid;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.box_brands_image {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 125px;
		border-radius: 10px;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}

	.box_team {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 5 - 40px);
		height: 300px;
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		padding: 10px;
		top: 0px;
		border-radius: 8px;
		border: 1px #dddddd solid;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.box_team:hover {
		top: -5px;
		box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
	}

	.box_team_image {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 230px;
		margin-top: 10px;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}

	.box_team_text {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 140px;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}

	.box_team_text h1 {
		display: block;
		width: 100%;
		font-family: regular;
		font-weight: normal;
		font-size: 18px;
		line-height: 24px;
		color: #000000;
		padding: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
		border: 0px #ffffff solid;
		z-index: 1;
	}

	.box_team_text h3 {
		display: block;
		width: 100%;
		font-family: light;
		font-weight: normal;
		font-size: 15px;
		line-height: 20px;
		color: #777777;
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 20px;
		border: 0px #ffffff solid;
		z-index: 1;
	}

	.box_team_text .button {
		color: #777777;
		background-color: transparent;
		box-shadow: 0px 0px 0px;
		z-index: 1;
	}

	.box_team_text .button:hover {
		text-decoration: underline;
		z-index: 1;
	}

	.box_clinic {
		display: inline-block;
		vertical-align: top;
		width: 31%;
		height: 100%;
		margin-top: 10px;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;

		border: 1px #dddddd solid;

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

	.box_clinic:hover {
		top: -5px;
		box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
	}

	.box_clinic_image {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 200px;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.box_clinic_text {
		position: relative;
		display: inline-block;
		width: 90%;
		padding: 5%;
		height: 100px;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}

	.box_clinic_text h1 {
		font-size: 40px;
		line-height: 40px;
	}

	.box_clinic_text h3 {
		margin-top: 20px;
		font-size: 24px;
		line-height: 24px;
	}

	.box_clinic_text .button {
		color: #777777;
		background-color: transparent;
		box-shadow: 0px 0px 0px;
		z-index: 1;
	}

	.box_clinic_text .button:hover {
		text-decoration: underline;
		z-index: 1;
	}

	.box_promotions {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 3 - 40px);
		height: 400px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
		top: 0px;
		border: 0px #eeeeee solid;
		text-align: center;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.box_promotions:hover {
		top: -10px;
		box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.2);
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.box_promotions_image {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 400px;
	}

	.box_promotions_text {
		position: absolute;
		width: calc(100% - 20px);
		bottom: 20px;
		left: 20px;
		right: 0px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		border: 0px #ffffff solid;
		text-align: left;
		z-index: 3;
	}

	.box_promotions_text h1 {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 30px;
		line-height: 30px;
		color: #ffffff;
		text-transform: uppercase;
	}

	.box_promotions_text h3 {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 20px;
		line-height: 20px;
		color: #ffffff;
	}

	.box_promotions_text .button {
		position: absolute;
		bottom: 10px;
		left: 40px;
		right: 40px;
	}

	.contacts_box {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 40px;
	}

	.contacts_checkbox {
		position: relative;
		display: inline-block;
		width: 70%;

		top: 10px;
	}

	.contacts_button {
		position: relative;
		display: inline-block;
		width: 30%;
		float: right;
	}

	.box_testemonial {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 3 - 80px);
		margin: 0px 10px 50px;
		padding: 30px;
		top: 0px;
		border-radius: 20px;
		z-index: 1;
		overflow: hidden;
		background: #ffffff;
		opacity: 1.0;
		box-shadow: none;
		text-align: left;

		-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_testemonial_ball {
		position: relative;
		display: inline-block;
		width: 60px;
		height: 60px;
		border-radius: 100%;
		line-height: 60px;
		text-align: center;
		text-transform: uppercase;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}

	.box_testemonial_text {
		position: relative;
		display: inline-block;
		width: 100%;
	}

	.box_testemonial_description h3 {
		position: relative;
		display: inline-block;
		width: 100%;
		font-size: 18px;
		font-family: regular;
		line-height: 24px;
		color: #142C60;
	}

	.box_testemonial_stars {
		position: relative;
		display: inline-block;
		width: 100%;
		margin-top: 20px;
		margin-bottom: 15px;
	}

	.box_testemonial_star {
		position: relative;
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url(/_images/star.png);
		background-size: contain;
		background-position: center;
		opacity: 0.2;
		margin: 0px 2px;
	}

	.box_testemonial_quot_marks {
		position: relative;
		display: inline-block;
		width: 40px;
		height: 40px;
		background-image: url(/_images/aspas.png);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		margin: 0px 2px;
	}

	.box_testemonial_star.active {
		opacity: 1;
	}

	.box_testemonial_name h1 {
		font-family: regular;
		font-size: 20px;
		line-height: 20px;
		color: #142C60;
		margin-top: 20px;
	}

	.box_testemonial_name h2 {
		font-family: regular;
		font-size: 15px;
		margin-top: 10px;
		color: #BE8E24;
	}

	.box_testemonial_name h3 {
		font-family: regular;
		font-size: 14px;
		line-height: 20px;
		color: #BE8E24;
	}

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

		-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_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: 400px;
		border-radius: 25px;
		background-size: cover;
		background-position: top 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_text {
		position: relative;
		display: inline-block;
		vertical-align: top;
		border: 0px solid;
		z-index: 3;
		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_blog_text h1 {
		font-family: regular;
		font-weight: normal;
		font-size: 24px;
		line-height: 24px;
		color: #000000;
		padding: 10px 0px;
		text-align: left;
	}

	.box_blog_text h2 {
		font-family: regular;
		font-weight: normal;
		font-size: 24px;
		line-height: 24px;
		color: #333333;
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: left;
	}

	.box_blog_text h3 {
		font-family: light;
		font-weight: normal;
		font-size: 14px;
		line-height: 14px;
		color: #000000;
		margin-bottom: 20px;
	}

	.box_blog_text .button {}

	.box_blog_text .button:hover {
		background-color: #000000;
		top: 0px;
	}

	.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: light;
		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;
		line-height:20px;
		height:40px;
	}

	.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_values {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 4);
		height: 200px;
		padding: 0px;
		top: 0px;
		border: 0px #333333 solid;
		z-index: 1;
		overflow: hidden;

		-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_values_img {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 200px;
		width: 30%;
	}

	.box_values_img img {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 70px;
		margin: 65px 0px;
	}

	.box_values_text {
		position: relative;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		height: 200px;
		width: 65%;
		margin-left: 5%;
	}

	.box_values_text h1 {
		position: relative;
		display: inline-block;
		font-family: bold;
		vertical-align: top;
		text-align: left;
		font-size: 26px;
		line-height: 35px;
		margin-top: 70px;
		color: #3E003E;
	}

	.box_values_text h3 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		font-family: regular;
		font-size: 16px;
		line-height: 20px;
		color: #3E003E;
		width: 100%;
	}

	.box_footer_icon {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		width: calc(100% / 4 - 120px);
		min-height: 50px;
		margin: 20px 40px 20px 40px;
		padding: 0px;
		border-radius: 0px;
		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_footer_icon_image {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		width: 50px;
		height: 50px;
		margin-right: 20px;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 0px;
		border: 0px solid;
		float: 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_footer_icon_text {
		position: relative;
		display: table;
		width: calc(100% - 80px);
		height: 50px;
		border: 0px 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;
	}

	.box_footer_icon_text h3 {
		display: table-cell;
		vertical-align: middle;
		font-family: regular;
		font-weight: normal;
		font-size: 15px;
		line-height: 20px;
		color: #ffffff;
		border: 0px solid;
	}

	.box_contacts_address {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 650px);
		min-height: 200px;
		border: 0px #000000 solid;
		margin-right: 0px;
		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;
	}

	.box_contacts_address h1 {
		width: 100%;
		font-family: bold;
		font-weight: normal;
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 0px;
		color: #ff9101;
		text-transform: none;
		margin-bottom: 10px;
	}

	.box_contacts_address h2 {
		display: inline-block;
		position: relative;
		font-family: regular;
		font-weight: normal;
		font-size: 20px;
		line-height: 20px;
		color: #000000;
		width: 100%;
	}

	.box_contacts_address h3 {
		display: inline-block;
		position: relative;
		font-family: regular;
		font-weight: normal;
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 25px;
		color: #000000;
		width: 100%;
	}

	.box_contacts_address a {
		display: inline-block;
		position: relative;
		font-family: regular;
		font-weight: normal;
		font-size: 20px;
		line-height: 20px;
		color: #ffffff;
		width: 100%;
		cursor: pointer;
		margin-bottom: 20px;
	}

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

	.box_contacts_form {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 600px;
		min-height: 400px;
		border: 0px #cccccc solid;
		margin-bottom: 50px;
		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;
	}

	.box_contacts_form h3 {
		display: inline-block;
		margin-left: 10px;
		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;
	}

	.box_home_contacts_address {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		min-height: 200px;
		border: 0px #cccccc 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;
	}

	.box_home_contacts_address h1 {
		color: #000000;
	}

	.box_home_contacts_address h3 {
		position: relative;
		display: inline-block;
		color: #142C60;
		margin-bottom: 25px;
	}

	.box_home_contacts_address label {
		position: relative;
		display: inline-block;
		color: #142C60;
		margin-bottom: 25px;
	}

	.box_home_contacts_address input[type="radio"] {
		margin-left: 100px;
	}

	.box_home_contacts_address b {
		color: #ffffff;
	}

	.box_home_contacts_address_image {
		position: relative;
		display: inline-block;
		width: 90%;
		height: 500px;
		margin-top: 0px;
		border-radius: 20px;
		overflow: hidden;
		background-size: cover;
		background-position: left;
	}

	.box_home_contacts_address_image_text {
		position: absolute;
		width: calc(100% - 80px);
		left: 0px;
		bottom: 0px;
		background: rgba(101, 99, 102, 0.8);
		padding: 40px 40px;
		text-align: left;
	}

	.box_home_contacts_address_image_text h2 {
		color: #ffffff;
		font-family: bold;
		font-size: 30px;
		line-height: 30px;
	}

	.box_home_contacts_address_image img {
		display: none;
		width: 100%;
		max-height: 400px;
		border-radius: 20px;
	}

	.box_home_contacts_form {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 45%;
		min-height: 300px;
		border: 0px #cccccc solid;
		margin-bottom: 50px;
		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;
	}

	.box_home_contacts_form a {
		display: inline-block;
		font-family: light;
		font-size: 16px;
		line-height: 16px;
		color: #000000;
		text-decoration: none;
		margin-top: 0px;
		border: 0px #ffffff solid;
	}

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

	.box_home_contacts_form .button {
		width: 100%;
	}

	.box_home_contacts_form .button img {
		margin-left: 75px;
		width: 20px;
		height: 20px;
		margin-top: -5px;
	}

	.box_home_contacts_form .input[type="text"],
	.box_home_contacts_form .input[type="email"],
	.box_home_contacts_form .textarea {
		background: transparent;
		border: #E8EAF0;
		font-family: regular;
		background-color: #E8EAF0;
		color: #E8EAF0;
		border-radius: 30px;
		margin-bottom: 15px;
		font-size: 14px;
		height: 50px;
		padding-left: 20px;
		width: 97%;
	}

	.box_home_contacts_form .textarea {
		height: 150px;
	}

	.box_home_contacts_form .input::placeholder,
	.box_home_contacts_form .textarea::placeholder {
		color: #142B5F;
	}

	.footer_newsletter_form .input::placeholder {
		color: #142B5F;
	}

	.box_home_contacts_title {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 50%;
		min-height: 300px;
		border: 0px #cccccc solid;
		margin-right: 5%;
		margin-bottom: 50px;
		float: left;
		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_home_contacts_title h1 {
		position: relative;
		vertical-align: top;
		font-family: bold;
		font-size: 60px;
		line-height: 70px;
		letter-spacing: 0px;
		color: #142C60;
		text-transform: none;
		text-align: left;
		width: 80%;
	}

	.box_home_contacts_subtitle {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 75px;
		width: 100%;
		left: 0px;
		bottom: 75px;
		background-color: #8EBB3B;
		margin-top: 0px;
		text-align: center;
		opacity: 0.6;
		-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_home_contacts_subtitle_h1 img {
		position: relative !important;
		display: inline-block !important;
		vertical-align: top !important;
		height: 40px !important;
		width: 40px !important;
		left: 19% !important;
		margin-top: 10px !important;
		border-radius: 0px !important;
		border: 0px solid !important;
	}

	.box_home_contacts_subtitle_h1 {
		position: relative !important;
		display: inline-block !important;
		vertical-align: top !important;
		height: 50px !important;
		width: 100% !important;
		color: #FFFFFF !important;
		font-size: 50px !important;
		left: 0px !important;
		margin-top: -145px !important;
		border-radius: 20px !important;
		border: 0px solid !important;
	}

	.box_home_contacts_title h2 {
		position: relative;
		vertical-align: top;
		font-family: bold;
		font-weight: normal;
		font-size: 60px;
		line-height: 60px;
		color: #8EBB3B;
		text-transform: none;
	}

	.box_home_contacts_title h3 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 90%;
		font-family: light;
		font-weight: normal;
		font-size: 24px;
		line-height: 24px;
		letter-spacing: 0px;
		color: #000000;
		margin-top: 40px;
	}

	.box_home_contacts_title img {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 500px;
		margin-top: 25px;
		float: left;
		border-radius: 20px;
		-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 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 40%;
		margin-right: 50px;
		border-radius: 0px;
		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 {
		width: 100%;
		border-radius: 0px;
	}

	.box_details_text {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(60% - 50px);
		min-height: 500px;
		float: right;
		text-align: 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_text h1 {
		position: relative;
		display: block;
		vertical-align: top;
		font-family: bold;
		font-size: 35px;
		line-height: 50px;
		color: #B36BFB;
		border: 0px solid;
	}

	.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_text h3 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-family: light;
		font-size: 15px;
		line-height: 20px;
		margin-top: 20px;
		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_consultation {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(50% + 10px);
		margin: 0 -5px;
		min-height: 200px;
		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_consultation .input[type="text"] {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 29px);
	}

	.box_consultation .input[type="email"] {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 29px);
	}

	.box_consultation .input {
		width: calc(100% - 29px);
		margin: 0 5px;
	}

	.box_consultation .textarea {
		width: calc(100% - 29px);
		margin: 0 5px;
		height: 80px;
	}

	.box_consultation .input.half {
		width: calc(50% - 29px);
		margin: 0 5px;
	}

	.box_consultation .input[type="date"] {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(50% - 27px);
		height: 40px;
		margin: 0 5px;
		font-family: light;
		font-size: 17px;
		font-weight: normal;
		color: #333333;
		line-height: 40px;
		padding-left: 15px;
		border-radius: 0px;
		border: 1px #cccccc solid;
		cursor: pointer;
	}

	.box_consultation .select[name="request_time"] {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(50% - 10px);
		height: 42px;
		margin: 0 5px;
		font-family: light;
		font-size: 17px;
		font-weight: normal;
		color: #333333;
		line-height: 40px;
		padding-left: 15px;
		border-radius: 0px;
		border: 1px #cccccc solid;
		cursor: pointer;
	}

	.box_consultation .input[type="time"] {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 200px;
		height: 40px;
		font-family: light;
		font-size: 17px;
		font-weight: normal;
		color: #333333;
		line-height: 40px;
		padding-left: 15px;
		border-radius: 0px;
		border: 1px #cccccc solid;
		cursor: pointer;
	}

	.box_consultation .input:checked {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 30px;
		float: left;
	}

	.box_consultation h3 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-family: light;
		font-size: 12px;
		line-height: 20px;
		margin-right: 5px;
	}

	.box_consultation a {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-family: light;
		font-size: 12px;
		line-height: 20px;
		text-decoration: underline;
	}

	.box_consultation #chrono_verification1_container_div {
		position: relative;
		display: inline-block;
		vertical-align: top;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.footer_about_us {
		display: inline-block;
		vertical-align: top;
		width: 33%;
		min-height: 250px;
		margin-top: 70px;
		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;
	}

	.footer_about_us img {
		width: 100%;
		max-width: 300px;
		margin-bottom: 30px;
	}

	.footer_about_us h1 {
		width: 100%;
		font-family: bold;
		font-weight: normal;
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 0px;
		color: #000000;
		text-transform: none;
		margin-bottom: 20px;
	}

	.footer_about_us h3 {
		position: relative;
		display: block;
		font-family: regular;
		font-weight: normal;
		font-size: 17px;
		line-height: 24px;
		letter-spacing: 0px;
		color: #ffffff;
		padding: 0px;
		border: 0px #333333 solid;
		text-transform: none;
	}

	.footer_about_us div:first-of-type {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 140px;
		border: 0px #ffffff solid;
	}

	.footer_about_us div {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 140px);
		border: 0px #ffffff solid;
	}

	.footer_about_us a {
		font-family: regular;
		font-size: 16px;
		line-height: 28px;
		color: #000000;
		border: 0px #ffffff solid;
		display: inline-block;
		margin-right: 15px;
		text-transform: none;
	}

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

	.footer_newsletter_title {
		display: inline-block;
		vertical-align: top;
		margin-top: 70px;
		width: 33%;
		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_newsletter_title img {
		width: 100%;
		max-width: 300px;
		margin-bottom: 30px;
	}

	.footer_newsletter_title h1 {
		font-size: 50px;
	}

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

	.footer_newsletter_title div:first-of-type {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 140px;
		border: 0px #ffffff solid;
	}

	.footer_newsletter_title div {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 140px);
		border: 0px #ffffff solid;
	}

	.footer_newsletter_title a {
		font-family: regular;
		font-size: 16px;
		line-height: 28px;
		color: #000000;
		border: 0px #ffffff solid;
		display: inline-block;
		margin-right: 15px;
		text-transform: none;
	}

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

	.footer_information {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 3 - 50px);
		min-height: 250px;
		margin-top: 50px;
		margin-bottom: 20px;
		margin-right: 20px;
		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_information h1 {
		width: 100%;
		font-family: regular;
		font-weight: normal;
		font-size: 20px;
		line-height: 20px;
		letter-spacing: 0px;
		color: #ffffff;
		text-transform: none;
		margin-bottom: 20px;
	}

	.footer_information div {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 50%;
		color: #ffffff;
		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;
	}

	.footer_information a {
		font-family: light;
		font-size: 14px;
		line-height: 28px;
		color: #ffffff;
		border: 0px #ffffff solid;
		display: inline-block;
		margin-right: 15px;
	}

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





	.footer_site_map
	{
		display: inline-block;
		vertical-align: top;
		width: 25%;
		margin: 50px 0;
		margin-top: 75px;
		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_site_map img
	{
		width:250px;
	}	
	
	
	
	.footer_site_map_form div.footer_site_map_logo img
	{
		width:200px;
		border:1px solid;
	}	
	
	.footer_site_map_map {
		margin: 50px 0;
	}

	.footer_site_map h1 {
		width: 100%;
		font-family: bold;
		font-weight: bold;
		font-size: 40px;
		line-height: 40px;
		letter-spacing: 0px;
		color: #B36BFB;
		margin-bottom: 50px;
	}

	.footer_site_map h3 {
		display: inline-block;
		font-family: light;
		font-weight: normal;
		font-size: 15px;
		line-height: 20px;
		color: #000000;
		width: 100%;
	}

	.footer_site_map small {
		font-family: light;
		font-weight: normal;
		font-size: 12px;
		line-height: 20px;
		color: #000000;
	}

	.footer_site_map a {
		display: inline-block;
		position: relative;
		font-family: regular;
		font-weight: normal;
		font-size: 16px;
		line-height: 35px;
		color: #142C60;
		text-transform: uppercase;
		width: 100%;
	}

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

	.footer_site_map td {
		vertical-align: top;
	}

	.footer_site_map_text {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 0px);
		border: 0px #333333 solid;
		text-align: center;
	}

	.footer_site_map_text img {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		width: 87px;
		margin-right: 13px;
	}

	.footer_site_map_text h1 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		font-family: bold;
		font-weight: normal;
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 0px;
		color: #000000;
		text-transform: none;
		margin-bottom: 10px;
	}

	.footer_site_map_text h3 {
		max-width: 400px;
		margin-bottom: 30px;
		margin-top: 20px;
		color: #000000;
		font-weight: normal;
		font-size: 16px;
	}

	.footer_site_map_text small {
		font-family: light;
		font-weight: normal;
		font-size: 12px;
		line-height: 20px;
		color: #000000;
	}

	.footer_site_map_form {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 0px);
		min-height: 40px;
		margin-top: 10px;
		margin-right: 0px;
		border: 0px #ffffff solid;
		text-align: center;
		max-width: 800px;
	}

	.footer_site_map_form .input {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 170px);
		max-width: 400px;
		height: 42px;
		padding-left: 20px;
		border: 1px #ffffff solid;
		margin-right: 10px;
		border-radius: 10px;
	}

	.footer_site_map_form .button {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100px;
		line-height: 16px;
		margin-top: 0px;
		height: 46px;
		border: none;
		background: #06999F;
		color: #ffffff;
		text-transform: none;
		font-family: bold;
	}

	.footer_site_map_form .button:hover {
		border: none;
	}

	.footer_site_map_form div {
		position: absolute;
		width: calc(100% - 0px);
		top: 50px;
		left: 0px;
		border: 0px #ffffff solid;
	}

	.footer_site_map_form div .checked {
		width: 14px;
		height: 14px;
		padding: 2px;
		border: 0px #ffffff solid;
	}

	.footer_site_map_form div h4 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-family: regular;
		font-size: 12px;
		color: #000000;
		line-height: 20px;
		margin-right: 5px;
		border: 0px #ffffff solid;
	}

	.footer_site_map_form div a {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-family: light;
		font-size: 12px;
		color: #000000;
		line-height: 20px;
		border: 0px #ffffff solid;
	}

	.footer_site_map_form div a:hover {
		text-decoration: underline;
	}

	.footer_site_map_form div.footer_site_map_logo {
		position: relative;
		display: inline-block;
		width: calc(100% / 3 - 10px);
		min-width: 175px;
		height: 56px;
		background-color: transparent;
		background-position: center;
		background-size: auto;
		background-repeat: no-repeat;
		top: 0px;
		border:1px solid;
	}

	
	.footer_site_map .payment_method {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		margin-right: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.footer_newsletter {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		margin-top: 125px;
		margin-bottom: 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_newsletter h1 {
		width: 100%;
		font-family: bold;
		font-size: 40px;
		line-height: 40px;
		letter-spacing: 0px;
		text-transform: uppercase;
		color: #142C60;
		margin-bottom: 25px;
	}

	.footer_newsletter h3 {
		display: inline-block;
		font-family: regular;
		font-size: 24px;
		line-height: 24px;
		color: #142C60;
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}

	.footer_newsletter h4 {
		display: inline-block;
		font-family: light;
		font-size: 16px;
		line-height: 20px;
		color: #000000;
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}

	.footer_newsletter small {
		font-family: light;
		font-weight: normal;
		font-size: 12px;
		line-height: 20px;
		color: #ffffff;
	}

	.footer_newsletter a {
		font-family: light;
		font-size: 16px;
		line-height: 20px;
		color: #000000;
	}

	.footer_newsletter a:hover {
		color: #BB891A;
	}

	.footer_newsletter_text {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 0px);
		border: 0px #333333 solid;
		text-align: center;
	}

	.footer_newsletter_text img {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		width: 87px;
		margin-right: 13px;
	}

	.footer_newsletter_text h1 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		font-family: bold;
		font-weight: normal;
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 0px;
		color: #000000;
		text-transform: none;
		margin-bottom: 10px;
	}

	.footer_newsletter_text h3 {
		max-width: 400px;
		margin-bottom: 30px;
		margin-top: 20px;
		color: #000000;
		font-weight: normal;
		font-size: 16px;
	}

	.footer_newsletter_text small {
		font-family: light;
		font-weight: normal;
		font-size: 12px;
		line-height: 20px;
		color: #000000;
	}

	.footer_newsletter_form {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 0px);
		min-height: 40px;
		margin-right: 0px;
		border: 0px #ffffff solid;
		text-align: center;
		max-width: 800px;
	}

	.footer_newsletter_form .input {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 200px);
		height: 50px;
		margin-bottom: 10px;
		border-radius: 30px;
		font-size: 14px;
		padding-left: 30px;
		background-color: transparent;
		border: 1px solid #142C60;
	}

	.footer_newsletter_form .input::placeholder {
		color: #000000;
	}

	.footer_newsletter_form .button {
		position: absolute;
		vertical-align: top;
		line-height: 20px;
		height: 54px;
		width: 200px;
		right: 80px;
		top: 119px;
		font-size: 20px;
		text-align: center;
		background-color: #BB891A;
	}

	.footer_newsletter_form .button:hover {
		border: none;
	}

	.footer_newsletter_form div {
		position: absolute;
		width: calc(100% - 0px);
		left: 0px;
		border: 0px #ffffff solid;
	}

	.footer_newsletter_form div .checked {
		width: 14px;
		height: 14px;
		padding: 2px;
		border: 0px #ffffff solid;
	}

	.footer_newsletter_form div h4 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-family: regular;
		font-size: 12px;
		color: #000000;
		line-height: 20px;
		margin-right: 5px;
		border: 0px #ffffff solid;
	}

	.footer_newsletter_form div a {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-family: light;
		font-size: 12px;
		color: #000000;
		line-height: 20px;
		border: 0px #ffffff solid;
	}

	.footer_newsletter_form div a:hover {
		text-decoration: underline;
	}

	.footer_newsletter_form div.footer_newsletter_logo {
		position: relative;
		display: inline-block;
		width: calc(100% / 3 - 10px);
		min-width: 175px;
		height: 56px;
		background-color: transparent;
		background-position: center;
		background-size: auto;
		background-repeat: no-repeat;
		top: 0px;
	}

	.footer_catalog {
		display: inline-block;
		vertical-align: top;
		text-align: left;
		width: 28%;
		padding-right: 10%;
		margin-top: 70px;
		margin-bottom: 100px;
		-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_catalog h1 {
		font-family: regular;
		font-size: 24px;
		text-transform: uppercase;
		color: #000000;
		margin-bottom: 20px;
	}

	.footer_catalog a {
		position: relative;
		display: inline-block;
		font-family: light;
		font-weight: normal;
		font-size: 14px;
		border: 1px #888888 solid;
		padding: 5px 10px;
		margin: 5px;
		line-height: 20px;
		color: #000000;
		-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_catalog a:hover {
		background-color: #000000;
		color: #FFFFFF;
	}

	.footer_social_networks {
		display: inline-block;
		vertical-align: top;
		text-align: left;
		width: 23%;
		margin-top:150px;
		-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_social_networks h1 {
		font-family: regular;
		font-size: 24px;
		text-transform: uppercase;
		color: #000000;
		margin-bottom: 20px;
	}

	.footer_newsletter_text {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 0px);
		border: 0px #333333 solid;
		text-align: center;
	}

	.footer_newsletter_text img {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		width: 87px;
		margin-right: 13px;
	}

	.footer_newsletter_text h1 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		font-family: bold;
		font-weight: normal;
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 0px;
		color: #000000;
		text-transform: none;
		margin-bottom: 10px;

	}

	.footer_newsletter_text h3 {
		max-width: 400px;
		margin-bottom: 30px;
		margin-top: 20px;
		color: #000000;
		font-weight: normal;
		font-size: 16px;
	}

	.footer_newsletter_text small {
		font-family: light;
		font-weight: normal;
		font-size: 12px;
		line-height: 20px;
		color: #000000;
	}

	.footer_follow_us {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 660px);
		min-height: 250px;
		margin-top: 50px;
		margin-bottom: 20px;
		margin-right: 0px;
		border: 0px #ffffff solid;
		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;
	}

	.footer_follow_us img {
		width: 100%;
		max-width: 220px;
		position: relative;
		display: inline-block;
		margin-bottom: 20px;
	}

	.footer_follow_us h1 {
		width: 100%;
		font-family: bold;
		font-weight: normal;
		font-size: 24px;
		line-height: 30px;
		letter-spacing: 0px;
		color: #b38d3d;
		text-transform: uppercase;
		margin-bottom: 20px;
	}

	.footer_follow_us h3 {
		font-family: regular;
		color: #b38d3d;
	}

	.footer_follow_us .button {
		padding: 5px 10px;
		background: transparent;
		font-family: bold;
		color: #b38d3d;
		border: 1px solid #b38d3d;
		font-size: 14px;
		margin: 0px 5px 10px;
	}

	.footer_contacts {
		display: inline-block;
		vertical-align: top;
		min-height: 250px;
		width: 20%;
		margin-left: 5%;
		margin-top: 125px;
		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;
	}

	.footer_contacts h1 {
		width: 100%;
		font-family: bold;
		font-size: 40px;
		line-height: 40px;
		letter-spacing: 0px;
		text-transform: uppercase;
		color: #142C60;
		margin-bottom: 25px;
	}

	.footer_contacts h2 {
		display: inline-block;
		position: relative;
		font-family: regular;
		font-weight: normal;
		font-size: 16px;
		line-height: 20px;
		color: #142C60;
		width: 100%;
	}

	.footer_contacts h3 {
		display: inline-block;
		position: relative;
		font-family: regular;
		font-weight: normal;
		font-size: 20px;
		line-height: 20px;
		color: #142C60;
		width: 100%;
		margin: 25px 0;
	}
	.footer_contacts h3 b
	{
		font-size:12px;
	}

	.footer_contacts h4 {
		display: inline-block;
		position: relative;
		font-family: regular;
		font-weight: normal;
		font-size: 20px;
		line-height: 20px;
		color: #142C60;
		width: 100%;
		margin-bottom: 0px;
	}

	.footer_contacts a {
		display: inline-block;
		position: relative;
		font-family: regular;
		font-weight: normal;
		font-size: 15px;
		line-height: 35px;
		color: #142C60;
		cursor: pointer;
	}

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

	.footer_contacts h3 a {
		color: #142C60;
	}

	.footer_contacts h3 h2 {
		font-size: 18px;
		width: 100%;
		font-family: bold;
		font-weight: normal;
		line-height: 30px;
		letter-spacing: 0px;
		color: #142C60;
		text-transform: none;
		margin-bottom: 0px;
	}

	.footer_contacts h3 h1 {
		font-size: 20px;
	}

	.footer_contacts .button_social {
		position: relative;
		display: inline-block;
		vertical-align: top;
		top: 0px;
		width: 40px;
		height: 40px;
		margin-right: 10px;
		margin-top:30px;
		padding: 0px;
		background-size: 25px;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 100%;
		border: 2px solid #BB891A;
		z-index: 1;
		text-align: left;
		background-color: transparent;
		-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_contacts .button_social img {
		margin-bottom: 0px;
		width: 22px;
		padding: 9px;
	}

	.footer_contacts .button_social:hover {
		top: 5px;
	}

	.footer_copyright {
		position: relative;
		display: inline-block;
		vertical-align: top;
		float: left;
		text-align: left;
		height: 75px;
		place-content: 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;
	}

	.footer_copyright h3 {
		font-family: light;
		font-size: 16px;
		line-height: 50px;
		color: #142C60;
	}

	.footer_disclaimer {
		position: relative;
		display: inline-block;
		text-align: center;
		border: 0px #ffffff solid;
		place-content: center;
		height: 75px;
		width: 28%;

		-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: light;
		font-size: 16px;
		line-height: 50px;
		color: #142C60;
	}

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

	.footer_payments {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 40px;
		margin-top: 50px;
		border: 0px #ffffff solid;
		text-align: left;
		padding: 10px 20px;

		-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_payment_methods_icon {
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 10px;
	}

	.footer_powered_by {
		position: relative;
		display: inline-block;
		border: 0px #ffffff solid;
		float: right;
		text-align: right;
		width: 25%;
		place-content: center;
		height: 75px;
		-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: light;
		font-size: 16px;
		line-height: 50px;
		color: #142C60;
	}

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

	.footer_whatsapp {
		position: fixed;
		bottom: 110px;
		right: 33px;
		width: 52px;
		z-index: 999;
		background: transparent;
		padding: 0px;

		-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_whatsapp:hover {
		bottom: 105px;
		background: transparent;
	}
}