#content .selecione{background: rgba(255,255,255,.9); padding: 20px 0; top: 0; left: 50%; z-index: 99; width: 940px; margin-left: -470px; position: absolute; }
#content .selecione p._selecione{ font-size: 2.4em; display: block; float: left; padding: 45px 5px 0 140px; }
#content .selecione a._orcamento{ float: left; margin: 30px 0 0 10px; }


#servicos{ min-width: 940px; clear: both; padding:145px 0 45px 0; }

#servicos .article{ width: 220px; display: block; float: left; margin: 20px 15px 20px 0; position: relative; overflow: hidden; }
#servicos .article h2{ display: block;padding: 10px; background: #eee; font-size: 1.8em; text-align: center; font-weight: 100; min-height: 50px; vertical-align: middle; }
#servicos .article img{ width: 100%; height: auto; display: block; }

#servicos .article .btns{ position: absolute; top: 0; left: -220px; width: 220px; height: 156px; background: rgba(13,178,240,.6);}
#servicos .article .btns a{ font-size: 1.3em; padding: 10px 0; display: block; text-align: center; border-radius: 5px; margin: 25px 10px;}
#servicos .article .btns a.hide{display: none;}

#servicos .article .check{ position: absolute; top: 0; left: 0; width: 220px; height: 156px; background: rgba(13,178,240,.6) url(../images/layout/servico-check.png) center center no-repeat;}
#servicos .article .check.hide{ display: none;}

#servicos .article:hover .btns{left: 0;}
#servicos .article:hover .check{left: 220px;}
#servicos .article:hover h2{ background: #333; color: #eee;}

.box-orcamento{ background: rgba(255,255,255,.8); position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 100;}
.box-orcamento .__box-orcamento{ width: 820px; margin: 10% auto; background: #fff; box-shadow: 1px 1px 3px #ccc; border-radius: 5px; z-index: 101; position: relative; }
.box-orcamento .__box-orcamento .fechar{ background: url(../images/layout/fechar.png) center center no-repeat; position: absolute; top: 0; right: 0; display: block; padding: 40px; cursor: pointer;}
.box-orcamento .__box-orcamento h3{font-family: 'Arvo', 'serif'; text-transform: uppercase; font-size: 2em; border-bottom: 1px solid #eee; display: block; padding: 30px; }
.box-orcamento .__box-orcamento form{ width: 660px; padding: 20px 80px; }
