@charset "utf-8";
/* CSS Document
Author:  Diego Rohden
*/

*{margin:0; padding:0;}
*:hover{-webkit-transition: all 250ms ease 15ms; -moz-transition: all 250ms ease 15ms; -o-transition: all 250ms ease 15ms; transition: all 250ms ease 15ms;}
*:focus{outline:none;}
ul{margin:0px;}
li{ list-style: none;}
h1{font-family:  Helvetica, Roboto, Arial, sans-serif !important; font-size: 22px;}
h2{font-family:   Helvetica, Roboto, Arial, sans-serif !important;font-size: 22px;  }
h3{font-family: Helvetica, Roboto, Arial, sans-serif !important;font-size: 18px;}
input{padding:5px;}
textarea{padding:5px;}
a img{border:none;}
a{border:none; margin:0; text-decoration: none;}
a:hover{color: #353535;}
img {border: 0px; padding: 5px;}

header{background: #212325; color: #fff; font-size: 12px;}

#titulo_form{background: #00aaac;}

p{margin-bottom: 0px !important;}

.obras_recentes h1,a{color: #191919; }

body{overflow-x: hidden;  font-family: Helvetica, Roboto, Arial, sans-serif !important; background: url(img/bg_home.jpg) center center no-repeat fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; color: #fff;}

#amarelo_linear { background:  linear-gradient( -0.1turn, #ffe200, #ffe200, #ffcc04, #ffcc04 ); }

#homem {background: url(img/img_homem.jpg) no-repeat fixed; 
}

.shadow{-webkit-box-shadow: 0px 0px 74px -6px rgba(168,168,168,0.83);
-moz-box-shadow: 0px 0px 74px -6px rgba(168,168,168,0.83);
box-shadow: 0px 0px 74px -6px rgba(168,168,168,0.83);}
.shadow_pg{-webkit-box-shadow: 0px 0px 46px -10px rgba(148,148,148,1);
-moz-box-shadow: 0px 0px 46px -10px rgba(148,148,148,1);
box-shadow: 0px 0px 46px -10px rgba(148,148,148,1);}

.shadow_border{-webkit-box-shadow: 0px 0px 74px -6px rgba(168,168,168,0.83);
-moz-box-shadow: 0px 0px 74px -6px rgba(168,168,168,0.83);
box-shadow: 0px 0px 74px -6px rgba(168,168,168,0.83);border: 4px solid #efaf02;}

.bg_vermelho {
	background-color:#a30005;
	border-radius: 30px; margin-top:5%;
} 

.bg_preto {
	background-color:#2c2c2c;
	border-radius: 30px; margin-top: 5%;
} 

.btn_consulta .wpcf7-submit {background: #c43438; color:  #FFF; padding: 10px; cursor: pointer; font-weight: bold; font-size: 42px; width: 100%;}
.wpcf7-submit {background: #00a859; color:  #FFF; padding: 10px; cursor: pointer; font-weight: bold; font-size: 42px; width: 100%;}

.peca_orcamento h1{font-size: 36px;}

label{color: #fff;}
.form_associado , label{font-weight: bold;}

.cinza{background: #fafafa; width: 100%; }
.space_top {padding-top: 30px;}
.space_top_app {padding-top: 10%;}
.space_bottom {padding-bottom: 20px;}