@media screen and (max-width:1000px) {
	.header_zone {
		position: fixed;
		width: 100%;
		border: 0px solid;
		background-color: #ffffff;
		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: #72694e;
		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;
		height: 270px;
		width: 100%;
		top: 0px;
		z-index: 1;
		background: #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_menu {
		position: relative;
		display: none;
		width: 100%;
		min-height: 50px;
		border: 0px #333333 solid;
		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_link {
        position: relative;
        vertical-align: top;
        height: 30px;
        border: 0px #ffffff solid;
        z-index: 1;
        top: 0px;
        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_link a {
		position: relative;
        display: inline-block;
        vertical-align: top;
        font-family: regular;
        font-size: 18px;
        color: #ffffff;
        margin-left: 20px;
        margin-right: 20px;
        line-height: 30px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}



	.header_menu_icon {
		position: absolute;
		height: 20px;
		margin-top: 60px;
		float: 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_logo {
		position: relative;
        height: 150px;
        width: calc(100% - 100px);
        top: 0px;
        left: 0px;
        right: 0px;
        margin: 25px auto;
        border: 0px #333333 solid;
        z-index: 1;
	}
	.header_logo img {
		height: 100%;
	}



	.header_menu {
		display: none;
	}



	.header_menu_splitted {
		display: none;
	}


	
	.header_button {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		top: 0px;
		z-index: 1;
		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_button .button {
		height: 40px;
		width: 175px;
		line-height: 40px;
		overflow: hidden;
	}
	.header_button .button img {
		display: inline-block;
        vertical-align: middle;
        margin: 10px;
		height: 20px;
		width: 20px;
	}



	.header_zone.shrink {
		position: fixed;
		width: 100%;
		height: 70px;
		background-color: #ffffff;
		box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
		z-index: 9999;
	}
	.header_zone.shrink .header_zone_welcome {
		margin-top: -120px;
	}
	.header_zone.shrink .header_zone_logo {
		height: 70px;
		box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
	}
	.header_zone.shrink .header_menu_icon {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.header_zone.shrink .header_logo {
		top: -200px
	}
	.header_zone.shrink .header_button {
		top: -185px;
		width: 225px;
		margin: 0px;
	}



	.slider_homepage_caixa {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 350px;
		margin-top: 300px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border: 0px #e81a1c solid;
		z-index: 1;
		overflow: hidden;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.slider_homepage {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 350px;
		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: 350px;
		background-position: top 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: 350px;
		z-index: 9;
		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: 350px;
		max-width: 1480px;
		text-align: left;
		place-content: center;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.slider_content_area h1 {
		position: relative;
        display: inline-block;
        font-family: 'regular';
        color: #7f7f7f;
        width: 70%;
        font-size: 16px;
        line-height: 20px;
	}
	.slider_content_area h2 {
		position: relative;
        display: inline-block;
        font-family: 'bold';
        color: #72694E;
        width: 70%;
        margin: 15px 0;
        font-size: 28px;
        line-height: 30px;
        text-transform: uppercase;
	}
	.slider_content_area h3 {
		position: relative;
        display: none;
        font-family: 'regular';
        color: #7f7f7f;
        width: 70%;
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 20px;
	}
	.plusslider-arrows-wrapper {
		margin-top: -18px;
	}
	.slider_mask {
		position: absolute;
        display: inline-block;
        width: 100%;
        height: 850px;
        background-image: linear-gradient(to right, white, white, transparent);
        z-index: 1;
        bottom: 0px;
        left: 0px;
        opacity: 0.8;
		animation: fadein 1s;
		-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: 150px;
		margin-top: 300px;
		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: 150px;
		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: 150px;
		background-color: #000000;
		border: 0px #333333 solid;
		z-index: 1;
		opacity: 0.2;
	}



	.title {
		position: relative;
		display: inline-block;
		width: 100%;
		vertical-align: top;
		margin: 50px 0;
		border: 0px #333333 solid;
		z-index: 1;
		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;
	}
	.title h1 {
		position: relative;
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0px;
		float: left;
        color: #72694E;
        font-size: 30px;
        line-height: 30px;
        width: 100%;
        font-family: bold;
        text-transform: uppercase;
        text-align: left;
	}
	.title h2 {
		position: relative;
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0px;
        margin-top: 25px;
        color: #CB9A53;
        font-size: 16px;
        line-height: 20px;
        width: 100%;
        font-family: regular;
        text-transform: uppercase;
        text-align: left;
	}



	.box_how_it_works {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 200px;
		width: calc(100% - 40px);
		margin: 20px;
		margin-bottom: 50px;
		background-color: #72694E;
		border-radius: 20px;
		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;
	}
	.box_how_it_works_left {
		position: relative;
        display: inline-block;
		vertical-align: top;
        top: 0px;
        height: 200px;
        width: 40%;
        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;
	}
	.box_how_it_works_image {
		position: relative;
        display: inline-block;
        top: 0px;
        height: 100px;
        width: 100%;
        margin: 50px 0;
        z-index: 1;
        opacity: 1;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 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_how_it_works_right {
		position: relative;
        display: inline-block;
		vertical-align: top;
        top: 0px;
        height: 200px;
        width: 60%;
        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;
	}
	.box_how_it_works_text {
		position: relative;
		display: inline-block;
		width: 100%;
		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;
	}
	.box_how_it_works_text h1 {
		position: relative;
        display: inline-block;
        vertical-align: top;
        height: 60px;
        width: 30%;
        top: 0px;
        margin-top: 15px;
        font-family: bold;
        font-size: 50px;
        line-height: 60px;
        color: #ffffff;
	}
	.box_how_it_works_text h2 {
		position: relative;
        display: inline-block;
        vertical-align: top;
        height: 40px;
        width: 60%;
        top: 0px;
		text-align: left;
		margin: 23px 5%;
        margin-bottom: 12px;
        font-family: regular;
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
		text-transform: uppercase;
	}
	.box_how_it_works_text h3 {
		position: relative;
        display: inline-block;
        vertical-align: top;
        height: 100px;
        width: 90%;
        margin-right: 10%;
        font-family: light;
        font-size: 16px;
        text-align: left;
        line-height: 20px;
        color: #ffffff;
	}
	
	
	
	.box_about_us {
		
	}
	.box_about_us_text {
		position: relative;
        display: inline-block;
        width: calc(100%);
        margin: 50px 0;
        text-align: justify;
	}
	.box_about_us_text h1 {
		position: relative;
        display: inline-block;
        width: 100%;
        color: #7C7458;
        font-size: 50px;
        font-family: bold;
        text-transform: uppercase;
        line-height: 50px;
	}
	.box_about_us_text h2 {
		position: relative;
		display: inline-block;
		font-family: regular;
		width: 90%;
		color: #D8A458;
		font-size: 20px;
		line-height: 40px;
		margin-bottom: 50px;
	}
	.box_about_us_text h3 {
		position: relative;
		display: inline-block;
		width: 90%;
	}
	.box_about_us_image {
		position: relative;
        display: inline-block;
        width: calc(100%);
        height: 500px;
		border-radius: 100px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 3;
	}



	.box_banner {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 4px);
        margin: 25px 0px;
        border: 2px solid #72694E;
        border-radius: 20px;
        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;
	}
	.box_banner_image {
		position: relative;
        display: inline-block;
        top: 0px;
        height: 60px;
        width: 100%;
        margin-top: 25px;
        z-index: 1;
        opacity: 1;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 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_banner_text {
		position: relative;
		display: inline-block;
		width: 100%;
		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;
	}
	.box_banner_text h1 {
		position: relative;
        display: inline-block;
        vertical-align: top;
        height: 30px;
        width: 100%;
        top: 0px;
        margin-top: 15px;
        font-family: bold;
        font-size: 24px;
        line-height: 30px;
        color: #72694E;
	}
	.box_banner_text h3 {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 90%;
        margin: 25px 5%;
        font-family: regular;
        font-size: 16px;
        text-align: center;
        line-height: 20px;
        color: #72694E;
	}



	.box_advantages_left {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin: 25px 0px;
		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;
	}
	.box_advantages_right {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin: 25px 0px;
		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;
	}
	.box_advantages_image {
		position: relative;
        display: inline-block;
        top: 0px;
        height: 50px;
        width: 50px;
		margin: 25px 0;
		float: left;
        z-index: 1;
        opacity: 1;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 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_advantages_text {
		position: relative;
		display: inline-block;
        top: 0px;
		height: 100px;
        width: calc(95% - 50px);
		margin-left: 5%;
		text-align: left;
		float: right;
		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;
	}
	.box_advantages_text h1 {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        top: 0px;
        font-family: regular;
		text-transform: uppercase;
        font-size: 20px;
        line-height: 24px;
        color: #7C7458;
	}


		
	.box_home_contacts_title
	{		
		position:relative;
		display:inline-block;
		vertical-align:top;
		width: 100%;
		min-height:300px;
		border:0px #cccccc 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;	
	}	
	.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%;
        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_form
	{		
		position:relative;
		display:inline-block;
		vertical-align:top;
		width: 100%;
		min-height:300px;
		border:0px #cccccc solid;
		margin-bottom: 50px;
		text-align:left;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;	
	}	
	.box_home_contacts_address h3
	{
		position: relative;
        display: inline-block;
		color: #72694E;
		font-family: regular;
		font-size: 16px;
        margin-right: 25px;
        margin-bottom: 10px;
		width: calc(100% - 45px);
	}
	.box_home_contacts_address label
	{
		position: relative;
        display: inline-block;
        color: #72694E;
        font-family: regular;
        font-size: 16px;
        margin-left: 10px;
        margin-bottom: 25px;
        width: calc(100% - 35px);
	}
	.box_home_contacts_form h3
	{
		display:inline-block;
		text-decoration:none;	
		margin-left:10px;
		border:0px #ffffff solid;
	}	
	.box_home_contacts_form a
	{
		display:inline-block;
		font-family: regular;
		line-height:14px;
		color: #72694E;
		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;
        padding-left: 20px;
        width: calc(100% - 20px);
	}	
	.box_home_contacts_form .textarea
	{
        height: 150px;
	}	
	.box_home_contacts_form .input::placeholder,
	.box_home_contacts_form .textarea::placeholder
	{
		color: #72694E;
	}	
	.contacts_box
	{
		position:relative;
		display:inline-block;
		width: 100%;
	}	
	.contacts_checkbox
	{
		position:relative;
		display:inline-block;
		width: 100%;
		
		top: 10px;
	}	
	.contacts_button
	{
		position:relative;
		display:inline-block;
		width: 100%;
		margin-top: 25px;
	}



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



	.box_contacts_form {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 90%;
		min-height: 400px;
		border: 0px #cccccc solid;
		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;
	}
	.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: 90%;
		height: 40px;
		line-height: 10px;
		border: none;
	}



	.box_brands
	{ 
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
		max-width: 220px;
        height: 125px;
        margin: 25px 0px;
        top: 0px;
        border-radius: 10px;
		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_testemonial
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 60px);
        margin: 25px 0;
        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: #72694E;
	}
	.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: #72694E;
        margin-top: 20px;
	}
	.box_testemonial_name h2
	{
		font-family:regular;
		font-size:15px;
		margin-top:10px;
		color: #D5A257;
	}
	.box_testemonial_name h3
	{
		font-family: regular;
        font-size: 14px;
        line-height: 20px;
        color: #D5A257;
	}



	.box_faq {
		position: relative;
		display: inline-block;
		vertical-align:top;
		place-content: center;
		width: calc(100% - 30px);
		text-align: left;
		padding: 13px;
		margin: 25px 0px;
		top: 0px;
		background-color: transparent;
		border-radius: 50px;
		border: 2px solid #72694E;
		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: calc(100% - 50px);
		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: 16px;
        line-height: 20px;
        height: 100px;
        color: #72694E;
        margin-left: 25px;
        width: calc(100% - 100px);
        place-content: center;
        text-transform: none;
	}
	.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 img {
		position: absolute;
        display: inline-block;
        height: 10px;
        width: 20px;
        padding: 20px 15px;
        background-color: #D5A257;
        border-radius: 100%;
        right: 25px;
		margin: 25px 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_blog {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 30px);
		margin: 20px;
		top: 0px;
		background-color: #ffffff;
		border: 0px #333333 solid;
		text-align: left;
		border-radius: 40px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_blog:hover {
		top: 10px;
		box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
	}
	.box_blog_odd {
		margin-left: 0px;
	}
	.box_blog_even {
		margin-right: 0px;
	}
	.box_blog_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 400px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.9));
		border-radius: 40px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_blog_image .button {
		position: absolute;
        top: 355px;
        right: 0px;
        height: 25px;
        width: 25px;
        background-color: #C0262A;
        border-radius: 0px;
        background-image: url(/images/lermais.png);
        background-repeat: no-repeat;
        background-position: center;
        padding: 10px;
	}
	.box_blog_text {
		position: relative;
        display: inline-block;
        vertical-align: top;
        border: 0px solid;
        width: calc(100% - 30px);
        margin: 15px;
        text-align: left;
        opacity: 1;
        z-index: 3;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_blog_text h1 {
		font-family: regular;
		font-size: 20px;
		line-height: 28px;
		color: #000000;
		text-align: left;
	}
	.box_blog_text h3 {
		font-family: light;
		font-size: 14px;
		line-height: 14px;
		color: #000000;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	.box_blog_text .button {
		margin-top: 10px;
		background-color: #0062B5;
	}
	.box_blog_text_button {
		text-decoration: underline;
		color: #3FC2CA;
		cursor: pointer;
		font-family: light;
		font-size: 14px;
		line-height: 14px;
	}
	.box_blog_text_button :hover {
		color: #000000;
	}
	.box_blog_left_area {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		min-height: 500px;
		margin-left: 0px;
		margin-right: 50px;
		margin-top: 50px;
		margin-bottom: 50px;
		padding: 0px;
		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 {
		
	}
	.box_blog_post h3 {
		font-family: light;
		font-size: 15px;
		line-height: 25px;
		color: #333333;
		margin-top: 25px;
	}
	.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: calc(100% - 40px);
		height: 100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 50px;
		margin-bottom: 50px;
		padding: 20px;
		background-color: #f7f7f7;
		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: 20px;
		border: 0px;
		margin-right: 5px;
	}
	.box_blog_newsletter h3 {
		font-size: 14px;
		text-align: left;
	}
	.box_blog_newsletter h4 {
		display: inline-block;
		font-size: 11px;
	}
	.box_blog_newsletter a {
		display: inline-block;
		font-size: 14px;
	}
	.box_blog_newsletter .button {
		display: inline-block;
		width: 100px;
		height: 40px;
		line-height: 40px;
		border: 0px #333333 solid;
	}
	.box_blog_newsletter .button:hover {}
	.box_blog_last_posts {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		min-height: 500px;
		margin-left: 0px;
		margin-right: 50px;
		margin-bottom: 50px;
		padding: 0px;
		float: left;
		text-align: left;
		border: 0px #333333 solid;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_blog_details_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 500px;
		height: 500px;
		margin-right: 50px;
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		float: left;
		border: 0px solid;
	}
	.box_blog_details_text {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 600px;
		height: 500px;
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		float: left;
		text-align: left;
		border: 0px solid;
	}



	.footer_site_map {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		margin: 25px 0px;
		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 {
		height: 150px;
		margin-bottom: 50px;
	}
	.footer_site_map h1 {
		width: 100%;
		font-family: regular;
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 0px;
		color: #ffffff;
		margin-bottom: 60px;
	}
	.footer_site_map a {
		display: inline-block;
        position: relative;
        font-family: regular;
        font-weight: normal;
        font-size: 14px;
        line-height: 40px;
		text-align: left;
        text-transform: uppercase;
        color: #72694E;
        width: calc(100% - 25px);
		margin-right: 25px;
	}
	.footer_site_map a:hover {
		text-decoration: underline;
	}



	.footer_newsletter {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		margin: 25px 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_newsletter h1 {
		width: 100%;
        font-family: bold;
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 0px;
        color: #72694E;
        text-transform: uppercase;
	}
	.footer_newsletter h3 {
		display: inline-block;
		font-family: light;
		font-size: 20px;
		line-height: 30px;
		color: #72694E;
		width: 100%;
		margin: 20px 0px;
		text-align: center;
	}
	.footer_newsletter h4 {
		font-family: regular;
		font-size: 14px;
		line-height: 20px;
		color: #000000;
	}
	.footer_newsletter a {
		font-family: regular;
		font-size: 14px;
		line-height: 20px;
		color: #000000;
	}
	.footer_newsletter a:hover {
		text-decoration: underline;
	}
	.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 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_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% - 25px);
		height: 50px;
		margin-bottom: 20px;
		border-radius: 25px;
		font-size: 16px;
		border: 1px solid #72694E;
		background-color: #e7e7e7;
		color: #000000;
	}
	.footer_newsletter_form .input::placeholder {
		color: #000000;
	}
	.footer_newsletter_form .button {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100%);
        line-height: 16px;
        text-align: center;
        margin-bottom: 20px;
        background-color: #D5A257;
        border: 3px solid #D5A257;
        border-radius: 30px;
        font-family: bold;
	}
	.footer_newsletter_form .button:hover {
		top: 0px;
	}



	.footer_contacts {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		min-height: 250px;
		margin: 25px 0;
		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_contacts h1 {
		width: 100%;
		font-family: bold;
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 0px;
		color: #72694E;
		margin-bottom: 35px;
		text-transform: uppercase;
	}
	.footer_contacts h2 {
		display: inline-block;
		position: relative;
		font-family: light;
		font-weight: normal;
		font-size: 16px;
		line-height: 20px;
		color: #72694E;
		width: 100%;
		margin-bottom: 25px;
	}
	.footer_contacts h3 {
		display: inline-block;
        position: relative;
        color: #72694E;
        width: 100%;
        text-align: center;
	}
	.footer_contacts h4 {
		display: inline-block;
		position: relative;
		font-family: light;
		font-weight: normal;
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 15px;
		color: #72694E;
		width: 100%;
	}
	.footer_contacts a {
		display: inline-block;
		position: relative;
		font-family: light;
		font-weight: normal;
		font-size: 16px;
		line-height: 35px;
		color: #72694E;
		cursor: pointer;
	}
	.footer_contacts a:hover {
		text-decoration: underline;
	}
	.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 #BA8D4C;
		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;
		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_copyright h3 {
		font-family: light;
		font-size: 16px;
		line-height: 50px;
		color: #72694E;
	}



	.footer_disclaimer {
		position: relative;
		display: none;
		vertical-align: top;
		width: 100%;
		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: #72694E;
	}
	.footer_disclaimer a:hover {
		text-decoration: underline;
	}



	.footer_powered_by {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 50px;
		width: 100%;
		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_powered_by a {
		font-family: light;
		font-weight: normal;
		font-size: 16px;
		line-height: 50px;
		color: #72694E;
	}
	.footer_powered_by a:hover {
		text-decoration: underline;
	}
}