@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);

@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
q:before,
q:after {
  content: "";
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */

  font-size: 100%;
  /* 2 */

  margin: 0;
  /* 3 */

}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.fleft {
  display: inline;
  float: left;
}
.fright {
  display: inline;
  float: right;
}
.fnone {
  display: block !important;
  float: none !important;
}
.btn {
  margin-top: 10px;
  margin-right: 10px;
  padding: 14px 26px;
  font-size: 14px;
  line-height: 100%;
  color: #fff!important;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.1s ease-in-out;
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  -ms-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Source Sans Pro', sans-serif;
}
.btn:active {
  padding-top: 15px;
  margin-bottom: -1px;
}
.btn,
.btn:hover,
.btn:active {
  outline: 0 none;
  text-decoration: none;
  color: #fff;
}
.btn-tranparent {
  background: url(../img/layout/seta_btn.png) no-repeat right;
  border: 1px #58cfa7 solid;
  background-color: transparent;
  border-radius: 3px;
  color: #72706f;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  float: left;
  padding: 13px;
}
.btn-grande {
  width: 459px;
  font-size: 29px;
  font-weight: bold;
}
.btn-medio {
  width: 261px;
  height: 81px;
  font-size: 24px;
  font-weight: 500;
}
.btn-pequeno {
  width: 119px!important;
}
.btn-verde {
  background-color: #3fc99b;
  box-shadow: 0px 3px 0px 0px #2dad82;
}
.btn-verde:hover {
  background-color: #3ad8a3;
}
.btn-verde:active {
  box-shadow: 0px 1px 0px 0px #2dad82;
}
.btn-laranja {
  background-color: #f2b900;
  box-shadow: 0px 3px 0px 0px #d8a603;
}
.btn-laranja:hover {
  background-color: #f9bf03;
}
.btn-laranja:active {
  box-shadow: 0px 1px 0px 0px #d8a603;
}
.btn-cinza {
  background-color: #828282;
  box-shadow: 0px 3px 0px 0px #6d6d6d;
}
.btn-cinza:hover {
  background-color: #8f8f8f;
}
.btn-cinza:active {
  box-shadow: 0px 1px 0px 0px #6d6d6d;
}
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  display: table;
  content: "";
  line-height: 0;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img,
video,
iframe,
object {
  max-width: 100%;
}
html {
  font-size: 62.5%;
  height: 100%;
  background-color: #fff;
}
body#capa {
  height: 100%;
}
body {
  height: 100%;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  color: #929292;
}
a {
  text-decoration: none;
  outline: 0;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
div#banner-wrapper {
  min-height: 500px;
  position: relative;
}
#accessJumperMenu {
  display: none;
  position: absolute;
  top: -150px;
}
#activity {
  position: absolute;
  position: fixed !important;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  background: url(../img/loader.gif) no-repeat center center;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  text-indent: -1000em;
  overflow: hidden;
  z-index: 1000;
}
#activity.disabled {
  display: none;
  visibility: hidden;
}
.crop-area {
  *zoom: 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1210px;
  width: auto;
}
.crop-area:before,
.crop-area:after {
  display: table;
  content: "";
  line-height: 0;
}
.crop-area:after {
  clear: both;
}
.crop-area:before,
.crop-area:after {
  content: "";
  display: table;
}
.crop-area:after {
  clear: both;
}
.ie7 .crop-area,
.ie8 .crop-area {
  width: 1210px;
}
#page {
  margin: 0 auto;
  position: relative;
  min-height: 100%;
}
/* ---------------------------------------------------------------- */
div.banner-conteiner {
  position: fixed !important;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  display: none;
  z-index: 1000;
}
div.banner-conteiner div.banner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  left: 0;
  top: 0;
}
div.banner-conteiner #banner-flutuante {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -407px;
  margin-top: -200px;
  width: 814px;
  z-index: 1000;
}
div.banner-conteiner #banner-flutuante a.bt-fechar {
  display: inline;
  float: right;
  background: #161F7B;
  padding: 4px 20px;
  color: #FFF;
}
div.banner-conteiner #banner-flutuante a.bt-fechar:hover {
  background: #1E2996;
}
div.banner-conteiner #banner-flutuante a img {
  width: 814px;
}
@media all and (max-width: 860px) {
  #content .titulo_paginas {
    margin-top: 30px!important;
  }
  div#banner-wrapper {
    min-height: 100px;
  }
}
@media all and (max-width: 480px) {
  body {
    font-size: 1.3em;
  }
  #content .titulo_paginas {
    margin-top: 30px!important;
  }
}
@media all and (max-width: 900px) {
  
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-top: 1px;
}
header.efeito_topo {
  top: 0px;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
header {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 123px;
  background-color: #fff;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
header .crop-area .content {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
}
header h1 {
  width: 104px;
  height: 0px;
  display: inline;
  float: left;
  margin-top: 25px;
}
header h1 img,
header h1 a {
  width: 100%;
  display: block;
}
header #main-nav {
  float: right;
  margin-top: 30px;
  margin-left: 153px;
}
header #main-nav li {
  float: right;
  margin-right: 20px;
  line-height: 7px;
}
header #main-nav li a {
  font-size: 14px;
  font-weight: 400;
  display: block;
  text-decoration: none;
  color: #3c3c3c;
  font-family: 'Lato', sans-serif;
  outline: none;
}
header #main-nav li a span {
  padding-left: 18px;
}
header #main-nav li .sub a {
  height: 44px;
  width: 169px;
  /* border-radius: 8px; */

  color: #fff;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
  text-align: center;
  padding-top: 18px;
}
header #main-nav li.first {
  margin-right: 0px;
}
header #main-nav li.last a {
  background: none;
}
header #main-nav li.current a,
header #main-nav li a:hover {
  color: #ed3337;
}
header #main-nav li.current a span,
header #main-nav li a:hover span {
  color: #3c3c3c;
}
header #main-nav li.current a {
  font-weight: 700;
}
header #main-nav .sub ul li a:hover .principal a {
  color: #fff!important;
}
header #main-nav ul li:hover > .sub {
  display: block;
}
header #main-nav .sub {
  position: absolute;
  z-index: -999;
  background: 0 0;
  display: none;
  margin-top: -8px;
  width: 169px;
  margin-left: -39px;
  background-color: #3fc99b;
  border-radius: 6px;
}
header #main-nav .sub li a:hover {
  background: none;
  background-color: #31a780;
  height: 44px;
}
header #main-nav .sub li {
  background: none;
  width: 169px;
  border-bottom: 1px rgba(255, 255, 255, 0.38) solid;
}
header #main-nav .sub ul {
  margin-top: 12px;
}
header #main-nav ul > li > ul > li {
  float: none!important;
  overflow: hidden;
}
header #main-nav .sub .first a:hover {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
header #main-nav .sub .last a:hover {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom: 0px;
}
header #main-nav .sub .last {
  border-bottom: 0px;
}
header #main-nav .sub ul li.last {
  background-color: #d36c1f!important;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  border-top: 1px solid #969696;
}
header #main-nav .sub ul li a {
  color: #ffffff;
  border-right: none;
  padding: 9px 28px 9px 29px;
  background-color: #b4b4b4;
  float: none!important;
}
header #main-nav .sub ul li a:hover {
  color: #ffffff;
  background-color: #d36c1f;
}
header #formBusca {
  display: inline;
  float: right;
  width: 334px;
  height: 34px;
  margin-top: 27px;
}
header #formBusca .text {
  display: inline;
  float: left;
  width: 87%;
  height: 100%;
}
header #formBusca .text input[type="text"] {
  -webkit-appearance: none;
  display: inline;
  float: left;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #c7c7c7;
  border: 1px solid #e7e7e7;
  padding: 8px 10px;
  background-color: #f5f5f5;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-box-shadow: inset 1px 0px 5px 0px #e7e7e7;
  -moz-box-shadow: inset 1px 0px 5px 0px #e7e7e7;
  box-shadow: inset 1px 0px 5px 0px #e7e7e7;
}
header #formBusca input[type="submit"] {
  border: 0;
  padding: 0;
  width: 13%;
  height: 100%;
  background: #dc322a url(../img/layout/bt_busca.png) no-repeat center center;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
*header #main-nav {
  width: 640px;
}
*header #formBusca input[type="submit"] {
  height: 34px;
}
@media all and (max-width: 1024px) {
  header #main-nav {
    margin-left: 105px;
  }
  header #main-nav li {
    margin-right: 11px;
  }
}
@media all and (max-width: 860px) {
  body#capa {
    background: none!important;
  }
  header h1 {
    margin-top: 25px;
  }
  header {
    position: relative!important;
    top: 0px;
  }
  header .bt-navbar {
    display: block;
    position: absolute;
    top: 40px;
    right: 4px;
    text-align: center;
    width: 40px;
    height: 39px;
    padding: 6px;
    cursor: pointer;
    background: url(../img/layout/hamburguer.png) no-repeat;
  }
  header nav#main-nav {
    display: none;
    position: absolute;
    right: 0;
    width: 100%;
    background: #00A757;
    text-align: center;
    margin-top: 125px;
    z-index: 1000;
  }
  header nav#main-nav ul li {
    display: block !important;
    float: none !important;
    width: 100%;
    background: none;
    font-size: 1.2em;
    margin-left: 0!important;
    padding-left: 0px!important;
  }
  header nav#main-nav ul li a span {
    display: none;
  }
  header nav#main-nav ul#header-nav li a {
    display: inline;
    float: right;
    padding: 18px 10px;
    line-height: 5px;
    width: 100%;
    font-weight: 600;
    color: #fff;
    height: 50px;
    border-bottom: 1px #36b58a solid;
  }
  header nav#main-nav ul#header-nav li.current a,
  header nav#main-nav ul#header-nav li a:hover {
    box-shadow: none;
    border-radius: 0px;
    color: #FFF;
    background: 0 0;
    background-color: rgba(255, 255, 255, 0.08);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  header #main-nav .agende {
    display: none!important;
  }
  header nav#main-nav ul#header-nav .nao_precisa {
    display: none;
  }
}
@media all and (max-width: 530px) {
  header nav#main-nav ul#header-nav .nao_precisa {
    display: none;
  }
}
footer {
  height: 276px;
  background: url(../img/layout/bg_footer.png) repeat-x center;
  color: #22376f;
  margin-top: 50px;
}
footer .big-wrap {
  height: 100%;
}
footer .big-wrap .content {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  padding-top: 36px;
}
footer .big-wrap .content .menu_rodape {
  float: left;
}
footer .big-wrap .content .menu_rodape #header-nav-footer li {
  float: left;
  margin-right: 20px;
  line-height: 7px;
}
footer .big-wrap .content .menu_rodape #header-nav-footer li a {
  font-size: 14px;
  font-weight: 400;
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: 'Lato', sans-serif;
}
footer .big-wrap .content .menu_rodape #header-nav-footer li a span {
  padding-left: 18px;
}
footer .big-wrap .content .icon_face {
  background: url(../img/layout/icon_face_branco.png) no-repeat;
  float: right;
  width: 10px;
  height: 18px;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 20px;
}
footer .big-wrap .content .icon_insta {
  background: url(../img/layout/icon_insta_branco.png) no-repeat;
  float: right;
  width: 19px;
  height: 19px;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
footer .big-wrap .content .enderecos {
  float: left;
  width: 100%;
  margin-top: 70px;
}
footer .big-wrap .content .enderecos .lista_enderecos li {
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #282828;
  margin-right: 73px;
  line-height: 25px;
}
footer .big-wrap .content .enderecos .lista_enderecos li strong {
  font-weight: 900;
}
footer .big-wrap .content .enderecos .lista_enderecos li.last {
  margin-right: 0px;
}
footer .big-wrap .content .box-bottom {
  clear: both;
  padding-top: 45px;
  color: #b7b7b7;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}
footer .big-wrap .content .box-bottom .rights {
  display: inline;
  float: left;
  color: #282828;
}
footer .big-wrap .content .box-bottom .dev {
  display: inline;
  float: right;
  margin-top: -16px;
}
footer .big-wrap .content .box-bottom .dev a {
  float: right;
  background: url(../img/layout/burn.png) no-repeat;
  width: 77px;
  height: 39px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
}
@media all and (max-width: 1024px) {
  footer .big-wrap .content .enderecos .lista_enderecos li {
    width: 235px;
    margin-right: 12px;
  }
  footer .big-wrap .content .menu_rodape #header-nav li {
    margin-right: 15px;
  }
}
@media all and (max-width: 860px) {
  footer {
    background: none;
    border-top: 10px #ED3337 solid;
  }
  footer .big-wrap .content .icon_insta {
    display: none;
  }
  footer .big-wrap .content .icon_face {
    display: none;
  }
  footer .big-wrap .content .enderecos {
    margin-top: 0px;
  }
  footer .big-wrap .content .enderecos .lista_enderecos li {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
    margin-bottom: 20px;
  }
  footer .big-wrap .content .menu_rodape {
    display: none;
  }
  footer .big-wrap .content .box-bottom .rights {
    text-align: center;
  }
  footer .big-wrap .content .box-bottom .dev {
    float: left;
    width: 100%;
  }
  footer .big-wrap .content .box-bottom .dev a {
    float: left;
    width: 100%;
    text-align: center;
    background: none;
    color: #282828;
    text-indent: 0;
    white-space: normal;
    overflow: auto;
    margin-top: 40px;
  }
}
#content .title-page {
  cursor: default;
  margin: 0 0 15px;
}
#content .title-page h2 {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
  /*text-transform: uppercase;*/

  margin: 0;
  padding: 0;
}
#content p {
  font-size: 1.1em;
  line-height: 17px;
  text-align: justify;
  padding: 0;
  padding-bottom: 20px;
  color: #929292;
}
#content .img-empresa {
  display: inline;
  float: left;
  margin-right: 18px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#content .img-empresa + p {
  padding-top: 9px;
}
.paging {
  text-align: right;
  clear: both;
  margin: 40px 0 9px;
  cursor: default;
  line-height: 21px;
}
.paging a,
.paging span.current {
  display: inline-block;
  color: #282828;
  background: #fff;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  padding: 6px 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px #282828 solid;
}
.paging span.current,
.paging a:hover {
  color: #ffffff;
  background: #ed3337;
  border: 1px #ed3337 solid;
}
.paging .disabled {
  display: none;
}
/* SCROLL */
#content ::-webkit-scrollbar {
  height: 9px;
  width: 7px;
}
#content ::-webkit-scrollbar-button:start:decrement,
#content ::-webkit-scrollbar-button:end:increment {
  background-color: transparent;
  display: block;
  height: 0;
}
#content ::-webkit-scrollbar-track-piece {
  background-color: #F3F3F3;
}
#content ::-webkit-scrollbar-thumb:vertical,
#content ::-webkit-scrollbar-thumb:horizontal {
  background-color: #d6d6d6;
}
/* NOTICES AND ERRORS */
.message {
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
  font-size: 21px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
  padding: 20px 0;
  background: #dc322a;
  position: fixed !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  color: #ffffff;
  cursor: default;
  border-bottom: 3px solid #d42b23;
}
.message .error {
  background: #046DA3;
  border-bottom: 2px solid #036598;
  color: #ffffff;
}
#content h2 {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  margin-top: 40px;
  margin-bottom: 22px;
  font-family: 'Open Sans';
  font-size: 37px;
  font-weight: 300;
  color: #929292;
}
#content .tit_paginas {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #282828;
  text-transform: uppercase;
  margin-top: 57px;
}
#content .breadcrumb {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  font-size: 11px;
  margin-bottom: 10px;
  margin-top: -38px;
  color: #959595;
}
#content .breadcrumb span a {
  color: #959595;
  padding: 3px;
}
#content .breadcrumb span.current a {
  padding: 3px 7px;
  background: #eeeeee;
}
#content .breadcrumb span a:hover {
  text-decoration: underline;
}
.lista-noticias-generic li {
  width: 100%;
}
.lista-noticias-generic li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #929292;
  padding-bottom: 22px;
  background: url(../img/layout/dotted.png) repeat-x left bottom;
}
.lista-noticias-generic li a * {
  padding-bottom: 5px;
}
.lista-noticias-generic li.break-line {
  padding-bottom: 0;
  background: none;
}
.lista-noticias-generic a img {
  padding-bottom: 0;
}
.lista-noticias-generic .img-wrap {
  display: inline;
  float: left;
  padding-right: 4%;
  background: none!important;
}
.lista-noticias-generic img {
  display: inline;
  float: left;
  display: block;
  border: 1px solid #dfdfdf;
}
.lista-noticias-generic .data {
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #7d7d7d;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.lista-noticias-generic .titulo {
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #f2b900;
  margin-bottom: 10px;
}
.lista-noticias-generic .texto {
  display: block;
  font-size: 13px;
  line-height: 18px;
}
.lista-noticias-generic em {
  display: inline;
  float: left;
  font-family: 'Open Sans';
  font-size: 14px;
  font-style: normal;
  color: #6f6f6f;
  margin-top: 10px;
}
.lista-noticias-generic a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.lista-noticias-generic a:hover .data,
.lista-noticias-generic a:hover .titulo,
.lista-noticias-generic a:hover .texto {
  text-decoration: underline;
}
.lista-noticias-generic a:hover em {
  color: #e77817;
  text-decoration: underline;
}
.bt-style-plus {
  clear: left;
  padding: 0;
  border: 0;
  display: inline;
  float: left;
  background: #e77817;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 300;
  text-shadow: -1px -1px 2px #a14c06;
  color: #fff;
  padding: 9px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.bt-style-add:hover,
.bt-style-voltar:hover,
.bt-style-plus:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.bt-style-voltar {
  clear: left;
  padding: 0;
  border: 0;
  display: inline;
  float: left;
  background: #e77817;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 300;
  text-shadow: -1px -1px 2px #a14c06;
  color: #fff;
  padding: 9px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-left: 23px;
  background-image: url(../img/layout/icon_voltar.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}
.bt-style-add {
  clear: left;
  padding: 0;
  border: 0;
  display: inline;
  float: left;
  background: #e77817;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 300;
  text-shadow: -1px -1px 2px #a14c06;
  color: #fff;
  padding: 9px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-left: 30px;
  background-image: url(../img/layout/icon_add.png);
  background-repeat: no-repeat;
  background-position: 10px 9px;
}
.border-style-1 {
  padding: 3px;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.voltar-wrap {
  clear: both;
}
.lista-destaque-generic li {
  width: 100%;
}
.lista-destaque-generic li a {
  display: block;
  width: 100%;
  height: 132px;
  margin-bottom: 183px;
  color: #929292;
  padding-bottom: 22px;
}
.lista-destaque-generic li a * {
  padding-bottom: 5px;
}
.lista-destaque-generic li.break-line {
  padding-bottom: 0;
  background: none;
}
.lista-destaque-generic a img {
  padding-bottom: 0;
}
.lista-destaque-generic .img-wrap {
  display: inline;
  float: left;
  padding-right: 1%;
  background: #fff;
}
.lista-destaque-generic img {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  display: block;
  border: 1px solid #dfdfdf;
  width: 376px;
  height: auto;
  margin-right: 17px;
}
.lista-destaque-generic .data {
  display: block;
  font-family: arial;
  font-weight: bold;
  font-size: 15px;
  color: #1a3266;
  /* border-bottom: 1px solid #eee; */

  padding-bottom: 8px;
  margin-bottom: 8px;
  /* background-color: #e6e6e6; */

  border-radius: 4px;
  line-height: 27px;
  height: 28px;
}
.lista-destaque-generic .titulo {
  display: block;
  font-family: arial;
  font-size: 25px;
  font-weight: bold;
  color: #1a3266;
  margin-bottom: 10px;
}
.lista-destaque-generic .texto {
  display: block;
  font-size: 13px;
  line-height: 18px;
  text-align: justify;
  color: #5e5e5e;
}
.lista-destaque-generic em {
  display: inline;
  float: left;
  color: #caa200;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 30px;
  font-style: inherit;
}
.lista-eventos-generic li {
  width: 100%;
}
.lista-eventos-generic li a {
  margin-left: 3px;
  display: block;
  width: 100%;
  color: #929292;
  padding-bottom: 22px;
}
.lista-eventos-generic li a * {
  padding-bottom: 5px;
}
.lista-eventos-generic li.break-line {
  padding-bottom: 0;
  background: none;
}
.lista-eventos-generic a img {
  padding-bottom: 0;
}
.lista-eventos-generic .img-wrap {
  display: inline;
  float: left;
  padding-right: 2%;
}
.lista-eventos-generic img {
  display: inline;
  float: left;
  display: block;
  border: 1px solid #dfdfdf;
  width: 135px;
  height: 100px;
}
.lista-eventos-generic .data {
  display: block;
  font-family: arial;
  font-weight: bold;
  font-size: 15px;
  color: #1a3266;
  padding-bottom: 8px;
  margin-bottom: -4px;
  border-radius: 4px;
  line-height: 12px;
  height: 28px;
}
.lista-eventos-generic .titulo {
  display: block;
  font-family: arial;
  font-size: 15px;
  font-weight: 700;
  color: #1a3266;
  margin-bottom: 5px;
}
.lista-eventos-generic .texto {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #5e5e5e;
  width: 429px;
}
.lista-eventos-generic em {
  display: inline;
  float: left;
  color: #caa200;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 30px;
  font-style: inherit;
}
.lista-artigos-generic li {
  width: 100%;
}
.lista-artigos-generic li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #929292;
}
.lista-artigos-generic li a * {
  padding-bottom: 5px;
}
.lista-artigos-generic li.break-line {
  padding-bottom: 0;
  background: none;
}
.lista-artigos-generic a img {
  padding-bottom: 0;
  width: 104px;
}
.lista-artigos-generic .img-wrap {
  display: inline;
  float: left;
  padding-right: 4%;
  background: #fff;
}
.lista-artigos-generic .img-wrap2 {
  display: inline;
  float: left;
  padding-right: 2%;
}
.lista-artigos-generic .img-wrap2 img {
  display: inline;
  float: left;
  padding-right: 0%;
  background: #fff;
  width: 465px;
}
.lista-artigos-generic img {
  display: inline;
  float: left;
  display: block;
  border: 1px solid #dfdfdf;
}
.lista-artigos-generic img .view {
  display: inline;
  float: left;
  display: block;
  border: 1px solid #dfdfdf;
  width: 400px;
}
.lista-artigos-generic .data {
  display: block;
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 11px;
  color: #5d5d5d;
  padding-bottom: 8px;
}
.lista-artigos-generic .titulo {
  display: block;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 600;
  color: #5d5d5d;
}
.lista-artigos-generic .texto {
  display: block;
  font-size: 13px;
  line-height: 13px;
}
.lista-artigos-generic em {
  display: inline;
  float: left;
  font-family: 'Open Sans';
  font-size: 14px;
  font-style: normal;
  color: #6f6f6f;
  margin-top: 10px;
}
.lista-artigos-generic a:hover {
  text-decoration: underline;
}
.lista-artigos-generic a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.lista-artigos-generic a:hover .data,
.lista-artigos-generic a:hover .titulo,
.lista-artigos-generic a:hover .texto {
  text-decoration: underline;
}
.lista-artigos-generic a:hover em {
  color: #e77817;
  text-decoration: underline;
}
@media screen and (max-width: 752px) {
  .content-top {
    display: none;
  }
}
@media all and (max-width: 480px) {
  #content h2 {
    font-size: 24px;
  }
}
#capa header h1 {
  margin-top: 13px;
}
#capa #content .bg_eventos {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #eeeeee;
  height: 457px;
}
#capa #content .bg_horario {
  position: absolute;
  right: 0px;
  background-color: #ed3337;
  height: 366px;
  width: 510px;
  margin-top: 51px;
  color: transparent;
}
#capa #content .eventos {
  position: relative;
  height: 457px;
  padding-top: 70px;
}
#capa #content .eventos .cont_eventos {
  display: inline;
  float: left;
  width: 63.125%;
  margin: 0 0.9375%;
  *width: 63.072916666666664%;
  *margin: 0 0.8854166666666666%;
  margin-right: 20px;
}
#capa #content .eventos .cont_eventos h3 {
  background: url(../img/layout/icon_evento.png) no-repeat 0px;
  font-family: 'Oswald', sans-serif;
  height: 26px;
  color: #3c3c3c;
  font-size: 22px;
  font-weight: 500;
  padding-left: 40px;
  line-height: 29px;
  margin-bottom: 25px;
}
#capa #content .eventos .cont_eventos .icon_mais {
  background: url(../img/layout/icon_mais.png) no-repeat;
  float: right;
  color: transparent;
  width: 37px;
  height: 32px;
  margin-top: -54px;
}
#capa #content .eventos .cont_eventos .icon_mais:hover {
  background: url(../img/layout/icon_mais_hover.png) no-repeat;
}
#capa #content .eventos .cont_eventos .lista_eventos {
  float: left;
  width: 100%;
}
#capa #content .eventos .cont_eventos .lista_eventos li {
  display: inline;
  float: left;
  width: 30.625000000000004%;
  margin: 0 0.9375%;
  *width: 30.57291666666667%;
  *margin: 0 0.8854166666666666%;
  height: 284px;
  margin: 0px;
  background-color: #e0e0e0;
  margin-right: 31px;
}
#capa #content .eventos .cont_eventos .lista_eventos li img {
  width: 100%;
}
#capa #content .eventos .cont_eventos .lista_eventos li .tit {
  text-align: center;
  color: #282828;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  padding: 10px;
  line-height: 21px;
}
#capa #content .eventos .cont_eventos .lista_eventos li .data {
  font-size: 14px;
  color: #282828;
  font-family: 'Lato', sans-serif;
  text-align: center;
}
#capa #content .eventos .cont_eventos .lista_eventos li .btn_saiba {
  width: 121px;
  height: 32px;
  font-size: 14px;
  color: #282828;
  font-family: 'Lato', sans-serif;
  text-align: center;
  border: 1px #282828 solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 8px 10px;
  float: left;
  margin: 12px 59px;
}
#capa #content .eventos .cont_eventos .lista_eventos li .btn_saiba:hover {
  background-color: #282828;
  color: #e0e0e0;
}
#capa #content .eventos .cont_eventos .lista_eventos li.last {
  margin-right: 0px;
}
#capa #content .eventos .cont_horarios {
  display: inline;
  float: left;
  width: 31.458333333333332%;
  margin: 0 0.9375%;
  *width: 31.40625%;
  *margin: 0 0.8854166666666666%;
  height: 366px;
  background-color: #ed3337;
  padding-top: 30px;
  padding-left: 30px;
  margin-top: -19px;
}
#capa #content .eventos .cont_horarios h3 {
  background: url(../img/layout/icon_horario.png) no-repeat 0px;
  font-family: 'Oswald', sans-serif;
  height: 29px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  padding-left: 40px;
  line-height: 29px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
#capa #content .eventos .cont_horarios span {
  color: #a20408;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  padding-left: 41px;
}
#capa #content .eventos .cont_horarios .conteudo {
  float: left;
  width: 100%;
  padding-top: 3px;
}
#capa #content .eventos .cont_horarios .conteudo .box .tit_local {
  float: left;
  width: 100%;
  color: #a20408;
  font-size: 17px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  padding-left: 41px;
  border-bottom: 1px #ce1d21 solid;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
#capa #content .eventos .cont_horarios .conteudo .box p {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}
#capa #content .palavra_deus {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  position: relative;
  height: auto;
  padding-top: 60px;
  margin-bottom: 70px;
}
#capa #content .palavra_deus h3 {
  background: url(../img/layout/icon_palavra.png) no-repeat 0px;
  font-family: 'Oswald', sans-serif;
  height: 26px;
  color: #3c3c3c;
  font-size: 22px;
  font-weight: 500;
  padding-left: 40px;
  line-height: 29px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
#capa #content .palavra_deus .btn_mais {
  float: right;
  background: #ed3337 url(../img/layout/mais.png) no-repeat 95px 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  width: 117px;
  height: 32px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: -54px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-top: 9px;
  padding-left: 13px;
}
#capa #content .palavra_deus .btn_mais:hover {
  background: #e00409 url(../img/layout/mais.png) no-repeat 95px 10px;
}
#capa #content .palavra_deus .lista_palavra li {
  display: inline;
  float: left;
  width: 29.791666666666668%;
  margin: 0 0.9375%;
  *width: 29.739583333333336%;
  *margin: 0 0.8854166666666666%;
  margin: 0px;
  margin-right: 63px;
}
#capa #content .palavra_deus .lista_palavra li img {
  width: 215px;
  float: left;
  height: 200px;
  margin-right: 10px;
}
#capa #content .palavra_deus .lista_palavra li .img_destaque {
  width: 215px;
  float: left;
  height: 200px;
  margin-right: 10px;
}
#capa #content .palavra_deus .lista_palavra li .tit {
  color: #282828;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  padding-bottom: 20px;
}
#capa #content .palavra_deus .lista_palavra li .descricao {
  color: #282828;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  line-height: 20px;
}
#capa #content .palavra_deus .lista_palavra li .descricao p {
  color: #282828;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  line-height: 20px;
}
#capa #content .palavra_deus .lista_palavra li.last {
  margin-right: 0px;
}
#capa #content .missoes_news {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  position: relative;
  height: auto;
  margin-bottom: 50px;
}
#capa #content .missoes_news .missoes {
  display: inline;
  float: left;
  width: 35.625%;
  margin: 0 0.9375%;
  *width: 35.572916666666664%;
  *margin: 0 0.8854166666666666%;
  margin: 0px;
  margin-right: 40px;
}
#capa #content .missoes_news .missoes h3 {
  background: url(../img/layout/icon_missoes.png) no-repeat 0px;
  font-family: 'Oswald', sans-serif;
  height: 26px;
  color: #3c3c3c;
  font-size: 22px;
  font-weight: 500;
  padding-left: 40px;
  line-height: 29px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
#capa #content .missoes_news .missoes .icon_mais {
  background: url(../img/layout/icon_mais.png) no-repeat;
  float: right;
  color: transparent;
  width: 37px;
  height: 32px;
  margin-top: -54px;
}
#capa #content .missoes_news .missoes .icon_mais:hover {
  background: url(../img/layout/icon_mais_hover.png) no-repeat;
}
#capa #content .missoes_news .missoes .lista_missoes {
  float: left;
  width: 100%;
  background-color: #eeeeee;
  padding-top: 20px;
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 15px;
}
#capa #content .missoes_news .missoes .lista_missoes li {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
#capa #content .missoes_news .missoes .lista_missoes li img {
  float: left;
  margin-right: 24px;
}
#capa #content .missoes_news .missoes .lista_missoes li .tit {
  color: #282828;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  padding-top: 37px;
  padding-bottom: 9px;
}
#capa #content .missoes_news .missoes .lista_missoes li .local {
  color: #282828;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
}
#capa #content .missoes_news .news {
  display: inline;
  float: left;
  width: 60.79166666666666%;
  margin: 0 0.9375%;
  *width: 60.73958333333332%;
  *margin: 0 0.8854166666666666%;
  margin: 0px;
}
#capa #content .missoes_news .news h3 {
  background: url(../img/layout/icon_news.png) no-repeat 0px;
  font-family: 'Oswald', sans-serif;
  height: 26px;
  color: #3c3c3c;
  font-size: 22px;
  font-weight: 500;
  padding-left: 40px;
  line-height: 29px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
#capa #content .missoes_news .news .icon_mais {
  background: url(../img/layout/icon_mais.png) no-repeat;
  float: right;
  color: transparent;
  width: 37px;
  height: 32px;
  margin-top: -54px;
}
#capa #content .missoes_news .news .icon_mais:hover {
  background: url(../img/layout/icon_mais_hover.png) no-repeat;
}
#capa #content .missoes_news .news .lista_news li {
  display: inline;
  float: left;
  width: 23.125%;
  margin: 0 0.9375%;
  *width: 23.072916666666668%;
  *margin: 0 0.8854166666666666%;
  width: 19.5%;
  margin: 0px;
  margin-right: 52px;
}
#capa #content .missoes_news .news .lista_news li img {
  width: 100%;
  height: 277px;
}
#capa #content .missoes_news .news .lista_news li .btn_leia {
  border: 1px #959595 solid;
  text-align: center;
  color: #282828;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 8px 17px;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 11px;
  float: left;
  margin-left: 20px;
}
#capa #content .missoes_news .news .lista_news li .btn_leia:hover {
  background-color: #959595;
  color: #fff;
}
#capa #content .missoes_news .news .lista_news li.last {
  margin-right: 0px;
}
#capa #content .bg_conheca {
  position: absolute;
  left: 0px;
  background-color: #eeeeee;
  height: 800px;
  width: 100%;
  color: transparent;
  z-index: -99;
  margin-top: 850px;
}
#capa #content .conheca {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  padding-top: 49px;
}
#capa #content .conheca .banner {
  background: url(../img/layout/bg_comunidade.png) no-repeat 0px;
  float: left;
  width: 100%;
  height: 337px;
  color: #fff;
  text-align: center;
  padding-top: 37px;
}
#capa #content .conheca .banner h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 45px;
  color: #fff;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 30px;
}
#capa #content .conheca .banner span {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  text-align: center;
}
#capa #content .conheca .banner:hover {
  opacity: 0.9;
}
#capa #content .conheca .tv {
  display: inline;
  float: left;
  width: 67.29166666666667%;
  margin: 0 0.9375%;
  *width: 67.23958333333334%;
  *margin: 0 0.8854166666666666%;
  margin: 0px;
  margin-top: 70px;
}
#capa #content .conheca .tv h3 {
  background: url(../img/layout/icon_tev.png) no-repeat 0px;
  font-family: 'Oswald', sans-serif;
  height: 26px;
  color: #3c3c3c;
  font-size: 22px;
  font-weight: 500;
  padding-left: 40px;
  line-height: 29px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
#capa #content .conheca .tv .icon_mais {
  background: url(../img/layout/icon_mais.png) no-repeat;
  float: right;
  color: transparent;
  width: 37px;
  height: 32px;
  margin-top: -54px;
}
#capa #content .conheca .tv .icon_mais:hover {
  background: url(../img/layout/icon_mais_hover.png) no-repeat;
}
#capa #content .conheca .tv .lista_videos li {
  display: inline;
  float: left;
  width: 48.125%;
  margin: 0 0.9375%;
  *width: 48.072916666666664%;
  *margin: 0 0.8854166666666666%;
  margin: 0px;
  margin-right: 29px;
}
#capa #content .conheca .tv .lista_videos li.last {
  margin-right: 0px;
}
#capa #content .conheca .radio {
  display: inline;
  float: left;
  width: 28.958333333333336%;
  margin: 0 0.9375%;
  *width: 28.906250000000004%;
  *margin: 0 0.8854166666666666%;
  margin: 0px;
  float: right;
  height: 270px;
  background-color: #d2d2d2;
  margin-top: 70px;
  text-align: center;
}
#capa #content .conheca .radio h3 {
  width: 100%;
  background: url(../img/layout/icon_radio.png) no-repeat 85px;
  font-family: 'Oswald', sans-serif;
  height: 29px;
  color: #ed3337;
  font-size: 30px;
  font-weight: 500;
  padding-left: 20px;
  line-height: 29px;
  margin-bottom: 25px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 46px;
}
#capa #content .conheca .radio span {
  float: left;
  width: 100%;
  text-align: center;
  color: #282828;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  padding-bottom: 35px;
}
@media all and (max-width: 1024px) {
  div#banner-wrapper {
    min-height: 300px;
  }
  #capa #content .eventos .cont_eventos {
    display: inline;
    float: left;
    width: 52.29166666666667%;
    margin: 0 0.9375%;
    *width: 52.239583333333336%;
    *margin: 0 0.8854166666666666%;
  }
  #capa #content .eventos .cont_eventos .icon_mais {
    margin-right: 60px;
  }
  #capa #content .eventos .cont_eventos .lista_eventos li {
    display: inline;
    float: left;
    width: 39.791666666666664%;
    margin: 0 0.9375%;
    *width: 39.73958333333333%;
    *margin: 0 0.8854166666666666%;
  }
  #capa #content .eventos .cont_eventos .lista_eventos li .btn_saiba {
    margin: 12px 37px;
  }
  #capa #content .eventos .cont_eventos .lista_eventos li.last {
    display: none;
  }
  #capa #content .slick-next {
    right: -78px;
  }
  #capa #content .palavra_deus .lista_palavra li {
    margin-right: 51px;
  }
  #capa #content .missoes_news .news {
    display: inline;
    float: left;
    width: 58.12500000000001%;
    margin: 0 0.9375%;
    *width: 58.07291666666667%;
    *margin: 0 0.8854166666666666%;
  }
  #capa #content .missoes_news .news .lista_news li .btn_leia {
    margin-left: 0px;
    width: 100%;
  }
  #capa #content .conheca .tv .lista_videos li {
    margin-right: 20px;
  }
  #capa #content .conheca .radio h3 {
    background: url(../img/layout/icon_radio.png) no-repeat 58px;
  }
}
@media all and (max-width: 860px) {
  div#banner-wrapper {
    min-height: auto;
  }
  #capa header h1 {
    margin-top: 15px;
  }
  #capa #content .bg_horario {
    display: none;
  }
  #capa #content .bg_eventos {
    display: none;
  }
  #capa #content .eventos {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
    height: auto;
    padding-top: 20px;
  }
  #capa #content .eventos .cont_eventos {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
    margin: 0px;
  }
  #capa #content .eventos .cont_eventos .lista_eventos li {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
    height: auto;
    margin-bottom: 20px;
  }
  #capa #content .eventos .cont_eventos .lista_eventos li .btn_saiba {
    margin: 12px 90px;
  }
  #capa #content .eventos .cont_eventos .icon_mais {
    margin-right: 0px;
  }
  #capa #content .eventos .cont_horarios {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
    padding-left: 8px;
    padding-right: 5px;
  }
  #capa #content .eventos .cont_horarios .slick-prev {
    display: none!important;
  }
  #capa #content .eventos .cont_horarios .slick-next {
    display: none!important;
  }
  #capa #content .palavra_deus h3 {
    font-size: 21px;
    padding-left: 30px;
  }
  #capa #content .palavra_deus ul.lista_palavra li {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
    margin-bottom: 20px;
  }
  #capa #content .missoes_news .missoes {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
    margin-bottom: 40px;
  }
  #capa #content .missoes_news .missoes .lista_missoes li {
    margin-bottom: 25px;
  }
  #capa #content .missoes_news .missoes .lista_missoes li img {
    width: 100%;
    padding-bottom: 10px;
  }
  #capa #content .missoes_news .news {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
  }
  #capa #content .missoes_news .news .lista_news {
    margin-top: 30px;
  }
  #capa #content .missoes_news .news .lista_news li {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
  }
  #capa #content .missoes_news .news .lista_news li .btn_leia {
    margin-bottom: 35px;
  }
  #capa #content .bg_conheca {
    display: none;
  }
  #capa #content .conheca .banner h3 {
    font-size: 28px;
  }
  #capa #content .conheca .tv {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
    margin-top: 30px;
  }
  #capa #content .conheca .tv .lista_videos li {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
    margin-bottom: 15px;
  }
  #capa #content .conheca .radio {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
  }
  #capa #content .conheca .radio h3 {
    background: url(../img/layout/icon_radio.png) no-repeat 68px;
    padding-left: 30px;
  }
}
@media all and (max-width: 500px) {
  #capa #content .eventos {
    padding-top: 0px;
    margin-top: 30px;
  }
  #capa #content .eventos .cont_eventos .lista_eventos li .btn_saiba {
    margin: 12px 89px;
  }
  #capa #content .missoes_news .news .lista_news li img {
    height: auto;
  }
  #capa #content .missoes_news .missoes {
    margin-top: 50px;
  }
  #capa #content .palavra_deus {
    display: none;
  }
  #capa #content .palavra_deus .lista_palavra li {
    margin-bottom: 20px;
  }
  #capa #content .palavra_deus .lista_palavra li img {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
  }
}
#cenj header {
  background: url(../img/layout/topo_pag.png) repeat-x 0px;
  height: 240px;
  top: 0px;
  position: relative;
}
#cenj #content .tit_paginas {
  position: relative;
  margin-top: -57px;
  z-index: 1000;
  margin-bottom: 45px;
}
#cenj #content .img_local {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  margin-bottom: 45px;
}
#cenj #content .descricao {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
}
#cenj #content .descricao p {
  color: #282828;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  line-height: 23px;
}
#cenj #content .visao {
  display: inline;
  float: left;
  width: 48.125%;
  margin: 0 0.9375%;
  *width: 48.072916666666664%;
  *margin: 0 0.8854166666666666%;
}
#cenj #content .visao h3 {
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #282828;
  padding-bottom: 10px;
}
#cenj #content .visao p {
  color: #282828;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  line-height: 23px;
}
#cenj #content .missao {
  display: inline;
  float: left;
  width: 48.125%;
  margin: 0 0.9375%;
  *width: 48.072916666666664%;
  *margin: 0 0.8854166666666666%;
}
#cenj #content .missao h3 {
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #282828;
  padding-bottom: 10px;
}
#cenj #content .missao p {
  color: #282828;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  line-height: 23px;
}
#cenj #content .galeria {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  margin-top: 30px;
}
#cenj #content .galeria .lista_fotos li {
  display: inline;
  float: left;
  width: 18.958333333333332%;
  margin: 0 0.9375%;
  *width: 18.90625%;
  *margin: 0 0.8854166666666666%;
  margin: 0px;
  margin-right: 15px;
  margin-bottom: 15px;
}
#cenj #content .galeria .lista_fotos li img {
  width: 100%;
}
#cenj #content .galeria .lista_fotos .no-margin {
  margin-right: 0px;
}
@media all and (max-width: 860px) {
  #cenj header {
    background: url(../img/layout/topo_pag.png) repeat-x top;
    height: 145px;
  }
  #cenj #content .tit_paginas {
    margin-top: 30px;
    z-index: 9;
  }
  #cenj #content .visao {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
  }
  #cenj #content .missao {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
  }
  #cenj #content .galeria .lista_fotos li {
    display: inline;
    float: left;
    width: 48.125%;
    margin: 0 0.9375%;
    *width: 48.072916666666664%;
    *margin: 0 0.8854166666666666%;
  }
}
#noticias header {
  background: url(../img/layout/topo_pag.png) repeat-x 0px;
  height: 240px;
  top: 0px;
  position: relative;
}
#noticias #content .tit_paginas {
  background: url(../img/layout/tit_eventos.png) no-repeat;
  position: relative;
  margin-top: -57px;
  z-index: 1000;
  margin-bottom: 45px;
  padding-left: 40px;
}
#noticias #content div#banner-wrapper {
  min-height: 400px;
  height: 420px;
  position: absolute;
  width: 100%;
  left: 0;
}
#noticias #content .flexslider {
  height: 420px;
}
#noticias #content .flexslider .slides > li {
  display: block!important;
}
#noticias #content .flex-control-nav {
  bottom: 40px;
}
#noticias #content .conteudo {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  margin-top: 460px;
}
#noticias #content .conteudo .noticias .list-noticias {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
#noticias #content .conteudo .noticias .list-noticias li {
  display: inline;
  float: left;
  width: 23.125%;
  margin: 0 0.9375%;
  *width: 23.072916666666668%;
  *margin: 0 0.8854166666666666%;
  background-color: #e0e0e0;
  margin-bottom: 23px;
}
#noticias #content .conteudo .noticias .list-noticias li .noticia-item {
  float: left;
  width: 100%;
  height: 315px;
  max-height: 315px;
  margin-right: 23px;
  margin-bottom: 20px;
}
#noticias #content .conteudo .noticias .list-noticias li .noticia-item img {
  width: 100%;
}
#noticias #content .conteudo .noticias .list-noticias li .noticia-item .data {
  float: left;
  width: 100%;
  color: #282828;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  margin-bottom: 23px;
  text-align: center;
}
#noticias #content .conteudo .noticias .list-noticias li .noticia-item .title {
  float: left;
  width: 100%;
  color: #282828;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
#noticias #content .conteudo .noticias .list-noticias li .noticia-item .btn_saiba {
  float: left;
  color: #282828;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  border: 1px #282828 solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 17px;
  margin: 6px 80px;
}
#noticias #content .conteudo .noticias .list-noticias .no-margin a {
  margin-right: 0px;
}
#noticias #content .conteudo .noticias .list-noticias li:hover {
  background-color: #ECECEC;
}
#noticias #content .conteudo .noticias .list-noticias li:hover .noticia-item .btn_saiba {
  color: #ECECEC;
  background-color: #ce1d21;
  border: 1px #ce1d21 solid;
}
#noticias.view #content .conteudo {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  margin-top: 0px;
}
#noticias.view #content .conteudo .img-wrap {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}
#noticias.view #content .conteudo .title {
  color: #282828;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 27px;
}
#noticias.view #content .conteudo .informacoes {
  float: left;
  background-color: #ed3337;
  width: 560px;
  padding: 20px;
  margin-bottom: 20px;
}
#noticias.view #content .conteudo .informacoes .data {
  display: block;
  color: #fff;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  padding-bottom: 15px;
}
#noticias.view #content .conteudo .informacoes .horario {
  display: block;
  color: #fff;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  padding-bottom: 15px;
}
#noticias.view #content .conteudo .informacoes .local {
  display: block;
  color: #fff;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
}
#noticias.view #content .conteudo .text p {
  color: #282828;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 24px;
}
#noticias.view #content .conteudo .mais_fotos {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #005f77;
  margin-bottom: 20px;
  margin-top: 20px;
}
#noticias.view #content .conteudo .galeria {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  margin: 0px;
}
#noticias.view #content .conteudo .galeria li {
  display: inline;
  float: left;
  width: 23.125%;
  margin: 0 0.9375%;
  *width: 23.072916666666668%;
  *margin: 0 0.8854166666666666%;
  margin: 0px;
}
#noticias.view #content .conteudo .bt-voltar {
  float: left;
  width: 105px;
  height: 36px;
  background-color: #ed3337;
  color: #fff;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  border: 1px #ed3337 solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  margin-top: 30px;
  padding-top: 9px;
}
#noticias.view #content .conteudo .bt-voltar:hover {
  background-color: #fff;
  color: #ed3337;
}
@media all and (max-width: 1024px) {
  #noticias #content .conteudo .noticias .list-noticias li .noticia-item .btn_saiba {
    margin: 6px 58px;
  }
  #noticias.view #content .conteudo .informacoes {
    width: 372px;
  }
}
@media all and (max-width: 700px) {
  #noticias header {
    background: url(../img/layout/topo_pag.png) repeat-x top;
    height: 145px;
  }
  #noticias #content .tit_paginas {
    margin-top: 30px;
    z-index: 9;
  }
  #noticias #content div#banner-wrapper {
    display: none;
  }
  #noticias #content .bg_cadastro {
    display: none;
  }
  #noticias #content .cadastro {
    padding: 5px;
    padding-bottom: 20px;
  }
  #noticias #content .cadastro .sub_tit {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
    margin: 0px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  #noticias #content .cadastro fieldset {
    margin: 0px;
    margin-left: 10px;
    padding: 0px;
  }
  #noticias #content .cadastro fieldset input[type="text"] {
    width: 100%;
  }
  #noticias #content .conteudo {
    margin-top: 0px;
  }
  #noticias #content .conteudo .noticias .list-noticias li {
    display: inline;
    float: left;
    width: 81.45833333333333%;
    margin: 0 0.9375%;
    *width: 81.40625%;
    *margin: 0 0.8854166666666666%;
    margin-bottom: 15px;
  }
  #noticias #content .conteudo .noticias .list-noticias li img {
    width: 100%;
  }
  #noticias #content .conteudo .noticias .list-noticias li .noticia-item {
    height: 210px;
    max-height: 210px;
  }
  #noticias #content .conteudo .noticias .list-noticias li .noticia-item .btn_saiba {
    margin: 6px 97px;
  }
}
@media all and (max-width: 600px) {
  #noticias #content .bg_cadastro {
    display: none;
  }
  #noticias #content .cadastro {
    padding: 15px;
  }
  #noticias #content .cadastro .sub_tit {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
    margin: 0px;
    padding-bottom: 15px;
  }
  #noticias #content .cadastro fieldset {
    margin: 0px;
    padding: 0px;
  }
  #noticias #content .cadastro fieldset input[type="text"] {
    width: 283px;
  }
  #noticias #content .conteudo .noticias .list-noticias li {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
    margin-bottom: 15px;
    min-height: 350px;
  }
  #noticias #content .conteudo .noticias .list-noticias li .noticia-item {
    height: 265px;
    max-height: 265px;
  }
  #noticias.view #content .conteudo .conteudo_noti .img-wrap {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  #noticias.view #content .conteudo .conteudo_noti .img-wrap img {
    width: 100%;
  }
  #noticias.view #content .conteudo .informacoes {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
    margin-bottom: 30px;
  }
  #noticias.view #content .conteudo .galeria {
    width: 100%;
  }
  #noticias.view #content .conteudo .galeria li {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
    width: 100%;
    margin: 0px;
  }
  #noticias.view #content .conteudo .galeria li img {
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  #noticias #content .conteudo .noticias .list-noticias li .noticia-item .btn_saiba {
    margin: -7px 114px;
  }
}
#tv header {
  background: url(../img/layout/topo_pag.png) repeat-x 0px;
  height: 240px;
  top: 0px;
  position: relative;
}
#tv #content .tit_paginas {
  background: url(../img/layout/tit_tv.png) no-repeat;
  position: relative;
  margin-top: -57px;
  z-index: 1000;
  margin-bottom: 45px;
  padding-left: 40px;
}
#tv #content .principal {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  height: 360px;
  background-color: #eeeeee;
  margin-bottom: 50px;
}
#tv #content .principal iframe {
  float: left;
}
#tv #content .principal .tit_video {
  color: #252525;
  font-size: 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  padding-left: 730px;
  padding-top: 162px;
}
#tv #content .principal .data {
  color: #252525;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  padding-left: 730px;
  padding-top: 10px;
}
#tv #content .lista_videos {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
}
#tv #content .lista_videos li {
  display: inline;
  float: left;
  width: 31.458333333333332%;
  margin: 0 0.9375%;
  *width: 31.40625%;
  *margin: 0 0.8854166666666666%;
  height: 315px;
  max-height: 315px;
  margin: 0px;
  margin-right: 33px;
  margin-bottom: 33px;
}
#tv #content .lista_videos li .tit {
  float: left;
  width: 100%;
  text-transform: uppercase;
  color: #282828;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding-top: 15px;
}
#tv #content .lista_videos li .data {
  float: left;
  width: 100%;
  text-transform: uppercase;
  color: #282828;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding-top: 15px;
}
#tv #content .lista_videos .no-margin {
  margin-right: 0px;
}
@media all and (max-width: 1024px) {
  #tv #content .lista_videos li {
    margin-right: 25px;
  }
}
@media all and (max-width: 700px) {
  #tv header {
    background: url(../img/layout/topo_pag.png) repeat-x top;
    height: 145px;
  }
  #tv #content .tit_paginas {
    margin-top: 30px;
    z-index: 9;
  }
  #tv #content .principal {
    height: auto;
    background-color: #fff;
  }
  #tv #content .principal iframe {
    height: 215px;
  }
  #tv #content .principal .tit_video {
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #282828;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding-top: 15px;
    padding-left: 0px;
  }
  #tv #content .principal .data {
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #282828;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding-top: 15px;
    padding-left: 0px;
  }
  #tv #content .lista_videos li {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
  }
}
#palavras header {
  background: url(../img/layout/topo_pag.png) repeat-x 0px;
  height: 240px;
  top: 0px;
  position: relative;
}
#palavras #content .tit_paginas {
  background: url(../img/layout/tit_palavra.png) no-repeat;
  position: relative;
  margin-top: -57px;
  z-index: 1000;
  margin-bottom: 45px;
  padding-left: 40px;
}
#palavras #content .principal {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  margin-bottom: 55px;
}
#palavras #content .principal img {
  float: left;
  margin-right: 38px;
}
#palavras #content .principal .tit {
  color: #282828;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  padding-top: 60px;
  padding-bottom: 20px;
}
#palavras #content .principal .descricao {
  color: #282828;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  line-height: 26px;
}
#palavras #content .principal .btn_leia {
  float: left;
  width: 111px;
  height: 32px;
  font-family: 'Lato', sans-serif;
  color: #282828;
  border: 1px #282828 solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
  padding-top: 8px;
}
#palavras #content .principal .btn_leia:hover {
  background-color: #282828;
  color: #fff;
}
#palavras #content .lista_palavra {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
}
#palavras #content .lista_palavra li {
  display: inline;
  float: left;
  width: 29.791666666666668%;
  margin: 0 0.9375%;
  *width: 29.739583333333336%;
  *margin: 0 0.8854166666666666%;
  margin: 0px;
  margin-right: 62px;
  margin-bottom: 60px;
}
#palavras #content .lista_palavra li img {
  width: 215px;
  float: left;
  height: 200px;
  margin-right: 10px;
}
#palavras #content .lista_palavra li .img_destaque {
  width: 100%;
  height: 81px;
  background-position: bottom!important;
  -webkit-transition: all 5.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 5.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 5.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 5.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 5.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#palavras #content .lista_palavra li .tit {
  font-size: 16px;
  color: #282828;
  font-family: 'Lato', sans-serif;
  padding-bottom: 10px;
  font-weight: 700;
}
#palavras #content .lista_palavra li .descricao {
  color: #282828;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  line-height: 20px;
}
#palavras #content .lista_palavra li .descricao p {
  color: #282828;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  line-height: 20px;
}
#palavras #content .lista_palavra li:hover .img_destaque {
  background-position: top!important;
}
#palavras #content .lista_palavra .no-margin {
  margin-right: 0px;
}
#palavras.view footer {
  margin-top: 0px;
}
#palavras.view #content .conteudo {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  display: block;
  float: none;
  position: relative;
  min-height: 315px;
  margin-bottom: 30px;
}
#palavras.view #content .conteudo .img_destaque {
  float: left;
  margin-right: 37px;
}
#palavras.view #content .conteudo .tit {
  font-size: 20px;
  color: #282828;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  padding-top: 35px;
  padding-bottom: 20px;
}
#palavras.view #content .conteudo .descricao {
  font-size: 14px;
  color: #282828;
  font-family: 'Lato', sans-serif;
  line-height: 23px;
}
#palavras.view #content .conteudo .descricao p {
  font-size: 14px;
  color: #282828;
  font-family: 'Lato', sans-serif;
  line-height: 23px;
}
#palavras.view #content .bg_artigos {
  position: absolute;
  width: 100%;
  left: 0px;
  color: transparent;
  background-color: #eeeeee;
  height: 450px;
}
#palavras.view #content .artigos {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  display: block;
  float: none;
  position: relative;
  min-height: 450px;
}
#palavras.view #content .artigos h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #282828;
  font-size: 25px;
  text-transform: uppercase;
  padding-top: 55px;
  padding-bottom: 25px;
}
#palavras.view #content .artigos .lista_artigos {
  float: left;
  width: 100%;
}
#palavras.view #content .artigos .lista_artigos li {
  display: inline;
  float: left;
  width: 29.791666666666668%;
  margin: 0 0.9375%;
  *width: 29.739583333333336%;
  *margin: 0 0.8854166666666666%;
  margin: 0px;
  margin-right: 62px;
  margin-bottom: 60px;
}
#palavras.view #content .artigos .lista_artigos li .img_destaque {
  width: 100%;
  height: 81px;
}
#palavras.view #content .artigos .lista_artigos li img {
  width: 215px;
  float: left;
  height: 200px;
  margin-right: 10px;
}
#palavras.view #content .artigos .lista_artigos li .tit {
  font-size: 16px;
  color: #282828;
  font-family: 'Lato', sans-serif;
  padding-bottom: 10px;
}
#palavras.view #content .artigos .lista_artigos li .descricao {
  color: #282828;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  line-height: 20px;
}
#palavras.view #content .artigos .lista_artigos li .descricao p {
  color: #282828;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  line-height: 20px;
}
#palavras.view #content .artigos .lista_artigos .no-margin {
  margin-right: 0px;
}
#palavras.view #content .artigos .bt-voltar {
  float: left;
  width: 105px;
  height: 36px;
  background-color: #ed3337;
  color: #eeeeee;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  border: 1px #ed3337 solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  margin-top: 20px;
  padding-top: 9px;
}
#palavras.view #content .artigos .bt-voltar:hover {
  background-color: #eeeeee;
  color: #ed3337;
}
@media all and (max-width: 1024px) {
  #palavras #content .lista_palavra li {
    margin-right: 51px;
  }
  #palavras.view #content .artigos .lista_artigos li {
    margin-right: 50px;
  }
}
@media all and (max-width: 700px) {
  #palavras header {
    background: url(../img/layout/topo_pag.png) repeat-x top;
    height: 145px;
  }
  #palavras #content .tit_paginas {
    margin-top: 30px;
    z-index: 9;
  }
  #palavras #content .lista_palavra li {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
    margin-bottom: 30px;
  }
  #palavras.view #content .conteudo .img_destaque {
    padding-bottom: 15px;
  }
  #palavras.view #content .bg_artigos {
    height: 775px;
  }
  #palavras.view #content .artigos .lista_artigos li {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
    margin-bottom: 20px;
  }
  #palavras.view #content .artigos .bt-voltar {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 530px) {
  #palavras #content .principal img {
    width: 100%;
    padding-bottom: 20px;
  }
  #palavras #content .lista_palavra li img {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  #palavras.view #content .bg_artigos {
    display: none;
  }
  #palavras.view #content .artigos .lista_artigos li img {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
}
#missoes header {
  background: url(../img/layout/topo_pag.png) repeat-x 0px;
  height: 240px;
  top: 0px;
  position: relative;
}
#missoes #content .tit_paginas {
  background: url(../img/layout/tit_missoes.png) no-repeat;
  position: relative;
  margin-top: -57px;
  z-index: 1000;
  margin-bottom: 45px;
  padding-left: 40px;
}
#missoes #content .lista_missoes {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
}
#missoes #content .lista_missoes li a {
  display: inline;
  float: left;
  width: 32.29166666666667%;
  margin: 0 0.9375%;
  *width: 32.239583333333336%;
  *margin: 0 0.8854166666666666%;
  margin: 0px;
  background-color: #eeeeee;
  padding: 17px;
  margin-right: 18px;
  margin-bottom: 18px;
}
#missoes #content .lista_missoes li a img {
  float: left;
  margin-right: 22px;
}
#missoes #content .lista_missoes li a .tit {
  color: #282828;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  padding-top: 38px;
}
#missoes #content .lista_missoes li a .local {
  color: #282828;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  padding-top: 5px;
}
#missoes #content .lista_missoes .no-margin a {
  margin-right: 0px;
}
#missoes #content .lista_missoes li:hover a {
  background-color: #F7F7F7;
}
#missoes.view #content .conteudo {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
}
#missoes.view #content .conteudo .img_destaque {
  float: left;
  margin-right: 30px;
}
#missoes.view #content .conteudo .tit {
  color: #282828;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  padding-top: 25px;
}
#missoes.view #content .conteudo .local {
  color: #282828;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  padding-top: 5px;
  padding-bottom: 30px;
}
#missoes.view #content .conteudo .descricao p {
  color: #282828;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  line-height: 22px;
}
#missoes.view #content .conteudo .lista_galeria {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  width: 100%;
  margin: 0px;
  margin-top: 50px;
}
#missoes.view #content .conteudo .lista_galeria li {
  display: inline;
  float: left;
  width: 18.958333333333332%;
  margin: 0 0.9375%;
  *width: 18.90625%;
  *margin: 0 0.8854166666666666%;
  margin: 0px;
  margin-right: 15px;
  margin-bottom: 15px;
}
#missoes.view #content .conteudo .lista_galeria li:hover {
  opacity: 0.9;
}
#missoes.view #content .conteudo .lista_galeria .no-margin {
  margin-right: 0px;
}
#missoes.view #content .conteudo .bt-voltar {
  float: left;
  width: 105px;
  height: 36px;
  background-color: #ed3337;
  color: #fff;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  border: 1px #ed3337 solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  margin-top: 30px;
  padding-top: 9px;
}
#missoes.view #content .conteudo .bt-voltar:hover {
  background-color: #fff;
  color: #ed3337;
}
@media all and (max-width: 1024px) {
  #missoes #content .lista_missoes li a {
    margin-right: 14px;
  }
  #missoes.view #content .conteudo .lista_galeria li {
    margin-right: 11px;
  }
}
@media all and (max-width: 700px) {
  #missoes header {
    background: url(../img/layout/topo_pag.png) repeat-x top;
    height: 145px;
  }
  #missoes #content .tit_paginas {
    margin-top: 30px;
    z-index: 9;
  }
  #missoes #content .lista_missoes li {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
    width: 100%;
  }
  #missoes #content .lista_missoes li a {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
    margin: 0px;
    margin-bottom: 20px;
  }
  #missoes #content .lista_missoes li a img {
    width: 100%;
    padding-bottom: 20px;
  }
  #missoes.view #content .conteudo .img_destaque {
    margin-bottom: 15px;
  }
  #missoes.view #content .conteudo .lista_galeria li {
    display: inline;
    float: left;
    width: 48.125%;
    margin: 0 0.9375%;
    *width: 48.072916666666664%;
    *margin: 0 0.8854166666666666%;
    margin-bottom: 10px;
  }
}
#news header {
  background: url(../img/layout/topo_pag.png) repeat-x 0px;
  height: 240px;
  top: 0px;
  position: relative;
}
#news #content .tit_paginas {
  background: url(../img/layout/tit_missoes.png) no-repeat;
  position: relative;
  margin-top: -57px;
  z-index: 1000;
  margin-bottom: 45px;
  padding-left: 40px;
}
#news #content .lista_news {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
}
#news #content .lista_news li {
  display: inline;
  float: left;
  width: 14.791666666666666%;
  margin: 0 0.9375%;
  *width: 14.739583333333332%;
  *margin: 0 0.8854166666666666%;
  width: 11.9%;
  margin: 0px;
  margin-right: 67px;
  margin-bottom: 26px;
  text-align: center;
}
#news #content .lista_news li img {
  width: 100%;
  height: 277px;
  padding-bottom: 20px;
}
#news #content .lista_news li .data {
  float: left;
  width: 100%;
  color: #282828;
  font-size: 14px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  padding-top: 24px;
  padding-bottom: 20px;
}
#news #content .lista_news li .btn_leia {
  float: left;
  border: 1px #282828 solid;
  color: #282828;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 10px;
  margin: 0px 26px;
}
#news #content .lista_news .no-margin {
  margin-right: 0px;
}
#news #content .lista_news li:hover .btn_leia {
  background-color: #282828;
  color: #fff;
}
#news.view #content .conteudo {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
}
#news.view #content .conteudo .tit {
  font-size: 18px;
  color: #282828;
  margin-top: 20px;
}
#news.view #content .conteudo .galeria {
  float: left;
  margin-top: 15px;
}
#news.view #content .conteudo .galeria li {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  margin-bottom: 20px;
}
#news.view #content .conteudo #informativo {
  height: 700px;
  margin-bottom: 100px;
  float: left;
  width: 100%;
  margin-top: 23px;
}
#news.view #content .conteudo .bt-voltar {
  float: right;
  width: 105px;
  height: 36px;
  background-color: #ed3337;
  color: #fff;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  border: 1px #ed3337 solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  margin-top: -30px;
  padding-top: 9px;
}
#news.view #content .conteudo .bt-voltar:hover {
  background-color: #fff;
  color: #ed3337;
}
@media all and (max-width: 1024px) {
  #news #content .lista_news li .btn_leia {
    margin: 0px 28px;
  }
}
@media all and (max-width: 700px) {
  #news header {
    background: url(../img/layout/topo_pag.png) repeat-x top;
    height: 145px;
  }
  #news #content .tit_paginas {
    margin-top: 30px;
    z-index: 9;
  }
  #news #content .lista_news li {
    display: inline;
    float: left;
    width: 48.125%;
    margin: 0 0.9375%;
    *width: 48.072916666666664%;
    *margin: 0 0.8854166666666666%;
    margin-bottom: 20px;
  }
  #news #content .lista_news li .btn_leia {
    width: 100%;
    margin: 0px 0px;
    text-align: center;
  }
}
#radio header {
  display: none;
}
#radio footer {
  display: none;
}
#contato header {
  background: url(../img/layout/topo_pag.png) repeat-x 0px;
  height: 240px;
  top: 0px;
  position: relative;
}
#contato #content .tit_paginas {
  position: relative;
  margin-top: -57px;
  z-index: 1000;
  margin-bottom: 45px;
}
#contato #content .row-button {
  color: transparent!important;
}
#contato #content .row-button input {
  background: url(../img/layout/btn_enviar.png) no-repeat;
  width: 58px;
  height: 28px;
  color: transparent!important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 0px;
  padding: 0px;
}
#contato #content .sub {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  font-size: 14px;
  color: #282828;
  font-family: 'Lato', sans-serif;
  padding-bottom: 16px;
}
#contato #content .bg_formulario {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 612px;
  z-index: -99;
  background-color: #eeeeee;
}
#contato #content #formulario {
  display: inline;
  float: left;
  width: 60.62499999999999%;
  margin: 0 0.9375%;
  *width: 60.57291666666666%;
  *margin: 0 0.8854166666666666%;
  position: relative;
  margin-bottom: 40px;
}
#contato #content #formulario form {
  width: 100%;
}
#contato #content #formulario form fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
#contato #content #formulario form fieldset .text {
  width: 100%;
  height: 70px;
  margin-bottom: 8px;
  float: left;
}
#contato #content #formulario form fieldset label {
  display: block;
  color: #707070;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 3px;
}
#contato #content #formulario form fieldset textarea,
#contato #content #formulario form fieldset input[type="text"] {
  border: 0;
  padding: 11px;
  background-color: #fff;
  -webkit-appearance: none;
  width: 100%;
  height: 46px;
  margin-bottom: 5px;
  color: #7c7c7c;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}
#contato #content #formulario form fieldset .textarea textarea {
  height: 150px;
  float: left;
}
#contato #content #formulario form fieldset input[type="submit"] {
  margin-top: 20px;
}
#contato #content #formulario form fieldset .btn_enviar {
  float: right;
  background-color: #ed3337;
  color: #fff;
  border: none!important;
  width: 106px;
  height: 46px;
  margin-bottom: 20px!important;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 700;
}
#contato #content #formulario ::-webkit-input-placeholder {
  color: #7c7c7c;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  height: 54px;
}
#contato #content #formulario :-moz-placeholder {
  /* Firefox 18- */

  color: #7c7c7c;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  height: 54px;
}
#contato #content #formulario ::-moz-placeholder {
  /* Firefox 19+ */

  color: #7c7c7c;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  height: 54px;
}
#contato #content #formulario :-ms-input-placeholder {
  color: #7c7c7c;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  height: 54px;
}
#contato #content .bg_horario {
  position: absolute;
  right: 0px;
  background-color: #ed3337;
  height: 366px;
  width: 510px;
  z-index: -99;
  margin-top: 29px;
  color: transparent;
}
#contato #content .cont_horarios {
  display: inline;
  float: left;
  width: 31.458333333333332%;
  margin: 0 0.9375%;
  *width: 31.40625%;
  *margin: 0 0.8854166666666666%;
  height: 366px;
  background-color: #ed3337;
  padding-top: 30px;
  padding-left: 30px;
  margin-top: -19px;
}
#contato #content .cont_horarios h3 {
  background: url(../img/layout/icon_horario.png) no-repeat 0px;
  font-family: 'Oswald', sans-serif;
  height: 29px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  padding-left: 40px;
  line-height: 29px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
#contato #content .cont_horarios span {
  color: #a20408;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  padding-left: 41px;
}
#contato #content .cont_horarios .conteudo {
  float: left;
  width: 100%;
  padding-top: 3px;
}
#contato #content .cont_horarios .conteudo .box .tit_local {
  float: left;
  width: 100%;
  color: #a20408;
  font-size: 17px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  padding-left: 41px;
  border-bottom: 1px #ce1d21 solid;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
#contato #content .cont_horarios .conteudo .box p {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}
#contato #content .contact-data {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  margin-left: 17.604166666666664%;
  float: right;
  margin: 0;
  margin-right: 12px;
}
#contato #content .contact-data .lista_endereco li {
  display: inline;
  float: left;
  width: 23.125%;
  margin: 0 0.9375%;
  *width: 23.072916666666668%;
  *margin: 0 0.8854166666666666%;
  height: 420px;
  background-color: #eeeeee;
  margin-right: 14px;
}
#contato #content .contact-data .lista_endereco li .tit {
  font-size: 22px;
  font-family: 'Oswald', sans-serif;
  color: #282828;
  text-align: left;
  padding-left: 15px;
  padding-top: 25px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
#contato #content .contact-data .lista_endereco li .endereco {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  color: #282828;
  padding-left: 15px;
  padding-bottom: 15px;
  text-align: left;
}
#contato #content .contact-data .lista_endereco li .tel {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  color: #282828;
  padding-left: 15px;
  font-weight: 900;
}
#contato #content .contact-data .lista_endereco li.last {
  margin-right: 0px;
}
#contato #content .contact-data .lista_endereco li:hover img {
  opacity: 0.7;
}
#contato #content .contact-data .mapa {
  display: block;
  width: 100%;
  /* height: 206px;  */

  overflow: hidden;
  position: relative;
  /* border: 5px solid #e7e7e7; */

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 5px;
}
#contato #content .contact-data h3 {
  font-size: 16px;
  color: #e77817;
  font-weight: 400;
}
#contato #content .contact-data .rights {
  font-family: 'Source Sans Pro', sans-serif;
  color: #707070;
  font-size: 16px;
  padding-top: 0px;
  margin-bottom: 36px;
  padding-bottom: 0;
  margin-left: 0px;
  margin-top: -30px;
}
#contato #content .contact-data .btn-trabalhe {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  background: #f2b900 url(../img/layout/icon_trabalhe.png) no-repeat 299px;
  font-size: 27px;
  font-weight: 600;
  height: 107px;
  float: right;
  padding-top: 41px;
  margin-top: 31px;
  text-align: left;
  padding-left: 52px;
}
#contato #content .contact-data .btn-trabalhe:hover {
  background: #f9bf03 url(../img/layout/icon_trabalhe.png) no-repeat 299px;
}
#contato.sucesso #content h3 {
  font-size: 30px;
  float: left;
  margin-left: 9px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 100;
  color: #72706f;
  margin-bottom: 150px;
}
@media all and (max-width: 1024px) {
  #contato #content #formulario {
    display: inline;
    float: left;
    width: 39.791666666666664%;
    margin: 0 0.9375%;
    *width: 39.73958333333333%;
    *margin: 0 0.8854166666666666%;
  }
  #contato #content .contact-data .lista_endereco li {
    margin-right: 11px;
  }
  #contato #content .contact-data {
    margin-top: 30px;
  }
}
@media all and (max-width: 860px) {
  #contato header {
    background: url(../img/layout/topo_pag.png) repeat-x top;
    height: 150px;
  }
  #contato #content .tit_paginas {
    margin-top: 30px;
    z-index: 9;
  }
  #contato #content .bg_formulario {
    display: none;
  }
  #contato #content .bg_horario {
    display: none;
  }
  #contato #content #formulario form fieldset input[type="text"] {
    border: 1px #D0D0D0 solid;
  }
  #contato #content #formulario form .textarea {
    margin-top: 15px!important;
  }
  #contato #content #formulario form .textarea textarea {
    border: 1px #D0D0D0 solid;
  }
  #contato #content .cont_horarios {
    display: none;
  }
  #contato #content .contact-data {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
    margin-left: 9.270833333333332%;
    margin-top: 0px;
    margin-left: 9px;
  }
  #contato #content .contact-data .lista_endereco li {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
    height: 480px;
    margin-bottom: 30px;
  }
  #contato #content #formulario form fieldset {
    width: 455px;
  }
  #contato #content h2 {
    margin-top: 30px;
  }
  #contato #content #formulario form fieldset input[type="text"] {
    width: 360px;
  }
  #contato #content #formulario form fieldset .textarea textarea {
    width: 360px!important;
  }
}
@media all and (max-width: 700px) {
  #produtos.carrinho #content #formulario,
  #contato #content #formulario {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
    margin-bottom: 40px;
  }
  #produtos.carrinho #content .contact-data,
  #contato #content .contact-data {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
    margin-left: 0.9375%;
  }
  #produtos.carrinho #content .contact-data p.email a,
  #contato #content .contact-data p.email a {
    font-size: 16px;
  }
  #contato #content #formulario form fieldset input[type="text"] {
    display: inline !important;
    float: left !important;
    width: 98.125% !important;
    margin: 0 0.9375% !important;
    *width: 98.07291666666667% !important;
    *margin: 0 0.8854166666666666% !important;
    float: none!important;
  }
  #contato #content #formulario form fieldset .text {
    display: inline !important;
    float: left !important;
    width: 98.125% !important;
    margin: 0 0.9375% !important;
    *width: 98.07291666666667% !important;
    *margin: 0 0.8854166666666666% !important;
    float: none!important;
  }
  #contato #content #formulario {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
  }
  #contato #content #formulario form fieldset {
    display: inline !important;
    float: left !important;
    width: 98.125% !important;
    margin: 0 0.9375% !important;
    *width: 98.07291666666667% !important;
    *margin: 0 0.8854166666666666% !important;
    margin-left: 0px;
  }
  #contato #content #formulario form fieldset .textarea textarea {
    display: inline !important;
    float: left !important;
    width: 98.125% !important;
    margin: 0 0.9375% !important;
    *width: 98.07291666666667% !important;
    *margin: 0 0.8854166666666666% !important;
    float: none!important;
  }
}
@media all and (max-width: 530px) {
  #contato #content h2 {
    margin-top: 30px;
  }
  #contato #content .contact-data img {
    width: 100%;
    margin-bottom: 4px;
  }
  #contato #content #formulario form fieldset input[type="text"] {
    width: 300px;
  }
  #contato #content #formulario form fieldset .textarea textarea {
    width: 100%;
  }
}
