@charset "UTF-8";
/* ==========================================================================
   font / regular
============================================================================= */
@font-face {
  font-family: 'syntax-lt-std';
  src: url("../../fonts/syntaxltstd-roman.eot");
  src: url("../../fonts/syntaxltstd-roman.eot?#iefix") format("embedded-opentype"), url("../../fonts/syntaxltstd-roman.svg#syntax_lt_stdregular") format("svg"), url("../../fonts/syntaxltstd-roman.ttf") format("truetype"), url("../../fonts/syntaxltstd-roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* ==========================================================================
   font / italic
============================================================================= */
@font-face {
  font-family: 'syntax-lt-std';
  src: url("../../fonts/syntaxltstd-italic.eot");
  src: url("../../fonts/syntaxltstd-italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/syntaxltstd-italic.svg#syntax_lt_stditalic") format("svg"), url("../../fonts/syntaxltstd-italic.ttf") format("truetype"), url("../../fonts/syntaxltstd-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

/* ==========================================================================
   font / black
============================================================================= */
@font-face {
  font-family: 'syntax-lt-std';
  src: url("../../fonts/syntaxltstd-black.eot");
  src: url("../../fonts/syntaxltstd-black.eot?#iefix") format("embedded-opentype"), url("../../fonts/syntaxltstd-black.svg#syntax_lt_std_blackregular") format("svg"), url("../../fonts/syntaxltstd-black.ttf") format("truetype"), url("../../fonts/syntaxltstd-black.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

/* ==========================================================================
   font / bold
============================================================================= */
@font-face {
  font-family: 'syntax-lt-std';
  src: url("../../fonts/syntaxltstd-bold.eot");
  src: url("../../fonts/syntaxltstd-bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/syntaxltstd-bold.svg#syntax_lt_stdbold") format("svg"), url("../../fonts/syntaxltstd-bold.ttf") format("truetype"), url("../../fonts/syntaxltstd-bold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ==========================================================================
    Fontes
============================================================================= */
/* ==========================================================================
    Paleta de cores
============================================================================= */
/* ==========================================================================
    Larguras
============================================================================= */
/* ==========================================================================
    Largura
============================================================================= */
/* ==========================================================================
   media queries
============================================================================= */
/* ==========================================================================
    Geral
============================================================================= */
* {
  outline: none;
  border: none;
  border-collapse: inherit;
  color: inherit;
  list-style: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

html, body {
  height: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  max-width: 1920px;
  height: 100% !important;
  font-size: 14px;
  margin: 0 auto;
  position: relative;
  font-family: "syntax-lt-std", Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  background-color: #fff;
}

::-moz-selection {
  background: rgba(27, 111, 133, 0.6);
  color: #fff;
  text-shadow: none;
}

::selection {
  background: rgba(27, 111, 133, 0.6);
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: rgba(27, 111, 133, 0.6);
  color: #fff;
  text-shadow: none;
}

a {
  text-decoration: none;
}

a:focus, a:hover {
  text-decoration: none;
}

ul, ol, li, dl, dt, dd {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, address {
  font-weight: normal;
  font-style: normal;
}

iframe {
  border: none;
}

p {
  margin-bottom: 16px;
  line-height: 18px;
}

/* ==========================================================================
   clearfix
============================================================================= */
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   border-box
============================================================================= */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========================================================================
   Formulário
============================================================================= */
button {
  cursor: pointer;
}

/* ==========================================================================
   noscript
============================================================================= */
noscript .overlay {
  position: fixed;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #000;
  opacity: .80;
}

noscript .mensagem {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000001;
  margin: -67px 0 0 -245px;
  padding: 45px 0 0 140px;
  width: 500px;
  height: 120px;
  background-image: url(../../imgs/geral/alert.png);
  background-position: left top;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
}

/* ==========================================================================
   customForm
============================================================================= */
.customHidden,
.customHidden .customInputFileHidden {
  visibility: hidden;
}

/* ==========================================================================
    Editor
============================================================================= */
.editor ul {
  display: block;
  margin: 15px 0;
}

.editor ul li {
  margin: 12px 0 0 0;
  list-style: disc;
}

.editor ol {
  margin: 15px 0 15px 20px;
  padding-left: 0;
}

.editor ol li {
  margin: 12px 0 0 0;
  list-style: decimal;
}

.editor table {
  margin: 20px 0 20px 0;
  border-collapse: collapse;
}

.editor table td {
  padding: 10px;
  border: 1px solid #fff;
}

.editor table thead td,
.editor table thead th {
  padding: 10px;
  font-weight: bold;
}

/* ==========================================================================
    BxSlider
============================================================================= */
a.disabled {
  display: none !important;
}

/* ==========================================================================
    Mixin
============================================================================= */
.container {
  max-width: 1220px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.page-title {
  margin-bottom: 10px;
}

.page-title time {
  display: block;
  padding-top: 20px;
  color: #dd5555;
}

.detalhe header {
  margin-bottom: 20px;
}

.detalhe header h2 {
  display: block;
  font-size: 22px;
  color: #882222;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.detalhe header h3 {
  margin-bottom: 5px;
}

.detalhe header ul {
  margin-bottom: 10px;
}

.detalhe header ul li {
  font-size: 10px;
  margin-right: 3px;
  display: inline-block;
  text-transform: uppercase;
}

.detalhe header ul li:after {
  content: ',';
}

.detalhe header ul li a {
  color: #1f2d3b;
}

.detalhe header ul li a:hover {
  color: #00a3eb;
}

.detalhe header ul li:last-child:after {
  display: none;
}

.detalhe .editor {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 40px;
}

.detalhe .editor p {
  line-height: 140%;
}

.detalhe .editor ul, .detalhe .editor ol {
  margin: 40px 20px;
}

.detalhe .area-img {
  float: right;
}

@media (max-width: 991px) {
  .detalhe .area-img {
    float: none !important;
  }
  .detalhe .area-img .img-responsive {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=detalhe.css.map */