@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
input,
form select,
form textarea, select, textarea, button,
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 {
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, iframe {
  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; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

body {
  font: 20px/1.4 "Abel", sans-serif;
  color: #000;
  text-align: left;
  background: #fff; }

a {
  color: inherit;
  cursor: pointer;
  -o-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }
  a:hover {
    color: inherit;
    text-decoration: none; }
  a.nohover:hover {
    color: inherit;
    text-decoration: none; }
  a.ler-mais {
    color: #000;
    padding-left: 25px;
    background: url(../imagens/bkg-ler-mais.png) 0 50% no-repeat; }
    a.ler-mais:hover {
      color: inherit;
      text-decoration: none; }

p > strong {
  font-weight: bold; }

ul.itens li {
  list-style: url(../imagens/ico-marcador.png) outside; }

.texto p {
  margin-bottom: 15px; }
.texto p > em {
  font-style: italic; }
.texto ul {
  padding-left: 20px; }
.texto ul li {
  text-align: left;
  list-style: disc outside; }

hr {
  border-top-color: #ccc; }

.preload {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: 0; }

.moldura {
  padding: 15px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8); }
  .moldura > h1, .moldura > h2 {
    margin-top: 0; }
  @media (min-width: 768px) {
    .moldura {
      padding: 60px 80px; } }

.azul {
  padding: 50px 0;
  text-align: center;
  color: #fff;
  background: #135a91; }
  .azul h1, .azul h2 {
    margin: 0; }

.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 560px;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

/* T├¡tulos */
h1, h2, h3, h4, h5, h6 {
  margin: 10px 0 25px;
  font-family: "Abel", sans-serif;
  text-align: center;
  color: #135a91;
  line-height: 1.1;
  cursor: default; }

h1 {
  font-size: 1.6em; }

h2 {
  font-size: 1.6em;
  color: #fff; }

h3 {
  font-size: 1.3em; }

h4 {
  font-size: 1.2em; }

h5 {
  font-size: 1.15em; }

h6 {
  font-size: 1.1em; }

.titulo {
  margin: 60px 0 20px;
  text-align: center; }
  .titulo h1 {
    margin: 5px 0;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc; }
  .titulo p {
    font-family: "Abel", sans-serif;
    font-size: 1.4em;
    color: #595959; }

/* Bot├Áes */
.botao {
  display: inline-block;
  min-width: 125px;
  padding: 3px 15px 5px;
  font-size: 1.1em;
  font-family: "Abel", sans-serif;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
  background-color: #eb262c;
  background-image: -webkit-linear-gradient(to top, #eb262c, #ee474c);
  background-image: -moz-linear-gradient(to top, #eb262c, #ee474c);
  background-image: -o-linear-gradient(to top, #eb262c, #ee474c);
  background-image: linear-gradient(to top, #eb262c, #ee474c);
  -o-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }
  .botao:hover, .botao:focus {
    color: #fff;
    margin-top: -3px;
    margin-bottom: 3px;
    -webkit-filter: drop-shadow(0 5px 3px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 5px 3px rgba(0, 0, 0, 0.2)); }

.btn-inicio {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  padding: 0;
  border: none;
  z-index: 999; }
  .btn-inicio a {
    display: block;
    width: 40px;
    height: 40px;
    padding-top: 9px;
    font-size: 0.9em;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: #eb262c;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: -1px 2px 6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -1px 2px 6px rgba(0, 0, 0, 0.25);
    box-shadow: -1px 2px 6px rgba(0, 0, 0, 0.25); }
    .btn-inicio a:hover {
      text-decoration: none;
      color: #fff;
      background-image: #eb262c; }
    .btn-inicio a:focus {
      text-decoration: none; }

.btn-mais, .btn-voltar {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding-top: 33px;
  font-family: "Abel", sans-serif;
  font-size: 1.2em;
  color: #eb262c; }
  .btn-mais:before, .btn-mais:after, .btn-voltar:before, .btn-voltar:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 30px;
    height: 30px;
    margin-left: -15px; }
  .btn-mais:before, .btn-voltar:before {
    background: #eb262c;
    border-radius: 5px;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .btn-mais:after, .btn-voltar:after {
    background: url(../imagens/ico-mais.png) 50% 50% no-repeat; }
  .btn-mais:hover, .btn-mais:focus, .btn-voltar:hover, .btn-voltar:focus {
    color: #eb262c; }
    .btn-mais:hover:before, .btn-mais:focus:before, .btn-voltar:hover:before, .btn-voltar:focus:before {
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0); }

.btn-voltar {
  font-size: 1.1em; }
  .btn-voltar:after {
    background: url(../imagens/ico-voltar.png) 40% 50% no-repeat; }

/* Formul├írios */
form input, form select, form textarea {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 8px;
  font-size: 0.9em;
  background: #fff;
  border: 1px solid #fff;
  color: #000;
  z-index: 1; }
  form input.inativo, form select.inativo, form textarea.inativo {
    color: #aaa; }
form select {
  padding: 7px 8px; }
  form select.placeholder {
    color: #aaa; }
    form select.placeholder option {
      color: #000; }
    form select.placeholder option:disabled {
      color: #aaa; }
form textarea {
  height: 106px; }
form label {
  display: inline-block;
  margin: 15px 0 7px; }
form label span {
  color: #f00000; }
form input[type=radio], form select[type=radio], form textarea[type=radio] {
  display: none; }
form label.radio {
  position: relative;
  padding-left: 30px;
  cursor: pointer; }
  form label.radio:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.4); }
form input[type=radio]:checked + label.radio:before, form select[type=radio]:checked + label.radio:before, form textarea[type=radio]:checked + label.radio:before {
  content: "\2022";
  color: #787878;
  font-size: 46px;
  text-align: center;
  line-height: 22px;
  letter-spacing: -1px; }
form input.error, form select.error, form textarea.error,
form textarea.error,
form select.error {
  border-color: #f00000; }
form p.error {
  display: block;
  position: absolute;
  top: 0;
  height: 0;
  color: #f00000;
  font-size: 0.8em;
  line-height: 1;
  overflow: hidden; }
form p.obrigatorio {
  font-size: 0.8em; }

::-webkit-input-placeholder {
  color: #666; }

:-moz-placeholder {
  color: #666; }

::-moz-placeholder {
  color: #666; }

:-ms-input-placeholder {
  color: #666; }

/* Mensagens e ├ìcones */
.mensagem {
  position: relative;
  margin: 10px 0 20px;
  padding: 5px 10px;
  font-size: 0.9em;
  text-align: center;
  line-height: 1.2;
  color: #666;
  background: #e8eaed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3); }

.ico {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 2px 0 -2px;
  padding: 0;
  border: 0;
  background: url("imagens/icones.png") 0 0 no-repeat;
  white-space: nowrap;
  text-indent: -999em;
  overflow: hidden;
  text-align: left; }
  .ico.adicionar {
    background-position: 0 0; }
  .ico.excluir {
    background-position: 0 -16px; }
  .ico.editar {
    background-position: 0 -32px; }
  .ico.sucesso, .ico.salvar {
    background-position: 0 -48px; }
  .ico.erro {
    background-position: 0 -64px; }
  .ico.voltar {
    background-position: 0 -80px; }
  .ico.imagem {
    background-position: 0 -96px; }
  .ico.mover {
    background-position: 0 -112px;
    cursor: move; }
  .ico.mover.vertical {
    background-position: 0 -128px; }

/*  Grid Clearfix */
@media (min-width: 767px) {
  .grid .col-lg-1:nth-child(12n+1),
  .grid .col-lg-2:nth-child(6n+1),
  .grid .col-lg-2-4:nth-child(5n+1),
  .grid .col-lg-3:nth-child(4n+1),
  .grid .col-lg-4:nth-child(3n+1),
  .grid .col-lg-6:nth-child(2n+1),
  .grid .col-md-1:nth-child(12n+1),
  .grid .col-md-2:nth-child(6n+1),
  .grid .col-md-2-4:nth-child(5n+1),
  .grid .col-md-3:nth-child(4n+1),
  .grid .col-md-4:nth-child(3n+1),
  .grid .col-md-6:nth-child(2n+1) {
    clear: none; }
  .grid .col-sm-1:nth-child(12n+1),
  .grid .col-sm-2:nth-child(6n+1),
  .grid .col-sm-2-4:nth-child(5n+1),
  .grid .col-sm-3:nth-child(4n+1),
  .grid .col-sm-4:nth-child(3n+1),
  .grid .col-sm-6:nth-child(2n+1) {
    clear: left; } }
@media (min-width: 992px) {
  .grid .col-lg-1:nth-child(12n+1),
  .grid .col-lg-2:nth-child(6n+1),
  .grid .col-lg-2-4:nth-child(5n+1),
  .grid .col-lg-3:nth-child(4n+1),
  .grid .col-lg-4:nth-child(3n+1),
  .grid .col-lg-6:nth-child(2n+1),
  .grid .col-sm-1:nth-child(12n+1),
  .grid .col-sm-2:nth-child(6n+1),
  .grid .col-sm-2-4:nth-child(5n+1),
  .grid .col-sm-3:nth-child(4n+1),
  .grid .col-sm-4:nth-child(3n+1),
  .grid .col-sm-6:nth-child(2n+1) {
    clear: none; }
  .grid .col-md-1:nth-child(12n+1),
  .grid .col-md-2:nth-child(6n+1),
  .grid .col-md-2-4:nth-child(5n+1),
  .grid .col-md-3:nth-child(4n+1),
  .grid .col-md-4:nth-child(3n+1),
  .grid .col-md-6:nth-child(2n+1) {
    clear: left; } }
@media (min-width: 1200px) {
  .grid .col-md-1:nth-child(12n+1),
  .grid .col-md-2:nth-child(6n+1),
  .grid .col-md-2-4:nth-child(5n+1),
  .grid .col-md-3:nth-child(4n+1),
  .grid .col-md-4:nth-child(3n+1),
  .grid .col-md-6:nth-child(2n+1),
  .grid .col-sm-1:nth-child(12n+1),
  .grid .col-sm-2:nth-child(6n+1),
  .grid .col-sm-2-4:nth-child(5n+1),
  .grid .col-sm-3:nth-child(4n+1),
  .grid .col-sm-4:nth-child(3n+1),
  .grid .col-sm-6:nth-child(2n+1) {
    clear: none; }
  .grid .col-lg-1:nth-child(12n+1),
  .grid .col-lg-2:nth-child(6n+1),
  .grid .col-lg-2-4:nth-child(5n+1),
  .grid .col-lg-3:nth-child(4n+1),
  .grid .col-lg-4:nth-child(3n+1),
  .grid .col-lg-6:nth-child(2n+1) {
    clear: left; } }

/* Elementos Bootstrap */
.panel-group .panel {
  border: none;
  box-shadow: none; }
  .panel-group .panel .panel-heading .panel-title {
    font-size: 1.1em; }
    .panel-group .panel .panel-heading .panel-title img {
      vertical-align: middle;
      margin: 0 20px 0 0; }
    .panel-group .panel .panel-heading .panel-title a {
      vertical-align: middle; }
      .panel-group .panel .panel-heading .panel-title a:hover, .panel-group .panel .panel-heading .panel-title a:focus {
        text-decoration: none; }
  .panel-group .panel .panel-heading + .panel-collapse > .panel-body {
    border: none; }

/* Menu */
nav.navbar {
  min-height: 110px;
  margin-bottom: 0;
  background: url(../imagens/bkg-menu.png) 50% 0 no-repeat;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  nav.navbar .navbar-header .navbar-toggle {
    margin-top: 45px;
    background-color: #bf2a2f;
    background-image: -webkit-linear-gradient(to top, #bf2a2f, #eb262c);
    background-image: -moz-linear-gradient(to top, #bf2a2f, #eb262c);
    background-image: -o-linear-gradient(to top, #bf2a2f, #eb262c);
    background-image: linear-gradient(to top, #bf2a2f, #eb262c);
    border: solid 1px #fff;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2); }
    nav.navbar .navbar-header .navbar-toggle span {
      background: #fff;
      -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2); }
  nav.navbar .navbar-brand {
    display: block;
    float: none;
    height: auto;
    padding: 25px 15px; }
  nav.navbar .navbar-nav > li > a {
    font-family: 'Ubuntu';
    font-size: 0.85em;
    color: #fff; }
    nav.navbar .navbar-nav > li > a:hover, nav.navbar .navbar-nav > li > a:focus {
      background: none;
      text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4); }
    nav.navbar .navbar-nav > li > a .caret {
      display: none; }
  nav.navbar .navbar-nav > li.open > a {
    background: none; }
  nav.navbar .dropdown-menu {
    font-family: 'Ubuntu';
    font-size: 0.8em;
    background: #d52f34;
    border: none;
    border-radius: 0; }
    nav.navbar .dropdown-menu > li > a {
      padding: 5px 15px;
      color: #fff; }
      nav.navbar .dropdown-menu > li > a:hover, nav.navbar .dropdown-menu > li > a:focus {
        background: #bf2a2f;
        text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4); }
  @media (max-width: 768px) {
    nav.navbar {
      background-position: left -500px top 0; }
      nav.navbar .navbar-brand {
        padding-top: 30px; }
        nav.navbar .navbar-brand > img {
          width: 200px; }
      nav.navbar .navbar-menu {
        margin: 7px -15px 0;
        background: #d52f34; }
        nav.navbar .navbar-menu .navbar-collapse {
          border: none;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; }
          nav.navbar .navbar-menu .navbar-collapse .navbar-nav > li {
            text-align: center; }
            nav.navbar .navbar-menu .navbar-collapse .navbar-nav > li.active {
              background: #eb262c;
              -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
              -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
              box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2); }
        nav.navbar .navbar-menu .dropdown-menu {
          background: #bf2a2f; }
          nav.navbar .navbar-menu .dropdown-menu > li > a {
            text-align: center; } }
  @media (min-width: 768px) {
    nav.navbar .navbar-nav {
      float: none;
      text-align: right;
      margin-top: 31px; }
      nav.navbar .navbar-nav > li {
        float: none;
        display: inline-block;
        position: relative;
        padding: 22px 12px 22px 13px; }
        nav.navbar .navbar-nav > li > a {
          padding: 5px 0; }
        nav.navbar .navbar-nav > li:after {
          content: '';
          display: block;
          position: absolute;
          top: 33px;
          right: -5px;
          width: 9px;
          height: 9px;
          background: url(../imagens/ico-marcador-menu.png) 50% 50% no-repeat; }
        nav.navbar .navbar-nav > li:last-child:after {
          display: none; }
        nav.navbar .navbar-nav > li.active > a {
          border-bottom: 2px solid #ff7878; }
      nav.navbar .navbar-nav .dropdown-menu {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; } }
  @media (min-width: 768px) and (max-width: 992px) {
    nav.navbar {
      background-position: 42% 0; }
      nav.navbar .navbar-brand {
        padding-top: 31px; }
        nav.navbar .navbar-brand > img {
          width: 200px; }
      nav.navbar .navbar-nav > li {
        padding-left: 9px;
        padding-right: 8px; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    nav.navbar {
      background-position: 40% 0; } }

/* Rodap├® */
footer {
  padding: 60px 0;
  color: #fff;
  background: #bf2a2f url(../imagens/bkg-rodape.png) 50% 50% no-repeat; }
  footer h3 {
    margin: 0 0 20px;
    font-size: 1.6em;
    text-align: left;
    color: #fff; }
  footer .botao {
    float: right; }
  footer ul {
    margin-top: 40px; }
    footer ul li {
      padding: 10px 0;
      line-height: 1.3;
      list-style: url(../imagens/ico-marcador-rodape.png) outside; }
      footer ul li .endereco {
        margin-top: 15px;
        font-size: 0.85em; }
  @media (max-width: 768px) {
    footer ul {
      margin-left: 15px; }
    footer .email {
      font-size: 0.9em; } }
  @media (min-width: 768px) {
    footer ul {
      float: right; } }

/* Banner */
.banner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .banner img {
    position: relative;
    width: 100%;
    max-width: 1920px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  @media (min-width: 1200px) {
    .banner {
      height: 560px; }
      .banner img {
        width: 1920px; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .banner {
      height: 466px; }
      .banner img {
        width: 1600px; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .banner {
      height: 350px; }
      .banner img {
        width: 1200px; } }
  @media (max-width: 768px) {
    .banner {
      height: 350px; }
      .banner img {
        width: 992px; } }

/* Home */
.pag-index .sobre {
  padding: 40px 0;
  text-align: center; }
.pag-index .servicos {
  padding: 40px 0;
  background: #135a91; }
  .pag-index .servicos ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center; }
    .pag-index .servicos ul a {
      display: block;
      width: 170px;
      margin: 15px 0;
      text-align: center;
      color: #fff; }
      .pag-index .servicos ul a:before {
        content: '';
        display: block;
        width: 136px;
        height: 136px;
        margin: 0 auto 10px;
        -o-transition: 0.2s ease-out;
        -ms-transition: 0.2s ease-out;
        -moz-transition: 0.2s ease-out;
        -webkit-transition: 0.2s ease-out;
        transition: 0.2s ease-out;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden; }
      .pag-index .servicos ul a.contabil:before {
        background: url(../imagens/ico-contabil.png) 50% 0 no-repeat; }
      .pag-index .servicos ul a.fiscal:before {
        background: url(../imagens/ico-fiscal.png) 50% 0 no-repeat; }
      .pag-index .servicos ul a.trabalhista:before {
        background: url(../imagens/ico-trabalhista.png) 50% 0 no-repeat; }
      .pag-index .servicos ul a.regularizacao:before {
        background: url(../imagens/ico-regularizacao.png) 50% 0 no-repeat; }
      .pag-index .servicos ul a.empresas:before {
        background: url(../imagens/ico-empresas.png) 50% 0 no-repeat; }
      .pag-index .servicos ul a:hover, .pag-index .servicos ul a:focus {
        text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.8); }
        .pag-index .servicos ul a:hover:before, .pag-index .servicos ul a:focus:before {
          margin-top: -5px;
          margin-bottom: 15px;
          -webkit-filter: drop-shadow(0 7px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 7px 3px rgba(0, 0, 0, 0.2)); }
.pag-index .noticias {
  padding: 40px 0;
  background: #e8eaed;
  text-align: center; }
  .pag-index .noticias h2 {
    margin-bottom: 0;
    color: #135a91; }
  .pag-index .noticias .item {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 40px auto 20px;
    padding-bottom: 0;
    text-align: center;
    background: #fff;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
    .pag-index .noticias .item:hover, .pag-index .noticias .item:focus {
      margin-top: 35px;
      margin-bottom: 25px;
      -webkit-filter: drop-shadow(0 6px 3px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(0 6px 3px rgba(0, 0, 0, 0.2)); }
    .pag-index .noticias .item .imagem {
      display: block;
      width: 100%; }
      .pag-index .noticias .item .imagem img {
        display: block;
        width: 100%;
        max-width: 380px;
        margin: 0 auto; }
    .pag-index .noticias .item .titulo {
      display: block;
      margin: 15px 15px 0;
      font-size: 1.15em;
      color: #eb262c; }
    .pag-index .noticias .item .data {
      display: block;
      padding: 15px 15px 20px;
      font-family: 'Ubuntu';
      font-size: 0.8em; }
  .pag-index .noticias .btn-mais {
    margin: 30px 0 40px; }

/* O Escrit├│rio */
.pag-escritorio .banner {
  background-image: url(../imagens/banner-escritorio.jpg); }
.pag-escritorio .azul h2 {
  margin-bottom: 30px; }
.pag-escritorio .objetivo {
  padding: 60px 0; }
  .pag-escritorio .objetivo h2 {
    color: #135a91; }
  .pag-escritorio .objetivo li {
    padding: 10px 0;
    list-style: url(../imagens/ico-marcador.png) outside; }
@media (min-width: 768px) {
  .pag-escritorio .azul p {
    padding: 0 80px; }
  .pag-escritorio .objetivo ul {
    border-left: 1px solid #bdbdbd;
    padding-left: 60px;
    margin-left: 30px; }
  .pag-escritorio .objetivo .flex {
    display: flex;
    justify-content: center;
    align-items: center; } }
@media (max-width: 992px) {
  .pag-escritorio .quem-somos {
    background-size: cover; } }

/* Servi├ºos */
.pag-servicos.pag-contabil .banner {
  background-image: url(../imagens/banner-contabil.jpg); }
.pag-servicos.pag-fiscal .banner {
  background-image: url(../imagens/banner-fiscal.jpg); }
.pag-servicos.pag-trabalhista .banner {
  background-image: url(../imagens/banner-trabalhista.jpg); }
.pag-servicos.pag-regularizacao .banner {
  background-image: url(../imagens/banner-regularizacao.jpg); }
.pag-servicos.pag-empresas .banner {
  background-image: url(../imagens/banner-empresas.jpg); }
.pag-servicos .flex ul {
  margin: 0; }
.pag-servicos.pag-regularizacao .moldura h1 {
  margin: 0; }
.pag-servicos.pag-empresas .moldura h1 {
  margin: 0; }
.pag-servicos.pag-empresas > .container {
  margin: 50px auto;
  max-width: 930px;
  text-align: center; }
.pag-servicos.pag-empresas > .azul > .container {
  max-width: 930px; }
@media (min-width: 768px) {
  .pag-servicos .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 60px 0; }
    .pag-servicos .flex ul {
      width: 47%; } }

/* Not├¡cias */
.pag-noticias {
  background: #e8eaed; }
  .pag-noticias h1 {
    margin: 0; }
  .pag-noticias .noticias {
    padding: 40px 0;
    text-align: center; }
    .pag-noticias .noticias h2 {
      margin-bottom: 0;
      color: #135a91; }
    .pag-noticias .noticias .item {
      display: block;
      width: 100%;
      max-width: 400px;
      margin: 40px auto 20px;
      padding-bottom: 0;
      text-align: center;
      background: #fff;
      -o-transition: 0.2s ease-out;
      -ms-transition: 0.2s ease-out;
      -moz-transition: 0.2s ease-out;
      -webkit-transition: 0.2s ease-out;
      transition: 0.2s ease-out;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden; }
      .pag-noticias .noticias .item:hover, .pag-noticias .noticias .item:focus {
        margin-top: 35px;
        margin-bottom: 25px;
        -webkit-filter: drop-shadow(0 6px 3px rgba(0, 0, 0, 0.2));
        filter: drop-shadow(0 6px 3px rgba(0, 0, 0, 0.2)); }
      .pag-noticias .noticias .item .imagem {
        display: block;
        width: 100%; }
        .pag-noticias .noticias .item .imagem img {
          display: block;
          width: 100%;
          max-width: 380px;
          margin: 0 auto; }
      .pag-noticias .noticias .item .titulo {
        display: block;
        margin: 15px 15px 0;
        font-size: 1.15em;
        color: #eb262c; }
      .pag-noticias .noticias .item .data {
        display: block;
        padding: 15px 15px 20px;
        font-family: 'Ubuntu';
        font-size: 0.8em; }
  .pag-noticias .ver-mais {
    margin-bottom: 40px; }
  .pag-noticias .noticia {
    margin: 40px 0; }
    .pag-noticias .noticia h2 {
      margin-bottom: 40px;
      color: #135a91; }
    .pag-noticias .noticia .btn-voltar {
      float: right;
      margin: 0 0 10px 15px; }
    .pag-noticias .noticia h1 {
      font-size: 1.3em;
      text-align: left;
      color: #eb262c; }
    .pag-noticias .noticia .data {
      margin-top: 20px;
      font-size: 1.1em; }
    .pag-noticias .noticia .fonte {
      margin-top: 10px;
      font-size: 0.8em; }
    .pag-noticias .noticia .texto {
      margin-top: 40px; }
  @media (min-width: 992px) {
    .pag-noticias .noticia h2 {
      margin-top: 0; }
    .pag-noticias .noticia .imagem {
      float: left;
      margin: 0 40px 20px 0; } }

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