html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, small, sub, b, dl, dd, dt, ul, li, label, article, details, footer, header, menu, nav, input, textarea, select {
	background: transparent;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000000;
	height: 100%;
	width: 100%;
	background: #FFFFFF;
}
body {
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	color: #000000;
}
h1 {
	font-size: 36px;
	color: #000000;
	margin-bottom: 15px;
}
p {
	font-size: 14px;
}
b {
	color: #222;
}
a:hover, a:active, a:focus, button, input.submit, input[type="submit"], input[type="reset"], input[type="button"], input[type="image"] {
	outline: 0;
}
a {
	text-decoration: none;
}
a, button, input.submit, input[type="submit"], input[type="reset"], input[type="button"], input[type="image"], .animationcss {
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
li {
	list-style: none;
}
a {
	outline: 0;
}
a:hover {
	text-decoration: none;
}
form {
	padding: 0;
	margin: 0;
}
img {
	display: block;
}
img[usemap] {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}
input{
	outline:none;
	box-shadow: unset;
}
/* ANIMAÇÕES AO APARECER */
.element_from_top {
	top: -50px;
	padding-right: 0px;
	opacity: 0;
	position: relative;
}
.element_from_bottom {
	bottom: -50px;
	padding-left: 0px;
	opacity: 0;
	position: relative;
}
.element_from_left {
	left: -80px;
	padding-right: 0px;
	opacity: 0;
	position: relative;
}
.element_from_right {
	right: -80px;
	padding-left: 0px;
	opacity: 0;
	position: relative;
}
.element_fade_in {
	opacity: 0;
	position: relative;
	padding-left: 0px;
	right: 0px;
}
@media only screen and (max-width: 800px) {
		.element_from_left {
			left: 0px;
		}
		
		.element_from_right {
			right: 0px;
		}		
	}
.mask {
	background-color: #FFF;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
}
#loader {
	background: none;
}


/* Parallax Styles */

	.parallax {
		text-align: center;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed !important;
		behavior: url(css/backgroundsize.htc);
	}
	
	.parallax-overlay {
		background-color:rgba(0,0,0,0.80);
	}
	@media only screen and (max-width: 675px) {
		.parallax {
			display:none !important;	
		}
	}
	

/*ESTILOS GERAIS*/

.mainDiv{
	width:100%;
	height:100%;
	font-family: 'Montserrat', sans-serif;
	display:table;
}

.row1{
	width:100%;
	height:100%;
	display:table-row;
	vertical-align:top;
}
.row2{
	height:100%;
	display:table-row;
	width: 100%;
	vertical-align:bottom;
}

.container_1280{
	width:100%;
	height: 100%;
	max-width:1280px;
	display:table;
	margin:auto;
}

.div_100{
	display:table;
	width:100%;
}
.div_table_cell{
	display:table-cell;
	height:100%;
	vertical-align:middle;
}
.padd_90{
	padding:90px 20px;
}
.padd_80{
	padding:80px 20px;
}
.padd_70{
	padding:70px 20px;
}

@media only screen and (max-width: 675px) {
	.padd_90{
		padding:40px 20px;
	}
	.padd_80{
		padding:30px 20px;
	}
	.padd_70{
		padding:30px 20px;
	}
}

/*ESTILOS MENU*/
.header_cont{
	height:105px;
}
.header{
	position:fixed;
	background:#fff;
	height:105px;
	z-index:100;
}
.header_shadow{
	box-shadow: 1px 2px 2px 0px rgba(24, 25, 24, 0.22);
	-moz-box-shadow: 1px 2px 2px 0px rgba(24, 25, 24, 0.22);
	-webkit-box-shadow: 1px 2px 2px 0px rgba(24, 25, 24, 0.22);
}
.logo{
	display:inline-block;
	margin-left: -10px;
}
.textos_menu{
	color:#403f3e;
	font-size:16px;
	font-weight:500;
	padding-right:35px;
	cursor:pointer;
}
.textos_menu:nth-child(4){
	padding-right:0;
}
.textos_menu:before{
	height:10px;
	display: inline-block;
	width:1px;
	content:'';
	background:#403f3e;
	padding-right:1px;
	margin-right:5px;
}
.menu_serv{
	display:none;
	padding-top: 15px;
	width:auto;
	right: 97px;
	height:auto;
	position:absolute;
	text-align:left;
}
.menu_serv_li{
	background:#3e3e3e;
	padding:10px;
	width:100%;
	margin-bottom:1px;
	color:#fff;
	white-space: nowrap;
}
.menu_serv_li:last-child{
	margin-bottom:0px;
}
.menu_serv_li:hover{
	background:#a11f20;
}
.menu_serv_li a{
	color:#fff;
	text-transform:none;
}
#header2{
	display:none;
}
@media only screen and (max-width: 899px) {
	#header1{
		display:none
	}
	#header2{
		display:table
	}
}


/*ESTILOS HOME SERVIÇOS*/
.home_serv_cont{
	padding-top:115px;
}
.home_serv_tit{
	color:#FFF;
	font-size:40px;
	font-weight:500;
}
.home_serv_subtit{
	color:#9c9c9c;
	font-size:18px;
	font-weight:200;
	padding-top:10px;
}
.home_serv_txt{
	color:#FFF;
	font-size:14px;
	font-weight:200;
	padding-top:85px;
}
.efeito_hover_serv{
	width:25%;
	vertical-align: bottom;
	cursor:pointer;
}
.efeito_hover_serv:nth-child(1){
	background:url(imgs/home_serv/imoveis.png) no-repeat top center; 
}
.efeito_hover_serv:nth-child(2){
	background:url(imgs/home_serv/equipamentos.png) no-repeat top center; 
}
.efeito_hover_serv:nth-child(3){
	background:url(imgs/home_serv/financeiras.png) no-repeat top center; 
}
.efeito_hover_serv:nth-child(4){
	background:url(imgs/home_serv/consultoria.png) no-repeat top center; 
}


.efeito_hover_serv:hover:nth-child(1){
	background:url(imgs/home_serv/imoveis_.png) no-repeat top center; 
}
.efeito_hover_serv:hover:nth-child(2){
	background:url(imgs/home_serv/equipamentos_.png) no-repeat top center; 
}
.efeito_hover_serv:hover:nth-child(3){
	background:url(imgs/home_serv/financeiras_.png) no-repeat top center; 
}
.efeito_hover_serv:hover:nth-child(4){
	background:url(imgs/home_serv/consultoria_.png) no-repeat top center; 
}

.efeito_hover_serv:hover .home_serv_txt, .efeito_hover_serv:hover .home_serv_tit {
	color:#a11f20;
}

.efeito_hover_serv.selected .home_serv_txt, .efeito_hover_serv.selected .home_serv_tit {
	color:#a11f20;
}
@media only screen and (max-width: 675px) {
	.efeito_hover_serv{
		width:50%;
		float:left;
	}
	.efeito_hover_serv:nth-child(3),.efeito_hover_serv:nth-child(4){
		margin-top:50px;
	}
	.home_serv_cont{
		padding-top:80px;
	}
	.home_serv_tit{
		font-size:30px;
	}
	.home_serv_subtit{
		font-size:16px;
	}
}
@media only screen and (max-width: 415px) {
	.efeito_hover_serv{
		width:100%;
	}
	.efeito_hover_serv:nth-child(1),.efeito_hover_serv:nth-child(2){
		margin-top:50px;
	}
	.home_serv_cont{
		padding-top:40px;
	}
}

/*ESTILOS PAGINAS SERVIÇOS*/
.pedir_orc{
	width:100%;
	max-width:280px;
	background:#a11f20;
	border:2px solid #a11f20;
	color:#fff;
	font-size:14px;
	font-weight:100;
 	padding:20px;
	height:60px;
	display:inline-block;
	text-transform:uppercase;
	cursor:pointer;
	font-style:normal;
}
.pedir_orc:hover{
	background:#fff;
	color:#a11f20;
}
#forml{
	display:none;
}
.ul_serv{
	padding-left:30px;
	padding-top:10px;
	list-style-type: disc;
}
.ul_serv li{
	list-style-type: disc;
	padding:3px 0;
}

/*ESTILOS APRESENTAÇÂO*/
.apresentacao_tit{
	color:#282828;
	font-size:40px;
	font-weight:500;
}
.apresentacao_subtit{
	color:#6b6b6b;
	font-size:18px;
	font-weight:200;
	padding-top:10px;
}
.apresentacao_txt{
	text-align:left;
	max-width:700px;
	margin:auto;
	color:#919191;
	line-height:20px;
	font-size:14px;
	font-weight:100;
	padding:100px 0;
}
.apresentacao_txt b, .apresentacao_txt strong {
	font-weight: 700;
	color: #282828;
}
.apresentacao_txt a {
	color: #A11F20;
}
.apresentacao_txt a:hover {
	color: #919191;
}
.apresentacao_txt.paginas {
	display: table;
	width: 100%;
	max-width: 1000px;
	table-layout: fixed;
}
@media only screen and (max-width: 780px) {
	.apresentacao_txt{
		max-width:700px;
		padding:80px 0;
	}
}
@media only screen and (max-width: 675px) {
	.apresentacao_tit{
		font-size:30px;
	}
	.apresentacao_subtit{
		font-size:16px;
	}
}
@media only screen and (max-width: 500px) {
	.apresentacao_txt{
		padding:30px 0;
	}
}

/*ESTILOS HOME VALORES*/
.valores_cont{
	background:url(imgs/elem/valores_bg.png);
	padding:75px 20px;
	position:relative;
	text-align:center;
}
.valores_content{
	padding-top:80px;
}
.efeito_hover_valores{
	width:20%;
	height:200px;
	padding:10px;
	text-align:center;
}
.valores_circulo, .valores_circulo_peq{
	display:table;
	background:#a11f20;
	height: 190px;
	width: 190px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius:50%;
	margin: auto;
	position:relative;
}
.valores_circulo_peq{
	height: 170px;
	width: 170px;
}
.valores_circulo:after, .valores_circulo_peq:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    box-sizing: content-box;
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0px 0px 0px 4px #a11f20;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    transform: scale(0.8);
    opacity: 0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
}

.valores_circulo:hover:after, .valores_circulo_peq:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
.valores_circulo.valores_txt:hover, .valores_circulo_peq.valores_txt:hover{
	font-size:16px;
}
.valores_tit{
	color:#222222;
	font-size:38px;
	font-weight:300;
}
.valores_subtit{
	color:#6b6b6b;
	font-size:18px;
	font-weight:200;
	padding-top:10px;
}
.valores_txt{
	color:#ffffff;
	font-size:14px;
	font-weight:100;
	text-transform:uppercase;
}

@media only screen and (max-width: 1080px) {
	.efeito_hover_valores{
		width:33%;
		float:left;
	}
	.efeito_hover_valores:nth-child(4){
		padding-left: 150px;
		width:50%;
		margin-top:20px;
	}
	.efeito_hover_valores:nth-child(5){
		padding-right: 180px;
		width:50%;
		margin-top:20px;
	}
}

@media only screen and (max-width: 780px) {
	.efeito_hover_valores{
		width:50%;
		padding-left:0;
		padding-right:0;
		margin:0;
		height:210px;
	}
	.efeito_hover_valores:nth-child(3){
		float:right;
	}
	.efeito_hover_valores:nth-child(4), .efeito_hover_valores:nth-child(5){
		padding-left:0;
		padding-right:0;
		margin:0;
	}
}

@media only screen and (max-width: 675px) {
	.valores_tit{
		font-size:30px;
	}
	.valores_subtit{
		font-size:16px;
	}
	.valores_cont{
		padding:30px 20px;
	}
}
@media only screen and (max-width: 470px) {
	.efeito_hover_valores{
		width:100% !important;
		height:auto;
		float:left;
	}
	.valores_circulo:after, .valores_circulo_peq:after {
		display:none;
	}
}

/*ESTILOS MAIS INFO*/
.info_tit{
	color:#282828;
	font-size:38px;
	font-weight:300;
}
.info_subtit{
	color:#919191;
	line-height:20px;
	font-size:14px;
	font-weight:100;
	max-width:600px;
	margin:auto;
	padding-top:10px;
}
.info_form{
	padding-top:120px;
	text-align:center;
}
.info_form span{
	display:block
}
.info_form input, .info_form textarea{
	font-family: 'Montserrat', sans-serif;
	width:100%;
	max-width:700px;
	background:none;
	color:#000000;
	font-size:14px;
	font-weight:100;
	font-style:italic;
	border:0;
	border-bottom:3px solid #dadada;
	padding:0 20px;
	min-height:35px;
	resize:none;
	margin:3px 0;
	outline: none;
}
.info_form textarea{
	font-size:12px;
}

.info_form input[type="submit"], .info_form input[type="reset"]{
	width:100%;
	max-width:160px;
	background:#a11f20;
	border:2px solid #a11f20;
	color:#fff;
	font-size:14px;
	font-weight:100;
	padding:0 20px;
	height:40px;
	display:inline-block;
	text-transform:uppercase;
	cursor:pointer;
	font-style:normal;
}
.info_form input[type="submit"]:hover, .info_form input[type="reset"]:hover{
	background:#fff;
	color:#a11f20;
}

#form_conf {
	width:50%;
	text-align:left;
	vertical-align:bottom;
}

#form_btn {
	width:50%;
	text-align:right;
	vertical-align:bottom;
}

input::-webkit-input-placeholder { color:#787b80; }
input::-moz-placeholder { color:#787b80; } /* firefox 19+ */
input:-ms-input-placeholder { color:#787b80; } /* ie */
input::-moz-placeholder { color:#787b80;opacity:1; }

textarea::-webkit-input-placeholder { color:#787b80; }
textarea::-moz-placeholder { color:#787b80; } /* firefox 19+ */
textarea:-ms-input-placeholder { color:#787b80; } /* ie */
textarea::-moz-placeholder { color:#787b80;opacity:1; }
@media only screen and (max-width: 700px) {
	#form_conf{
		width:40% !important;
	}
	#form_btn{
		width:60% !important;
	}
}

@media only screen and (max-width: 675px) {
	.info_tit{
		font-size:30px;
	}
	.info_subtit{
		font-size:16px;
	}
	.info_form{
		padding-top:50px;	
	}
}
@media only screen and (max-width: 600px) {
	.info_form input[type="reset"]{
		/*display:none;*/
	}
	#form_conf {
		width:100% !important;
		display: table;
		text-align: center;
	}
	#form_conf .captcha > div {
		margin: auto;
	}
	#form_btn {
		width:100% !important;
		display: table;
		text-align: center;
		margin-top: 10px;
	}

	#form_btn input {
		margin: 0 10px;
	}
}

/*ESTILOS CONTACTOS*/
.contact_tit{
	color:#ffffff;
	font-size:44px;
	font-weight:500;
}
.contact_subtit{
	color:#ffffff;
	font-size:24px;
	font-weight:500;
	padding-top:65px;
	padding-bottom:25px;
	text-transform:uppercase;
	display:inline-block;
	width:auto;
}
.contact_txt{
	color:#ffffff;
	font-size:14px;
	font-weight:100;
	padding:2px 0;
}
.contact_mail{
	display:block;
	width:100%;
	max-width:600px;
	padding:15px 75px;
	border:4px solid #fff;
	color:#FFF;
	background:#a11f20;
	font-size:35px;
	font-weight:500;
	margin:auto;
	margin-bottom:40px;
}
.contact_mail:hover{
	background:#a11f20;
	border:4px solid #fff;
	color:#282828;
}
@media only screen and (max-width: 675px) {
	.contact_tit{
		font-size:30px;
	}
	.contact_subtit{
		font-size:13px !important;
		padding-top: 35px;
	}
	.contact_mail{
		padding:15px 25px;
		font-size:25px;
	}

	.mapa iframe {
		height:300px !important;	
		pointer-events: none;
	}
}
@media only screen and (max-width: 500px) {
	.contact_mail{
		font-size:20px;
	}
	.contact_txt{
		font-size:12px;
	}
}

/*ESTILOS FOOTER*/
.footer{
	height:120px;
	width:100%;
	text-align:center;
	display:table;
}
.footer_texto{
	color:#2b2929;
	font-size:13px;
	font-weight:bold;
}
.footer_texto:hover:last-child{
	color:#A11F20;
}
.footer .ft_social{
	display:inline-block;
	width:70px;
	height:70px;
	margin:0 3px;
}
.footer .ft_social:first-child{
	background:url(imgs/elem/facebook.png) no-repeat center;
}
.footer .ft_social:hover:first-child{
	background:url(imgs/elem/facebook_.png) no-repeat center;
}

.footer .ft_social:last-child{
	background:url(imgs/elem/google.png) no-repeat center;
}
.footer .ft_social:hover:last-child{
	background:url(imgs/elem/google_.png) no-repeat center;
}

.ft_links {
	padding-bottom: 20px;
}

.ft_links a {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	color: #A11F20;
}

.ft_links a:hover {
	color: #919191;
}

@media only screen and (max-width: 899px) {
	.footer_fica{
		width:auto !important;
	}
	.footer_sai{
		display:none;
	}
}
@media only screen and (max-width: 500px) {
	.footer_fica{
		width:100% !important;
		display:table;
		height: auto;
		text-align:left;
		padding:10px 0;
	}
	.footer_fica:first-child img {
		height:60px;
	}
}


/* SETA VOLTAR TOPO */
.voltar_topo {
	position:fixed;
	right: 20px;
	bottom: 20px;
	display:none;
	background-image:url(imgs/elem/voltar_topo.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#A11F20;
	width:50px;
	height:50px;
	cursor:pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius:50%;
}

.voltar_topo:hover {
	background-color:#282828;
}
@media only screen and (max-width: 1425px) {
	.voltar_topo {
		right: 35px;
		bottom: 120px;
	}
}
@media only screen and (max-width: 899px) {
	.voltar_topo {
		bottom: 20px;
		right: 20px;
	}
}
@media only screen and (max-width: 500px) {
	.voltar_topo {
		right:10px;
		bottom:10px;
		width:35px;
		height:35px;
		background-size:contain;
	}
}

/* RGPD */
.optins {
  width: 100%;
  max-width: 700px;
  margin: auto;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #787b80;
  font-size: 12px;
  font-weight: 100;
  margin-top: 10px;
  padding-left: 20px;
}

.optins label.has-error {
  color: #e10000;
}

.optins a {
  color: #A11F20;
}

.optins a:hover {
  color: #2b2929;
}

.optins input {
  height: auto;
}

.optins input[type="checkbox"] {
	width: auto;
}

.captcha.has-error > div {
  border: 1px solid #e10000;
}

/* tabela de cookies */
div.overflow {
    overflow: auto;
    display: block;
}

table.tbl_cookies {
    width: 100% !important;
    min-width: 600px;
    table-layout: fixed;
    border: 1px solid #000000;
    border-bottom: 0;
    border-collapse: collapse;
}

table.tbl_cookies thead tr {
    background-color: #bdc0bf;
    border-bottom: 1px solid #000000; 
}

table.tbl_cookies thead td {
    border-bottom: 1px solid #000000; 
}

table.tbl_cookies thead td {
    text-align: center;
    font-weight: bold;
}

table.tbl_cookies td {
    width: 20% !important;
    padding: 5px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    vertical-align: middle;
}

table.tbl_cookies td:last-child {
    border-right: 0;
}

table.tbl_cookies td:nth-child(3) {
    width: 40% !important;
}