@import url(http://fonts.googleapis.com/css?family=Lato|PT+Serif+Caption:400,400italic);
@charset "utf-8";
/* - - - - - - - - - - RESET - - - - - - - - - - */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
hr {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* - - - - - - - - - - PADRÕES GERAL - - - - - - - - - - */
/* ----- Universal ----- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
/* ----- Padrões Efeitos CSS3 ----- */
/* ----- Padrões p/ Sites ----- */
body,
html {
  height: 100%;
}
#all-site {
  width: 100%;
  min-height: 100%;
  position: relative;
}
/* ----- Classes Padrões ----- */
.clear {
  clear: both;
}
.center {
  margin: 0 auto;
  float: none !important;
  display: block;
}
.dib {
  display: inline-block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}
/* - - - - - - - - - - CONFIGURAÇÃO DE GRID - - - - - - - - - - */
/* Grid Fluido */
/* t -> tamanho // n -> número */
.grid {
  width: 100%;
}
.margin-r {
  margin-right: 2%;
}
.margin-l {
  margin-left: 2%;
}
.margin-t {
  margin-top: 2%;
}
.margin-b {
  margin-bottom: 2%;
}
.margin-v {
  margin-top: 2%;
  margin-bottom: 2%;
}
.margin-h {
  margin-left: 2%;
  margin-right: 2%;
}
.margin {
  margin-top: 2%;
  margin-bottom: 2%;
  margin-left: 2%;
  margin-right: 2%;
}
.padding-r {
  padding-right: 2%;
}
.padding-l {
  padding-left: 2%;
}
.padding-t {
  padding-top: 15px;
}
.padding-b {
  padding-bottom: 15px;
}
.padding-v {
  padding-top: 15px;
  padding-bottom: 15px;
}
.padding-h {
  padding-left: 2%;
  padding-right: 2%;
}
.padding {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 2%;
  padding-right: 2%;
}
.grid1 {
  width: 6.5%;
  float: left;
  display: block;
}
.grid2 {
  width: 15%;
  float: left;
  display: block;
}
.grid3 {
  width: 23.5%;
  float: left;
  display: block;
}
.grid4 {
  width: 32%;
  float: left;
  display: block;
}
.grid5 {
  width: 40.5%;
  float: left;
  display: block;
}
.grid6 {
  width: 49%;
  float: left;
  display: block;
}
.grid7 {
  width: 57.5%;
  float: left;
  display: block;
}
.grid8 {
  width: 66%;
  float: left;
  display: block;
}
.grid9 {
  width: 74.5%;
  float: left;
  display: block;
}
.grid10 {
  width: 83%;
  float: left;
  display: block;
}
.grid11 {
  width: 91.5%;
  float: left;
  display: block;
}
.grid12 {
  width: 100%;
  float: left;
  display: block;
}
@media screen and (min-width: 2000px) {
  .xl-grid1 {
    width: 6.5%;
    float: left;
    display: block;
  }
  .xl-grid2 {
    width: 15%;
    float: left;
    display: block;
  }
  .xl-grid3 {
    width: 23.5%;
    float: left;
    display: block;
  }
  .xl-grid4 {
    width: 32%;
    float: left;
    display: block;
  }
  .xl-grid5 {
    width: 40.5%;
    float: left;
    display: block;
  }
  .xl-grid6 {
    width: 49%;
    float: left;
    display: block;
  }
  .xl-grid7 {
    width: 57.5%;
    float: left;
    display: block;
  }
  .xl-grid8 {
    width: 66%;
    float: left;
    display: block;
  }
  .xl-grid9 {
    width: 74.5%;
    float: left;
    display: block;
  }
  .xl-grid10 {
    width: 83%;
    float: left;
    display: block;
  }
  .xl-grid11 {
    width: 91.5%;
    float: left;
    display: block;
  }
  .xl-grid12 {
    width: 100%;
    float: left;
    display: block;
  }
}
@media screen and (max-width: 860px) {
  .s-grid1 {
    width: 6.5%;
    float: left;
    display: block;
  }
  .s-grid2 {
    width: 15%;
    float: left;
    display: block;
  }
  .s-grid3 {
    width: 23.5%;
    float: left;
    display: block;
  }
  .s-grid4 {
    width: 32%;
    float: left;
    display: block;
  }
  .s-grid5 {
    width: 40.5%;
    float: left;
    display: block;
  }
  .s-grid6 {
    width: 49%;
    float: left;
    display: block;
  }
  .s-grid7 {
    width: 57.5%;
    float: left;
    display: block;
  }
  .s-grid8 {
    width: 66%;
    float: left;
    display: block;
  }
  .s-grid9 {
    width: 74.5%;
    float: left;
    display: block;
  }
  .s-grid10 {
    width: 83%;
    float: left;
    display: block;
  }
  .s-grid11 {
    width: 91.5%;
    float: left;
    display: block;
  }
  .s-grid12 {
    width: 100%;
    float: left;
    display: block;
  }
}
@media screen and (max-width: 460px) {
  .xs-grid1 {
    width: 6.5%;
    float: left;
    display: block;
  }
  .xs-grid2 {
    width: 15%;
    float: left;
    display: block;
  }
  .xs-grid3 {
    width: 23.5%;
    float: left;
    display: block;
  }
  .xs-grid4 {
    width: 32%;
    float: left;
    display: block;
  }
  .xs-grid5 {
    width: 40.5%;
    float: left;
    display: block;
  }
  .xs-grid6 {
    width: 49%;
    float: left;
    display: block;
  }
  .xs-grid7 {
    width: 57.5%;
    float: left;
    display: block;
  }
  .xs-grid8 {
    width: 66%;
    float: left;
    display: block;
  }
  .xs-grid9 {
    width: 74.5%;
    float: left;
    display: block;
  }
  .xs-grid10 {
    width: 83%;
    float: left;
    display: block;
  }
  .xs-grid11 {
    width: 91.5%;
    float: left;
    display: block;
  }
  .xs-grid12 {
    width: 100%;
    float: left;
    display: block;
  }
}
/* - - - - - - - - - - IMPORT FONTS - - - - - - - - - - */
/* - - - - - - - - - - GERAL - - - - - - - - - - */
.site-container {
  width: 940px;
  margin: 0 auto;
}
/* ----- Variáveis Globias ----- */
/* -- Fontes -- */
.fregular {
  font-family: 'ralewayregular';
}
.fmedium {
  font-family: 'ralewaymedium';
}
.fsemi {
  font-family: 'ralewaysemibold';
}
b,
.b,
strong {
  font-weight: bold;
}
/* -- Cores -- */
/* Color */
.cblack {
  color: #333;
}
.cmarinho {
  color: #274252;
}
.cwhite {
  color: #ffffff;
}
/* Background Color */
.marinho {
  background-color: #274252;
}
/* Azul Marinho */
.white {
  background-color: #ffffff;
}
.black {
  background-color: #274252;
}
i {
  font-style: italic;
}
/* ----- Definindo Padrões ----- */
/* -- Geral -- */
#all-site {
  width: 100%;
  float: left;
  margin: 0 auto;
  float: none !important;
  display: block;
}
body {
  font-family: 'Lato', serif;
  font-size: 14px;
  background: #f5f5f5;
}
/* -- Padrões de Texto -- */
h1 {
  font-size: 23px;
  margin: 10px auto;
  max-width: 842px;
}
h2 {
  color: #333;
  font-size: 19px;
}
h3 {
  color: #333;
  font-size: 17px;
}
article .centro {
  margin-top: 20px;
}
article .centro p {
  opacity: .8;
  color: #333;
  font-size: 15px;
  line-height: 1.5em !important;
  margin-bottom: 12px;
  font-style: "ralewayregular" !important;
}
article .centro div {
  opacity: .8;
  color: #333;
  font-size: 15px;
  line-height: 1.5em !important;
  margin-bottom: 12px;
  font-style: "ralewayregular" !important;
}
/* -- Padrões de Forms -- */
input,
select,
textarea {
  outline: none;
  width: 100%;
  padding: 10px;
  border: 0;
  font-style: italic;
  box-shadow: 0 2px 0 rgba(34,30,31,.08);
  -webkit-box-shadow: 0 2px 0 rgba(34,30,31,.08);
  -moz-box-shadow: 0 2px 0 rgba(34,30,31,.08);
}
input[type=submit] {
  color: #ffffff;
  cursor: pointer;
  margin-top: 2px;
  background: #aaa;
  font-style: normal;
}
/* -- Icones -- */
button {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
/*-- Botões -- */
.botao.branco:hover {
  box-shadow: inset 1px 2px 0 rgba(34,30,31,.2);
  -webkit-box-shadow: inset 1px 2px 0 rgba(34,30,31,.2);
  -moz-box-shadow: inset 1px 2px 0 rgba(34,30,31,.2);
}
.botao {
  display: inline-block;
  text-decoration: none;
  padding: 8px 30px;
  border-radius: 4px;
  background: #A20000;
  color: #fff;
  -webkit-box-shadow: 0px 2px 0px #4d0101;
}
.botao:hover {
  box-shadow: inset 0px 3px 0px #4d0101;
  -webkit-box-shadow: inset 0px 3px 0px #4d0101;
  -moz-box-shadow: inset 0px 3px 0px #4d0101;
}
.botao.branco {
  display: inline-block;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 2px 0 rgba(34,30,31,.08);
  -webkit-box-shadow: 0 2px 0 rgba(34,30,31,.08);
  -moz-box-shadow: 0 2px 0 rgba(34,30,31,.08);
  background-color: #ffffff;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f6f6f6;
  color: #333;
}
/* -- Box's -- */
/* Box fundo Branco + Sombra */
.box {
  box-shadow: 0 2px 0 rgba(34,30,31,.08);
  -webkit-box-shadow: 0 2px 0 rgba(34,30,31,.08);
  -moz-box-shadow: 0 2px 0 rgba(34,30,31,.08);
  background-color: #ffffff;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.box-none {
  background-color: transparent;
  padding: 0px;
  box-shadow: 0px 0px 0px #000000;
  -webkit-box-shadow: 0px 0px 0px #000000;
  -moz-box-shadow: 0px 0px 0px #000000;
}
section.central article {
  box-shadow: 0 2px 0 rgba(34,30,31,.08);
  -webkit-box-shadow: 0 2px 0 rgba(34,30,31,.08);
  -moz-box-shadow: 0 2px 0 rgba(34,30,31,.08);
  background-color: #ffffff;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* -- Tabelas -- */
table {
  width: 100%;
  box-shadow: 0 0 1px #dddddd;
  -webkit-box-shadow: 0 0 1px #dddddd;
  -moz-box-shadow: 0 0 1px #dddddd;
}
table tr {
  width: 100%;
}
table tr td {
  padding: 10px;
  font-size: 15px;
  line-height: 1.5em;
  color: #333;
}
table tbody tr:nth-child(even) {
  background: #f5f5f5;
}
/* ----- Seções Em Comum ----- */
/* -- Header -- */
header .logo {
  width: 49%;
  float: left;
  display: block;
  margin-top: 28px;
  margin-bottom: 28px;
}
header .busca {
  width: 49%;
  float: left;
  display: block;
  margin-left: 2%;
  margin-top: 50px;
  position: relative;
}
header .busca input[type=submit] {
  width: 23px;
  height: 23px;
  background: url(http://www.sindfar.org.br/wordpress/wp-content/themes/portal-sindfarsc/css/img/submit-busca.png);
  display: inline-block;
  float: right;
  top: 5px;
  right: 5px;
  box-shadow: 0 0 0 #ffffff;
  -webkit-box-shadow: 0 0 0 #ffffff;
  -moz-box-shadow: 0 0 0 #ffffff;
  z-index: 33;
  position: absolute;
}
header nav {
  box-shadow: 0 2px 0 rgba(34,30,31,.08);
  -webkit-box-shadow: 0 2px 0 rgba(34,30,31,.08);
  -moz-box-shadow: 0 2px 0 rgba(34,30,31,.08);
  background-color: #ffffff;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 10px auto 20px auto;
  font-size: 16px;
  clear: both;
  width: 100%;
  float: left;
  display: block;
}
header nav li {
  display: block;
  float: left;
}
header nav a {
  text-decoration: none;
  color: #274252;
  padding: 10px 11px;
  display: inline-block;
}
header nav li:before {
  content: "";
  float: left;
  width: 1px;
  height: 35px;
  opacity: .1;
  background-color: #000;
  display: block;
  position: relative;
}
header nav li:first-child:before {
  width: 0px;
  height: 0px;
}
header nav a:hover {
  text-decoration: underline;
}
header nav li:hover ul.sub-menu {
  display: block;
}
header nav ul.sub-menu {
  position: absolute;
  display: none;
  box-shadow: 0 2px 0 rgba(34,30,31,.08);
  -webkit-box-shadow: 0 2px 0 rgba(34,30,31,.08);
  -moz-box-shadow: 0 2px 0 rgba(34,30,31,.08);
  background-color: #ffffff;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 999;
  margin-top: 0px;
  box-shadow: 0px 0px 2px rgba(34,30,31,.5);
  -webkit-box-shadow: 0px 0px 2px rgba(34,30,31,.5);
  -moz-box-shadow: 0px 0px 2px rgba(34,30,31,.5);
}
header nav ul.sub-menu li {
  float: none;
}
header nav ul.sub-menu li:before {
  display: none;
}
header nav ul.sub-menu a {
  display: block;
}
/* -- Mostrar Post -- */
.noticias {
  margin-top: 45px;
  width: 100%;
  float: left;
  display: block;
}
.noticias article:nth-child(even) {
  float: right;
  clear: right;
}
.noticias article:nth-child(odd) {
  float: left;
  clear: left;
}
article.post {
  box-shadow: 0 2px 0 rgba(34,30,31,.08);
  -webkit-box-shadow: 0 2px 0 rgba(34,30,31,.08);
  -moz-box-shadow: 0 2px 0 rgba(34,30,31,.08);
  background-color: #ffffff;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 49%;
  float: left;
  display: block;
  margin-bottom: 20px;
}
article.post header .categorias {
  float: left;
}
article.post header .categorias a {
  color: #333;
  text-decoration: none;
  float: left;
  display: inline-block;
  margin-right: 10px;
}
article.post header .categorias a:hover {
  text-decoration: underline;
}
article.post header .data {
  float: right;
}
article.post header hr.divisor-topo {
  width: 100%;
  height: 2px;
  opacity: .2;
  background-color: #274252;
  display: inline-block;
  margin: 3px auto 5px auto;
}
article.post header .img-destacada img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
article.post header h2 {
  font-size: 23px;
  margin: 10px auto;
}
article.post header h2 a {
  color: inherit;
  text-decoration: inherit;
}
article.post .img-destacada img {
  width: 100%;
  height: auto;
}
article.post .conteudo p {
  opacity: .8;
  line-height: 20px;
}
article:nth-child(even) {
  margin-left: 2%;
}
/* -- Navegador Posts -- */
section.noticias .navegador {
  margin: 0 auto;
  float: none !important;
  display: block;
  width: 150px;
  margin: 30px auto;
}
section.noticias .navegador a {
  padding: 5px;
  text-decoration: none;
  color: #274252;
}
section.noticias .navegador li {
  float: left;
}
section.noticias .navegador li.selecionado a,
section.noticias .navegador li:hover a {
  text-decoration: underline;
}
/* -- Footer -- */
footer {
  background-color: #ffffff;
  margin-top: 30px;
  /*				.acessoria{.grid6;padding: 30px 15px;}*/
}
footer .fb-like-box {
  padding: 10px;
}
footer nav.rodape {
  width: 100%;
  float: left;
  display: block;
}
footer nav.rodape li {
  float: left;
  display: block;
  width: 20%;
}
footer nav.rodape a {
  text-transform: uppercase;
  background: #f3f3f3;
  width: 100%;
  display: block;
  text-align: center;
  border-left: 1px solid #fff;
  padding: 20px 0px;
  color: #274252;
  text-decoration: none;
}
footer nav.rodape li:first-child a {
  border-left: 0px;
}
footer nav.rodape a:hover {
  text-decoration: underline;
}
footer p.titulo {
  font-size: 18px;
  color: #274252;
  margin-bottom: 16px;
}
footer p {
  color: #b0b0b0;
  font-size: 16px;
}
footer .localizacao {
  width: 49%;
  float: left;
  display: block;
  padding: 30px 15px;
}
footer .afiliados {
  width: 49%;
  float: left;
  display: block;
  margin-left: 2%;
  padding: 30px 15px;
}
footer .afiliados a {
  margin-right: 10px;
}
footer hr {
  width: 100%;
  height: 1px;
  opacity: .1;
  background-color: #000;
}
footer .direitos {
  padding: 20px;
  float: left;
}
footer .desenvolvedor {
  float: right;
  margin: 16px 20px auto auto;
}
footer .fb_iframe_widget,
footer .fb_iframe_widget span,
footer .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
/* -- Compartilhar -- */
.compartilhar h2 {
  font-size: 23px;
  margin-bottom: 20px;
}
.compartilhar .facebook,
.compartilhar .twitter,
.compartilhar .gplus,
.compartilhar .pinterest {
  float: left;
  margin: 10px;
}
.compartilhar .pinterest {
  margin: 43px 10px 10px 6px;
  transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
}
/* -- Posts Relacionados -- */
.post-relacionados {
  margin-top: 30px;
}
.post-relacionados h2 {
  font-size: 23px;
  margin-bottom: 20px;
}
/* -- Arquivo -- */
.archive .banner img {
  max-width: 100%;
  height: auto;
}
/* - - - - - - - - - - PÁGINAS - - - - - - - - - - */
/* ----- HOME ----- */
.leia-posts {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 00px 0;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  box-shadow: 0 -1px 1px rgba(30, 30, 30, 0.7);
  background: #fff;
  z-index: 999999999;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.leia-posts.hide {
  bottom: -50px;
}
.slide {
  width: 66%;
  float: left;
  display: block;
  position: relative;
}
.slide .mascara {
  width: 620px;
  height: 522px;
  position: relative;
  overflow: hidden;
}
.slide ul li {
  display: none;
  position: relative;
  width: 100%;
  height: 522px;
}
.slide ul li img {
  float: left;
}
.slide ul li h2 {
  font-size: 24px;
  display: inline-block;
  position: absolute;
  max-width: 580px;
  line-height: 55px;
  margin-left: 20px;
  float: left;
  bottom: 20px;
}
.slide ul li h2 span {
  background-color: #ffffff;
  padding: 8px 10px;
  color: #274252;
}
.slide ul li:first-child {
  display: block;
}
.slide .navegadores {
  position: absolute;
  top: 20px;
  right: 20px;
}
.slide .navegadores button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  display: inline-block;
  cursor: pointer;
  box-shadow: 1px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 3px 0px rgba(0, 0, 0, 0.3);
  margin-left: 5px;
}
.slide .navegadores button.ativo {
  background-color: #274252;
}
.campanhas {
  width: 32%;
  float: left;
  display: block;
  margin-left: 2%;
  margin-bottom: 15px;
}
.campanhas h3 {
  margin-bottom: 10px;
}
.campanhas .widget_buffercode_banner_upload_info .widget-title {
  display: none;
}
.campanhas .widget_buffercode_banner_upload_info {
  width: 49%;
  float: left;
  display: block;
  margin-left: 2%;
}
.campanhas .widget_buffercode_banner_upload_info img {
  width: 100%;
}
.campanhas .widget_buffercode_banner_upload_info:nth-child(1) {
  margin-left: 0;
  height: 235px;
}
.campanhas .widget_buffercode_banner_upload_info:nth-child(1) img {
  height: 100%;
}
.campanhas .widget_buffercode_banner_upload_info:nth-child(3) {
  margin-top: 5px;
}
.por-dentro {
  width: 32%;
  float: left;
  display: block;
  margin-left: 2%;
}
.por-dentro h3 {
  margin-bottom: 10px;
}
.por-dentro a {
  float: left;
  box-shadow: 0 2px 0 rgba(34,30,31,.08);
  -webkit-box-shadow: 0 2px 0 rgba(34,30,31,.08);
  -moz-box-shadow: 0 2px 0 rgba(34,30,31,.08);
  margin-bottom: 10px;
}
.por-dentro .widget_buffercode_banner_upload_info .widget-title {
  display: none;
}
.por-dentro .widget_buffercode_banner_upload_info {
  width: 49%;
  float: left;
  display: block;
  margin-left: 2%;
}
.por-dentro .widget_buffercode_banner_upload_info img {
  width: 100%;
}
.por-dentro .widget_buffercode_banner_upload_info:nth-child(2n+1) {
  margin-left: 0;
}
/* ----- POST ----- */
section.post article {
  box-shadow: 0 2px 0 rgba(34,30,31,.08);
  -webkit-box-shadow: 0 2px 0 rgba(34,30,31,.08);
  -moz-box-shadow: 0 2px 0 rgba(34,30,31,.08);
  background-color: #ffffff;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
section.post article header .categorias {
  float: left;
}
section.post article header .categorias a {
  color: #333;
  text-decoration: none;
  float: left;
}
section.post article header .categorias a:hover {
  text-decoration: underline;
}
section.post article header .data-hora {
  float: right;
  color: #333;
}
section.post article header hr {
  width: 100%;
  height: 2px;
  opacity: .2;
  background-color: #274252;
  display: inline-block;
  margin: 3px auto 5px auto;
}
section.post article header .imagem-destacada img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 15px;
}
section.post article header .box-data {
  width: 62px;
  height: 55px;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
section.post article header .box-data span {
  text-align: center;
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 18px;
}
section.post article header .box-data span.dia {
  margin-top: 8px;
}
section.post article header h1.titulo {
  font-size: 23px;
  margin: 14px auto auto 16px;
  float: left;
}
/* ----- BLOG SALARIAL ----- */
section.salarial section.noticias {
  margin-top: 30px;
}
/* ----- DIRETORIA ----- */
section.diretoria h1 {
  margin: 0px auto 20px 0px;
}
section.diretoria .pessoa {
  float: left;
  margin-left: 5%;
  width: 21.25%;
}
section.diretoria .pessoa img {
  margin: 0 auto;
  float: none;
}
section.diretoria .pessoa .nome {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}
section.diretoria .pessoa .cargo {
  color: #6e6e6e;
  font-size: 14px;
  clear: both;
  float: left;
  margin-bottom: 45px;
}
section.diretoria .pessoa:nth-child(4n+1) {
  margin-left: 0px;
  clear: left;
}
/* ----- CULTURA ----- */
section.cultura article {
  background-color: transparent;
  padding: 0px;
  box-shadow: 0px 0px 0px #000000;
  -webkit-box-shadow: 0px 0px 0px #000000;
  -moz-box-shadow: 0px 0px 0px #000000;
}
section.cultura article h1 {
  margin-top: 45px;
}
section.cultura article .filme {
  box-shadow: 0 2px 0 rgba(34,30,31,.08);
  -webkit-box-shadow: 0 2px 0 rgba(34,30,31,.08);
  -moz-box-shadow: 0 2px 0 rgba(34,30,31,.08);
  background-color: #ffffff;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
}
section.cultura article .filme img {
  border: 3px solid #d2d2d2;
  float: left;
  margin-right: 15px;
}
section.cultura article .filme h2 {
  font-size: 18px;
  margin-bottom: 6px;
}
section.cultura article .filme p {
  margin-bottom: 2px;
}
section.cultura article footer {
  background-color: transparent;
}
/* ----- PERGUNTAS ----- */
section.perguntas article {
  background-color: transparent;
  padding: 0px;
  box-shadow: 0px 0px 0px #000000;
  -webkit-box-shadow: 0px 0px 0px #000000;
  -moz-box-shadow: 0px 0px 0px #000000;
}
section.perguntas article header h1 {
  margin: 30px 0px 30px 0px;
  float: left;
}
section.perguntas article header p {
  opacity: .8;
  margin: 15px auto 40px auto;
}
section.perguntas article .pergunta {
  box-shadow: 0 2px 0 rgba(34,30,31,.08);
  -webkit-box-shadow: 0 2px 0 rgba(34,30,31,.08);
  -moz-box-shadow: 0 2px 0 rgba(34,30,31,.08);
  background-color: #ffffff;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
}
section.perguntas article .pergunta h2 {
  float: left;
  font-size: 18px;
  padding: 10px;
}
section.perguntas article .pergunta button {
  float: right;
  width: 24px;
  height: 21px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #274151;
  color: #ffffff;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  padding-top: 0px;
  margin-top: 8px;
}
section.perguntas article .pergunta .resposta hr {
  opacity: .2;
  background-color: #000;
  width: 100%;
  height: 2px;
  margin: 10px auto;
}
section.perguntas article .pergunta .resposta p {
  padding: 10px;
  margin-bottom: 0px;
}
section.perguntas article .pergunta.fechado button {
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
section.perguntas article .pergunta.fechado .resposta {
  display: none;
}
section.perguntas article footer {
  background-color: transparent;
}
/* ----- PAGINA ----- */
section.pagina h1 {
  margin: 0px;
}
/* ----- PESQUISA ----- */
.page-header h1 {
  margin: 0px;
}
/* Smartphones ----------- */
@media only screen and (max-device-width: 768px), screen and (max-width: 768px) {
  /* -- Padrões de Texto -- */
  h1 {
    font-size: 18px;
    margin: 5px auto;
    max-width: 842px;
  }
  h3 {
    color: #333;
    font-size: 20px;
  }
  article .centro {
    margin-top: 10px;
  }
  article .centro p {
    opacity: .8;
    color: #333;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 15px;
  }
  .site-container {
    width: 100%;
    padding: 0 20px;
    background: #fff;
  }
  .site-container.leftover {
    margin-left: -100%;
  }
  .site-container.leftover header .busca {
    width: calc(50% - 2%);
  }
  #all-site {
    background: #274252;
  }
  /* -- Header -- */
  header {
    position: relative;
  }
  header .logo {
    width: 91.5%;
    float: left;
    display: block;
    margin-top: 28px;
  }
  header .logo img {
    max-width: 100%;
  }
  header .busca {
    clear: both;
    width: 100%;
    float: left;
    display: block;
    height: 40px;
    margin-left: 0;
    margin-top: 10px;
  }
  header .busca input[type='text'] {
    height: 40px;
    line-height: 40px;
    width: 100%;
    color: #444;
    font-size: 1.2em;
  }
  header nav {
    clear: none;
    width: 50px;
    margin-left: 2%;
    height: 40px;
    margin-top: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #274252 url(http://www.sindfar.org.br/wordpress/wp-content/themes/portal-sindfarsc/css/img/menu.png) 15px 12px no-repeat;
    position: fixed;
    right: 0;
    z-index: 999;
    top: 0;
    overflow: hidden;
  }
  header nav ul {
    background: #274252;
    top: 40px;
    position: absolute;
    left: 0;
    max-height: 0px;
  }
  header nav > ul {
    overflow-y: scroll;
  }
  header nav li {
    color: #fff;
    width: 100%;
    float: left;
    display: block;
    clear: both;
  }
  header nav li:nth-child(odd) {
    background: #324c5b;
  }
  header nav a {
    text-decoration: none;
    color: #fff;
    padding: 10px 11px;
    display: inline-block;
  }
  header nav li:before {
    content: "";
    float: left;
    width: 1px;
    height: 35px;
    opacity: .1;
    background-color: #000;
    display: block;
    position: relative;
  }
  header nav li:first-child:before {
    width: 0px;
    height: 0px;
  }
  header nav a:hover {
    text-decoration: underline;
  }
  header nav li:hover ul.sub-menu {
    display: block;
  }
  header nav ul.sub-menu {
    position: relative;
    display: block !important;
    background: #274252;
    border: none;
    z-index: 999;
    top: 0px;
    margin-top: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  header nav ul.sub-menu li {
    float: none;
    background: #274252;
    padding-left: 10px;
  }
  header nav ul.sub-menu a {
    display: block;
    color: #fff;
  }
  header nav li:nth-child(odd) ul.sub-menu {
    position: relative;
    display: block !important;
    background: #324c5b;
    border: none;
    z-index: 999;
    top: 0px;
    margin-top: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  header nav li:nth-child(odd) ul.sub-menu li {
    float: none;
    background: #324c5b;
    padding-left: 10px;
  }
  header nav li:nth-child(odd) ul.sub-menu a {
    display: block;
    color: #fff;
  }
  header nav.active {
    width: 100%;
    height: 100%;
    right: 0;
    position: fixed;
    top: 0px;
    margin-top: 0px;
    overflow: scroll;
  }
  header nav.active ul {
    display: block;
    left: 0;
    width: 100%;
    max-height: calc(100% - 50px);
  }
  header nav.active ul.sub-menu {
    display: none;
    top: 0px;
  }
  header nav.active ul.sub-menu li {
    float: none;
    background: #274252;
    padding-left: 10px;
  }
  .por-dentro,
  .campanhas {
    display: none;
  }
  .slide {
    width: 100%;
    float: left;
    display: block;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .slide .mascara {
    width: 100%;
    height: inherit;
    position: relative;
    overflow: hidden;
  }
  .slide .mascara img {
    width: 100%;
    height: auto;
  }
  .slide .mascara ul {
    height: inherit;
  }
  .slide .mascara ul li {
    height: inherit;
  }
  .slide .mascara ul li:after {
    content: "";
    clear: both;
    display: block;
  }
  .slide .mascara ul li h2 {
    font-size: 15px;
    display: inline-block;
    position: absolute;
    max-width: 100%;
    line-height: 30px;
    margin-left: 2%;
    float: left;
    bottom: 10px;
  }
  .slide .mascara ul li h2 span {
    background-color: #ffffff;
    padding: 4px 10px;
    color: #274252;
  }
  .slide .mascara ul li:first-child {
    display: block;
  }
  /* -- Footer -- */
  footer {
    background-color: #ffffff;
    margin-top: 30px;
  }
  footer .fb-like-box {
    padding: 10px;
  }
  footer nav.rodape {
    width: 100%;
    float: left;
    display: block;
  }
  footer nav.rodape li {
    width: 100%;
    float: left;
    display: block;
  }
  footer nav.rodape li:nth-of-type(odd) a {
    background: #e0e0e0;
  }
  footer .localizacao {
    width: 100%;
    float: left;
    display: block;
    padding: 30px 15px;
  }
  footer .acessoria {
    width: 100%;
    float: left;
    display: block;
    padding: 30px 15px;
  }
  footer .afiliados {
    width: 100%;
    float: left;
    display: block;
    margin-left: 0;
    padding: 30px 15px;
  }
  footer .afiliados a {
    margin-right: 10px;
  }
  footer hr {
    width: 100%;
    height: 1px;
    opacity: .1;
    background-color: #000;
  }
  footer .direitos {
    padding: 20px;
    float: left;
  }
  footer .desenvolvedor {
    float: right;
    margin: 16px 20px auto auto;
  }
  footer .fb_iframe_widget,
  footer .fb_iframe_widget span,
  footer .fb_iframe_widget span iframe[style] {
    width: 100% !important;
  }
  /* -- Navegador Posts -- */
  section.noticias .navegador {
    margin: 0 auto;
    float: none !important;
    display: block;
    min-width: 211px;
    width: auto;
    float: right;
    margin: 30px auto;
    text-align: right;
  }
  section.noticias .navegador a {
    padding: 15px 15px !important;
    text-decoration: none;
    color: #274252;
    margin: 0 10px;
    box-shadow: 0 2px 0 rgba(34,30,31,.08);
    -webkit-box-shadow: 0 2px 0 rgba(34,30,31,.08);
    -moz-box-shadow: 0 2px 0 rgba(34,30,31,.08);
    background-color: #ffffff;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline;
  }
  section.noticias .navegador li {
    float: none;
    display: inline;
  }
  section.noticias .navegador li.selecionado a,
  section.noticias .navegador li:hover a {
    text-decoration: underline;
  }
  /* Post */
  article.post {
    box-shadow: 0 2px 0 rgba(34,30,31,.08);
    -webkit-box-shadow: 0 2px 0 rgba(34,30,31,.08);
    -moz-box-shadow: 0 2px 0 rgba(34,30,31,.08);
    background-color: #ffffff;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 50px;
    margin-left: 0;
  }
  article.post header h2 {
    font-size: 18px;
  }
  article.post .conteudo p {
    font-size: 14px;
    line-height: 21px;
  }
  /* ----- POST ----- */
  section.post article {
    box-shadow: 0 2px 0 rgba(34,30,31,.08);
    -webkit-box-shadow: 0 2px 0 rgba(34,30,31,.08);
    -moz-box-shadow: 0 2px 0 rgba(34,30,31,.08);
    background-color: #ffffff;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  section.post article header .imagem-destacada img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 15px;
    max-width: 100%;
    height: auto;
  }
  section.post article header .box-data {
    height: 55px;
    width: 15%;
    float: left;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  section.post article header .box-data span {
    text-align: center;
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 18px;
  }
  section.post article header .box-data span.dia {
    margin-top: 8px;
  }
  section.post article header h1.titulo {
    font-size: 23px;
    width: 83%;
    float: left;
    display: block;
    margin-left: 2%;
    margin-top: 0;
  }
  section.post article img {
    max-width: 100%;
  }
}
/* Tablets ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px), screen and (min-width: 768px) and (max-width: 1024px) {
  .site-container {
    width: 100%;
    padding: 0 20px;
    background: #fff;
  }
  .site-container.leftover {
    margin-left: -250px;
  }
  .site-container.leftover header .busca {
    width: calc(50% - 2%);
  }
  #all-site {
    background: #274252;
  }
  /* -- Header -- */
  header {
    position: relative;
  }
  header .logo {
    width: 49%;
    float: left;
    display: block;
    margin-top: 28px;
  }
  header .logo img {
    max-width: 100%;
  }
  header .busca {
    width: 40.5%;
    float: left;
    display: block;
    height: 40px;
    width: calc(50% - 50px - 2%);
  }
  header .busca input[type='text'] {
    height: 40px;
    line-height: 40px;
  }
  header nav {
    clear: none;
    width: 50px;
    margin-left: 2%;
    height: 40px;
    margin-top: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #274252 url(http://www.sindfar.org.br/wordpress/wp-content/themes/portal-sindfarsc/css/img/menu.png) 15px 12px no-repeat;
    position: absolute;
    right: 0;
    z-index: 99;
  }
  header nav ul {
    background: #274252;
    top: 40px;
    position: absolute;
    left: 0;
    max-height: 0px;
    overflow: hidden;
  }
  header nav li {
    color: #fff;
    width: 100%;
    float: left;
    display: block;
    clear: both;
  }
  header nav li:nth-child(odd) {
    background: #324c5b;
  }
  header nav a {
    text-decoration: none;
    color: #fff;
    padding: 10px 11px;
    display: inline-block;
  }
  header nav li:before {
    content: "";
    float: left;
    width: 1px;
    height: 35px;
    opacity: .1;
    background-color: #000;
    display: block;
    position: relative;
  }
  header nav li:first-child:before {
    width: 0px;
    height: 0px;
  }
  header nav a:hover {
    text-decoration: underline;
  }
  header nav li:hover ul.sub-menu {
    display: block;
  }
  header nav ul.sub-menu {
    position: relative;
    display: block !important;
    background: #274252;
    border: none;
    z-index: 999;
    top: 0px;
    margin-top: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  header nav ul.sub-menu li {
    float: none;
    background: #274252;
    padding-left: 10px;
  }
  header nav ul.sub-menu a {
    display: block;
    color: #fff;
  }
  header nav li:nth-child(odd) ul.sub-menu {
    position: relative;
    display: block !important;
    background: #324c5b;
    border: none;
    z-index: 999;
    top: 0px;
    margin-top: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  header nav li:nth-child(odd) ul.sub-menu li {
    float: none;
    background: #324c5b;
    padding-left: 10px;
  }
  header nav li:nth-child(odd) ul.sub-menu a {
    display: block;
    color: #fff;
  }
  header nav.active {
    width: 250px;
    left: inherit;
    right: -270px;
  }
  header nav.active ul {
    display: block;
    left: 0;
    width: 250px;
    max-height: 9999px;
  }
  header nav.active ul.sub-menu {
    display: none;
    top: 0px;
  }
  header nav.active ul.sub-menu li {
    float: none;
    background: #274252;
    padding-left: 10px;
  }
  .por-dentro,
  .campanhas {
    display: none;
  }
  .slide {
    width: 100%;
    float: left;
    display: block;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .slide .mascara {
    width: 100%;
    height: 522px;
    position: relative;
    overflow: hidden;
  }
  .slide .mascara img {
    width: 100%;
    height: auto;
  }
  /* -- Navegador Posts -- */
  section.noticias .navegador {
    margin: 0 auto;
    float: none !important;
    display: block;
    min-width: 211px;
    width: auto;
    float: right;
    margin: 30px auto;
    text-align: right;
  }
  section.noticias .navegador a {
    padding: 15px 20px !important;
    text-decoration: none;
    color: #274252;
    margin: 0 10px;
    box-shadow: 0 2px 0 rgba(34,30,31,.08);
    -webkit-box-shadow: 0 2px 0 rgba(34,30,31,.08);
    -moz-box-shadow: 0 2px 0 rgba(34,30,31,.08);
    background-color: #ffffff;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline;
  }
  section.noticias .navegador li {
    float: none;
    display: inline;
  }
  section.noticias .navegador li.selecionado a,
  section.noticias .navegador li:hover a {
    text-decoration: underline;
  }
  /* Post */
  article.post {
    box-shadow: 0 2px 0 rgba(34,30,31,.08);
    -webkit-box-shadow: 0 2px 0 rgba(34,30,31,.08);
    -moz-box-shadow: 0 2px 0 rgba(34,30,31,.08);
    background-color: #ffffff;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 50px;
    margin-left: 0;
  }
  article.post .conteudo p {
    font-size: 20px;
    line-height: 32px;
  }
}
/* Telas acima de 1224px ----------- */
/* Telas Maiores ----------- */
/* Retina ----------- */
