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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

@font-face {
  font-family: "quattrocento_sansregular";
  src: url("quattrocentosans-regular-webfont.eot");
  src: url("quattrocentosans-regular-webfont.eot?#iefix") format("embedded-opentype");
  src: url("quattrocentosans-regular-webfont.woff") format("woff");
  src: url("quattrocentosans-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  background: #f8f8f8;
  font-family: "quattrocento_sansregular", Arial, Verdana;
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
}

.quebra-linha {
  width: 100%;
  clear: both;
  height: 1px;
  display: block;
}

.col-esq {
  float: left;
  width: 630px;
}

.col-dir {
  float: right;
  width: 294px;
}

.header {
  background: url(../images/bg-header.jpg) no-repeat top center #0e3776;
  text-align: center;
  padding: 38px 0 0;
  margin: 0 0 1px;
}
.header ul {
  margin: 20px 0 0;
  list-style-type: none;
}
.header ul li {
  display: inline-block;
  margin: 0 2px;
}
.header ul li a {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  display: inline-block;
  padding: 30px 30px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  border-top: 1px solid transparent;
}
.header ul li a.selected, .header ul li a:hover {
  background: rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.footer {
  background: #0e3776 url(../images/seta-footer.gif) no-repeat top center;
  overflow: hidden;
  padding: 35px 0;
}
.footer .nossos-contatos {
  float: left;
}
.footer .nossos-contatos h6 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  color: #e9a119;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-weight: normal;
}
.footer .nossos-contatos address {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}
.footer .como-chegar {
  color: #e9a119;
  display: block;
  float: right;
  text-decoration: none;
  border: 1px solid #0f2432;
  padding: 11px 8px;
  text-transform: uppercase;
  font-size: 14px;
  margin: 20px 0 0;
}

.footer2 {
  background: #09244d;
  color: #729cb9;
  font-family: Arial, Verdana;
  font-size: 12px;
  overflow: hidden;
  padding: 20px 0;
}
.footer2 .direitos {
  float: left;
}
.footer2 .creditos {
  float: right;
}
.footer2 a {
  color: #fff;
  text-decoration: none;
}
.footer2 a:hover {
  text-decoration: underline;
}

.home .destaque {
  background: #ededed url(../images/img-destaque.jpg) no-repeat top center;
  display: block;
  width: 100%;
  height: 370px;
}
.home .content .wrapper {
  background: #fff;
  padding: 50px 25px;
  width: 950px;
  margin: 0 auto 35px;
}
.home .apresentacao {
  width: 590px;
  padding: 0 0 40px;
  border-bottom: 1px solid #f1f1f1;
}
.home .apresentacao h2 {
  color: #e9a119;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-weight: bold;
}
.home .apresentacao p {
  line-height: 20px;
  font-size: 14px;
  color: #5a5a5a;
  margin: 5px 0;
}
.home .tour {
  width: 612px;
  padding: 40px 0 0;
}
.home .tour h2 {
  color: #e9a119;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-weight: bold;
}
.home .tour ul li {
  float: left;
  width: 153px;
}
.home .tour ul img {
  -moz-box-shadow: 0 0 1px 1px #ebebeb;
  -webkit-box-shadow: 0 0 1px 1px #ebebeb;
  box-shadow: 0 0 1px 1px #ebebeb;
  border: 3px solid #fff;
  margin: 0 4px;
}

.resumo {
  background: #f8f8f8;
  padding: 22px;
  width: 250px;
}
.resumo p {
  line-height: 20px;
  font-size: 14px;
  color: #5a5a5a;
  margin: 5px 0;
}

.links {
  width: 250px;
  padding: 22px;
  margin: 15px 0 0;
  background: #f8f8f8;
}
.links h2 {
  color: #e9a119;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-weight: bold;
}
.links ul {
  list-style-type: disc;
  margin: 0 0 0 15px;
  color: #c3a35d;
  font-size: 10px;
}
.links ul a {
  color: #5a5a5a;
  font-size: 14px;
  text-decoration: none;
  line-height: 20px;
}
.links ul a:hover {
  text-decoration: underline;
}

.area-atuacao .destaque {
  background: #ededed url(../images/img-destaque-atuacao.jpg) no-repeat top center;
  display: block;
  width: 100%;
  height: 185px;
}
.area-atuacao .content .wrapper {
  background: #fff;
  padding: 50px 25px;
  width: 950px;
  margin: 0 auto 35px;
}
.area-atuacao .intro {
  width: 590px;
  padding: 0 0 40px;
  border-bottom: 1px solid #f1f1f1;
}
.area-atuacao .intro h2 {
  color: #e9a119;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-weight: bold;
}
.area-atuacao .intro p {
  line-height: 20px;
  font-size: 14px;
  color: #5a5a5a;
  margin: 5px 0;
}
.area-atuacao .lista-areas {
  margin: 35px 0 0;
}
.area-atuacao .lista-areas li {
  line-height: 30px;
  font-size: 14px;
  color: #e9a119;
  background: url(../images/bullet.gif) no-repeat center left;
  padding: 0 0 0 25px;
}

.consultores-representantes .destaque {
  background: #ededed url(../images/img-destaque-consultores.jpg) no-repeat top center;
  display: block;
  width: 100%;
  height: 185px;
}
.consultores-representantes .content .wrapper {
  background: #fff;
  padding: 50px 25px;
  width: 950px;
  margin: 0 auto 35px;
}
.consultores-representantes .intro {
  width: 590px;
  padding: 0 0 40px;
  border-bottom: 1px solid #f1f1f1;
}
.consultores-representantes .intro h2 {
  color: #e9a119;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
}
.consultores-representantes span.divisao {
  display: block;
  margin: 40px 0;
  border-top: 1px solid #f3ecdd;
  height: 1px;
}
.consultores-representantes .consultores,
.consultores-representantes .representantes {
  margin: 35px 0 0;
  width: 590px;
  padding: 0 40px 0 0;
}
.consultores-representantes .consultores h3,
.consultores-representantes .representantes h3 {
  color: #e9a119;
  margin: 0 0 30px;
  font-size: 14px;
  font-weight: bold;
}
.consultores-representantes .consultores h4,
.consultores-representantes .representantes h4 {
  color: #1c4661;
  font-size: 14px;
  margin: 0 0 20px;
  font-weight: bold;
  background: url(../images/seta-amarela.gif) no-repeat center left;
  padding: 0 0 0 25px;
}
.consultores-representantes .consultores h5,
.consultores-representantes .consultores .responsavel,
.consultores-representantes .representantes h5,
.consultores-representantes .representantes .responsavel {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px;
  display: block;
}
.consultores-representantes .consultores p,
.consultores-representantes .consultores address,
.consultores-representantes .representantes p,
.consultores-representantes .representantes address {
  color: #5a5a5a;
  line-height: 20px;
  font-size: 14px;
  margin: 10px 0;
}
.consultores-representantes .representantes {
  margin: 65px 0 0;
}

.nossos-advogados .destaque {
  background: #ededed url(../images/img-destaque-nossosadv.jpg) no-repeat top center;
  display: block;
  width: 100%;
  height: 185px;
}
.nossos-advogados .content .wrapper {
  background: #fff;
  padding: 50px 25px;
  width: 950px;
  margin: 0 auto 35px;
}
.nossos-advogados .intro {
  width: 590px;
  padding: 0 0 40px;
  border-bottom: 1px solid #f1f1f1;
}
.nossos-advogados .intro h2 {
  color: #e9a119;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
}
.nossos-advogados .lista-adv {
  margin: 5px 0 0;
  padding: 0 40px 0 0;
}
.nossos-advogados .lista-adv li {
  border-bottom: 1px solid #f1f1f1;
  background: url(../images/seta-amarela.gif) no-repeat center left;
  padding: 15px 0 15px 25px;
}
.nossos-advogados .lista-adv li a {
  color: #1c4661;
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
}
.nossos-advogados .curriculum {
  margin: 35px 0 0;
  padding: 0 40px 0 0;
}
.nossos-advogados .curriculum h3 {
  color: #1c4661;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 20px;
}
.nossos-advogados .curriculum h4 {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px;
  display: block;
}
.nossos-advogados .curriculum p {
  color: #5a5a5a;
  line-height: 20px;
  font-size: 14px;
  margin: 10px 0;
}
.nossos-advogados .curriculum p.email {
  font-weight: bold;
}
.nossos-advogados .curriculum span.divisao {
  display: block;
  margin: 20px 0;
  border-top: 1px solid #f3ecdd;
  height: 1px;
}
.nossos-advogados .curriculum a.voltar {
  border: 1px solid #cdcdcd;
  display: inline-block;
  padding: 6px 10px;
  font-weight: bold;
  color: #5a5a5a;
  text-decoration: none;
  font-size: 14px;
  margin: 30px 0 0;
}

.nossos-advogados.adriana .destaque {
  background: #ededed url(../images/img-destaque-adriana.jpg) no-repeat top center;
}

.nossos-advogados.carlos .destaque {
  background: #ededed url(../images/img-destaque-carlos.jpg) no-repeat top center;
}

.nossos-advogados.luis .destaque {
  background: #ededed url(../images/img-destaque-luis.jpg) no-repeat top center;
}

.nossos-advogados.yoko .destaque {
  background: #ededed url(../images/img-destaque-yoko.jpg) no-repeat top center;
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 70px;
  }

  .wrapper {
    width: 100%;
    box-sizing: border-box;
  }

  .header {
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 70px;
    padding: 0;
    z-index: 80;
  }
  .header h1 {
    margin: 10px 0 0;
    height: 60px;
  }
  .header h1 img {
    height: 50px;
    margin-right: 70px;
  }
  .header ul {
    margin: 0;
  }
  .header ul li {
    display: block;
  }
  .header ul li a {
    display: block;
  }
  .header ul#menu {
    height: 0;
    overflow: hidden;
    transition: height 200ms;
  }
  .header #toggle {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 33px 20px 0;
  }
  .header #toggle span:after,
  .header #toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
  }
  .header #toggle span:after {
    top: 9px;
  }
  .header #toggle span {
    position: relative;
    display: block;
  }
  .header #toggle span,
  .header #toggle span:after,
  .header #toggle span:before {
    width: 100%;
    height: 5px;
    background-color: #c1cdde;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
  }
  .header #toggle.on span {
    background-color: transparent;
  }
  .header #toggle.on span:before {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .header #toggle.on span:after {
    transform: rotate(-45deg) translate(7px, -8px);
  }
  .header #toggle.on + #menu {
    height: 300px;
  }

  .home .destaque {
    background-size: cover;
    height: 250px;
  }
  .home .content .wrapper {
    width: 100%;
  }
  .home .content .wrapper .col-esq {
    width: 100%;
  }
  .home .content .wrapper .col-dir {
    width: 100%;
  }
  .home .apresentacao {
    width: 100%;
    box-sizing: border-box;
  }
  .home .tour {
    width: 100%;
    margin-bottom: 20px;
  }
  .home .jcarousel-container-horizontal {
    width: 100%;
  }

  .resumo,
  .links {
    width: 100%;
    box-sizing: border-box;
  }

  .footer .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .footer .nossos-contatos {
    width: 100%;
    float: initial;
  }
  .footer .como-chegar {
    display: block;
    width: 100%;
    float: initial;
    box-sizing: border-box;
  }

  .footer2 .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .footer2 .direitos,
  .footer2 .creditos {
    float: initial;
    display: block;
  }
  .footer2 .creditos {
    margin-top: 10px;
  }

  .area-atuacao .content .wrapper {
    width: 100%;
  }
  .area-atuacao .content .wrapper .col-esq {
    width: 100%;
  }
  .area-atuacao .content .wrapper .col-dir {
    width: 100%;
  }
  .area-atuacao .content .intro {
    width: 100%;
  }
  .area-atuacao .content .lista-areas {
    margin-bottom: 20px;
  }

  .nossos-advogados .content .wrapper {
    width: 100%;
  }
  .nossos-advogados .content .wrapper .col-esq {
    width: 100%;
  }
  .nossos-advogados .content .wrapper .col-dir {
    width: 100%;
  }
  .nossos-advogados .content .intro {
    width: 100%;
  }
  .nossos-advogados .content .lista-adv,
  .nossos-advogados .content .curriculum {
    margin-bottom: 20px;
    padding: 0;
  }

  .consultores-representantes .content .wrapper {
    width: 100%;
  }
  .consultores-representantes .content .wrapper .col-esq {
    width: 100%;
  }
  .consultores-representantes .content .wrapper .col-dir {
    width: 100%;
  }
  .consultores-representantes .content .intro {
    width: 100%;
  }
  .consultores-representantes .content .consultores,
  .consultores-representantes .content .representantes {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .wrapper {
    width: 100%;
    box-sizing: border-box;
  }

  .header {
    background-size: cover;
  }
  .header h1 img {
    max-width: 80%;
  }
  .header ul li {
    margin: 0;
  }
  .header ul li a {
    display: block;
    padding: 30px 15px;
    font-size: 12px;
    margin: 0;
  }

  .home .destaque {
    background-size: cover;
    height: 300px;
  }
  .home .content .wrapper {
    width: 100%;
  }
  .home .content .wrapper .col-esq {
    width: 100%;
  }
  .home .content .wrapper .col-dir {
    width: 100%;
    display: flex;
    align-items: stretch;
  }
  .home .apresentacao {
    width: 100%;
    box-sizing: border-box;
  }
  .home .tour {
    width: 100%;
    margin-bottom: 20px;
  }
  .home .jcarousel-container-horizontal {
    width: 100%;
  }
  .home .resumo,
  .home .links {
    width: 50%;
    box-sizing: border-box;
    margin: 0;
  }
  .home .resumo {
    border-right: 3px solid #fff;
  }
  .home .links {
    border-left: 3px solid #fff;
  }

  .footer .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .footer .como-chegar {
    display: block;
    box-sizing: border-box;
  }

  .footer2 .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .footer2 .direitos,
  .footer2 .creditos {
    float: initial;
    display: block;
  }
  .footer2 .creditos {
    margin-top: 10px;
  }

  .area-atuacao .content .wrapper {
    width: 100%;
  }
  .area-atuacao .content .wrapper .col-esq {
    width: 100%;
  }
  .area-atuacao .content .wrapper .col-dir {
    width: 100%;
    display: flex;
    align-items: stretch;
  }
  .area-atuacao .content .intro {
    width: 100%;
  }
  .area-atuacao .content .lista-areas {
    margin-bottom: 20px;
  }
  .area-atuacao .resumo,
  .area-atuacao .links {
    width: 50%;
    box-sizing: border-box;
    margin: 0;
  }
  .area-atuacao .resumo {
    border-right: 3px solid #fff;
  }
  .area-atuacao .links {
    border-left: 3px solid #fff;
  }

  .nossos-advogados .content .wrapper {
    width: 100%;
  }
  .nossos-advogados .content .wrapper .col-esq {
    width: 100%;
  }
  .nossos-advogados .content .wrapper .col-dir {
    width: 100%;
    display: flex;
    align-items: stretch;
  }
  .nossos-advogados .content .intro {
    width: 100%;
  }
  .nossos-advogados .content .lista-adv,
  .nossos-advogados .content .curriculum {
    margin-bottom: 20px;
    padding: 0;
  }
  .nossos-advogados .resumo,
  .nossos-advogados .links {
    width: 50%;
    box-sizing: border-box;
    margin: 0;
  }
  .nossos-advogados .resumo {
    border-right: 3px solid #fff;
  }
  .nossos-advogados .links {
    border-left: 3px solid #fff;
  }

  .consultores-representantes .content .wrapper {
    width: 100%;
  }
  .consultores-representantes .content .wrapper .col-esq {
    width: 100%;
  }
  .consultores-representantes .content .wrapper .col-dir {
    width: 100%;
    display: flex;
    align-items: stretch;
  }
  .consultores-representantes .content .intro {
    width: 100%;
  }
  .consultores-representantes .content .consultores,
  .consultores-representantes .content .representantes {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
  .consultores-representantes .resumo,
  .consultores-representantes .links {
    width: 50%;
    box-sizing: border-box;
    margin: 0;
  }
  .consultores-representantes .resumo {
    border-right: 3px solid #fff;
  }
  .consultores-representantes .links {
    border-left: 3px solid #fff;
  }
}
