/*
Theme Name: Projeto Guri
Theme URI: #
Author: Oxygeni
Author URI: http://www.oxygeni.com.br
Description: Tema do site do Projeto Guri.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}
/


/* =Reset
-------------------------------------------------------------- */

/* FONTE */

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}

#content {
  margin-top: -23px !important;
}

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;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Roboto" !important;
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}

del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
  margin-bottom: 1.714285714rem;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: smaller;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: "";
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 2.181818182;
  font-weight: bold;
  text-transform: uppercase;
  color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
.site input,
textarea {
  border: 1px solid #999;
  font-family: inherit;
}
button,
.site input {
  line-height: normal;
  padding: 3px;
  font-size: 12px;
}
textarea {
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
}

/* Reset non-text input types */
.site input[type="checkbox"],
.site input[type="radio"],
.site input[type="file"],
.site input[type="hidden"],
.site input[type="image"],
.site input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0;
}

/* Buttons */
.menu-toggle,
.site input[type="submit"],
.site input[type="button"],
.site input[type="reset"],
article.post-password-required input[type="submit"],
li.bypostauthor cite span {
  padding: 6px 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.428571429;
  font-weight: normal;
  color: #fff;
  background-color: #34719c;
  border: 0;
  border: 1px solid #ffffff;
  margin-top: 10px;
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
.site .menu-toggle:hover,
.site button:hover,
.site input[type="submit"]:hover,
.site input[type="button"]:hover,
.site input[type="reset"]:hover,
.site article.post-password-required input[type="submit"]:hover {
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
.site input[type="submit"]:active,
.site input[type="button"]:active,
.site input[type="reset"]:active {
}
li.bypostauthor cite span {
  color: #fff;
  background-color: #21759b;
  background-image: none;
  border: 1px solid #1f6f93;
  border-radius: 2px;
  box-shadow: none;
  padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  max-width: 100%;
  height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
}

.entry-content .twitter-tweet-rendered {
  max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
  /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
}
.wp-caption {
  max-width: 100%; /* Keep wide captions from overflowing their container. */
  padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style: italic;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  color: #757575;
}
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.entry-content dl.gallery-item {
  margin: 0;
}
.gallery-item a,
.gallery-caption {
  width: 90%;
}
.gallery-item a {
  display: block;
}
.gallery-caption a {
  display: inline;
}
.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto;
}
.gallery .gallery-icon img {
  height: auto;
  max-width: 90%;
  padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
  padding: 3%;
}

/* Navigation */
.site-content nav {
  clear: both;
  line-height: 2;
  overflow: hidden;
}
#nav-above {
  padding: 24px 0;
  padding: 1.714285714rem 0;
}
#nav-above {
  display: none;
}
.paged #nav-above {
  display: block;
}
.nav-previous,
.previous-image {
  float: left;
  width: 50%;
}
.nav-next,
.next-image {
  float: right;
  text-align: right;
  width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
  margin: 48px 0;
  margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.author-info {
  border-top: 1px solid #ededed;
  margin: 24px 0;
  margin: 1.714285714rem 0;
  padding-top: 24px;
  padding-top: 1.714285714rem;
  overflow: hidden;
}
.author-description p {
  color: #757575;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.author.archive .author-info {
  border-top: 0;
  margin: 0 0 48px;
  margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
  margin-top: 0;
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
  font-size: 87.5%;
}
body {
  font-size: 13px;
  color: #444;
  font-family: "Roboto", sans-serif;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
@media screen {
  body {
    font-family: "Roboto", sans-serif;
  }
}
body.custom-font-enabled {
  font-family: "Roboto", sans-serif;
}
@media screen {
  body.custom-font-enabled {
    font-family: "Roboto", sans-serif;
  }
}

a {
  outline: none;
  color: #21759b;
}
a:hover {
  color: #0f3647;
}

/* TOPO */

#logo {
  position: absolute;
}
#buscaTopo {
  float: right;
  clear: right;
  margin-top: 20px;
}
#cadastrese {
  position: absolute;
  margin: -90px 0 0 835px;
}
#redes {
  float: left;
  margin-top: 9px;
  clear: both;
  margin-left: 200px;
}
.icones-acessibilidade {
  float: right;
  margin-top: 20px;
  display: table;
}
.icones-acessibilidade a {
  display: block;
  float: left;
  background-image: url("img/icones.png");
  background-repeat: none;
  text-indent: -9999px;
  margin-left: 1px;
}
.icones-acessibilidade a.inverter {
  background-position: 0 0;
  width: 20px;
  height: 20px;
}
.icones-acessibilidade a.inverter:hover {
  background-position: 0 -26px;
}
.icones-acessibilidade a.inverter-d {
  background-position: -21px 0;
  width: 20px;
  height: 20px;
}
.icones-acessibilidade a.inverter-d:hover {
  background-position: -21px -26px;
}
.icones-acessibilidade a.aumentar {
  background-position: -47px 0;
  width: 25px;
  height: 19px;
  margin-left: 7px;
}
.icones-acessibilidade a.aumentar:hover {
  background-position: -47px -25px;
}
.icones-acessibilidade a.diminuir {
  background-position: -75px 0;
  width: 25px;
  height: 19px;
}
.icones-acessibilidade a.diminuir:hover {
  background-position: -75px -25px;
}
#idioma {
  position: absolute;
  right: 0;
  top: 20px;
}
#redes a {
  display: block;
  width: 46px;
  height: 45px;
  overflow: hidden;
  background: no-repeat;
  float: left;
  cursor: pointer;
  text-indent: -9999px;
}

#redes a:hover {
  background-position: 0 -45px !important;
}

#redes #fb_icon {
  background: url("img/fb_icon.png");
}
#redes #twitter_icon {
  background: url("img/twitter_icon.png");
}
#redes #youtube_icon {
  background: url("img/youtube_icon.png");
}
#redes #instagram_icon {
  background: url("img/ico_insta.png");
}
#redes #linke_icon {
  background: url("img/ico_linke.png");
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
  background: #fff;
  border: 2px solid #333;
  border-radius: 3px;
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 12px;
  padding: 12px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
  background-color: #fff;
  padding: 0 23px;
}
.site-content {
  margin: 0 0 0 0;
}

.widget-area {
  margin: 24px 0 0;
  margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
  padding: 24px 0;
  padding: 1.714285714rem 0;
  position: relative;
}
.site-header h1,
.site-header h2 {
  text-align: center;
}
.site-header h1 a,
.site-header h2 a {
  color: #515151;
  display: inline-block;
  text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
  color: #21759b;
}
.site-header h1 {
  font-size: 24px;
  font-size: 1.714285714rem;
  line-height: 1.285714286;
  margin-bottom: 14px;
  margin-bottom: 1rem;
}
.site-header h2 {
  font-weight: normal;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #757575;
}
.header-image {
  margin-top: 24px;
  margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
  margin-top: 24px;
  margin-top: 1.714285714rem;
}
.main-navigation li {
  margin-top: 24px;
  margin-top: 1.714285714rem;
}
.main-navigation a {
}
.main-navigation a:hover {
}
.nav-menu > li > .sub-menu {
  opacity: 0;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
  display: inline-block;
}

/* Banner */
section[role="banner"] {
  margin-bottom: 48px;
  margin-bottom: 3.428571429rem;
}

/*Destaque 2 */

.destaque2 {
  width: 630px;
  height: 430px;
}

/* Sidebar */
.widget-area .widget {
  margin-bottom: 48px;
  margin-bottom: 3.428571429rem;
  word-wrap: break-word;
}
.widget-area .widget h3 {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.widget-area .widget p {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
  list-style: disc outside;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
  margin-left: 36px;
  margin-left: 2.571428571rem;
}
.widget-area .widget a {
  color: #757575;
}
.widget-area .widget a:hover {
  color: #21759b;
}
.widget-area #s {
  width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
  clear: both;
}
footer[role="contentinfo"] a {
}
footer[role="contentinfo"] a:hover {
}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
  clear: both;
}
.entry-header {
}
.entry-header img.wp-post-image {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
  font-size: 20px;
  font-size: 1.428571429rem;
  line-height: 1.2;
  font-weight: normal;
}
.entry-header .entry-title2 {
  font-size: 20px;
  font-weight: normal;
  background-color: #006699;
  color: #fff;
  line-height: 22px;
  font-weight: bold;
  padding: 8px 10px;
}
.entry-header .entry-title a {
  text-decoration: none;
}
.entry-header .entry-format {
  margin-top: 24px;
  margin-top: 1.714285714rem;
  font-weight: normal;
}
.entry-header .comments-link {
  margin-top: 24px;
  margin-top: 1.714285714rem;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #757575;
}
.comments-link a,
.entry-meta a {
  color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
  color: #21759b;
}
article.sticky .featured-post {
  color: #757575;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 3.692307692;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
  text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
  line-height: 1.2;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
  margin: 24px 0;
  margin: 1.714285714rem 0;
  line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
  font-size: 21px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
  font-size: 18px;
  font-size: 1.285714286rem;
  line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
  font-size: 16px;
  font-size: 1.142857143rem;
  line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
  margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
  list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
  list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
  margin: 0 0 0 36px;
  margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
  padding: 24px;
  padding: 1.714285714rem;
  font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content code,
.comment-content code {
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  font-family: "PT Sans Narrow", sans-serif;
}
@media screen {
  .entry-content code,
  .comment-content code {
    font-family: "PT Sans Narrow", sans-serif;
  }
}

.entry-content pre,
.comment-content pre {
  border: 1px solid #ededed;
  color: #666;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.714285714;
  margin: 24px 0;
  margin: 1.714285714rem 0;
  overflow: auto;
  padding: 24px;
  padding: 1.714285714rem;
}
@media screen {
  .entry-content pre,
  .comment-content pre {
    font-family: "PT Sans Narrow", sans-serif;
  }
}
.entry-content pre code,
.comment-content pre code {
  display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.entry-content address,
.comment-content address {
  display: block;
  line-height: 1.714285714;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
}
img.alignleft {
  margin: 12px 24px 12px 0;
  margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
  margin: 12px 0 12px 24px;
  margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
  margin-top: 12px;
  margin-top: 0.857142857rem;
  margin-bottom: 12px;
  margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
  margin: 0 24px;
  margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
  font-weight: bold;
  line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
  line-height: 1.714285714;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
  border-bottom: 1px solid #ededed;
  color: #757575;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  width: 100%;
}
.entry-content table caption,
.comment-content table caption {
  font-size: 16px;
  font-size: 1.142857143rem;
  margin: 24px 0;
  margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}
.site-content article {
  padding-bottom: 24px;
}

article {
  position: relative;
}

.page-links {
  clear: both;
  line-height: 1.714285714;
}
footer.entry-meta {
  margin-top: 24px;
  margin-top: 1.714285714rem;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #757575;
}
.single-author .entry-meta .by-author {
  display: none;
}
.mu_register h2 {
  color: #757575;
  font-weight: normal;
}

/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
  margin-bottom: 48px;
  margin-bottom: 3.428571429rem;
  padding-bottom: 22px;
  padding-bottom: 1.571428571rem;
  border-bottom: 1px solid #ededed;
}
.archive-meta {
  color: #757575;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  margin-top: 22px;
  margin-top: 1.571428571rem;
}

/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
  overflow: hidden;
}
.image-attachment div.attachment {
  text-align: center;
}
.image-attachment div.attachment p {
  text-align: center;
}
.image-attachment div.attachment img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.image-attachment .entry-caption {
  margin-top: 8px;
  margin-top: 0.571428571rem;
}

/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
  text-decoration: none;
  color: #4d525a;
}
article.format-aside h1 a:hover {
  color: #2e3542;
}
article.format-aside .aside {
  padding: 24px 24px 0;
  padding: 1.714285714rem;
  background: #d2e0f9;
  border-left: 22px solid #a8bfe8;
}
article.format-aside p {
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
  margin-bottom: 0;
}

/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  font-weight: normal;
}
article.format-image footer h2 {
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 2.181818182;
}
article.format-image footer a h2 {
  font-weight: normal;
}

/* Link posts */
article.format-link header {
  padding: 0 10px;
  padding: 0 0.714285714rem;
  float: right;
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 2.181818182;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  color: #848484;
  background-color: #ebebeb;
  border-radius: 3px;
}
article.format-link .entry-content {
  max-width: 80%;
  float: left;
}
article.format-link .entry-content a {
  font-size: 22px;
  font-size: 1.571428571rem;
  line-height: 1.090909091;
  text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
  margin: 0;
  padding-bottom: 24px;
  padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
  display: block;
  padding: 24px 24px 0;
  padding: 1.714285714rem 1.714285714rem 0;
  font-size: 15px;
  font-size: 1.071428571rem;
  line-height: 1.6;
  font-style: normal;
  color: #6a6a6a;
  background: #efefef;
}

/* Status posts */
.format-status .entry-header {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
  display: inline-block;
}
.format-status .entry-header h1 {
  font-size: 15px;
  font-size: 1.071428571rem;
  font-weight: normal;
  line-height: 1.6;
  margin: 0;
}
.format-status .entry-header h2 {
  font-size: 12px;
  font-size: 0.857142857rem;
  font-weight: normal;
  line-height: 2;
  margin: 0;
}
.format-status .entry-header header a {
  color: #757575;
}
.format-status .entry-header header a:hover {
  color: #21759b;
}
.format-status .entry-header img {
  float: left;
  margin-right: 21px;
  margin-right: 1.5rem;
}

/* =Comments
-------------------------------------------------------------- */

.comments-title {
  margin-bottom: 48px;
  margin-bottom: 3.428571429rem;
  font-size: 16px;
  font-size: 1.142857143rem;
  line-height: 1.5;
  font-weight: normal;
}
.comments-area article {
  margin: 24px 0;
  margin: 1.714285714rem 0;
}
.comments-area article header {
  margin: 0 0 48px;
  margin: 0 0 3.428571429rem;
  overflow: hidden;
  position: relative;
}
.comments-area article header img {
  float: left;
  padding: 0;
  line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
  display: block;
  margin-left: 85px;
  margin-left: 6.071428571rem;
}
.comments-area article header cite {
  font-style: normal;
  font-size: 15px;
  font-size: 1.071428571rem;
  line-height: 1.42857143;
}
.comments-area article header time {
  line-height: 1.714285714;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.857142857rem;
  color: #5e5e5e;
}
.comments-area article header a {
  text-decoration: none;
  color: #5e5e5e;
}
.comments-area article header a:hover {
  color: #21759b;
}
.comments-area article header cite a {
  color: #444;
}
.comments-area article header cite a:hover {
  text-decoration: underline;
}
.comments-area article header h4 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px;
  padding: 0.428571429rem 0.857142857rem;
  font-size: 12px;
  font-size: 0.857142857rem;
  font-weight: normal;
  color: #fff;
  background-color: #0088d0;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #009cee, #0088d0);
  background-image: -ms-linear-gradient(top, #009cee, #0088d0);
  background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
  background-image: -o-linear-gradient(top, #009cee, #0088d0);
  background-image: linear-gradient(top, #009cee, #0088d0);
  border-radius: 3px;
  border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
  position: absolute;
  margin-left: 5px;
  margin-left: 0.357142857rem;
  padding: 2px 5px;
  padding: 0.142857143rem 0.357142857rem;
  font-size: 10px;
  font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
  color: #686868;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
  color: #21759b;
}
.commentlist .pingback {
  line-height: 1.714285714;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
  margin-top: 48px;
  margin-top: 3.428571429rem;
}
#respond h3#reply-title {
  font-size: 16px;
  font-size: 1.142857143rem;
  line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
  margin-left: 10px;
  margin-left: 0.714285714rem;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.857142857rem;
}
#respond form {
  margin: 24px 0;
  margin: 1.714285714rem 0;
}
#respond form p {
  margin: 11px 0;
  margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
#respond form label {
  display: block;
  line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.714285714;
  padding: 10px;
  padding: 0.714285714rem;
  width: 100%;
}
#respond form p.form-allowed-tags {
  margin: 0;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  color: #5e5e5e;
}
.required {
  color: red;
}

/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
  margin-bottom: 14px;
  margin-bottom: 1rem;
}
.template-front-page .site-content article {
  border: 0;
  margin-bottom: 0;
}
.template-front-page .widget-area {
  clear: both;
  float: none;
  width: auto;
  padding-top: 24px;
  padding-top: 1.714285714rem;
  border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
  margin: 8px 0 0;
  margin: 0.571428571rem 0 0;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.714285714;
  list-style-type: square;
  list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
  color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
  color: #21759b;
}
.template-front-page .widget-area .widget_text img {
  float: left;
  margin: 8px 24px 8px 0;
  margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}

/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
  margin-left: 12px;
  margin-left: 0.857142857rem;
}
.widget_rss li {
  margin: 12px 0;
  margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
  color: #aaa;
  font-size: 11px;
  font-size: 0.785714286rem;
  margin-left: 12px;
  margin-left: 0.857142857rem;
}
#wp-calendar {
  margin: 0;
  width: 100%;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
  text-align: left;
}
#wp-calendar #next {
  padding-right: 24px;
  padding-right: 1.714285714rem;
  text-align: right;
}
.widget_search label {
  display: block;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}

.twitter-timeline {
  width: 640px !important;
  height: 450px;
}

.widget_twitter li {
  list-style-type: none;
}
.widget_twitter .timesince {
  display: block;
  text-align: right;
}

/* =Plugins
----------------------------------------------- */

img#wpstats {
  display: block;
  margin: 0 auto 24px;
  margin: 0 auto 1.714285714rem;
}

#searchsubmitmapa,
#searchsubmit,
#polo_busca_procura {
  text-indent: -9999px;
}

/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
  .author-avatar {
    float: left;
    margin-top: 8px;
    margin-top: 0.571428571rem;
  }
  .author-description {
    float: right;
    width: 80%;
  }
  .site {
    margin: 0 auto;
    max-width: 960px;
  }
  .site-content {
    float: left;
  }
  body.template-front-page .site-content,
  body.single-attachment .site-content,
  body.full-width .site-content {
    width: 100%;
  }
  .widget-area {
    float: right;
    width: 26.041666667%;
  }
  .site-header h1,
  .site-header h2 {
    text-align: left;
  }
  .site-header h1 {
    font-size: 26px;
    font-size: 1.857142857rem;
    line-height: 1.846153846;
    margin-bottom: 0;
  }
  .main-navigation ul.nav-menu,
  .main-navigation div.nav-menu > ul {
    display: inline-block !important;
    text-align: left;
    width: 100%;
    margin: 0;
  }
  .main-navigation ul {
    margin: 0;
    text-indent: 0;
  }
  .main-navigation li a,
  .main-navigation li {
    display: inline-block;
    text-decoration: none;
  }
  .main-navigation li a {
  }
  .main-navigation li a:hover {
    color: #000;
  }
  .main-navigation li {
    margin: 0;
    position: relative;
  }

  .main-navigation .current-menu-item > a,
  .main-navigation .current-menu-ancestor > a,
  .main-navigation .current_page_item > a,
  .main-navigation .current_page_ancestor > a {
  }
  .menu-toggle {
    display: none;
  }
  .entry-header .entry-title {
    font-size: 22px;
    font-size: 1.571428571rem;
  }
  #respond form input[type="text"] {
    width: 46.333333333%;
  }
  #respond form textarea.blog-textarea {
    width: 79.666666667%;
  }
  .template-front-page .site-content,
  .template-front-page article {
    overflow: hidden;
  }
  .template-front-page.has-post-thumbnail article {
    float: left;
    width: 47.916666667%;
  }
  .entry-page-image {
    float: right;
    margin-bottom: 0;
    width: 47.916666667%;
  }
  .template-front-page .widget-area .widget,
  .template-front-page.two-sidebars .widget-area .front-widgets {
    float: left;
    width: 51.875%;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
  }
  .template-front-page .widget-area .widget:nth-child(odd) {
    clear: right;
  }
  .template-front-page .widget-area .widget:nth-child(even),
  .template-front-page.two-sidebars
    .widget-area
    .front-widgets
    + .front-widgets {
    float: right;
    width: 39.0625%;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
  }
  .template-front-page.two-sidebars .widget,
  .template-front-page.two-sidebars .widget:nth-child(even) {
    float: none;
    width: auto;
  }
  .commentlist .children {
    margin-left: 48px;
    margin-left: 3.428571429rem;
  }
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
  body {
    background: url(img/background.png) top left scroll repeat;
  }
  body .site {
    margin-top: 10px;
    border: 1px solid #cccccc;
  }
  body.custom-background-empty {
    background-color: #fff;
  }
  body.custom-background-empty .site,
  body.custom-background-white .site {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
  }
}

/* =Print
----------------------------------------------- */

@media print {
  body {
    background: none !important;
    color: #000;
    font-size: 10pt;
  }
  footer a[rel="bookmark"]:link:after,
  footer a[rel="bookmark"]:visited:after {
    content: " [" attr(href) "] "; /* Show URLs */
  }
  a {
    text-decoration: none;
  }
  .entry-content img,
  .comment-content img,
  .author-avatar img,
  img.wp-post-image {
    border-radius: 0;
    box-shadow: none;
  }
  .site {
    clear: both !important;
    display: block !important;
    float: none !important;
    max-width: 100%;
    position: relative !important;
  }
  .site-header {
    margin-bottom: 72px;
    margin-bottom: 5.142857143rem;
    text-align: left;
  }
  .site-header h1 {
    font-size: 21pt;
    line-height: 1;
    text-align: left;
  }
  .site-header h2 {
    color: #000;
    font-size: 10pt;
    text-align: left;
  }
  .site-header h1 a,
  .site-header h2 a {
    color: #000;
  }
  .author-avatar,
  #colophon,
  #respond,
  .commentlist .comment-edit-link,
  .commentlist .reply,
  .entry-header .comments-link,
  .entry-meta .edit-link a,
  .page-link,
  .site-content nav,
  .widget-area,
  img.header-image,
  .main-navigation {
    display: none;
  }
  .wrapper {
    border-top: none;
    box-shadow: none;
  }
  .site-content {
    margin: 0;
    width: auto;
  }
  .singular .entry-header .entry-meta {
    position: static;
  }
  .singular .site-content,
  .singular .entry-header,
  .singular .entry-content,
  .singular footer.entry-meta,
  .singular .comments-title {
    margin: 0;
    width: 100%;
  }
  .entry-header .entry-title,
  .entry-title,
  .singular .entry-title {
    font-size: 21pt;
  }
  footer.entry-meta,
  footer.entry-meta a {
    color: #444;
    font-size: 10pt;
  }
  .author-description {
    float: none;
    width: auto;
  }

  /* Comments */
  .commentlist > li.comment {
    background: none;
    position: relative;
    width: auto;
  }
  .commentlist .avatar {
    height: 39px;
    left: 2.2em;
    top: 2.2em;
    width: 39px;
  }
  .comments-area article header cite,
  .comments-area article header time {
    margin-left: 50px;
    margin-left: 3.57142857rem;
  }
}

/* FORMS */
#searchsubmit,
.searchsubmit {
  background: url(img/ico_busca.png) top left no-repeat scroll !important;
  width: 36px !important;
  height: 56px !important;
  border: none !important;
  padding: 0 !important;
  vertical-align: middle !important;
}
.search_text {
  width: 164px;
  height: 26px;
}
@media screen {
  .search_text {
    width: 164px;
    height: 26px;
    vertical-align: 10px;
  }
}

#menuSuperior {
  display: inline-block;
  position: relative;
}

#menuSuperior .home {
  position: absolute;
  bottom: 10px;
  left: 5px;
}

#cadastre_se {
  background-image: url(img/cadastre-se.png);
  background-repeat: no-repeat;
  height: 105px;
  position: absolute;
  right: 300px;
  top: ;
  width: 188px;
  text-indent: -9999px;
}
#cadastre_se:hover {
  background-position: -188px 0;
  cursor: pointer;
}

#site-navigation {
  margin: 0;
  display: inline-block;
  border-bottom: 5px solid #d8c239;
}

#menuSite {
  line-height: 200%;
  position: relative;
  display: block;
  float: left;
  margin: 25px 0 1px 32px;
  width: 100%;
  height: 40px;
  padding-top: 0;
  width: 928px;
}
#menu-menu-superior a {
  color: #000;
  display: block;
  line-height: 40px;
  padding: 0;
  text-decoration: none;
  height: 47px;
}
#menu-menu-superior ul {
  padding: 0px;
}
#menu-menu-superior > li {
  float: left;
  list-style: none;
  font-size: 13px;
  text-transform: uppercase;
}

#menu-menu-superior > li > ul {
  position: relative;
  z-index: 999;
  background-color: #006699;
  float: left;
  height: 0;
  overflow: hidden;
}
#menu-menu-superior > li ul a {
  line-height: 130%;
  font-weight: normal;
  height: auto;
  padding: 0;
  padding: 0 10px;
  text-align: left;
  color: #fff;
}
#menu-menu-superior > li > ul > li {
  width: 100% !important;
}

.nav-menu > li > .sub-menu {
  border-left: 1px solid #419ecd;
  border-right: 1px solid #084361;
  height: 350px;
  border-bottom: 1px solid #084361;
}

#menu-menu-superior .sub-menu li:first-child {
  border: none;
}
#menu-menu-superior .sub-menu ul {
  list-style: none;
  margin: 0;
  margin-top: 0;
  width: 100% !important;
}
#menu-menu-superior .sub-menu li {
  float: left;
  font-size: 12px;
  letter-spacing: -0.2pt;
  margin: 0;
  text-transform: none;
  width: 100% !important;
}

#menu-menu-superior > li ul li:hover {
  background-color: rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

#menuSite .nav-menu > li {
  padding: 0 0;
}

#menuSite ul > li {
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
}
#menu-menu-superior > li > ul.sub-menu:before {
  content: "";
  width: 0%;
  height: 0px;
  position: absolute;
  top: -10px;
  left: calc(50% - 20px);
  border-left: 20px solid rgba(255, 0, 0, 0);
  border-right: 20px solid rgba(255, 0, 0, 0);
  border-bottom: 20px solid rgb(0, 102, 153);
}

#menuSite ul li.nth1,
.menu-item-219 {
  width: 137px !important;
}

.menu-item-219 > ul {
  border-radius: 0 0 0 10px;
}
.menu-item-9 > ul {
  border-radius: 0 0 10px 0;
}
#menuSite ul li.nth2,
.menu-item-5 {
  width: 175px !important;
}
#menuSite ul li.nth3,
.menu-item-2371 {
  width: 123px !important;
}
#menuSite ul li.nth4,
.menu-item-2368 {
  width: 120px !important;
}
#menuSite ul li.nth5,
.menu-item-1732 {
  width: 140px !important;
}
#menuSite ul li.nth6,
.menu-item-1563 {
  width: 117px !important;
}
#menuSite ul li.nth7,
.menu-item-9 {
  width: 116px !important;
}
#menuSite ul li.nth8 {
}

#menuSite ul ul ul li:first-child {
  margin-top: 2px;
}

#menuSite ul ul ul li a:before {
  content: "â€” ";
}

/* SLIDER HOME */

.hidden {
  display: none;
}

#prevNext {
  position: absolute;
  margin: 338px 0 0 901px;
}

#prevNext img {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

p.contentslider {
  margin: 0;
  font-size: 19px;
  bottom: 0;
  left: 0;
  line-height: 15px;
  height: 15px;
  background-color: #d8c239;
  font-weight: bold;
  /*opacity: .7;
filter:alpha(opacity=70);*/
  padding: 15px;
  position: absolute;
  width: 930px;
}
p.contentslider a {
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 0.05em rgba(0, 0, 0, 0.6);
}

.jFlowSlideContainer > div,
.jFlowSlideContainer > div > a {
  display: inline-block;
  float: left;
  height: 400px;
  position: relative;
}

.jFlowSlideContainer {
  border-radius: 7px;
  overflow: hidden;
}

/* FOOTER */

#footer01 {
  background: url(img/footer.png) top left scroll no-repeat;
  height: 182px;
  width: 1008px;
  margin-left: -24px;
}

.botDoacao {
  margin: 112px 28px 0 0px;
  float: right;
}

/* MENU FOOTER */

#beneficios img {
  width: 100% !important;
}

footer {
  display: block;
  margin: 0 auto;
  width: 1008px;
}

#regua {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #cccccc;
  border-color: #cccccc;
  border-image: none;
  border-radius: 0 0 10px 10px;
  border-style: solid;
  border-width: 0 1px 1px;
  display: inline-block;
  float: left;
  margin-bottom: 10px;
  padding: 20px;
  width: 966px;
}

#footer02 {
  background: #36739d;
  width: 100%;
  display: inline-block;
}
#footer02 li {
  display: list-item;
}

#footer02 nav {
  margin-top: 20px !important;
}
#footer02 a {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}
#footer-navigation-01 {
  width: 293px;
  float: left;
  margin-left: 28px;
  padding: 0px 0 20px 15px;
}
#footer-navigation-02 {
  width: 293px;
  float: left;
  margin-left: 28px;
  padding: 0px 0 20px 15px;
}
#footer-navigation-03 {
  width: 293px;
  float: left;
  margin-left: 28px;
  padding: 0px 0 20px 15px;
}

/* TWITTER */

.caixaTwitter {
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#f0f6fb),
    to(#ffffff)
  );
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #f0f6fb, #ffffff);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #f0f6fb, #ffffff);
  /* IE 10 */
  background: -ms-linear-gradient(top, #f0f6fb, #ffffff);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #f0f6fb, #ffffff);
  border-radius: 10px 10px 0 0;
  width: 94%;
  float: left;
  padding: 3%;
}
.caixaTwitter #usuarioTwitter {
  font-family: "Roboto", sans-serif;
  color: #33719b;
  font-size: 18px;
  text-decoration: none;
}
@media screen {
  .caixaTwitter a {
    font-family: "Roboto", sans-serif;
  }
}
.caixaTwitter ul {
  font-family: "Roboto", sans-serif;
  color: #33719b;
  font-size: 13px;
  padding-top: 4px;
}
@media screen {
  .caixaTwitter ul {
    font-family: "Roboto", sans-serif;
  }
}
.caixaTwitter .tweet {
  float: left;
  clear: right;
  width: 783px;
}
.caixaTwitter .created {
  float: left;
  color: #aaa;
}

/* DEPOIMENTO */

.boxDepoimento {
  background: url(img/ico_aspas.png) top left scroll no-repeat;
  padding: 7px 0 0 40px;
  width: 920px;
  font-size: 13px;
}
.boxDepoimento .nome {
  font-style: italic;
}
.boxDepoimentoHome {
  background: url(img/ico_aspas.png) top left scroll no-repeat;
  padding: 7px 0 0 40px;
  font-size: 13px;
  color: #999999;
  line-height: 28px;
}
.boxDepoimentoHome .nome {
  float: right;
  margin-top: 15px;
}

/* TRABALHE CONOSCO */

.boxTrabalhe li {
  display: block;
  width: 100%;
  float: left;
  clear: both;
  padding-bottom: 15px;
  line-height: 200%;
  border-bottom: 15px solid #eee;
}
.boxTrabalhe li h2 {
  font-size: 18px;
  margin-bottom: 5px;
}
.concorra {
  font-size: 14px;
}

a.mais:link {
  color: #ff1f55;
  font-size: 12px;
  text-decoration: none;
}

a.mais:active {
  color: #ff1f55;
  font-size: 12px;
  text-decoration: none;
}
a.mais:visited {
  color: #ff1f55;
  font-size: 12px;
  text-decoration: none;
}

a.mais:hover {
  color: #808080;
  font-size: 12px;
  text-decoration: underline;
}

.btn_form_rosa {
  width: auto;
  height: 35px;
  font-family: Arial;
  font-size: 14px;
  color: #ffffff;
  background: #f05;
  border-radius: 5px;
  float: right;
}

.rosa_bt {
  width: 140px;
  height: 32px;
  font-family: Arial;
  font-size: 16px;
  color: #ffffff;
  background: #f05;
  border-radius: 5px;
  float: left;
}

/* ALTERAÃ‡Ã•ES BUSCA VAGA BRUNO 08/06/2016 */
#busca_vaga {
  width: 100%;
  height: 30%;
  background: #f0f0f0;
  border-radius: 5px;
  margin-top: 30px;
  float: left;
}

#form_busca_vaga {
  width: 92%;
  height: auto;
  padding: 14px;
}

.stilo-select {
  width: 20%;
  height: 34px;
  font-family: Arial;
  font-size: 13px;
  color: #808080;
  overflow: hidden;
  background: url(img/down_arrow_select.jpg) no-repeat right #fff;
  border: 1px solid #ccc;
  float: left;
  margin: 10px;
}

.stilo-select_cadastre {
  width: 20%;
  height: 37px;
  font-family: Arial;
  font-size: 13px;
  color: #808080;
  overflow: hidden;
  background: url(img/down_arrow_select.jpg) no-repeat right #fff;
  border: 1px solid #ccc;
  float: left;
  margin-top: 3px;
  margin-left: 8px;
  margin-right: 8px;
}

.stilo-select_cadastre_g {
  width: 63%;
  height: 37px;
  font-family: Arial;
  font-size: 13px;
  color: #808080;
  overflow: hidden;
  background: url(img/down_arrow_select.jpg) no-repeat right #fff;
  border: 1px solid #ccc;
  float: left;
  margin-top: 3px;
  margin-left: 5px;
  margin-right: 8px;
}

.titulo_passos {
  font-family: "Trebuchet MS";
  color: #2a1f00;
  font-size: 16px;
}

.busca_input {
  width: 240px;
  height: 28px;
  padding-left: 10px;
  font-family: Arial;
  font-size: 13px;
  color: #808080;
  margin: 10px;
  float: left;
  border-radius: 5px;
}

a.link {
  font-family: arial;
  color: #f05;
  font-size: 13px;
}

#passos_ensina {
  width: 63%;
  height: auto;
  float: left;
  margin-left: 1%;
}

.text_passo {
  width: 82%;
  height: auto;
  float: left;
  margin-left: 15px;
  font-family: arial;
  font-size: 13px;
  color: #808080;
}
.passo {
  width: 100px;
  height: 90px;
  float: left;
  margin-right: 10px;
}

a.link {
  font-family: arial;
  color: #f05;
  font-size: 13px;
}

#login {
  width: 35%;
  height: 320px;
  background: #e8e8e8;
  float: left;
  margin-left: 5%;
}
#titulo_login {
  width: 94%;
  height: 20px;
  background: #f05;
  font-size: 16px;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #ffffff;
  padding: 10px;
}

#form {
  width: 92%;
  height: auto;
  margin-top: 20px;
  float: left;
}

.input_cadastre {
  width: 290px;
  height: 30px;
  padding-left: 10px;
  font-family: Arial;
  font-size: 13px;
  color: #808080;
  margin: 5px;
  border-radius: 5px;
}
.btn_form {
  width: auto;
  height: 35px;
  font-family: Arial;
  font-size: 14px;
  color: #ffffff;
  background: #f05;
  border-radius: 5px;
  float: right;
}

#busca_vaga {
  width: 100%;
  height: 100px;
  background: #f0f0f0;
  border-radius: 5px;
  margin-top: 30px;
  float: left;
}

#form_busca_vaga {
  width: 92%;
  height: 110px;
  padding: 14px;
}

.stilo-select {
  width: 250px;
  height: 32px;
  font-family: Arial;
  font-size: 13px;
  color: #808080;
  margin-left: 7px;
  overflow: hidden;
  background: url(img/down_arrow_select.jpg) no-repeat right #fff;
  border: 1px solid #ccc;
}

.vaga_resultado {
  width: 100%;
  height: 300px;
  float: left;
  border-bottom: 6px solid #ccc;
  margin-top: 10px;
}

.titulo_vaga {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #ccc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-top: 20px;
}

.descricao_vaga {
  width: 100%;
  height: 250px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #000;
}

.vaga_internas {
  width: 100%;
  height: auto;
  float: left;
  border-bottom: 6px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.descricao_internas {
  width: 100%;
  height: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
}
.descricao_vaga_meio {
  width: 60%;
  height: auto;
  float: left;
  text-align: justify;
  font-size: 15px;
}

@media screen and (min-width: 600px) {
  .input_cadastre {
    width: 290px;
    height: 30px;
    padding-left: 10px;
    font-family: Arial;
    font-size: 13px;
    color: #808080;
    margin: 5px;
    border-radius: 5px;
  }

  .cadastre_input {
  }
  #form {
    width: 92%;
    height: auto;
    margin-top: 20px;
    float: left;
  }
  .btn_form {
    width: auto;
    height: 35px;
    font-family: Arial;
    font-size: 14px;
    color: #ffffff;
    background: #f05;
    border-radius: 5px;
    float: right;
  }

  .titulo_vaga {
    width: 1000%;
    height: 30px;
    border-bottom: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-top: 20px;
  }
}

/* PAGINACAO JQUERY */

#wrapper {
  margin: 0px auto;
  text-align: left;
}

#paging_container8 .no_more {
  color: gray;
  cursor: default;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.active_page {
  background-color: #d9277b !important;
  border-color: #d9277b !important;
  color: white !important;
}

.ellipse {
  float: left;
}

.page_navigation,
.alt_page_navigation {
}

.page_navigation {
  border: 15px solid #fafafa;
  border-width: 15px 0;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}

.page_navigation a,
.alt_page_navigation a {
  padding: 3px 5px;
  margin: 2px;
  color: #444;
  text-decoration: none;
  float: left;
  font-family: "Roboto";
  font-size: 12px;
  background-color: #eee;
  border: 1px solid #bbb;
  border-radius: 2px;
}

.page_navigation .no_more {
  opacity: 0.25;
  cursor: default;
}

/* ACONTECE HOME */

.boxAcontece {
  margin: 0 1%;
  float: left;
  width: 23%;
}
.boxAcontece > a > img {
  width: 220px;
  border-radius: 10px;
}
.boxAcontece p {
  font-size: 12px;
  color: #999999;
  margin-top: 10px;
  line-height: 1.3;
}
.boxAcontece p a img {
  width: 12px;
  height: 12px;
}
.aconteceTitle {
  font-size: 16px;
  font-family: "Roboto", "Roboto", Arial;
  color: #000;
  text-decoration: none;
  line-height: 18px;
  margin-top: 3px;
  display: inline-block;
}
.aconteceH2 {
  color: #cc0066;
  font-size: 18px;
}

/* NA MÃDIA HOME */

.boxMidia {
  width: 305px;
  float: left;
  margin-right: 40px;
}
.boxMidia h2 {
  color: #444;
  font-size: 18px;
}
.boxMidia img {
  float: left;
  margin-right: 5px;
}
.boxMidia p {
  float: left;
  width: 260px;
}
.boxMidia a {
  font-size: 13px;
  color: #999999;
  text-decoration: none;
  line-height: 1.3;
}
.boxMidia a:hover {
  color: #777;
}

/* ASPAS HOME */

.boxAspas {
  width: 290px;
  float: left;
  margin-right: 40px;
}
.boxAspas h2 {
  color: #444;
  font-size: 18px;
}

/* BUSCA ONDE ESTAMOS */

.boxOndeEstamos {
  background-color: #f1f1f1;
  float: left;
  width: 276px;
}
.boxOndeEstamos div.espaco {
  padding: 15px;
  height: 190px;
}
.boxOndeEstamos h2 {
  height: 42px;
  background-color: #13a49a;
  color: #fff;
  font-size: 18px;
  padding: 0 0 0 15px !important;
  line-height: 42px;
}
.buscaInput {
  width: 164px;
  height: 24px;
  float: left;
  font-size: 15px;
}

/* CAROSEL */

.boxPatrocinadores {
  width: 100%;
  height: 105px;
}
.boxPatrocinadores h2 {
  color: #000;
  font-size: 18px;
}
.boxPatrocinadores a {
  text-decoration: none;
}

.boxPatrocinadores img {
  width: auto !important;
  height: 65px !important;
}

ul.slide {
  margin: 0;
  padding: 0;
  height: 100px;
  list-style-type: none;
  border-top: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
}
ul.slide li {
  float: left;
  list-style-type: none;
  margin-right: 30px;
}

/* FORM CADASTRE-SE */

.cadForm01 {
  width: 150px;
  height: 28px;
  padding-left: 10px;
  font-family: Arial;
  font-size: 13px;
  color: #808080;
  margin: 3px;
  float: left;
  border-radius: 5px;
}
.cadForm02 {
  width: 300px;
  height: 28px;
  padding-left: 10px;
  font-family: Arial;
  font-size: 13px;
  color: #808080;
  margin: 3px;
  float: left;
  border-radius: 5px;
}
.cadForm03 {
  width: 400px;
  height: 28px;
  padding-left: 10px;
  font-family: Arial;
  font-size: 13px;
  color: #808080;
  margin: 3px;
  float: left;
  border-radius: 5px;
}

.cadForm03_1 {
  width: 450px;
  height: 28px;
  padding-left: 10px;
  font-family: Arial;
  font-size: 13px;
  color: #808080;
  margin: 3px;
  float: left;
  border-radius: 5px;
}

.cadFormMOVE {
  width: 97.5%;
  height: 28px;
  padding-left: 10px;
  font-family: Arial;
  font-size: 13px;
  color: #808080;
  margin: 3px;
  float: left;
  border-radius: 5px;
}

.stilo-select_MOVE {
  width: 32%;
  height: 37px;
  font-family: Arial;
  font-size: 13px;
  color: #808080;
  overflow: hidden;
  background: url(img/down_arrow_select.jpg) no-repeat right #fff;
  border: 1px solid #ccc;
  float: left;
  margin-top: 3px;
  margin-left: 3px;
  margin-right: 8px;
}

.stilo-select_MOVE_G {
  width: 99%;
  height: 37px;
  font-family: Arial;
  font-size: 13px;
  color: #808080;
  overflow: hidden;
  background: url(img/down_arrow_select.jpg) no-repeat right #fff;
  border: 1px solid #ccc;
  float: left;
  margin-top: 3px;
  margin-left: 3px;
  margin-right: 8px;
}
.cadFormMOVE_p {
  width: 31.5%;
  height: 28px;
  padding-left: 10px;
  font-family: Arial;
  font-size: 13px;
  color: #808080;
  margin: 3px;
  float: left;
  border-radius: 5px;
}

.cadFormMOVE_curso {
  width: 97.5%;
  height: 28px;
  padding-left: 10px;
  font-family: Arial;
  font-size: 13px;
  color: #808080;
  margin: 3px;
  float: left;
  margin-top: 10px;
  border-radius: 5px;
}

.cadFormMOVE_texto {
  width: 97.5%;
  height: 70px;
  padding-left: 10px;
  font-family: Arial;
  font-size: 13px;
  color: #808080;
  margin: 3px;
  float: left;
  margin-top: 10px;
  border-radius: 5px;
}

.hrmove {
  width: 95%;
  float: left;
}
.natural {
  width: 100%;
  float: left;
  margin-top: 15px;
}
.bt {
  float: left;
  margin-top: 15px;
}

.ninja-forms-req-symbol {
  display: none;
}
.hp-wrap {
  display: none;
}

.ninja-forms-required-items {
  display: none;
}

.boxTrabalhe {
}

div#featurelist-title-bar {
  display: none !important;
}
.i4ewOd-r4nke-ZMv3u {
  display: none !important;
  text-indent: -9000px !important;
}
.pbTTYe {
  display: none !important;
  text-indent: -9000px !important;
}

/* LISTA GERAL DOS POLOS */

#polos {
  margin-top: 1.5em;
}
.hoverhand {
  cursor: move;
}

#p_alfabeto {
  width: auto;
  display: inline-block;
  margin: 5px 0 10px;
}

#p_alfabeto a {
  display: block;
  background-color: #d8c239;
  padding: 5px 10px;
  float: left;
}

#p_alfabeto a:hover {
  background-color: #c8b32b;
}

a.colorLista {
  color: #ffffff;
  text-decoration: none;
}

/* PÃGINA SOLICITAÃ‡ÃƒO DE EVENTOS */

#solicitacao_eventos_form table td p {
  padding: 15px 0 4px;
}

/* Share Facebook nas pÃ¡ginas internas */

.share-this {
  width: 100%;
  display: inline-block;
  margin: 10px 0;
  height: 32px;
}

#share-fb {
  display: block;
  height: 20px;
  overflow: hidden;
  width: 101px;
  float: right;
  background: url(img/share.png) no-repeat;
  text-decoration: none;
  background-position: 0 0;
}

#share-fb:hover {
  background-position: 0 -20px;
}

table tr td p {
  margin-top: 10px;
}

.botao_padrao {
}

#searchsubmit,
.searchsubmit {
  margin: 0 !important;
}

#submenu_internas {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

.botoes_internas,
.botoes {
  padding: 10px 20px !important;
  text-align: center !important;
  color: white !important;
  float: left !important;
  font-weight: bold !important;
  font-family: "Roboto", sans-serif !important;
  margin-right: 15px !important;
  text-decoration: none !important;
  cursor: pointer !important;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  font-size: 16px !important;
  line-height: 1 !important;
}

.botoes_internas:hover,
.botoes:hover {
  color: white !important;
  box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.1);
  opacity: 1 !important;
}

.botoes_imagens:hover {
  opacity: 1 !important;
}

.b1 {
  background-color: #d8c239 !important;
}
.b2 {
  background-color: #006599 !important;
}
.b3 {
  background-color: #cb0066 !important;
}
.b4 {
  background-color: #333333 !important;
}

p.label {
  margin: 10px 0 5px 0;
}

.hentry p,
.hentry li {
  color: #444;
  margin-bottom: 10px;
  line-height: 1.6;
  font-family: "Roboto";
  font-size: 14px;
}

.hentry > h2,
.wrapper h2 {
  font-size: 18px;
  margin-bottom: 5px;
  padding: 10px 0 5px;
  border-bottom: 1px solid #ccc;
}
.hentry > h3,
.wrapper h3 {
  font-size: 16px;
  margin-bottom: 5px;
  padding: 10px 0 5px;
  color: #777;
}
.hentry > h4,
.wrapper h4 {
  font-size: 14px;
  color: #999;
}

#wrapper {
  line-height: 1.2;
  color: #666;
  font-family: "Roboto";
  font-size: 13px;
}

.boxInternas {
  display: inline-block;
  background-color: #eee;
  padding-bottom: 14px;
}

.esquerda {
  float: left;
  width: 320px;
  margin: 15px 15px 15px 0;
}

.direita {
  width: 320px;
  float: right;
  margin: 15px 0 15px 15px;
}

.t1 {
  float: left;
  width: 312px;
  margin-right: 10px;
}
.t2 {
  float: left;
  width: 312px;
  margin-right: 10px;
}
.t3 {
  float: left;
  width: 312px;
}

.boxInternas h2 {
  background-color: #666;
  color: white;
  font-size: 16px;
  float: left;
  display: block;
  width: 292px;
  padding: 7px 14px;
}

.boxInternas p {
  width: 292px;
  padding: 5px 14px 0;
  color: #666;
  font-size: 12px;
  float: left;
  margin: 0;
}

.boxInternas p:first-of-type {
  padding-top: 14px;
}

.post-edit-link {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #ffffff;
  border-color: #cccccc;
  border-image: none;
  border-radius: 5px 0 0 5px;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  font-family: "Roboto";
  font-size: 12px;
  left: -85px;
  padding: 10px;
  position: absolute;
  text-decoration: none;
  text-transform: uppercase;
}
.post-edit-link:hover {
  background-color: #eee;
}

#menuSite,
h1,
h2,
#footer02 {
  font-family: "Roboto";
}

#rodape_interno {
  width: 100%;
  margin: 10px 0 20px;
  float: left;
}

#rodape_interno .botoes {
  float: right !important;
  font-size: 13px !important;
}

#menu_usuario_rh {
  margin: 0 auto;
  text-align: center;
  width: 600px;
  padding: 10px;
}

.rh_cursos {
  background-color: #eeeeee;
  display: inline-block;
  padding: 15px 15px 6px;
  margin-bottom: 10px;
}

.clear {
  float: left;
  clear: both;
}

#barrasp_nav {
  width: 960px !important;
}

#barra_sec {
  background-color: #006699;
  border-radius: 0 0 10px 10px;
  border-top: 4px solid #2288bb;
  font-size: 16px;
  margin: 0 auto;
  padding: 7px 20px 10px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  width: 966px;
}
#barra_sec a {
  display: inline-block;
  color: white;
  text-decoration: none;
  font-weight: bold;
  width: 100%;
}
.site {
  border-radius: 10px 10px 0 0;
}

#cadastro form {
  float: left;
  width: 100%;
  margin: 15px 0;
}

#cadastro form:first-of-type {
  margin-top: 0;
}

#escolaridades tbody,
#formacoes tbody,
#experiencias tbody,
#experiencias_3setor tbody {
  background: #f0f0f0;
  padding: 15px;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}

.fecha_adicional {
  background: none repeat scroll 0 0 #006599;
  bottom: 0;
  color: #ffffff;
  cursor: pointer;
  display: block;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 72px;
}
.fecha_adicional:hover {
  background: none repeat scroll 0 0 #3399cc;
  color: white;
}

h2 a,
h3 a,
h4 a {
  text-decoration: none !important;
  color: inherit !important;
}

h2 a:hover,
h3 a:hover,
h4 a:hover {
  text-decoration: underline !important;
}

/* Busca de Polos */

#p_results {
  display: none;
  float: left;
  clear: both;
  width: 100%;
}
#p_results table {
  float: left;
  display: none;
  width: 100%;
}
#p_results table th {
  padding: 10px;
  background-color: #eeeeee;
  color: #006699;
}
#p_results table td {
  padding: 10px;
  background-color: #f8f8f8;
  margin-left: 10px;
}
#p_results table tr {
  border-top: 1px solid white;
}

#p_results li {
  width: 100%;
  background-color: #c5deea;
  margin-bottom: 3px;
}

#p_results .polo_wrapper {
  width: 100%;
  display: inline-block;
}

#p_results .polo {
  margin: 0 !important;
  margin-top: 10px;
  cursor: pointer;
  font-size: 16px;
  background: url("./img/ui_setabaixo.png") no-repeat scroll 2% 50% #d9277b;
  color: white;
  padding: 10px 35px;
  float: left;
  text-decoration: none;
  box-sizing: border-box;
  margin-bottom: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
#p_results .polo:hover {
  background-color: #f8f8f8;
  color: #d9277b;
}

#p_results .polo:before {
  content: "Polo ";
}

#p_results .polo {
}

#polos {
  margin-top: 1.5em;
}

#wrap {
  width: 100%;
  position: relative;
}

#main {
  width: 100%;
  position: relative;
}

.meta_info {
  display: table;
  height: auto;
  position: relative;
  margin-top: 10px;
  width: 100%;
  clear: both;
}

#data_dia,
#data_mes,
#data_ano,
#data_hora {
  color: #ffffff;
  font-size: 12px;
  font-style: normal !important;
  font-weight: bold;
  padding: 5px;
  float: left;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

#data_dia {
  background: none repeat scroll 0 0 #58caee;
  border-bottom: 3px solid #52bddf;
}

#data_mes {
  background: none repeat scroll 0 0 #12998c;
  border-bottom: 3px solid #0f6e61;
}

#data_ano {
  background: none repeat scroll 0 0 #d0ba00;
  border-bottom: 3px solid #a79500;
}

#data_hora {
  background: none repeat scroll 0 0 #e92512;
  border-bottom: 3px solid #ad1003;
  margin-left: 5px;
}

.gr_box {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(217, 39, 123, 1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  border-image: none;
  border-radius: 10px;
  border-style: solid;
  border-width: 5px 1px 1px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  display: inline-block;
  margin: 10px 10px 10px 0;
  padding: 16px;
  text-align: left;
  width: 430px;
}

#menu_accessibility {
  position: absolute;
  top: 0;
  left: 0;
}
#menu_accessibility a {
  color: #fff;
  text-decoration: none;
  font-size: 90%;
}
#menu_accessibility a:nth-child(2) {
  margin: 0 20px;
}
#menu_accessibility a:hover {
  text-align: underline;
}
#barrasp_nav {
  height: 47px !important;
}

/*InversÃ£o*/
body.body-inversao {
  background: url(img/background_invertido.png) top left scroll repeat;
  color: #fff !important;
}

body.body-inversao .site {
  background: #000;
}
body.body-inversao #menu-menu-superior a,
body.body-inversao #menu-menu-superior .aconteceTitle,
body.body-inversao .main-navigation .assistive-text:hover,
body.body-inversao .main-navigation .assistive-text:active,
body.body-inversao .main-navigation .assistive-text:focus,
body.body-inversao .main-navigation li a:hover,
body.body-inversao .aconteceTitle,
body.body-inversao .boxMidia h2,
body.body-inversao .boxAspas h2,
body.body-inversao .hentry p,
body.body-inversao .hentry li,
body.body-inversao .hentry > h3,
body.body-inversao .wrapper h3,
body.body-inversao .hentry .boxInternas.direita span {
  color: #fff;
}

body.body-inversao font {
  color: #fff !important;
}

body.body-inversao #barrasp_global {
  border-bottom: #5a5a5a 3px solid;
  background: #000;
}

body.body-inversao .aconteceH2,
body.body-inversao .aconteceTitle:hover,
body.body-inversao #internas-limites a {
  color: #4afe93;
}
body.body-inversao #site-navigation {
  border-bottom: 5px solid #3639ba;
}
body.body-inversao .entry-header .entry-title2 {
  background: #3639ba;
}
body.body-inversao .b2,
body.body-inversao #footer02,
body.body-inversao #menu-menu-superior > li > ul {
  background: #4afe93 !important;
  color: #000 !important;
}
body.body-inversao #menu-menu-superior > li ul a,
body.body-inversao #footer02 a,
body.body-inversao .boxOndeEstamos,
body.body-inversao .page_navigation a,
body.body-inversao .alt_page_navigation a,
body.body-inversao .hentry .boxInternas.direita p {
  color: #000 !important;
}
body.body-inversao #cadastre_se {
  background-image: url(img/cadastre-se_invertido.png);
  background-repeat: no-repeat;
}

/*InversÃ£o*/
body.aumentar-fonte,
body.aumentar-fonte div,
body.aumentar-fonte span,
body.aumentar-fonte applet,
body.aumentar-fonte object,
body.aumentar-fonte iframe,
body.aumentar-fonte h1,
body.aumentar-fonte h2,
body.aumentar-fonte h3,
body.aumentar-fonte h4,
body.aumentar-fonte h5,
body.aumentar-fonte h6,
body.aumentar-fonte p,
body.aumentar-fonte blockquote,
body.aumentar-fonte pre,
body.aumentar-fonte a,
body.aumentar-fonte abbr,
body.aumentar-fonte acronym,
body.aumentar-fonte address,
body.aumentar-fonte big,
body.aumentar-fonte cite,
body.aumentar-fonte code,
body.aumentar-fonte del,
body.aumentar-fonte dfn,
body.aumentar-fonte em,
body.aumentar-fonte img,
body.aumentar-fonte ins,
body.aumentar-fonte kbd,
body.aumentar-fonte q,
body.aumentar-fonte s,
body.aumentar-fonte samp,
body.aumentar-fonte small,
body.aumentar-fonte strike,
body.aumentar-fonte strong,
body.aumentar-fonte sub,
body.aumentar-fonte sup,
body.aumentar-fonte tt,
body.aumentar-fonte var,
body.aumentar-fonte b,
body.aumentar-fonte u,
body.aumentar-fonte i,
body.aumentar-fonte center,
body.aumentar-fonte dl,
body.aumentar-fonte dt,
body.aumentar-fonte dd,
body.aumentar-fonte ol,
body.aumentar-fonte ul,
body.aumentar-fonte li,
body.aumentar-fonte fieldset,
body.aumentar-fonte form,
body.aumentar-fonte label,
body.aumentar-fonte legend,
body.aumentar-fonte table,
body.aumentar-fonte caption,
body.aumentar-fonte tbody,
body.aumentar-fonte tfoot,
body.aumentar-fonte thead,
body.aumentar-fonte tr,
body.aumentar-fonte th,
body.aumentar-fonte td,
body.aumentar-fonte article,
body.aumentar-fonte aside,
body.aumentar-fonte canvas,
body.aumentar-fonte details,
body.aumentar-fonte embed,
body.aumentar-fonte figure,
body.aumentar-fonte figcaption,
body.aumentar-fonte footer,
body.aumentar-fonte header,
body.aumentar-fonte hgroup,
body.aumentar-fonte menu,
body.aumentar-fonte nav,
body.aumentar-fonte output,
body.aumentar-fonte ruby,
body.aumentar-fonte section,
body.aumentar-fonte summary,
body.aumentar-fonte time,
body.aumentar-fonte mark,
body.aumentar-fonte audio,
body.aumentar-fonte video {
  font-size: 105%;
}
body.aumentar-fonte #menu-menu-superior a {
  font-size: 120%;
}
body.aumentar-fonte #menuSite ul li.nth5,
body.aumentar-fonte .menu-item-1732 {
  width: 156px !important;
}
body.aumentar-fonte #menuSite ul li.nth6,
body.aumentar-fonte .menu-item-1563 {
  width: 97px !important;
}
body.aumentar-fonte #barrasp_nav ul li a {
  font-size: 14px;
}
body.aumentar-fonte #footer02 a,
body.aumentar-fonte #gallery-1 .gallery-caption {
  font-size: 18px;
}
body.aumentar-fonte .botoes_internas,
body.aumentar-fonte .botoes {
  font-size: 20px !important;
}
body.aumentar-fonte .post-edit-link {
  left: -117px;
}

body.aumentar-fonte .si-btn {
  font: 0/0 a;
}

#internas-limites {
  margin-top: 20px;
}

ul.mostrar {
  height: auto !important;
  opacity: 1 !important;
}

#menu-menu-superior > li > ul.sub-menu {
  padding: 15px 10px !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  margin-top: -4px !important;
  overflow: visible !important;
}

li#menu-item-22297 {
  width: 115px;
}

body {
}

.relacionados {
  float: left;
  width: 100%;
  min-width: 100%;
  padding: 10px 0;
}

.postagrelaci {
  float: left;
  width: 23%;
  margin: 1%;
  margin-top: 0;
}

.postagrelaci img {
  max-width: 100%;
  min-width: 100%;
  height: 145px;
  object-fit: cover;
  min-height: 145px;
  max-width: 145px;
}

.postagrelaci strong {
  display: block;
  margin-top: 5px;
}

.postagrelaci a {
  text-decoration: none;
  color: #006699;
}

@media (max-width: 769px) {
  .postagrelaci {
    min-width: 100%;
    margin-bottom: 15px;
  }
}

div#internas-limites ul.site-map {
  font-size: 20px;
  padding-left: 20px;
  list-style: disc;
}
div#internas-limites ul.site-map li {
  width: auto !important;
  min-width: 100%;
  margin: 0;
}
div#internas-limites ul.site-map li a {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}

div#internas-limites ul.site-map ul {
  padding-left: 20px;
  list-style: circle;
  margin-bottom: 15px;
}

div#internas-limites ul.site-map ul ul {
  margin-bottom: 0;
}

.page-id-128 .storyjs-embed.sized-embed {
display: none !important;
}
