@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-weight: normal;
	font-size: 50px;
	color: #000000;
	letter-spacing: 0px;
	line-height: 50px;
}
h2 {
	margin: 0;
	padding: 0;
	font-family: regular;
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	color: #000000;
	letter-spacing: 0px;
}
h3 {
	margin: 0;
	padding: 0;
	font-family: regular;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration: none;
	line-height: 40px;
	text-align: justify;
	color: #000000;
}
h4 {
	margin: 0;
	padding: 0;
	font-family: light;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration: none;
	line-height: 20px;
	color: #000000;
}
.input[type="text"] {
	font-family: regular;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    line-height: 40px;
    width: calc(100% - 20px);
    height: 36px;
    padding-left: 20px;
    border-radius: 20px;
    background-color: #f3f3f3;
    border: 1px #f3f3f3 solid;
}
.input[type="email"] {
	font-family: regular;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    line-height: 40px;
    width: calc(100% - 20px);
    height: 36px;
    padding-left: 20px;
    border-radius: 20px;
    background-color: #f3f3f3;
    border: 1px #f3f3f3 solid;
}
.input[type="password"] {
	font-family: regular;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    line-height: 40px;
    width: calc(100% - 20px);
    height: 36px;
    padding-left: 20px;
    border-radius: 20px;
    background-color: #f3f3f3;
    border: 1px #f3f3f3 solid;
}
.input[type="date"] {
	font-family: regular;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    line-height: 40px;
    width: calc(100% - 20px);
    height: 36px;
    padding-left: 20px;
    border-radius: 20px;
    background-color: #f3f3f3;
    border: 1px #f3f3f3 solid;
}
.input[type="time"] {
	font-family: regular;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    line-height: 40px;
    width: calc(100% - 20px);
    height: 36px;
    padding-left: 20px;
    border-radius: 20px;
    background-color: #f3f3f3;
    border: 1px #f3f3f3 solid;
}
.datepicker {
	font-family: light;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	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: #333333;
	line-height: 40px;
	width: 100%;
	height: 40px;
	padding-left: 15px;
	border-radius: 20px;
	border: 1px #dddddd solid;
}
.textarea {
    font-size: 16px;
	font-family: regular;
    font-weight: normal;
    color: #000000;
    line-height: 40px;
    width: calc(100% - 20px);
    height: 36px;
    padding-left: 20px;
    border-radius: 20px;
    background-color: #f3f3f3;
    border: 1px #f3f3f3 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: 50px;
	top: 0px;
	text-align: center;
	background-color: #E3000C;
	border-radius: 25px;
	cursor: pointer;
	font-family: regular;
	height: 50px;
	width: 200px;
	font-size: 16px;
	border: 0px;
	-webkit-appearance: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
	animation-direction: inherit;
}
.button:hover {
	top: 10px;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
	background-color: #828282;
}
.button_arrow {
	background-image: url(/images/seta-down.png);
	background-position-x: 160px;
	background-position-y: 20px;
	background-repeat: no-repeat;
}
/* MENU CSS */
.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: 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: #e3000c;
	letter-spacing: 0px;
	text-decoration: none;
	text-transform: uppercase;
	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: #000000;
}
.header_menu_close div {
	margin-top: 0px;
}
.header_menu_close img {
	width: 30px;
	height: 17px;
	border: 0px #ffffff solid;
}
/* END TABS*/
#fadediv {
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	/* Firefox */
	-webkit-animation: fadein 1s;
	/* Safari and Chrome */
	-o-animation: fadein 1s;
	/* Opera */
}
@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes ticker-kf {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-7320px, 0, 0);
	}
}
@-moz-keyframes fadein {
	/* Firefox */
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes fadein {
	/* Safari and Chrome */
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-o-keyframes fadein {
	/* Opera */
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes animation_top_to_bottom {
	0% {
		opacity: 0%;
		top: -100px;
	}
	100% {
		opacity: 100%;
		top: 0px;
	}
}
@-moz-keyframes animation_top_to_bottom {
	/* Firefox */
	0% {
		opacity: 0%;
		top: -100px;
	}
	100% {
		opacity: 100%;
		top: 0px;
	}
}
@-webkit-keyframes animation_top_to_bottom {
	/* Safari and Chrome */
	0% {
		opacity: 0%;
		top: -100px;
	}
	100% {
		opacity: 100%;
		top: 0px;
	}
}
@-o-keyframes animation_top_to_bottom {
	/* Opera */
	0% {
		opacity: 0%;
		top: -100px;
	}
	100% {
		opacity: 100%;
		top: 0px;
	}
}
@keyframes animation_bottom_to_top {
	0% {
		opacity: 0;
		top: 100px;
	}
	100% {
		opacity: 1;
		top: 0px;
	}
}
@-moz-keyframes animation_bottom_to_top {
	/* Firefox */
	0% {
		opacity: 0;
		top: 100px;
	}
	100% {
		opacity: 1;
		top: 0px;
	}
}
@-webkit-keyframes animation_bottom_to_top {
	/* Safari and Chrome */
	0% {
		opacity: 0;
		top: 100px;
	}
	100% {
		opacity: 1;
		top: 0px;
	}
}
@-o-keyframes animation_bottom_to_top {
	/* Opera */
	0% {
		opacity: 0;
		top: 100px;
	}
	100% {
		opacity: 1;
		top: 0px;
	}
}
@keyframes animation_left_to_right {
	0% {
		opacity: 0;
		left: -100px;
	}
	100% {
		opacity: 1;
		left: 0px;
	}
}
@-moz-keyframes animation_left_to_right {
	/* Firefox */
	0% {
		opacity: 0;
		left: -100px;
	}
	100% {
		opacity: 1;
		left: 0px;
	}
}
@-webkit-keyframes animation_left_to_right {
	/* Safari and Chrome */
	0% {
		opacity: 0;
		left: -100px;
	}
	100% {
		opacity: 1;
		left: 0px;
	}
}
@-o-keyframes animation_left_to_right {
	/* Opera */
	0% {
		opacity: 0;
		left: -100px;
	}
	100% {
		opacity: 1;
		left: 0px;
	}
}
@keyframes animation_right_to_left {
	0% {
		opacity: 0;
		right: -100px;
	}
	100% {
		opacity: 1;
		right: 0px;
	}
}
@-moz-keyframes animation_left_to_right {
	/* Firefox */
	0% {
		opacity: 0;
		right: -100px;
	}
	100% {
		opacity: 1;
		right: 0px;
	}
}
@-webkit-keyframes animation_left_to_right {
	/* Safari and Chrome */
	0% {
		opacity: 0;
		right: -100px;
	}
	100% {
		opacity: 1;
		right: 0px;
	}
}
@-o-keyframes animation_left_to_right {
	/* Opera */
	0% {
		opacity: 0;
		right: -100px;
	}
	100% {
		opacity: 1;
		right: 0px;
	}
}
@media screen and (min-width:1001px) {
	.header_zone {
		position: fixed;
		width: 100%;
		height: 400px;
		border: 0px solid;
		z-index: 9;
		border-bottom: 0px solid #ffffff;
		background-color: transparent;
		-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_mask {
		position: absolute;
		vertical-align: top;
		width: 100%;
		height: 400px;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
		border: 0px #333333 solid;
		z-index: 1;
		top: 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;
		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: 400px;
		background-color: transparent;
		top: 0px;
		z-index: 1;
		background: transparent;
		-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_menu_icon {
		position: relative;
		display: none;
		height: 20px;
		width: 44px;
		margin: 75px 0px;
		margin-right: 25px;
		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: 200px;
		margin: 100px 0;
		float: left;
		z-index: 3;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.header_logo img {
		height: 100%;
		border: 0px #ffffff solid;
	}



	.header_zone.shrink {
		position: fixed;
		width: 100%;
		height: 100px;
		background-color: #ffffff;
		box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
		z-index: 9;
	}
	.header_zone.shrink .header_zone_logo {
		height: 100px;
		box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
	}
	.header_zone.shrink .header_logo {
		height: 80px;
		margin: 10px 0;
	}



	.sub_header {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 400px;
		border: 0px #333333 solid;
		z-index: 1;
		margin-top: 0px;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.sub_header_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 350px;
		background-color: #777777;
		background-size: cover;
		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: 350px;
		background-color: #000000;
		border: 0px #333333 solid;
		z-index: 1;
		opacity: 0.2;
	}



	.slider_homepage_caixa {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 90vh;
		margin-top: 0px;
		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: 90vh;
		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: 90vh;
		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_content_area {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 90vh;
		border: 0px #ffffff solid;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.slider_content_area_box {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 90%;
		height: calc(90vh - 300px);
		max-width: 1480px;
		margin-top: 300px;
		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: #828282;
        width: 450px;
        margin-right: calc(100% - 450px);
	}
	.slider_content_area .button {
		margin-top: 50px;
	}
	.plusslider-arrows-wrapper {
		margin-top: -18px;
	}



	.title {
		position: relative;
		display: inline-block;
		width: 100%;
		vertical-align: top;
		margin: 25px 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;
        width: 100%;
        color: #828282;
	}
	.title h2 {
		position: relative;
        display: inline-block;
        width: 650px;
        color: #E3000C;
        text-transform: uppercase;
        margin-top: 25px;
	}



	.box_banner {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 100px);
        padding: 50px;
        margin: 100px 0;
        border-radius: 50px;
        background-color: #E3000C;
        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;
		height: 150px;
		width: 500px;
		z-index: 9;
		float: left;
		text-align: left;
		place-content: center;
	} 
	.box_banner_text h1 {
		width: 100%;
		color: #ffffff;
		font-size: 50px;
	}
	.box_banner_button {
		position: relative;
		display: inline-block;
		height: 150px;
		width: 200px;
		z-index: 9;
		float: right;
		place-content: center;
	} 
	.box_banner_button .button {
		width: 100%;
		background-color: #ffffff;
		color: #E3000C;
	}
	.box_banner_image {
		position: absolute;
        display: inline-block;
        bottom: 0px;
        right: 0px;
        width: 50%;
        height: 350px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 1;
	}
	.box_banner_tag {
		position: absolute;
        display: inline-block;
        top: -50px;
        right: 30%;
        width: 200px;
        height: 200px;
        border-radius: 100%;
        place-content: center;
        background-color: #ffffff;
		box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.4);
        z-index: 1;
	}
	.box_banner_tag h1 {
		width: 100%;
		text-align: center;
        color: #E3000C;
	}
	
	
	
	.box_about_us {
		
	}
	.box_about_us_text {
		position: relative;
        display: inline-block;
        width: calc(100% / 2 - 50px);
        float: right;
        margin: 50px 0;
        text-align: left;
	}
	.box_about_us_text h1 {
		position: relative;
        display: inline-block;
        width: 100%;
        color: #828282;
	}
	.box_about_us_text h2 {
		position: relative;
        display: inline-block;
        width: 100%;
        color: #E3000C;
		text-transform: uppercase;
		margin-top: 25px;
	}
	.box_about_us_text h3 {
		position: relative;
		display: inline-block;
		width: 100%;
		margin: 25px 0;
	}
	.box_about_us_text img {
		width: 150px;
	}
	.box_about_us_image {
		position: relative;
        display: inline-block;
        width: calc(100% / 2 - 50px);
        float: left;
        height: 500px;
		border-radius: 25px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 3;
	}



	.box_services {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 2 - 20px);
		padding: 0px;
		margin: 10px;
		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_image {
		position: relative;
        display: inline-block;
        vertical-align: top;
        top: 0px;
        width: 100%;
        height: 400px;
        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_text {
		position: relative;
		display: inline-block;
		top: 0px;
		width: calc(100%);
		z-index: 9;
		text-align: center;
		place-content: center;
	}
	.box_services_text h2 {
		color: #ffffff;
        width: 400px;
        margin: 25px calc(100% / 2 - 200px);
        font-family: bold;
        text-align: center;
        text-transform: uppercase;
	}
	.box_services_bar {
		position:absolute; 
		display:inline-block; 
		bottom: 0px; 
		left: 0px; 
		width:100%; 
		background-color: #E3000C;
		height: 50%;
	}



	.box_home_banner {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 500px;
		top: 0px;
		margin: 50px 0;
		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_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: 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_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: #828282;
		font-family: regular;
        width: 100%;
	}
	.box_home_banner_text h2 {
		position: relative;
		display: inline-block;
		letter-spacing: 0px;
		color: #828282;
		width: 100%;
		margin: 30px 0;
	}
	.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 - 40px);
        margin: 50px 20px 0px;
        top: 0px;
        border-radius: 30px;
        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: 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%;
		color: #828282;
		line-height: 24px;
	}
	.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: #E3000C;
	}
	.box_testemonial_name h2 {
		font-family: regular;
		font-size: 15px;
		margin-top: 10px;
	}
	.box_testemonial_name h3 {
		font-family: regular;
		font-size: 14px;
		line-height: 20px;
		color: #828282;
		margin-top: 5px;
	}


		
	.box_home_contacts_title
	{		
		position:relative;
		display:inline-block;
		vertical-align:top;
		width: 50%;
		min-height:300px;
		border:0px #cccccc solid;
		margin: 100px 0;
		margin-right:5%;
		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;
        text-align: left;
        width: 100%;
        margin: 0 10%;
        margin-bottom: 25px;
        color: #E3000C;
        font-family: regular;
	}
	.box_home_contacts_title img
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        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_home_contacts_title_text	
	{
		position: absolute;
        vertical-align: top;
        width: 100%;
        height: 70px;
        bottom: 0px;
		place-content: center;
        border-radius: 0px 0px 20px 20px;
        text-align: center;
        background-color: rgb(227, 0, 12, 0.7);
	}.box_home_contacts_title_text img
	{
		height: 30px;
        width: 30px;
        margin: 5px;
        margin-right: 10px;
        float: none;
        border-radius: 0;
	}
	.box_home_contacts_title_text h2
	{
		height: 40px;
        width: 100%;
        color: #ffffff;
        overflow: hidden;
        font-size: 40px;
        line-height: 40px;
	}
	.box_home_contacts_form
	{		
		position:relative;
		display:inline-block;
		vertical-align:top;
		width: 45%;
		min-height:300px;
		border:0px #cccccc solid;
		margin-top: 220px;
		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_address h3
	{
		position: relative;
        display: inline-block;
        margin-right: 25px;
        margin-bottom: 25px;
	}
	.box_home_contacts_address label
	{
		position: relative;
        display: inline-block;
		color: #72694E;
		font-family: regular;
		font-size: 16px;
        margin-right: 25px;
        margin-bottom: 25px;
	}
	.box_home_contacts_form h4
	{
		display:inline-block;
		text-decoration:none;	
		margin-left:10px;
		border:0px #ffffff solid;
	}	
	.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
	{
		margin-bottom: 15px;
	}	
	.box_home_contacts_form .textarea
	{
        height: 125px;
	}		
	.contacts_box
	{
		position:relative;
		display:inline-block;
		width: 100%;
		height: 50px;
	}	
	.contacts_checkbox
	{
		position: relative;
        display: inline-block;
        width: 70%;
        height: 50px;
        place-content: center;
	}	
	.contacts_button
	{
		position:relative;
		display:inline-block;
		width: 30%;
		float: right;
	}



	.footer_site_map {
		display: inline-block;
		vertical-align: top;
		width: 25%;
		margin-top: 50px;
		margin-bottom: 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_map {
		margin-top: 20px;
	}
	.footer_site_map a {
		display: inline-block;
        position: relative;
        font-family: regular;
        font-weight: normal;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 40px;
        color: #000000;
        width: 100%;
	}
	.footer_site_map a:hover {
		text-decoration: underline;
	}



	.footer_newsletter {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		margin: 100px 0;
		-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 h2 {
		width: 100%;
        font-family: bold;
        color: #e3000c;
        text-transform: uppercase;
	}
	.footer_newsletter h3 {
		display: inline-block;
        color: #000000;
        width: 100%;
        margin: 20px 0;
        text-align: center;
	}
	.footer_newsletter h4 {
		font-family: regular;
		font-size: 16px;
		line-height: 20px;
		color: #000000;
	}
	.footer_newsletter a {
		font-family: regular;
		font-size: 16px;
		line-height: 20px;
		color: #000000;
	}
	.footer_newsletter a:hover {
		text-decoration: underline;
	}
	.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;
		width: calc(100% - 300px);
        height: 50px;
		left: 20px;
        margin-bottom: 20px;
        border-radius: 25px;
		border: 1px solid #3e3e3e;
	}
	.footer_newsletter_form .input::placeholder {
		color: #000000;
	}
	.footer_newsletter_form .button {
		position: relative;
        display: inline-block;
        vertical-align: top;
        height: 54px;
		left: -20px;
        width: 200px;
	}
	.footer_newsletter_form .button:hover {
		top: 0px;
		background-color: #000000;
	}



	.footer_contacts {
		display: inline-block;
        vertical-align: top;
        width: 25%;
        min-height: 250px;
        margin: 100px 0;
		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 h2 {
		width: 100%;
        font-family: bold;
        color: #e3000c;
        text-transform: uppercase;
		margin-bottom: 25px;
	}
	.footer_contacts h3 {
		display: inline-block;
        position: relative;
        line-height: 24px;
        margin-bottom: 20px;
        color: #000000;
        width: 100%;
	}
	.footer_contacts .button_social {
		position: relative;
		display: inline-block;
		vertical-align: top;
		top: 0px;
		width: 40px;
		height: 40px;
		margin-right: 10px;
		margin-top: 50px;
		padding: 0px;
		background-size: 25px;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 100%;
		border: 2px solid #e3000c;
		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;
		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;
		font-size: 16px;
		line-height: 50px;
		color: #000000;
	}



	.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;
		font-size: 16px;
		line-height: 50px;
		color: #000000;
	}
	.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;
		font-size: 16px;
		line-height: 50px;
		color: #000000;
	}
	.footer_powered_by a:hover {
		text-decoration: underline;
	}
}