﻿@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover,
  a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before,
  .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before,
  .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before,
  .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    display: none; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

header {
  background: url(../images/bg-header.png);
  background-attachment: fixed;
  background-position: 80% 0%;
  /*height: 168px;*/ 
  min-height: 130px !important;

}

.cristal {
  min-height: 168px; }

.logo-topo {
  margin-top: 30px; }

.sub-header {
  color: #ffffff;
  float: left;
  position: relative; }

.sub-header > .login > h1.title-restrito {
  font-family: Panton Light Caps;
  font-size: 14px;
  float: left;
  position: relative;
  padding-left: 25px; }

.sub-header > .login > h1.title-restrito:before {
  content: "";
  position: absolute;
  height: 26px;
  width: 17px;
  background: url(../images/icon-cadeado.png);
  left: 0px;
  top: -8px; }

.sub-header > .login > .inputs-restrito {
  float: left;
  position: relative; }

.sub-header > .login > .inputs-restrito > label {
  float: left;
  position: absolute;
  font: 400 12px Arial;
  color: #bebebe;
  left: 20px;
  top: 20px; }

.sub-header > .login:after {
  position: absolute;
  content: "";
  height: 19px;
  width: 619px;
  bottom: -25px;
  left: 0px;
  background: url(../images/after-bottom.png); }

.sub-header > .login > .inputs-restrito > input {
  background-color: rgba(176, 205, 231, 0.2);
  border: 0px solid;
  float: left;
  margin-left: 15px;
  margin-top: 14px;
  padding: 6px;
  padding-left: 58px;
  color: #bebebe;
  font: 400 12px Arial;
  width: 181px; }

.sub-header > .login > .inputs-restrito > input:focus {
  outline: 0; }

.yelow {
  color: #f2f471; }

.btn-restrito {
  font: 300 14px Panton Light Caps;
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 5px;
  border-radius: 10px;
  margin-left: 11px;
  margin-top: 12px;
  background: transparent;
  float: left; }

.login {
  float: left;
  width: 100%; }

.sub-menu {
  float: left;
  width: 100%; }

.sub-menu {
  margin-top: 45px; }

.sub-menu > ul.menu-enge {
  color: #ffffff;
  font: 300 14px Panton Light Caps;
  list-style: none;
  float: left;
  padding: 0; }

.sub-menu > ul.menu-enge > li {
  display: inline-block;
  padding-right: 18px; }

.sub-menu > ul.menu-enge > li > a {
  padding-bottom: 3px; }

.sub-menu > ul.menu-enge > li.active > a {
  border-bottom: solid 1px #fff200; }

.sub-menu > ul.menu-enge > li > a {
  color: #ffffff; }

.sub-menu > ul.menu-enge > li > a:hover {
  text-decoration: none;
  border-bottom: solid 1px #fff200; }

.banner-01 {
  background: url(../images/slide01/images/bg-banner.jpg) 100% 100% no-repeat;
  position: relative;
  display: block;
  width: 100%;
  min-height: 551px;
  position: relative; }

.banner-01 > .pedras {
  position: relative; }

.banner-01 > .pedras:before {
  position: absolute;
  background: url(../images/slide01/images/pedras.png);
  height: 655px;
  width: 1430px;
  top: -55px;
  left: -85px; }

.home-produtos {
  background: url("../images/bg-produtos.jpg") no-repeat;
  min-height: 390px; }

.home-produtos > .container {
  background: url(../images/img-produtos.png) no-repeat;
  background-position: -15% 100%;
  min-height: 299px; }

.title-produtos {
  position: relative;
  float: left; }

.title-produtos:after {
  content: '';
  position: absolute;
  background: url(../images/separador.png);
  height: 3px;
  width: 288px; }

.title-produtos > h3 {
  color: #022d55;
  font: 700 15px Panton Light Caps;
  margin-bottom: -5px; }

.title-produtos > strong {
  color: #3073a4;
  font: 900 20px Panton Black Caps; }

.lista-de-produtos {
  float: left;
  height: 58px;
  position: relative; }

.icone > img {
  vertical-align: middle; }

.nome-produto > h3.title {
  color: #404e53;
  font: 700 15px Panton Light Caps;
  float: left;
  padding: 10px 4px;
  margin: 0;
  padding: 0; }

.nome-produto {
  float: left;
  position: absolute;
  left: 80px;
  top: 5px; }

.nome-produto > p.subtitle {
  color: #404e53;
  float: left;
  font: 900 15px Panton Black Caps;
  width: 100%; }

.lista-de-produtos > p.nome-produto > strong {
  color: #404e53;
  font: 900 15px Panton Black Caps; }

.margin-top-35 {
  margin-top: 35px; }

.frase-produtos {
  float: right;
  color: #053664;
  font: 700 13px Panton Light Caps;
  margin-top: 40px; }

.depoimento {
  position: relative;
  background: url(../images/bg-depoimento.png) no-repeat;
  min-height: 94px;
  min-width: 590;
  margin-top: 90px; }

.depoimento > p.texto-depoimento {
  color: #404040;
  font: 400 15px/25px "Myriad Pro Regular";
  width: 485px;
  position: relative;
  margin-left: 95px; }

.depoimento > p.texto-depoimento:before {
  content: "";
  background: url(../images/quote.png);
  position: absolute;
  left: -85px;
  top: 20px;
  height: 45px;
  width: 47px; }

.depoimento > a.saiba-mais-depoimento {
  color: #fe4400;
  font: 900 20px/30px Panton Black Caps;
  margin-left: 135px;
  position: absolute;
  margin-top: -10px; }

section.news {
  background: url(../images/bg-news.png);
  background-repeat: repeat-x;
  min-height: 75px;
  margin-top: 20px;
  padding: 141px 0 30px; }

.news-container {
  min-height: 440px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 2px 0px 0px #3073a4;
  border: 1px solid rgba(0, 0, 0, 0.18);
  float: left;
  margin-bottom: 24px; }

.news-container img.img-news {
  width: 100%; }

.news-container > .news-inner {
  padding-left: 11px;
  padding-right: 3px; }

.news-container > .news-inner > .topo {
  margin-top: 5px;
  margin-bottom: 8px;
  padding: 0px 0px 0 6px;
  border-left: #0c436d solid 13px; }

.news-container > .news-inner > .topo > p.data {
  color: #00b4fa;
  font: 800 14px/20px Open Sans;
  margin: 0; }

.news-container > .news-inner > .topo > h3.titulo {
  color: #00b4fa;
  font: 800 15px/20px Open Sans;
  margin: 0; }

.news-container > .news-inner > p.resumo-noticia {
  color: #8b999d;
  font: 400 14px/28px Open Sans; }

.news-container > .news-inner > p.resumo-noticia > a.saiba-mais-news {
  margin-left: 5px; }

.separador-news {
  clear: both;
  position: relative; }

.separador-news > hr {
  color: #23446c;
  background: #23446c;
  height: 1px;
  width: 100%; }

.separador-news > a.mais-news {
  background: #23446c;
  padding-top: 2px;
  border-radius: 15px;
  color: #ffffff;
  font: 700 15px/30px Panton Light Caps;
  position: relative;
  top: -37px;
  height: 34px;
  width: 227px;
  text-align: center;
  display: block;
  margin: 0 auto; }

.separador-news > a.mais-news > span {
  color: #23446c;
  font: 900 35px/30px Panton Black Caps;
  position: absolute;
  right: -30px;
  top: 1px; }

section.parceiros {
  padding-bottom: 45px; }

section.parceiros > .container {
  position: relative; }

section.fale-conosco {
  background-color: #022548;
  height: 109px;
  position: relative; }

section.fale-conosco:before {
  background: url(../images/detail-pixel.png);
  height: 34px;
  width: 397px;
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: -34px;
  margin-left: auto;
  margin-right: auto; }

section.fale-conosco > .container {
  background: url(../images/showcase-bg-fixed-01.png) no-repeat;
  height: 109px;
  background-size: 100% 100%;
  background-position: center; }

.contato-01 {
  padding-top: 25px;
  position: relative; }

.contato-01:after {
  background: url(../images/tel-mulher.png);
  height: 91px;
  width: 97px;
  position: absolute;
  right: -85px;
  top: 17px;
  content: 'asda'; }

p.footer-entre-contato {
  color: #ffffff;
  font: 400 15px Panton Light Caps;
  margin: 0 0 6px 6px;
  float: left; }

.conosco-contato {
  color: #ffffff;
  font: 900 50px/30px Panton Black Caps;
  float: left;
  margin: 0; }

.fone-contato {
  color: #ffffff;
  font: 300 30px/30px Panton Light Caps;
  float: left;
  position: absolute;
  right: 150px; }

.fone-contato > small {
  color: #ffffff;
  font: 300 20px/30px Panton Light Caps; }

.contato-img {
  max-height: 94px;
  width: 100%;
  max-width: 877px;
  display: block;
  margin: 15px auto; }

.menu-acesso-rapido > ul {
  list-style: none;
  margin: 0px;
  border-left: 1px solid;
  padding: 0px 0px 0px 14px;
  border-left-width: 1px;
  position: relative; }

.menu-acesso-rapido > ul.nav-left-content:before {
  content: 'acesso rápido';
  position: absolute;
  top: 39%;
  left: -80px;
  color: rgba(12, 70, 109, 0.31);
  font: 900 17px/30px Panton Black Caps;
  -webkit-transform: rotate(270deg); }

.menu-acesso-rapido > ul > li {
  padding-bottom: 0px; }

.menu-acesso-rapido > ul > li:first-child {
  margin-top: 0px; }

.menu-acesso-rapido > ul > li > a {
  color: #00264b;
  font: 700 12px/30px Open Sans;
  text-transform: uppercase; }

.container-social {
  margin-top: 50px; }

.container-social > .icones {
  width: 200px;
  display: block;
  margin: 0 auto; }

.container-social > .icones > a {
  margin-left: 20px; }

.container-social > h3 {
  color: #0c466d;
  font: 900 16px/30px Panton Black Caps;
  text-align: center; }

hr.hr-footer {
  height: 14px;
  background: url(../images/pattern.png); }

.marca-do-desenvolvedor {
  margin-top: 65px; }

.marca-do-desenvolvedor > p {
  color: #0d4b70;
  font: 900 16px/30px Panton Light Caps;
  text-shadow: 0px 1px 1.96px rgba(124, 114, 105, 0.71);
  text-align: right;
  line-height: 19px; }

.sub-footer {
  background: #f8f8f8;
  padding: 15px 0 30px; }

p.endereco {
  color: #0c466d;
  font: 900 16px/30px Panton Black Caps;
  text-align: center; }

p.e-mail {
  color: #0c466d;
  font: 900 16px/30px Panton Black Caps;
  text-align: center;
  position: relative; }

p.e-mail:before {
  background: url(../images/icon-contato.png);
  height: 11px;
  width: 16px;
  bottom: 0px;
  left: -20px;
  top: 9px;
  content: '';
  position: absolute; }

.owl-prev {
  position: absolute;
  top: 40px;
  left: -20px;
  background: url(../images/seta.png);
  height: 21px;
  width: 13px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25); }

.owl-next {
  position: absolute;
  top: 40px;
  right: -20px;
  background: url(../images/seta2.png);
  height: 21px;
  width: 13px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25); }

.protudos-paginas {
  background: url(../images/bg-internas.png) no-repeat;
  min-height: 100px;
  padding: 57px 0 0;
  background-position-x: 50%;
  margin-bottom: 25px;
  min-height: 600px;
 
}

.paginas-internas {
  margin: 0 0 15px;
  color: #033261;
  font: 700 35px Panton Light Caps;
  float: left;
  position: relative;
  margin-bottom: 20px; 
}

#titulo-page
{
    background: url(../images/detail-internas.png) no-repeat 70% bottom;
    margin-bottom: 5px;
}

.paginas-internas:after {
  position: absolute;
  bottom: 0px;
  /*height: 82px;*/
  width: 239px;
  content: '';
  float: left;
  margin-left: 65px;
  margin-top: 50px;
}

.paginas-internas-fase-superior {
  color: #033261;
  font: 700 14px Panton Light Caps;
  margin: 7px;
  text-align: right; }

.paginas-internas-hr {
  margin: -5px 0px 0px;
  height: 1px;
  position: relative; }

.lista-produtos-page {
  margin-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.59);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.36);
  padding-bottom: 15px;
  max-height: 105px;
  -webkit-transition: max-height 0.8s;
  -moz-transition: max-height 0.8s;
  transition: max-height 0.8s;
  overflow: hidden; }

.lista-produtos-page.open {
  max-height: 5000px;
  -webkit-transition: max-height 0.8s;
  -moz-transition: max-height 0.8s;
  transition: max-height 0.8s; }

.container-produtos {
  width: 100%;
  margin-bottom: 5px;
  float: left; }

.container-produtos .icone {
  padding: 20px 0 0 15px;
  height: 100%;
  float: left; }

.container-produtos .nome-produto {
  float: left;
  margin-top: 30px; }

.container-produtos .nome-produto.nome-grande {
  float: left;
  margin-top: 20px;
  padding-right: 25px; }

.container-produtos .nome-produto.nome-grande:before {
  float: left;
  margin-top: 8px; }

.container-produtos .nome-produto:before {
  margin-left: 27px; }

.container-produtos .nome-produto:before {
  position: absolute;
  content: '';
  left: 140px;
  top: -23px;
  width: 1px;
  height: 83px;
  background: url(../images/sep.png); }

.container-produtos .subitile-produto {
  color: #033261;
  font: 700 15px Panton Light Caps;
  line-height: 104px; }

.separando-titulo-produto {
  background: #00AEEF;
  height: 1px;
  margin-top: -10px; }

.container-produtos .descricao-produto {
  color: #404040;
  font: 300 15px Myriad Pro Regular; }

.topo-produtos {
  float: left;
  margin-bottom: 15px;
  height: 106px;
  width: 100%; }

.corpo-produto {
  float: left;
  margin-bottom: 5px; }

.corpo-produto .row {
  padding: 15px;
  padding: 0 15px 3px; }

.servicos-atributos h6 {
  color: #033261;
  font: 700 16px Panton Light Caps;
  line-height: 12px; }

.servicos-atributos ul {
  margin: 0;
  padding: 0 0 0 16px;
  color: #404040;
  font: 300 15px Myriad Pro Regular;
  float: left; }

.servicos-atributos > ul {
  margin: 0;
  padding: 0 0 0 16px;
  color: #404040;
  font: 300 15px Myriad Pro Regular; }

.servicos-atributos > ul > li > ul {
  float: left;
  padding-right: 15px; }

.servicos-promoter h3 {
  color: #033261;
  font: 700 16px Panton Light Caps; }

.servicos-promoter .serv-prod {
  float: left; }

.servicos-promoter .serv-prod img.img-prod {
  height: 58px;
  width: 58px;
  margin-bottom: 8px; }

.servicos-promoter .serv-prod p.titulo-prod {
  color: #033261;
  font: 700 18px Myriad Pro Regular;
  text-align: center; }

.servicos-promoter .serv-prod p.desc-prod {
  color: #033261;
  font: 300 15px Myriad Pro Regular;
  text-align: center; }

i.icones {
  background: url(../images/icones.png) no-repeat;
  height: 58px;
  width: 58px; }

i.icones.icones-print {
  height: 59px;
  width: 59px;
  float: left;
  background-position: 0 0px; }

i.icones.icones-boleto {
  height: 59px;
  width: 59px;
  float: left;
  background-position: 0 -181px; }

.servicos-promoter {
  margin-bottom: 10px; }

.illustracao {
  float: left;
  width: 100%; }

.icone-svg-produtos {
  height: 59px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px; }

/* This stylesheet generated by Transfonter (http://transfonter.org) */
@font-face {
  font-family: 'Open Sans';
  src: url("../font/OpenSans-Extrabold.eot");
  src: url("../font/OpenSans-Extrabold.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-Extrabold.woff2") format("woff2"), url("../font/OpenSans-Extrabold.woff") format("woff"), url("../font/OpenSans-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../font/OpenSans-Bold.eot");
  src: url("../font/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-Bold.woff2") format("woff2"), url("../font/OpenSans-Bold.woff") format("woff"), url("../font/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../font/OpenSans-Light.eot");
  src: url("../font/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-Light.woff2") format("woff2"), url("../font/OpenSans-Light.woff") format("woff"), url("../font/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../font/OpenSans.eot");
  src: url("../font/OpenSans.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans.woff2") format("woff2"), url("../font/OpenSans.woff") format("woff"), url("../font/OpenSans.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../font/OpenSans-Semibold.eot");
  src: url("../font/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-Semibold.woff2") format("woff2"), url("../font/OpenSans-Semibold.woff") format("woff"), url("../font/OpenSans-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Panton Light Caps';
  src: url("../font/Panton-LightCaps.eot");
  src: url("../font/Panton-LightCaps.eot?#iefix") format("embedded-opentype"), url("../font/Panton-LightCaps.woff2") format("woff2"), url("../font/Panton-LightCaps.woff") format("woff"), url("../font/Panton-LightCaps.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Panton Black Caps';
  src: url("../font/Panton-BlackCaps.eot");
  src: url("../font/Panton-BlackCaps.eot?#iefix") format("embedded-opentype"), url("../font/Panton-BlackCaps.woff2") format("woff2"), url("../font/Panton-BlackCaps.woff") format("woff"), url("../font/Panton-BlackCaps.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Myriad Pro Regular';
  src: url("../font/MyriadPro-Regular.eot");
  src: url("../font/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../font/MyriadPro-Regular.woff2") format("woff2"), url("../font/MyriadPro-Regular.woff") format("woff"), url("../font/MyriadPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@media screen and (max-width: 1511px) {
  .banner-01 {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: 0px;
    background-position-y: 0px; }
  .banner-rotativo {
    height: 375px; }
  .banner-01 > .pedras:before {
    display: none; }
  .banner-01 > .pedras {
    background-size: 100%; } }

@media screen and (max-width: 1200px) {
  .banner-rotativo {
    display: none; }
  .sub-header > .login {
    display: none; }
  .title-produtos {
    margin-left: 0px; }
  .home-produtos > .container {
    background: none; }
  .home-produtos > .container > .row > .col-md-offset-3 {
    margin: 0 0 0 25px;
    float: left;
    width: 100%; }
  .home-produtos {
    min-height: 315px;
    clear: both; }
  .home-produtos > .container > .row > .col-md-offset-4 {
    margin-left: 115px; }
  .home-produtos > .container > .row > .lista-de-produtos {
    max-width: 100%;
    margin-bottom: 15px; }
  .depoimento {
    float: left;
    width: 100%;
    margin-top: 55px; }
  .img-promo > img {
    width: 90%;
    margin-top: 25px;
    float: right; }
  header {
    height: 100px; } }

@media screen and (max-width: 1200px) {
  .nav-icon {
    visibility: visible !important;
    float: left; } }

@media screen and (min-width: 200px) and (max-width: 1220px) {
  .logo-topo {
    margin-top: 15px;
    width: 216px;
    float: left; }
  p.frase-produtos {
    text-align: left;
    float: left;
    margin: 5px 0 0 25px; } }

.nav-icon {
  visibility: hidden;
  float: right;
  position: absolute;
  right: 30px; }

.nav-icon.open {
  visibility: hidden;
  float: right;
  position: absolute;
  z-index: 1000;
  right: 30px; }

.nav-icon > a {
  float: right;
  display: block;
  clear: both; }

.nav-icon > a > span {
  height: 3px;
  width: 35px;
  background: #fff;
  content: "";
  float: right;
  margin-top: 40px;
  position: relative;
  cursor: pointer; }

.nav-icon > a > span:before {
  height: 3px;
  width: 35px;
  background: #fff;
  content: "";
  position: absolute;
  top: 9px;
  left: 0; }

.nav-icon > a > span:after {
  height: 3px;
  width: 35px;
  background: #fff;
  content: "";
  position: absolute;
  top: -9px;
  left: 0; }

.nav-icon.open > a > span {
  background: transparent;
  opacity: 0.8; }

.nav-icon.open > a > span:before {
  top: -5px;
  left: 0;
  transform: rotate(45deg); }

.nav-icon.open > a > span:after {
  top: -5px;
  transform: rotate(-45deg); }

.nav-icon > a > span, .nav-icon > a > span:before, .nav-icon > a > span:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

@media screen and (max-width: 1200px) {
  .sub-menu {
    visibility: visible;
    height: 0px;
    position: absolute;
    top: -1000px;
    float: left; }
  .sub-menu.open {
    visibility: visible;
    position: fixed;
    float: left;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    background: #022548;
    z-index: 100;
    opacity: 0.9; }
  ul.menu-enge li {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin-bottom: -5%; }
  .sub-menu.open > ul.menu-enge li {
    margin-bottom: -0%; }
  .sub-menu > ul {
    top: 45%;
    position: absolute;
    text-align: center;
    width: 100%;
    -moz-transform: translatey(-45%);
    -ms-transform: translatey(-45%);
    -o-transform: translatey(-45%);
    -webkit-transform: translatey(-45%);
    transform: translatey(-45%); }
  .sub-menu > ul.menu-enge > li {
    display: block;
    padding-bottom: 15px; }
  .home-produtos > .container > .row > .col-md-offset-3 {
    margin: 0px;
    padding-left: 40px; }
  .sub-menu > ul.menu-enge > li > a {
    font-size: 30px;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; } }

/*
@media screen and (min-width: 500px) and (max-width: 600px){
    .col-600-900-30{
        width: 20%;
    }
    .col-600-900-25{
        width: 55%;
    }
} 
*/
@media screen and (max-width: 600px) {
  .home-produtos > .container .lista-de-produtos {
    margin-left: 0px !important;
    margin-left: 5px !important;
    float: left; }
  .home-produtos .title-produtos {
    margin-left: -20px; }
  .frase-produtos {
    margin-left: 5px !important; }
  .margin-top-35 {
    margin-top: 9px; }
  section.news {
    float: left !important;
    padding: 0px 0 30px;
    background: none; }
  .marca-do-desenvolvedor {
    margin-top: 15px; }
  .marca-do-desenvolvedor > p {
    text-align: center; }
  .menu-acesso-rapido > ul {
    margin-left: 10px; }
  .parceiros {
    overflow: hidden !important; }
  header {
    overflow: hidden !important; }
  .home-produtos {
    overflow: hidden !important; }
  p.e-mail:before {
    position: relative;
    display: hide; }
  img.footer-logo {
    margin-bottom: 5px; }
  section, footer.footer-enge {
    overflow: hidden; }
  section.fale-conosco {
    display: none; }
  section.protudos-paginas h1.paginas-internas {
    font-size: 1.8em;
    margin-bottom: 7px; }
  section.protudos-paginas .paginas-internas-fase-superior {
    text-align: left;
    font: 700 0.8em Panton Light Caps;
    width: 80%; }
  section.protudos-paginas .container-produtos .subitile-produto {
    display: none; }
  .container-produtos .nome-produto:before {
    display: none; }
  .separando-titulo-produto {
    margin-top: 0px; }
  .paginas-internas-hr {
    margin: 14px 0px 12px;
    height: 1px;
    position: relative; }
  .protudos-paginas {
    padding: 20px 0 0;
    background-position-y: -30px; }
  .lista-produtos-page:last-child {
    margin-bottom: 45px; } }

@media screen and (min-width: 600px) and (max-width: 1200px) {
  section {
    overflow: hidden; }
  .lista-de-produtos {
    margin-left: 16px !important; }
  .margin-top-35 {
    margin-top: 15px !important; }
  .col-600-900-30 {
    width: 30%; }
  .col-600-900-25 {
    width: 25%; } }

.link-sair-custom
{
 color: #fff;
}

.link-sair-custom:hover
{
 color: #fff200;
}
/*# sourceMappingURL=app.css.map */