@font-face {
	font-family: 'light';
	src: url('../../fonts/Chivo-Light.ttf') format('truetype');
	font-weight: lighter;
	font-style: normal;
}
@font-face {
	font-family: 'regular';
	src: url('../../fonts/Chivo-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'bold';
	src: url('../../fonts/Chivo-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
html,
body {
	background-color: #000000;
	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: #ffffff;
}
a:link,
a:visited {}
a:hover {
	text-decoration: none;
}
h1 {
	margin: 0;
	padding: 0;
	font-family: bold;
	font-weight: 900;
	font-size: 60px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 70px;
}
h2 {
	margin: 0;
	padding: 0;
	font-family: regular;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0px;
}
h3 {
	margin: 0;
	padding: 0;
	font-family: regular;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration: none;
	line-height: 40px;
	text-align: justify;
	color: #ffffff;
	text-transform: uppercase;
}
h4 {
	margin: 0;
	padding: 0;
	font-family: light;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration: none;
	line-height: 20px;
	color: #ffffff;
	text-transform: uppercase;
}
.input[type="text"] {
	font-family: regular;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
	text-transform: uppercase;
    line-height: 40px;
    width: calc(100% - 20px);
    height: 36px;
    padding-left: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px #e3e3e3 solid;
}
.input[type="email"] {
	font-family: regular;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
	text-transform: uppercase;
    line-height: 40px;
    width: calc(100% - 20px);
    height: 36px;
    padding-left: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px #e3e3e3 solid;
}
.input[type="password"] {
	font-family: regular;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
	text-transform: uppercase;
    line-height: 40px;
    width: calc(100% - 20px);
    height: 36px;
    padding-left: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px #e3e3e3 solid;
}
.input[type="date"] {
	font-family: regular;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
	text-transform: uppercase;
    line-height: 40px;
    width: calc(100% - 20px);
    height: 36px;
    padding-left: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px #e3e3e3 solid;
}
.input[type="time"] {
	font-family: regular;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
	text-transform: uppercase;
    line-height: 40px;
    width: calc(100% - 20px);
    height: 36px;
    padding-left: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px #e3e3e3 solid;
}
.datepicker {
	font-family: light;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 40px;
	width: 100%;
	height: 36px;
	padding-left: 15px;
	border-radius: 20px;
	border: 1px #dddddd solid;
}
.select {
	font-family: light;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 40px;
	width: 100%;
	height: 40px;
	padding-left: 15px;
	border-radius: 20px;
	border: 1px #dddddd solid;
}
.textarea {
	font-family: regular;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
	text-transform: uppercase;
    line-height: 40px;
    width: calc(100% - 20px);
    height: 36px;
    padding-left: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px #e3e3e3 solid;
}
.input[type="text"]::placeholder,
.input[type="email"]::placeholder,
.input[type="password"]::placeholder,
.input[type="date"]::placeholder,
.input[type="time"]::placeholder,
.textarea::placeholder {
	color: #000000;
}
.display_box {
	width: 100%;
	background-color: #ff3300;
}
.error {
	color: red;
}
.button {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #FFFFFF;
	line-height: 40px;
	top: 0px;
	text-align: center;
	background-color: #e51919;
	cursor: pointer;
	font-family: regular;
	text-transform: uppercase;
	height: 40px;
	width: 200px;
	font-size: 16px;
	border: 0px;
	-webkit-appearance: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
	animation-direction: inherit;
}
.button:hover {
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
	background-color: #000000;
}
.button_transparent {
	color: #FFFFFF;
	height: 38px;
	background-color: rgba(0, 0, 0, 0.3);
	border: 1px #6f6f6f solid;
}
.button_transparent:hover {
	background-color: rgba(0, 0, 0, 0.3);
	border: 1px #ffffff solid;
}



/* MENU CSS */
.header_box_menu {
	position: fixed;
	vertical-align: top;
	width: 0%;
	max-width: 0px;
	height: 100%;
	top: 0px;
	left: -80px;
	background-color: #000000;
	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: 50px;
	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: #ffffff;
	letter-spacing: 0px;
	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: #e51919;
}
.header_menu_close div {
	margin-top: 0px;
}
.header_menu_close img {
	width: 30px;
	height: 17px;
	border: 0px #ffffff solid;
}
/* END TABS*/
#fadediv {
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	/* Firefox */
	-webkit-animation: fadein 1s;
	/* Safari and Chrome */
	-o-animation: fadein 1s;
	/* Opera */
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes ticker-kf {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-7320px, 0, 0);
	}
}
@-moz-keyframes fadein {
	/* Firefox */
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes fadein {
	/* Safari and Chrome */
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-o-keyframes fadein {
	/* Opera */
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes animation_top_to_bottom {
	0% {
		opacity: 0%;
		top: -100px;
	}
	100% {
		opacity: 100%;
		top: 0px;
	}
}
@-moz-keyframes animation_top_to_bottom {
	/* Firefox */
	0% {
		opacity: 0%;
		top: -100px;
	}
	100% {
		opacity: 100%;
		top: 0px;
	}
}
@-webkit-keyframes animation_top_to_bottom {
	/* Safari and Chrome */
	0% {
		opacity: 0%;
		top: -100px;
	}
	100% {
		opacity: 100%;
		top: 0px;
	}
}
@-o-keyframes animation_top_to_bottom {
	/* Opera */
	0% {
		opacity: 0%;
		top: -100px;
	}
	100% {
		opacity: 100%;
		top: 0px;
	}
}
@keyframes animation_bottom_to_top {
	0% {
		opacity: 0;
		top: 100px;
	}
	100% {
		opacity: 1;
		top: 0px;
	}
}
@-moz-keyframes animation_bottom_to_top {
	/* Firefox */
	0% {
		opacity: 0;
		top: 100px;
	}
	100% {
		opacity: 1;
		top: 0px;
	}
}
@-webkit-keyframes animation_bottom_to_top {
	/* Safari and Chrome */
	0% {
		opacity: 0;
		top: 100px;
	}
	100% {
		opacity: 1;
		top: 0px;
	}
}
@-o-keyframes animation_bottom_to_top {
	/* Opera */
	0% {
		opacity: 0;
		top: 100px;
	}
	100% {
		opacity: 1;
		top: 0px;
	}
}
@keyframes animation_left_to_right {
	0% {
		opacity: 0;
		left: -100px;
	}
	100% {
		opacity: 1;
		left: 0px;
	}
}
@-moz-keyframes animation_left_to_right {
	/* Firefox */
	0% {
		opacity: 0;
		left: -100px;
	}
	100% {
		opacity: 1;
		left: 0px;
	}
}
@-webkit-keyframes animation_left_to_right {
	/* Safari and Chrome */
	0% {
		opacity: 0;
		left: -100px;
	}
	100% {
		opacity: 1;
		left: 0px;
	}
}
@-o-keyframes animation_left_to_right {
	/* Opera */
	0% {
		opacity: 0;
		left: -100px;
	}
	100% {
		opacity: 1;
		left: 0px;
	}
}
@keyframes animation_right_to_left {
	0% {
		opacity: 0;
		right: -100px;
	}
	100% {
		opacity: 1;
		right: 0px;
	}
}
@-moz-keyframes animation_left_to_right {
	/* Firefox */
	0% {
		opacity: 0;
		right: -100px;
	}
	100% {
		opacity: 1;
		right: 0px;
	}
}
@-webkit-keyframes animation_left_to_right {
	/* Safari and Chrome */
	0% {
		opacity: 0;
		right: -100px;
	}
	100% {
		opacity: 1;
		right: 0px;
	}
}
@-o-keyframes animation_left_to_right {
	/* Opera */
	0% {
		opacity: 0;
		right: -100px;
	}
	100% {
		opacity: 1;
		right: 0px;
	}
}
@media screen and (min-width:1001px) {
	.header_zone {
		position: fixed;
		width: 100%;
		height: 150px;
		border: 0px solid;
		z-index: 9;
		-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: inline-block;
		vertical-align: top;
		width: 100%;
		height: 30px;
		top: 0px;
		background-color: #000000;
		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;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}



	.header_zone_logo {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 120px;
		background-color: transparent;
		top: 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;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}



	.header_langs {
		position: relative;
		vertical-align: top;
		height: 30px;
		border: 0px #ffffff solid;
		z-index: 1;
		top: 0px;
		float: right;
		place-content: center;
		text-align: center;
		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: 20px;
		font-family: regular;
		font-size: 16px;
		color: #FFFFFF;
		line-height: 20px;
		margin-left: 5px;
		padding: 0px;
		border-radius: 0px;
		border: 0px #ffffff solid;
		place-content: center;
		z-index: 1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.header_langs .link_langs:hover {
		font-family: bold;
		color: #FFFFFF;
	}
	.header_langs .link_langs_active {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 20px;
		font-family: bold;
		font-size: 16px;
		color: #FFFFFF;
		line-height: 20px;
		margin-left: 5px;
		padding: 0px;
		border-radius: 0px;
		border: 0px #000000 solid;
		place-content: center;
		z-index: 1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.header_langs .link_langs img {
		height: 16px;
		width: 16px;
		opacity: 0.5;
		-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_active img {
		height: 16px;
		width: 16px;
		opacity: 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 img {
		height: 20px;
		width: 20px;
	}
	.header_langs img:hover {
		opacity: 1;
	}
	.goog-te-gadget {
		height: 20px;
		overflow: hidden;
	}
	.goog-te-gadget img {
		display: none;
	}
	.goog-te-gadget a {
		display: none;
	}
	.goog-te-gadget .goog-te-combo
	{
		margin: 0 !important;
	}



	.header_menu_icon {
		position: relative;
		display: none;
		height: 20px;
		width: 44px;
		margin: 75px 0px;
		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_logo {
		position: relative;
        display: inline-block;
        height: 140px;
        width: 140px;
        margin:0;
        top: 0px;
		float: left;
        z-index: 3;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.header_logo img {
		height: 100%;
		border: 0px #ffffff solid;
	}



	.header_menu {
		position: absolute;
        display: inline-block;
        vertical-align: top;
        top: 0;
        right: 200px;
        width: calc(100% - 800px);
        height: 20px;
        margin: 50px 0px;
        border: 0px #333333 solid;
        z-index: 1;
        overflow: hidden;
		-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;
		text-transform: uppercase;
        color: #ffffff;
        margin: 0 35px;
        line-height: 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;
	}
	.header_menu .link_menu:hover {
        color: #e51919;
	}
	.header_menu .link_menu_active {
		position: relative;
        display: inline-block;
        vertical-align: top;
        font-family: bold;
        font-size: 16px;
		text-transform: uppercase;
        color: #e51919;
        margin: 0 35px;
        line-height: 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;
	}
	
	
	
	.header_button {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 200px;
        height: 40px;
        top: 0px;
        margin: 40px 0;
        text-align: right;
        float: right;
        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_zone.shrink {
		position: fixed;
		width: 100%;
		height: 120px;
		background-color: #000000;
		box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
		z-index: 9;
	}
	.header_zone.shrink .header_zone_welcome {
		top: -30px;
	}
	.header_zone.shrink .header_zone_logo {
		top: -30px;
		height: 120px;
		background-color: #000000;
		border-bottom: 2px #333333 solid;
		box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
	}
	.header_zone.shrink .header_logo {
		height: 100px;
        margin: 10px auto;
	}
	.header_zone.shrink .header_menu {
		margin: 50px 0px;
	}
	.header_zone.shrink .header_button {
		margin: 40px 0px;
	}



	.slider_homepage_caixa {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: 1100px;
        margin: 0;
        margin-top: 20px;
        border-radius: 0 0  50px 50px;
        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: 1100px;
		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: 1100px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 0px;
		margin: 0px;
		border: 0px #333333 solid;
		overflow: hidden;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.slider_mask {
		position: absolute;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 1100px;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent, rgba(0, 0, 0, 0.8));
		border: 0px #333333 solid;
		z-index: 1;
		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: 1100px;
		border: 0px #ffffff solid;
		z-index: 2;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.slider_content_area_box {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 90%;
        height: 500px;
        margin-top: 200px;
        margin-bottom: 400px;
        max-width: 1480px;
        place-content: center;
        text-align: left;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.slider_content_area h1 {
		position: relative;
        display: inline-block;
        color: #ffffff;
        width: 800px;
		font-size: 90px;
		line-height: 100px;
		margin-right: calc(100% - 800px);
	}
	.slider_content_area h3 {
		position: relative;
        display: inline-block;
        color: #ffffff;
		margin: 25px 0;
		line-height: 24px;
        width: 600px;
        margin-right: calc(100% - 600px);
	}
	.slider_content_area .button {
		margin-top: 10px;
	}
	.slider_content_area .button_transparent {
		margin-top: 10px;
		margin-left: 25px;
		height: 39px;
	}
	.plusslider-arrows-wrapper {
		margin-top: -18px;
	}



	.box_slider_marcas {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding: 25px 0;
        border-top: 1px #333333 solid;
        border-bottom: 1px #333333 solid;
        z-index: 1;
        overflow: hidden;
	}
	.marquee_track {
		animation: marquee 28s linear infinite;
    	will-change: transform;
   		box-sizing: border-box;
		display: flex;
		white-space: nowrap;
	}
	.box_slider_marcas_item {
		position: relative;
		display: inline-block;
		vertical-align: top;
		margin: 0 25px;
		color: #f3f3f3;
		border: 0px #333333 solid;
		z-index: 1;
	}
	.box_slider_marcas_item .bar {
		color: #e51919;
		margin-right: 10px;
	}



	.sub_header {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 90%;
        margin: 0 5%;
        height: 300px;
        border-radius: 50px;
        border: 0px #333333 solid;
        z-index: 1;
        margin-top: 20px;
		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: 300px;
        border-radius: 50px;
		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: absolute;
		display: inline-block;
		vertical-align: top;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 300px;
		border-radius: 50px;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent, rgba(0, 0, 0, 0.8));
		border: 0px #333333 solid;
		z-index: 1;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}



	.title {
		position: relative;
		display: inline-block;
		width: 100%;
		vertical-align: top;
		margin: 50px 0;
		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;
		vertical-align: top;
		letter-spacing: 0px;
		font-family: bold;
		font-weight: 900;
		color: #ffffff;
	}
	.title h3 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		letter-spacing: 0px;
		font-family: regular;
		line-height: 20px;
		color: #a1a1aa;
		margin-top: 25px;
		margin-right: calc(100% - 600px);
        width: 600px;
	}
	.title_line {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 200px;
		height: 5px;
		background-color: #e51919;
		margin-top: 10px;
		margin-right: calc(100% - 200px);
	}



	.box_values {
		position: relative;
        display: inline-block;
        vertical-align: top;
        height: 200px;
        width: calc(100% / 3 - 102px);
		text-align: left;
        padding: 50px;
        border: 1px #333333 solid;
        z-index: 1;
        overflow: hidden;
	}
	.box_values:hover {
		background-color: #18181b99;
		animation-duration: .15s;
		transition-duration: .15s;
	}
	.box_values_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 50px;
		height: 50px;
		background-color: #333333;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border: 0px #333333 solid;
		z-index: 1;
	}
	.box_values_text {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		place-content: center;
		text-align: left;
	}
	.box_values_text h2 {
		font-family: bold;
		color: #ffffff;
		margin: 25px 0;
		width: 100%;
		text-align: left;
        font-size: 20px;
	}
	.box_values_text h3 {
		width: 100%;
        text-align: left;
        line-height: 20px;
        color: #a1a1aa;
        margin: 25px 0;
        font-size: 14px;
	}
	
	
	
	.box_about_us {
		
	}
	.box_about_us_text {
		position: relative;
        display: inline-block;
        width: calc(100% / 2 - 50px);
        float: right;
        margin: 100px 0;
        text-align: justify;
		z-index: 1;
	}
	.box_about_us_text h1 {
		position: relative;
        display: inline-block;
		text-align: left;
	}
	.box_about_us_text h3 {
		position: relative;
		display: inline-block;
		width: 100%;
		color: #a1a1aa;
		margin: 50px 0;
		line-height: 24px;
	}
	.box_about_us_text a {
		position: relative;
		display: inline-block;
		font-family: bold;
		color: #474b57;
		font-size: 18px;
		line-height: 40px;
		margin-left: 5px;
	}
	.box_about_us_image {
		position: relative;
        display: inline-block;
        width: calc(100% / 2 - 50px);
        float: left;
        height: 750px;
        margin: 100px 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
		z-index: 1;
	}
	
	

	.box_products {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% / 3 - 30px);
        margin: 15px;
        padding-bottom: 10px;
        top: 0px;
        border: 0px #333333 solid;
        z-index: 2;
        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_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_products_text {
		position: relative;
        display: inline-block;
        top: 0px;
        width: 100%;
        place-content: center;
        z-index: 2;
	}
	.box_products_text h2 {
        font-family: bold;
        color: #ffffff;
        width: 100%;
        text-align: left;
	}
	.box_products_text h3 {
        width: 100%;
        text-align: left;
		line-height: 20px;
        color: #ffffff;
		margin: 25px 0;
	}
	.box_products .button {
		margin-top: 25px;
		float: left;
		width: 100%;
	}



	.box_services {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 3 - 40px);
		padding: 0px;
		margin: 20px;
		margin-bottom: 50px;
		top: 0px;
		border: 0px #333333 solid;
		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_services:hover {
		top: 10px;
	}
	.box_services_image {
		position: relative;
        display: inline-block;
        vertical-align: top;
        top: 0px;
        width: 100%;
        height: 500px;
        border-radius: 50px;
        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_services_mask {
		position: absolute;
		display: inline-block;
		vertical-align: top;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 500px;
		border-radius: 50px;
		background-color: rgba(0, 0, 0, 0.4);
		border: 0px #333333 solid;
		z-index: 2;
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}
	.box_services_text {
		position: absolute;
        display: inline-block;
        top: 325px;
        left: 0px;
        width: calc(100% - 50px);
        padding: 25px;
        z-index: 9;
        text-align: left;
        place-content: center;
	}
	.box_services_text h2 {
		color: #ffffff;
        width: 100%;
        font-family: bold;
	}
	.box_services_text h3 {
		color: #ffffff;
        width: 100%;
        margin: 10px 0px;
        line-height: 24px;
		text-align: left;
	}
	.box_services_bar {
		position:absolute; 
		display:inline-block; 
		bottom: -50px; 
		left: 0px; 
		width:100%; 
		background-color: #000000;
		height: 50%;
	}



	.box_banner {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 3 - 50px);
		padding: 0px;
		margin: 50px 25px;
		border: 0px #333333 solid;
		z-index: 1;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.box_banner_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 150px;
		height: 100px;
		background-size: contain;
		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;
	}
	.box_banner_text {
		position: relative;
		display: inline-block;
		width: calc(100% - 150px);
		height: 100px;
		z-index: 9;
		text-align: left;
		place-content: center;
	} 
	.box_banner_text h1 {
		width: 100%;
		color: #000000;
		font-size: 50px;
	}
	.box_banner_text h2 {
		width: 100%;
		color: #3e3e3e;
	}



	.box_home_banner {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 500px;
		top: 0px;
		z-index: 1;
		overflow: hidden;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		-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_mask {
		position: absolute;
		display: inline-block;
		vertical-align: top;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 500px;
		border-radius: 50px;
		background-color: rgba(0, 0, 0, 0.6);
		border: 0px #333333 solid;
		z-index: 2;
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}
	.box_home_banner_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 500px;
		background-color: #333333;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 50px;
		border: 0px #333333 solid;
		z-index: 1;
		opacity: 1.0;
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}
	.box_home_banner_text {
		position: relative;
		max-width: 1480px;
		width: 90%;
		height: 500px;
		display: inline-block;
		vertical-align: middle;
		text-align: left;
		place-content: center;
		z-index: 9;
	}
	.box_home_banner_text h1 {
		position: relative;
        display: inline-block;
        color: #ffffff;
        width: 650px;
        margin: 25px 0;
        margin-right: calc(100% - 650px);
	}
	.box_home_banner_text h2 {
		position: relative;
		display: inline-block;
		letter-spacing: 0px;
		color: #ffffff;
		width: 100%;
	}
	.box_home_banner_text .button {
		position: relative;
		display: inline-block;
		margin-top: 10px;
	}
	
	
	
	.box_testemonial
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% / 3 - 82px);
        margin: 0px 10px;
        padding: 30px;
        top: 0px;
        border: 1px transparent solid;
        border-radius: 20px;
        z-index: 1;
        overflow: hidden;
        background: transparent;
        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: 70px;
        height: 70px;
        line-height: 60px;
        float: left;
        margin-top: 20px;
        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%;
		color: #ffffff;
		line-height: 24px;
		text-align: left;
	}
	.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_author
	{
		position: relative;
        display: inline-block;
        width: calc(100% - 90px);
        height: 70px;
        float: right;
        margin-top: 20px;
		place-content: center;
	}
	.box_testemonial_author h2
	{
		color: #e51919;
		font-family: bold;
		line-height: 20px;
	}
	.box_testemonial_author h3
	{
		color: #ffffff;
	}

	

	.box_faq_item
	{
		position:relative;
		display:inline-block;
		width:calc(100% - 24px);
		margin-bottom:20px;
		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_faq_item_title
	{
		font-weight:bold;
		padding:10px 20px;
		border:2px solid #e51919;
		border-radius:0px;
		color:#e51919;
	}
	.box_faq_item.open .box_faq_item_title
	{
		color:#ffffff;
		border:2px solid #ffffff;
	}
	.box_faq_item_description
	{
		display:none;
		padding:10px 22px;
		margin-bottom:10px;
		color: #ffffff;
	}



	.box_contacts_address {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 650px);
		min-height: 200px;
		border: 0px #cccccc 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 h3 {
		margin-bottom: 25px;
		padding: 0;
		font-family: 'light';
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 0px;
		text-decoration: none;
		line-height: 30px;
		color: #ffffff;
	}
	.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.full {
		margin: 0 calc(100% / 2 - 300px);
		margin-bottom: 50px;
		text-align: center ;
	}
	.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;
		text-align: center;
		border: none;
	}



	.box_details_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 40%;
		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 {
		border-radius: 0px;
	}



	.box_details_text {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(55% - 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: inline-block;
		vertical-align: top;
		font-family: bold;
		font-size: 30px;
		line-height: 30px;
		color: #000000;
		margin-bottom: 25px;
	}
	.box_details_text h2 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 25px;
		font-family: bold;
	}



	.footer_site_description {
		display: inline-block;
		vertical-align: top;
		width: calc(33% - 100px);
		margin: 50px 0;
		margin-right: 100px;
		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_description img {
		width: 100px;
	}
	.footer_site_description h3 {
		width: 100%;
        color: #ffffff;
        line-height: 20px;
        margin-top: 25px;
	}
	
	
	
	.footer_site_map {
		display: inline-block;
		vertical-align: top;
		width: calc(66% - 100px);
		margin: 50px 0;
		margin-left: 100px;
		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 h2 {
		display: inline-block;
        font-family: bold;
        font-size: 16px;
        line-height: 40px;
        text-transform: uppercase;
        text-decoration: overline;
        color: #3f3f3f;
        margin-bottom: 10px;
        width: 100%;
	}
	.footer_site_map a {
		display: inline-block;
		font-family: light;
		font-size: 16px;
		line-height: 40px;
		text-transform: uppercase;
		color: #ffffff;
		width: 100%;
	}
	.footer_site_map a:hover {
		text-decoration: underline;
	}



	.footer_copyright {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 50px;
		margin-right: 0px;
		border: 0px #ffffff solid;
		float: left;
		text-align: left;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.footer_copyright h3 {
		font-family: light;
		text-transform: uppercase;
		font-size: 16px;
		line-height: 50px;
		color: #ffffff;
	}



	.footer_disclaimer {
		position: absolute;
		display: inline-block;
		vertical-align: top;
		width: 200px;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
		height: 50px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.footer_disclaimer a {
		font-family: light;
		text-transform: uppercase;
		font-size: 16px;
		line-height: 50px;
		color: #ffffff;
	}
	.footer_disclaimer a:hover {
		text-decoration: underline;
	}



	.footer_powered_by {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 50px;
		float: right;
		text-align: right;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.footer_powered_by a {
		font-family: light;
		font-weight: normal;
		text-transform: uppercase;
		font-size: 16px;
		line-height: 50px;
		color: #ffffff;
	}
	.footer_powered_by a:hover {
		text-decoration: underline;
	}
}