* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: #3d3d3d;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

.subtitulo, .subtitulo--destaque, .subtitulo--grande, .destaque__sobre p, address, .ramo h3, .equipe p, .equipe__destaque figure, .equipe__integrante, .escritorios__sobre {
  font-weight: 300; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif; }

a {
  color: #428bca;
  cursor: pointer; }

.container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto; }

.fa-envelope {
  color: #0D595F; }

#copyright{
  text-align: right;
  font-size: 13px;
  font-style: italic;
  border-top: 1px solid #e7e7e7;
  padding-top: 9px;
  color: #333;
}
#copyright a{color: #333;}

@media screen and (max-width: 1160px) {
  .logo, .ramos, .equipe, .escritorios, .advogado .container, .contato {
    padding: 0 10px; } }
@media screen and (max-width: 768px) {
  body {
    font-size: 90%; } }
.icones {
  font-size: 30px;
  color: #bcbcbc;
  max-width: 63px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50%;
  padding: 15px;
  margin-top: -30px;
  border: 1px solid #bcbcbc;
  text-align: center;
  clear: both; }

.icones--advogado {
  margin-top: 100px; }

.subtitulo {
  color: #333;
  font-size: 1.250em;
  text-transform: uppercase; }

.subtitulo--verde {
  color: #0D595F;
  text-align: center;
  margin-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1em; }

.subtitulo--destaque {
  font-size: 2.5em;
  text-align: center;
  color: #0D595F; }

.subtitulo--grande {
  font-size: 2.188em;
  margin-bottom: 20px; }

header {
  height: 82px;
  background-color: #fff;
  box-shadow: 0px 0px 10px #ccc; }

.menu {
  position: fixed;
  background-color: #fff;
  z-index: 999;
  width: 100%;
  box-shadow: 0px 0px 10px #ccc; }

.nav {
  background-color: #fff;
  position: relative;
  height: 82px; }

.logo {
  position: absolute;
  left: 0;
  top: 20px; }

.lista {
  position: absolute;
  right: 0;
  top: 35px;
  font-size: 0.85em; }

.lista__links {
  display: inline-block;
  height: 82px; }

.lista__links {
  padding: 0 12px; }

.lista__links:first-child {
  padding-left: 0; }

.lista__links:last-child {
  padding-right: 0; }

.menu__botao {
  display: none; }

.lista--mobile {
  display: none; }

@media screen and (max-width: 768px) {
  .lista {
    display: none; }

  .lista--mobile {
    position: fixed;
    z-index: 999;
    right: 0;
    width: 70%;
    height: 100%;
    background-color: #fff;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.4);
    opacity: 0;
    display: none;
    transition: 0.2s; }

  .lista--mobile--mostra {
    opacity: 1;
    display: block;
    transition: 0.2s; }

  .menu__botao {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 20px;
    border: 0;
    background-color: #fff;
    color: #0D595F;
    padding: 10px;
    font-size: 20px; }

  .lista__links--mobile {
    display: block;
    padding: 17px 18px;
    text-align: right;
    border-bottom: 1px solid #e7e7e7; }

  .preta {
    display: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 800;
    background-color: #000;
    transition: 0.2s; }

  .preta--mostra {
    display: block;
    opacity: 0.7;
    transition: 0.2s; } }
.destaque {
  height: 820px;
  background: url("../imgs/law.jpg") no-repeat;
  background-size: cover;
  background-position: center; }

.destaque__advocacia {
  height: 568px;
  text-align: center;
  padding-top: 100px; }

.titulo {
  font-size: 6em;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .titulo {
      font-size: 4em; } }

.titulo--verde {
  color: #0D595F; }

.destaque__advocacia p {
  font-size: 2em;
  color: #fff; }

.destaque__botao {
  border: 1px solid #357ebd;
  background-color: #428bca;
  color: #fff;
  border-radius: 6px;
  font-size: 1.125em;
  padding: 10px 16px;
  margin-top: 50px;
  cursor: pointer;
  transition: 0.2s; }

.destaque__botao:hover {
  background-color: #3071a9;
  transition: 0.2s; }

.destaque__sobre {
  color: #fff;
  line-height: 5em;
  background-color: #0D595F;
  height: 253px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .destaque__sobre {
      line-height: 2em;
      height: 253px; } }

.destaque__sobre p {
  padding: 30px;
  font-size: 1.5em; }
  @media screen and (max-width: 1100px) {
    .destaque__sobre p {
      font-size: 1em; } }

.destaque__sobre__botao {
  padding: 10px 15px;
  font-weight: 400;
  border: 1px solid #fff;
  background: transparent;
  font-size: 1em;
  cursor: pointer;
  color: #fff;
  transition: 0.3s; }

.destaque__sobre__botao:hover {
  color: #0D595F;
  background-color: #fff;
  transition: 0.3s; }

.sobre__advocacia {
  padding-top: 20px;
  padding-bottom: 383px;
  background: url("../imgs/sobre.jpg") no-repeat;
  background-position: left bottom;
  position: relative; }
  @media screen and (max-width: 990px) {
    .sobre__advocacia {
      width: 100%;
      background-position: center bottom;
      padding-bottom: 570px; } }

.sobre__advocacia p {
  padding-top: 20px;
  width: 45%;
  position: absolute;
  right: 0; }
  @media screen and (max-width: 990px) {
    .sobre__advocacia p {
      width: 100%; } }

.sobre {
  font-size: 0.938em;
  line-height: 1.5em;
  text-align: center;
  padding: 0px 10px 65px 10px; }

.unidades_unidade {
  width: 26.31578947368421%;
  display: inline-block;
  margin-right: 5.263157894736842%;
  margin-left: 2.631578947368421%;
  text-align: center;
  padding-top: 318px;
  margin-top: 25px;
  line-height: 35px;
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .unidades_unidade {
      width: 100%;
      margin-bottom: 0;
      margin-top: 20px;
      margin-left: 0;
      margin-right: 0; } }

.unidades_unidade:last-child {
  margin-right: 0; }
  @media screen and (max-width: 768px) {
    .unidades_unidade:last-child {
      margin-bottom: 100px; } }

.unidades__unidade--1 {
  background: url("../imgs/unidades-bh.jpg") no-repeat;
  background-position: top center; }

.unidades__unidade--2 {
  background: url("../imgs/unidades-sp.jpg") no-repeat;
  background-position: top center; }

.unidades__unidade--3 {
  background: url("../imgs/unidades-curitiba.jpg") no-repeat;
  background-position: top center; }

.ramos {
  margin-bottom: 50px; }

.ramo {
  width: 33.33333333333333%;
  float: left;
  margin-top: 25px;
  padding-right: 17px;
  display: inline-block; }
  @media screen and (max-width: 990px) {
    .ramo {
      width: 100%; } }

.ramo:last-child {
  margin-bottom: 80px; }

@media screen and (max-width: 990px) {
  .ramo:last-child {
    margin-bottom: 80px; } }
.ramo h3 {
  font-size: 1.250em; }

.ramo h3::before {
  font-family: FontAwesome;
  content: "\f046";
  padding-right: 5px; }

.ramo p {
  font-size: 0.938em;
  line-height: 1.5em;
  text-align: justify;
  margin-top: 20px; }
  @media screen and (max-width: 990px) {
    .ramo p {
      margin-top: 5px; } }

.equipe {
  position: relative; }

.equipe p {
  padding: 20px 0;
  text-align: center; }

.equipe__destaque {
  width: 48%;
  display: inline-block;
  padding-bottom: 20px; }

.equipe__destaque figure {
  text-align: center;
  line-height: 35px; }

.equipe__destaque--socio {
  position: absolute;
  right: 0; }
  @media screen and (max-width: 768px) {
    .equipe__destaque--socio {
      width: 100%;
      position: static;
      text-align: center; } }

.equipe__destaque--ceo {
  left: 0; }
  @media screen and (max-width: 768px) {
    .equipe__destaque--ceo {
      width: 100%;
      position: static;
      text-align: center; } }

.equipe__destaque ul {
  line-height: 23px;
  font-size: 0.875em; }

.equipe__todos {
  clear: both; }

.equipe__integrante {
  width: 16%;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .equipe__integrante {
      width: 48%; } }

.equipe__integrante img {
  border-radius: 50%; }

.subtitulo--equipe {
  text-align: center;
  color: #333; }

.escritorios {
  margin-top: 80px; }

.escritorios__map, .escritorios__sobre {
  width: 45%;
  padding-top: 40px; }
  @media screen and (max-width: 768px) {
    .escritorios__map, .escritorios__sobre {
      width: 100%; } }

.escritorios__map {
  display: inline-block;
  float: left; }

.escritorios__sobre {
  display: inline-block;
  line-height: 25px;
  margin-left: 10%;
  text-align: justify;
  background: url("../imgs/canetas.jpg") no-repeat;
  padding-bottom: 300px;
  background-position: bottom center; }
  @media screen and (max-width: 768px) {
    .escritorios__sobre {
      margin-left: 0;
      margin-bottom: 40px; } }

.escritorios__map img {
  border: 1px solid #e7e7e7;
  width: 100%; }

.icones-advogado {
  position: relative;
  top: 30px; }

.advogado {
  background-color: #222;
  color: #b3b3b3;
  line-height: 25px;
  font-size: 0.75em;
  padding: 20px 0 40px 0; }

.advogado p {
  border-bottom: 1px solid #b3b3b3;
  padding: 20px 0; }

.advogado p:last-child {
  border: 0; }

.subtitulo--verde--advogado {
  font-size: 1.6em;
  color: #fff; }

.contato {
  margin-bottom: 40px;
  display: flow-root;
}

.formulario, .tel {
  display: inline-block;
  width: 45%; }
  @media screen and (max-width: 768px) {
    .formulario, .tel {
      width: 100%; } }

.formulario {
  float: left; }

.tel {
  margin-left: 10%; }
  @media screen and (max-width: 768px) {
    .tel {
      margin-left: 0;
      margin-top: 20px; } }

.formulario__campo, .formulario__enviar {
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
  border: 0;
  border-bottom: 1px solid #e7e7e7; }

.formulario__campo {
  font-family: 'FontAwesome', Arial, Helvetica; }

.formulario__campo--mensagem {
  height: 160px;
  min-width: 100%;
  max-width: 100%; }

.formulario__enviar {
  border: 1px solid #fff;
  color: #fff;
  background-color: #0D595F;
  cursor: pointer;
  transition: 0.2s; }

.formulario__enviar:hover {
  border: 1px solid #0D595F;
  background-color: #fff;
  color: #0D595F;
  transition: 0.2s; }

.local {
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 25px;
  border-bottom: 1px solid #e7e7e7; }

.local:last-child {
  border-bottom: 0;
  padding-bottom: 0; }

/*# sourceMappingURL=estilos.css.map */
