/* advogado */
.advogado { position: ; z-index: 2; padding: 0; }

.advogado .imgadv { width: 45%; height: 100%; position: fixed; z-index: 2; left: 0; top: 0; bottom: 0; box-shadow: 0 0 70px rgba(0,0,0,0.15); }
.advogado .imgadv button { height: 54px; padding: 0 38px; font-family: 'AGEB'; font-size: 12px; border: 2px solid #9F542E; border-radius: 37px; color: #9F542E; text-transform: uppercase; margin: 0 auto; }
.advogado .imgadv button:hover { background-color: #9F542E; color: #fff; }
.advogado .imgadv p { font-size: 24px; position: absolute; right: -6px; top: 50%; margin-top: -48px; transform: translateY(-50%); }
.advogado .imgadv p.lSLeft { top: 50%; margin-top: -48px; }
.advogado .imgadv p.lSRight { top: 50%; margin-top: 48px; }
.advogado .imgadv p i { color: #9F542E; }

.advogado .infadv { width: 55%; float: right; padding: 171px 100px 219px 100px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; position: relative; z-index: 1; }
.advogado .infadv > a { position: fixed; z-index: 2; top: 72px; right: 100px; }
.advogado .infadv > a i { font-size: 29px; transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; color: #fff; opacity: 0.5; }
.advogado .infadv > a i:hover { opacity: 1; color: #9F542E; }
.advogado .infadv h1 { height: ; font-size: 57px; line-height: 60px; margin-bottom: 50px; }
.advogado .infadv .texto { margin-bottom: 36px; padding-bottom: 76px; border-bottom: 1px solid rgba(255,255,255,0.2); line-height: 25px; }
.advogado .infadv h2 { background-color: ; font-size: 50px; line-height: 50px; color: #9F542E; }
.advogado .infadv p { left: -6px; right: auto; color: #9F542E; }

.advogado .bgdg { width: 60%; height: 119px; background: rgb(0,0,0); background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); position: fixed; z-index: 1; right: 0; bottom: 119px; }
.advogado .bgdp { width: 60%; height: 119px; background: #000 url(../imgs/bg-pontos.png) repeat; position: fixed; z-index: 1; right: 0; bottom: 0; }