/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

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

ol,
ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

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

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

blockquote,
q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

@font-face {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"); }

.clearfix {
  clear: both !important; }

body {
  height: 100%;
  min-height: 100%;
  background-color: #1F355E; }

picture {
  line-height: 0; }

dt {
  cursor: pointer;
  border-top: 1px solid #e3e5e7; }

dl {
  border-bottom: 1px solid #e3e5e7;
  padding-bottom: 16px; }

dt h3 {
  position: relative;
  padding-right: 30px; }
  dt h3 svg path {
    fill: #1F355E; }
  dt h3:hover {
    color: #FFB547; }
    dt h3:hover svg path {
      fill: #FFB547; }

dt, dd {
  padding: 0 5px; }

body {
  font-family: "petala-pro";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300;
  color: #667A8A; }
  @media (min-width: 900px) {
    body {
      font-size: 14px;
      font-size: 1.4rem; } }

p, ul {
  margin-bottom: 1em; }

em {
  font-style: italic; }

a, a:hover, a:visited {
  text-decoration: none;
  color: #1F355E; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #1F355E; }

h2 {
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 1em; }
  @media (min-width: 900px) {
    h2 {
      font-size: 20px;
      font-size: 2.0rem; } }

h3, dt {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.1;
  margin: 1em 0 0.5em; }
  @media (min-width: 900px) {
    h3, dt {
      font-size: 28px;
      font-size: 2.8rem; } }

h4 {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.2; }

ul {
  padding-left: 1.2em; }

li {
  list-style: disc; }

#menu-principal {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white; }
  @media (min-width: 900px) {
    #menu-principal {
      font-size: 11px;
      font-size: 1.1rem; } }

strong {
  font-weight: bold; }

.smcp {
  -webkit-font-feature-settings: "smcp" on;
          font-feature-settings: "smcp" on; }

.destaque {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.15;
  font-weight: bold;
  color: #FFB547; }
  @media (min-width: 900px) {
    .destaque {
      font-size: 38px;
      font-size: 3.8rem;
      line-height: 40px;
      line-height: 4.0rem; } }

#painel-contato .destaque {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 0; }
  @media (min-width: 900px) {
    #painel-contato .destaque {
      font-size: 32px;
      font-size: 3.2rem; } }

#painel-contato .menor-coluna {
  color: #ffffff; }
  #painel-contato .menor-coluna p {
    margin-bottom: 0; }

#painel-contato h1, #painel-contato h2, #painel-contato h3, #painel-contato h4 {
  color: #FFB547; }

#painel-contato a, #painel-contato a:visited, #painel-contato a:hover {
  color: white; }

#painel-contato a:hover {
  text-decoration: underline; }

.menor-coluna {
  font-weight: bold; }
  @media (min-width: 900px) {
    .menor-coluna {
      font-size: 16px;
      font-size: 1.6rem; } }

#top {
  position: absolute;
  background-color: #1F355E;
  color: white;
  width: 100%;
  padding: 1em 1em;
  padding: 0;
  overflow: hidden; }
  #top a {
    color: white; }
  #top ul {
    margin-bottom: 0; }

.fixed {
  position: fixed !important;
  z-index: 800; }

.top-hide {
  opacity: 0; }

.top-show {
  opacity: 1; }

.header-content {
  line-height: 1;
  position: relative;
  padding: 1em; }
  @media (min-width: 900px) {
    .header-content {
      padding: 1em 0; } }

.logo-audaka-breve {
  fill: #FFB547; }

.logo-audaka-texto {
  fill: #ffffff; }

#logo {
  max-width: 40%;
  position: relative;
  z-index: 1000; }

@media (min-width: 600px) {
  #logo {
    max-width: 14em; }
  #top {
    padding: 2em 0; }
    #top.header-small {
      padding: 2em 0; }
      #top.header-small #logo {
        max-width: 120px;
        margin-bottom: 0; } }

#nav-check {
  display: none; }

#nav-toggle-container {
  height: 100%;
  position: absolute;
  right: 1em;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch; }

#nav-toggle {
  display: table-cell;
  vertical-align: middle;
  padding: 0.35em 1em 0.5em;
  border: 1px solid #667A8A;
  background: none;
  cursor: pointer;
  letter-spacing: 2px;
  font-family: "petala-pro";
  font-size: 13px;
  font-size: 1.3rem;
  color: white; }
  @media (min-width: 600px) {
    #nav-toggle {
      font-size: 18px;
      font-size: 1.8rem;
      border: 2px solid #667A8A; } }

#nav-toggle:before {
  font-family: 'FontAwesome';
  content: '\f0c9 ';
  margin-right: 0.5em;
  font-size: 125%;
  display: inline-block;
  position: relative;
  bottom: -2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#nav {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  margin: 0;
  background-color: #1a2c4f; }
  #nav a {
    overflow: hidden; }
  #nav:target a {
    border-bottom-width: 5px; }
  #nav ul {
    padding: 0; }
  #nav li {
    list-style: none outside;
    border-top: 1px solid #667A8A;
    padding: 0.65em 1em;
    text-align: center; }
    #nav li:last-child {
      border-bottom: 1px solid #667A8A; }

.nav-hide {
  opacity: 0;
  max-height: 0;
  -webkit-transition: max-height 0.25s, opacity 0.25s, margin 0.25s;
  transition: max-height 0.25s, opacity 0.25s, margin 0.25s;
  margin: 0; }
  @media (min-width: 900px) {
    .nav-hide {
      opacity: 1;
      max-height: unset; } }

.nav-show {
  opacity: 1 !important;
  max-height: 18em !important;
  height: auto !important;
  -webkit-transition: max-height 0.25s, opacity 0.25s, margin 0.25s;
  transition: max-height 0.25s, opacity 0.25s, margin 0.25s; }

@media (min-width: 900px) {
  #top.menu-azul {
    background-color: #1F355E; }
    #top.menu-azul #nav a {
      color: white; }
  #top.menu-claro {
    background-color: #F1F2F3; }
    #top.menu-claro .logo-audaka-texto {
      fill: #1F355E; }
    #top.menu-claro #nav a {
      color: #1F355E; }
  #top.menu-branco {
    background-color: #ffffff; }
    #top.menu-branco .logo-audaka-texto {
      fill: #1F355E; }
    #top.menu-branco #nav a {
      color: #1F355E; } }

@media (min-width: 900px) {
  #nav-toggle {
    display: none; }
  #nav-check + #nav,
  #nav-check:checked + #nav {
    opacity: 1;
    max-height: unset; }
  .header-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  #nav {
    display: block;
    max-width: 940px;
    margin: 0 auto;
    text-align: right;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    background: none; }
    #nav li {
      display: inline;
      border: none; }
      #nav li:last-child {
        border: none; }
    #nav a {
      padding-left: 2px;
      padding-bottom: 2px; }
      #nav a:hover {
        border-bottom: 2px solid #667A8A; } }

.active {
  font-weight: bold;
  border-bottom: 2px solid #FFB547;
  padding-left: 2px; }

#conteudo {
  margin: 0 auto; }

.pagina {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 5em;
  padding-bottom: 2em;
  max-width: 940px;
  margin: 0 auto; }
  @media (min-width: 600px) {
    .pagina {
      padding-left: 3rem;
      padding-right: 3rem; } }
  @media (min-width: 900px) {
    .pagina {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 900px) {
    .pagina {
      padding-top: 10em;
      padding-bottom: 7em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.copyright {
  font-size: 14px;
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 4em;
  display: block !important; }
  @media (min-width: 900px) {
    .copyright {
      padding-bottom: 6em; } }

#painel-inicial {
  background: #1F355E;
  margin: 0 auto;
  padding-top: 5em;
  padding-bottom: 4em; }
  @media (min-width: 600px) {
    #painel-inicial {
      padding-top: 9em;
      padding-bottom: 6em; } }
  @media (min-width: 900px) {
    #painel-inicial {
      padding-bottom: 10em; } }

#painel-servicos,
#painel-equipe,
#painel-sobre {
  background-color: #F1F2F3; }

#painel-contato {
  background-color: #1F355E; }
  #painel-contato .pagina {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (min-width: 900px) {
      #painel-contato .pagina {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  #painel-contato .menor-coluna,
  #painel-contato .maior-coluna {
    margin: 1em auto; }
    @media (min-width: 900px) {
      #painel-contato .menor-coluna,
      #painel-contato .maior-coluna {
        margin: 0; } }

@media (min-width: 900px) {
  #painel-servicos .maior-coluna,
  #painel-equipe .maior-coluna {
    margin-top: 100px; } }

@media (min-width: 900px) {
  #painel-sobre .menor-coluna {
    margin-top: 100px; } }

#painel-clientes {
  background-color: #ffffff; }
  #painel-clientes .pagina {
    display: block; }

#logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2em; }

.logo {
  display: block;
  margin: 1em 1.5em; }
  @media (max-width: 599px) {
    .logo {
      margin: 4%;
      max-width: 25%; }
      .logo img {
        width: 100%;
        height: auto; } }

.header-content,
.footer-content {
  margin: 0 auto;
  max-width: 940px; }

#imagem-processo {
  height: auto;
  width: 100%; }

h3:after {
  font-family: 'FontAwesome';
  content: '\f078';
  position: absolute;
  top: 1px;
  right: 0;
  margin-right: 0.4em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h3.drawer-open:after {
  content: '\f077'; }

@media (min-width: 900px) {
  .colunas3 {
    max-width: 220px; }
  .colunas4 {
    max-width: 300px; }
  .colunas7 {
    max-width: 540px; }
  .colunas8 {
    max-width: 620px; } }

.colunas3,
.colunas4,
.colunas7,
.colunas8 {
  width: 100%; }
  @media (max-width: 599px) {
    .colunas3,
    .colunas4,
    .colunas7,
    .colunas8 {
      max-width: unset; } }

@media (min-width: 900px) {
  .menor-coluna {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; } }
/*# sourceMappingURL=style.css.map */