/*
Theme Name: aecio neves 3.8
Author: Michael Haruo Nakashima
Author URI: http://@mhnakashima
Description: Site Oficial do Senador Aécio Neves
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aecio-neves-site-oficial
Tags:

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.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  padding-left: 3px;
  width: 100%;
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover,
a:focus,
a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/* SLIDER */

.metaslider .nivo-caption{
    width: 80%;
    bottom: 15px;
    left: 20%;
    transform: translate(0,-50%);
    max-width: 400px;
    font-size: 24px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 27px;
    background: transparent;
}
.nivo-slider .leia-mais{
  width: 80%;
    bottom: 0;
    left: 20%;
    transform: translate(0,-50%);
    max-width: 400px;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 17px;
    color: #ffcc00;
}


/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
/*
.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
*/
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul {
  left: auto;
}
.main-navigation ul ul li:hover > ul {
  left: 100%;
}
/* Small menu. */
.menu-toggle {
  display: none;
}
@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
    border: none;
    border-radius: 3px;
    background: none;
    box-shadow: none;
    color: #FEC600;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  }
  .main-navigation ul {
    display: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.category-noticias .noticias-menu {
    display: none;
}
.widget {
  margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}
/* Search widget. */
.widget_search .search-submit {
  display: none;
}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.category-minas-na-agenda .wp-caption-text {
 display:none;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
/*.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}*/
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
    margin-bottom: 30px;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/* =13.0 Site */
body {
  background-color: #f6f6f6 !important;
}
/* This is the existing CSS... */
.sticky-header {
  border-bottom: 1px solid #ccc;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
/* Here's the new CSS to add... */
.admin-bar .sticky-header {
  top: 32px;
}
.siteMainSlider {
  margin-top: 100px;
}
.admin-bar .siteMainSlider {
  margin-top: 100px;
}
.fixed-menu-nav {
  background-color: #fff;
}
.social-search-container {
  background-color: #4c54a8;
  height: 47px;
}
.social-search-container #logo {
  background: url(img/aecio_logo.png) no-repeat;
  background-size: cover;
  display: block;
  height: inherit;
  margin-top: 0px;
  text-indent: -9999px;
  width: 285px;
}
.social-search-container .logoContainer {
  float: left;
}
.social-search-container .socialMenuContainer {
  float: right;
}
/* Social Menu */
#menu-social {
  margin: 0px;
  margin-top: -4px;
}
#menu-social li {
  display: inline;
}
#menu-social li a {
  color: #FEC600;
}
#menu-social li a:hover {
  color: #fff;
  text-decoration: none;
}
/* =SocialNav */
.socialMenuContainer {
  margin: 10px 20px 0px 0px;
}
#social-navigation,
#mainBarSearch {
  float: left;
}
#social-navigation {
  margin-right: 25px;
}
#social-navigation li > a > i,
#social-navigation li > a {
  font-size: 24px;
}
#mainBarSearch .search-field {
  background-color: #fec600;
  border: none;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  color: #fff;
}
#mainBarSearch .search-submit {
  background: transparent;
  box-shadow: none;
  border: none;
  color: #fec600;
  cursor: pointer;
  height: 32px;
  padding: 0px;
  position: relative;
  width: 32px;
}
/* =metaSlider */
.metaslider {
  max-width: 100% !important;
}
.infoSectionItem {
  background-color: #4c54a8;
  height: 32px;
}
.sliderMain {
  /*background-color: #fec600;*/
  text-align: center;
}
.sliderMain > img {
  width: 100%;
}
.sliderMain iframe {
  height: 480px !important;
  margin-top: 5px;
  width: 980px !important;
}
.sliderMain .videoContent {
  padding: 5px 0px 5px 0px;
}
/* =NavigationMenu */
.mainMenuContainer {
  /*height: 65px;*/
}
.mainMenuContainer #site-navigation {
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#menu-principal {
  display: table;
  width: 100%;
}
#site-navigation li {
  /*margin-right: 15px;*/
  display: table-cell;
  text-align: center;
}
#site-navigation li a {
  color: #4C54A8;
  font-size: 11px;
  text-transform: uppercase;
}
/* =News */
.siteMainNews {
  background-color: #fff;
  height: 55px;
}
.siteMainNewsContent {
  height: inherit;
  text-align: center;
}
.siteMainNewsContent span {
  font-size: 15px;
  font-weight: bold;
}
.siteMainNewsContent span i {
  color: #FEC600;
  font-size: 22px;
}
.siteMainNewsContent .title {
  color: #FEC600;
}
.siteMainNewsContent .description {
  color: #4C54A8;
}
.siteMainNewsContent .description p {
  display: inline;
}
/* =Main News */
#mainNoticias {
  margin-top: 30px !important;
}
#mainNoticias .mainNoticiasTitle {
  text-align: left;
}
.noticiasHolder {
  position: relative;
}
.noticiasHolder.small,
.noticiasHolder.full {
  color: #fff;
}
.noticiasHolder .artigos_post_container {
  background-color: #fbc536;
  width: 100%;
}
/* =small artigos section */
.noticiasHolder.small > .noticiasTitle {
  color: #fff;
  height: 216px;
  position: absolute;
  text-shadow: 1px 1px 5px #000;
  z-index: 1;
}
.noticiasHolder.small > .filterAlpha {
  opacity: 0.5;
}
.noticiasHolder.small .artigos_post_container .title {
  font-size: 14px;
}
.noticiasHolder.small .artigos_post_container .title a {
  text-decoration: none;
}
.noticiasHolder.small .artigos_post_container footer {
  bottom: 5px;
  position: absolute;
  right: 10px;
}
/* =full artigos section */
.noticiasHolder.full {
  overflow: hidden;
}
.noticiasHolder.full img {
  /*min-height: 576px;*/
  height: 442px;
  width: 100%;
}
.noticiasHolder.full .artigos_post_container {
  bottom: -75px;
  color: #fff;
  position: absolute;
  padding: 15px 15px 35px 15px;
}
.noticiasHolder.full .artigos_post_container .title {
  color: #fff;
  font-family: "ubuntubold";
  font-size: 20px;
  text-transform: uppercase;
}
.noticiasHolder.full .artigos_post_container .title a {
  text-decoration: none;
}
.noticiasHolder.full .artigos_post_container .content {
  margin-top: 10px;
}
.noticiasHolder.full .artigos_post_container footer {
  bottom: 5px;
  position: absolute;
  right: 10px;
}
.noticiasHolder.full .artigos_post_container footer,
.noticiasHolder.small .artigos_post_container footer {
  /*float: right;*/
}
.noticiasHolder.full .artigos_post_container footer a,
.noticiasHolder.small .artigos_post_container footer a {
  color: #91761f;
  font-weight: bold;
  margin-top: 5px;
  text-transform: uppercase;
}
.moreNews {
  background-color: #4c54a8;
  border: 1px solid #9ca0ca;
  color: #fec600 !important;
  font-family: ubuntubold;
  padding: 5px 10px;
}
.moreNews:visited {
  color: #fec600 !important;
}
.moreNews {
  background-color: #fec600;
  border: 1px solid #f1e3b2;
  color: #4c54a8 !important;
  font-family: ubuntubold;
  padding: 5px 10px;
}
.moreNews:visited {
  color: #4c54a8 !important;
}
/* =artigos section ***not full***) */
.sideSmallNews > div:not(:first-child) {
  /*margin-top: 40px;*/
}
.noticiasHolder.small {
  overflow: hidden;
}
.noticiasHolder.small img {
  height: 216px;
  width: 100%;
}
.artigos_post_container:not(:first-child) {
  /*margin-top: 10px;*/
}
.noticiasHolder.small .artigos_post_container {
  bottom: -90px;
  height: 160px;
  margin-bottom: 10px;
  padding: 8px 8px;
  position: absolute;
  z-index: 2;
}
.noticiasHolder.small .artigos_post_container:hover {
  /*bottom: -10px;*/
}
.noticiasHolder.small .artigos_post_container .title {
  font-family: ubuntubold;
  font-size: 15px;
  /*font-weight: bold;*/
  text-transform: uppercase;
}
.noticiasHolder.small .artigos_post_container .content {
  font-size: 14px;
  margin-top: 10px;
}
/* =Frases */
#mainFrases {
  background-color: #4c54a8;
  color: #fff;
  margin-top: 40px;
}
#mainFrases .frase {
  font-size: 26px;
}
#mainFrases .autor {
  font-size: 20px;
}
/* =Artigos */
#mainArtigos {
  /*background-color: #fff;*/
}
#mainArtigos {
  margin-top: 0px;
  padding-bottom: 30px;
  padding-top: 30px;
}
#mainArtigos .artigos_post_container {
  /*background-color: #fff;*/
  /*height: 268px;*/
  margin-bottom: 20px;
}
#mainArtigos .title {
  color: #3d459c;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#mainArtigos .artigos_image_holder .image_holder {
  color: #fff;
  font-size: 28px;
  height: 100%;
  left: 0px;
  position: absolute;
  text-shadow: 1px 1px #000;
  top: 0px;
  width: 100%;
}
#mainArtigos .artigos_image_holder .image_holder img {
  height: 125px;
  min-height: 125px;
  width: 100%;
}
#mainArtigos .artigos_image_holder .image_holder a {
  color: #fff;
  font-size: 30px;
}
#mainArtigos .artigos_holder {
  background-color: #fff;
  /*height: 131px;*/
  border-bottom: 1px solid #ccc;
  padding: 8px 8px;
}
#mainArtigos .artigos_holder header {
  color: #454545;
  font-size: 14px;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#mainArtigos .artigos_holder .content {
  color: #000;
  font-size: 14px;
  min-height: 60px;
  text-align: justify;
}
#mainArtigos .artigos_holder footer a {
  color: #91761f;
  font-weight: bold;
  margin-top: 5px;
  text-transform: uppercase;
}
/* =PlayButton */
.videoContainer {
  height: 416px;
}
.videoContainer img {
  /*height: 416px;
	width: 100%;*/
}
.loopVideoMainImage {
  width: 540px;
}
.menuSenadorSection img,
.discursosContainer img {
  min-height: 173px !important;
}
#mainArtigos .playButton {
  height: 406px;
  position: absolute;
  top: 0px;
  /*width: 100%;*/
}
/*
#mainArtigos .playButton a{
	color: #4c54a8
}

#mainArtigos .playButton a:hover{
	color: #fbc536;
}
*/
/* Videos */
#mainArtigos .videos_post_container {
  /*padding: 10px 10px;*/
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
#mainArtigos .videos_post_container .title {
  color: #454545;
  font-size: 16px;
  margin: 0px;
}
#mainArtigos .videos_post_container .content {
  font-size: 14px;
}
/* =Noticias da Oposição */
.mainOposicoesHolder {
  margin-top: 50px !important;
}
.noticias_oposicao_holder .oposicoes_title .read.more,
.sugestao_noticias .read.more {
  bottom: 10px;
  position: absolute;
  right: 20px;
}
.noticias_oposicao_holder .oposicoes_title .read.more a,
.sugestao_noticias .read.more a,
.noticias_oposicao_holder .oposicaoHolder .read_more a {
  color: #fff;
  font-family: ubuntubold;
  font-size: 18px;
  font-weight: bold;
}
.noticias_oposicao_holder .oposicaoHolder .read_more {
  bottom: 10px;
  position: absolute;
  right: 20px;
}
.oposicaoHolder .read.more {
  bottom: 10px;
  font-family: ubuntubold;
  font-size: 18px;
  position: absolute;
  right: 20px;
}
.oposicaoHolder .read.more a {
  color: #fff;
}
.oposicoes_title i {
  font-size: 40px;
  text-shadow: 1px 2px #000;
}
.oposicoes_title span {
  text-shadow: 1px 2px #000;
  text-transform: uppercase;
}
.mainOposicoesHolder .noticias_corpo {
  /*background-color: #008d36;
	/*height: 170px;*/
}
.itemSugestao {
  background: url(img/linhas.png) #6166ab repeat;
  background-size: cover;
}
.sugestao_leitura .sugestao_noticias .read.more a {
  color: #fff;
}
/* =Twitter */
.mainTwitter.twitter {
  background: url(img/yellowline.png) repeat;
  background-color: #006633;
  height: 330px;
}
.twitterData {
  /*max-width: 325px;*/
  padding-top: 15px;
  word-wrap: break-word;
}
.twitter_container > div a {
  color: #fff;
  font-size: 30px;
}
.mainTwitter .twitter .twitter-icon {
  background: url(img/twitter.png) no-repeat;
  display: block;
  height: 111px;
  width: 139px;
}
.mainTwitter .facebook {
  padding-left: 25px;
}
/* =Archives Twitter Section */
/* =Artigos */
.archiveContainer .noticiasHolder.full img {
  min-height: 100%;
}
.archiveContainer .artigos_post_container {
  padding: 0px;
}
.archiveContainer .artigos_image_holder .image_holder {
  color: #fff;
  font-size: 26px;
  height: 100%;
  left: 0px;
  position: absolute;
  text-shadow: 1px 1px #000;
  top: 0px;
  width: 100%;
}
.archiveContainer .artigos_image_holder .image_holder img {
  height: 125px;
  min-height: 125px;
  width: 100%;
}
.archiveContainer .artigos_image_holder .image_holder a {
  color: #fff;
  font-size: 22px;
}
.archiveContainer .artigos_holder {
  padding: 8px 8px;
}
.archiveContainer .artigos_holder header {
  color: #454545;
  font-size: 14px;
  margin-bottom: 0px;
}
.archiveContainer .artigos_holder .content {
  color: #000;
  font-size: 12px;
  text-align: justify;
}
.archiveContainer .artigos_holder footer a {
  color: #91761f;
  font-weight: bold;
  margin-top: 5px;
  text-transform: uppercase;
}
/* =Twitter */
.archiveContainer .twitter {
  background: url(img/yellowline.png) repeat;
  background-color: #fec600;
  height: 300px;
}
.archiveContainer .twitterData {
  /*max-width: 325px;*/
  word-wrap: break-word;
}
.archiveContainer .artigosTwitter .twitterData {
  background: url(img/yellowline.png) repeat;
  background-color: #fec600;
  height: 300px;
}
.twitter_container > div a {
  color: #fff;
  font-size: 30px;
}
.mainTwitter .facebook {
  background-color: #fff;
  padding: 20px 0 20px 0;
}
/* =Newsletter */
.newsLetterSection {
  background-color: #fec600;
  height: 225px;
  margin-top: 50px;
}
.camposnews {
  border-radius: 11px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  width: 180px;
}
#enviar_comentario {
  background-color: #ffde00;
  border: none;
  box-shadow: none;
  height: 28px;
  margin-left: -35px;
  position: absolute;
}
/* Realizações */
.realizacoes_notas_projetos {
  margin-top: 50px;
}
.realizacoes_notas_projetos .realizacoes,
.realizacoes_notas_projetos .notas,
.realizacoes_notas_projetos .brasilReal,
.realizacoes_notas_projetos .projetos {
  height: 200px;
  text-align: center;
  width: 100%;
}
.realizacoes_notas_projetos .queVoceQuer {
  background: url(img/yellowline.png) #006633 repeat;
  color: #fcea10;
  text-align: center;
}
.queVoceQuer {
  height: 399px;
  min-height: 399px;
  text-shadow: 1px 1px #000;
}
/* =Realizações */
.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}
.flip-container,
.front,
.back {
  width: 300px;
  height: 300px;
}
.flipper {
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  position: relative;
}
.front,
.back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}
.back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.flip-container:hover .back,
.flip-container.hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.flip-container:hover .front,
.flip-container.hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.front {
  background-size: cover !important;
  z-index: 2;
}
/* =Footer */
.mainFooter {
  background-color: #4c54a8;
  margin-top: 50px;
  position: relative;
  z-index: 1000;
}
.address {
  color: #fff;
  font-family: "ubuntubold";
}
s.fb_iframe_widget {
  padding-left: 25px;
}
/* =Single Pages */
.singleContainer {
  margin-top: 30px !important;
}
.singleContainer .article_simple {
  background-color: #fff;
  /*border: 1px solid #ccc;*/
  margin-top: 20px;
  padding: 20px 30px 60px 30px;
}
.article_simple .entry-meta {
  text-align: left;
}
.article_simple .entry-meta a {
  color: #878787;
  font-family: 'ubunturegular';
  font-size: 16px;
}
.article_simple .entry-header h1 {
  color: #3f3f3f;
  font-family: "ubuntubold";
  font-size: 26px;
  /*letter-spacing: -3.2px;*/
  margin: 20px 0 10px 0;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}
.article_simple .entry-header h2 {
  margin: 10px 0 10px 0;
}
.article_simple .entry-header .entry-title {
  margin: 20px 0 10px 0;
}
.article_simple .entry-content {
  color: #000;
  font-family: "ubunturegular";
  font-size: 16px;
  text-align: justify;
  word-wrap: break-word;
}
/* =Pages */
/* =Propostas */
.propostasPage {
  padding-top: 0px;
}
.propostasPage .menuSendorSection {
  background-color: #fff;
  padding: 10px 0px;
}
.propostasMenuContainer .propostasNavigation {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.propostasMenuContainer .propostasNavigation li {
  border-left: 3px solid #c8d1e2;
  color: #337ab7;
  margin-bottom: 3px;
  padding-left: 10px;
}
.propostasSectionContainer article {
  padding: 15px;
}
.propostasSectionContainer .ssba,
.realizacoesSectionContainer .ssba,
.propostasPage .noticiasSectionContainer .ssba {
  display: none;
}
.propostasPage .noticiasSectionContainer {
  background-color: white;
  margin: 0px;
  padding: 10px;
}
/* =13.1 Sidebar */
.menu-sidebar-paginas-container {
  margin: 20px 0px;
  padding-left: 0px;
}
.menu-sidebar-paginas-container li {
  background-color: #4c54a8;
  list-style: none;
  margin-bottom: 5px;
  padding: 5px 10px 5px 10px;
}
.menu-sidebar-paginas-container li a {
  color: #fff;
  font-family: "ubuntubold";
  font-size: 12px;
}
#menu-sidebar-paginas {
  margin-left: 0px;
  padding-left: 0px;
}
/* =Archives */
.archiveContainerItems {
  /*background-color: #fff;*/
}
.noticiasSectionContainer {
  background-color: #fff;
}
.salaImprensaContainer .artigos_post_container {
  width: 619px;
}
.salaImprensaContainer a {
  color: #fff !important;
}
.salaImprensaVideo .videoSectionContainer {
  height: auto !important;
  min-height: auto !important;
}
.salaImprensaVideo a,
.salaImprensaAudio a {
  color: #4c54a8 !important;
}
.salaImprensaContainer .facebook {
  padding-left: 0px;
  padding-right: 0px;
}
.salaImprensaContainer .facebook .fb_iframe_widget {
  padding-left: 10px;
}
.videoImprensaContainer a {
  color: #fff !important;
}
/* 
	=Audio Section Container, 
	Archives Post Section Content, 
	Noticias Section Container 
*/
.audioSectionContainer,
.artigosSectionContainer,
.noticiasSectionContainer,
.normalSectionContainer,
.videoSectionContainerImprensa {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.artigosSectionContainer > article,
.noticiasSectionContainer > article,
.normalSectionContainer > article {
  padding: 0px 10px 0 10px;
}
.audioSectionContainer:last-child,
.artigosSectionContainer:last-child,
.noticiasSectionContainer:last-child,
.normalSectionContainer:last-child {
  border: none;
}
.audioSectionContainer .audioInfo {
  margin: 0px;
  padding: 0px;
}
.audioSectionContainer header {
  float: left;
  margin-right: 0px;
  width: 70px;
}
.audioSectionContainer header {
  margin-top: 6px;
}
.audioSectionContainer header .fa-play-circle-o {
  color: #337ab7;
  font-size: 75px;
}
.audioSectionContainer article {
  float: right;
  width: 535px;
}
.audioSectionContainer article > h3,
.artigosSectionContainer article > h3,
.noticiasSectionContainer article > h3,
.normalSectionContainer article > h3 {
  margin: 0px;
}
.audioSectionContainer article > h3 span a,
.artigosSectionContainer article > h3 span a,
.noticiasSectionContainer article > h3 span a,
.normalSectionContainer article > h3 span a {
  font-size: 13px;
  color: #999;
  margin-bottom: 10px;
}
.audioSectionContainer article > h2,
.artigosSectionContainer article > h2,
.noticiasSectionContainer article > h2,
.normalSectionContainer article > h2 {
  font-size: 26px;
  margin-top: 0px;
}
.audioSectionContainer article > h2 a,
.artigosSectionContainer article > h2 a,
.noticiasSectionContainer article > h2 a,
.normalSectionContainer article > h2 a {
  color: #404040;
}
.audioSectionContainer article > a,
.artigosSectionContainer article > a,
.noticiasSectionContainer article > a,
.normalSectionContainer article > a {
  color: #337ab7;
}
/* =Video Section Container */
.videoSectionContainer {
  height: 240px;
  min-height: 240px !important;
}
.videoSectionContainer .playButton {
  height: 169px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}
.videoSectionContainer .videos_post_container .posted-on {
  font-family: "ubuntubold";
}
.videoSectionContainerImprensa .videos_post_container a {
  color: #454545 !important;
}
/* =13.2 Widgets */
.widget-area li {
  list-style: none;
}
.widget_tag_cloud {
  background-color: #4c54a8;
}
.widget_tag_cloud .widget-title {
  margin-top: 0px !important;
}
.widget-container.google-maps-widget h3 {
  margin: 0px;
}
li.widget_tag_cloud {
  color: #fff;
  font-family: "ubuntubold";
  font-size: 14px;
  padding: 5px 0px 0px 10px;
  list-style: none;
}
.widget_tag_cloud h1 {
  color: #fff;
  font-family: "ubuntubold";
  font-size: 16px;
  list-style-type: none;
  padding: 10px 0px 0px 10px;
}
.widget_tag_cloud .tagcloud {
  padding: 10px;
}
.widget_tag_cloud .tagcloud a {
  background-color: rgba(97, 102, 172, 0.5);
  color: #fff;
  display: inline-block;
  font-family: "ubunturegular";
  font-size: 12px !important;
  font-style: italic;
  margin-bottom: 10px;
  padding: 3px;
}
.widget-container.widget_text .textwidget {
  color: #6166ac;
  font-family: "ubuntubold";
  font-size: 16px;
}
/* =SimplePage */
.singlePage {
  /*background-color: #fff;*/
  margin-top: 30px !important;
  padding: 20px 30px 20px 30px;
}
.singlePage .entry-content {
  margin-top: 30px;
}
.singlePage .entry-content .entry-title {
  color: #878787;
  font-family: "ubuntubold";
  font-size: 26px;
  padding-bottom: 20px;
  text-align: center;
}
.singlePage p,
.biografiaPost .entry-content p {
  color: #878787;
  font-family: "ubunturegular";
  font-size: 16px;
  padding: 0px 15px 20px 15px;
}
.biografiaPost {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.singlePage p strong {
  font-family: "ubuntubold";
  font-size: 16px;
}
/* =Sala de Imprensa Container */
.audioSectionContainerImprensa {
  border-bottom: 1px solid #ccc;
}
.audioSectionContainerImprensa a {
  color: #454545 !important;
}
/* =biografiaSectionContainer */
.biografiaMenuContainer {
  border-top: 1px solid #eee;
}
.biografiaSectionContainer {
  text-align: center;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
/*
	=Requerimentos
*/
.requerimentosPostSection,
.revistaSectionContainer {
  background-color: #fff;
}
.biografiaNavigation {
  margin: 0px;
  padding: 10px 0 10px 0px;
}
.biografiaNavigation li {
  display: inline;
  /*float: left;*/
  margin-right: 5px;
  width: 100%;
}
.biografiaNavigation li a {
  border-left: 3px solid #c8d1e2;
  color: #337ab7;
  padding-left: 10px;
}
.biografiaNavigation li a:hover {
  border-left: 3px solid #89919c;
}
.biografiaNavigation li a.active {
  border-left: 3px solid #6a7180;
}
/* =Post Nav */
.post-navigation {
  display: none;
}
.navigation-list a {
  color: #fff;
}
.navigation-list .page-numbers {
  background-color: #4c54a8;
  font-family: "ubuntubold";
  padding: 5px;
}
.navigation-list .page-numbers.current {
  color: #fff;
  text-decoration: underline;
}
.navigation-list .page-numbers.dots {
  color: #fff;
}
/* =Fale Conosco Page */
.fale-conosco .ssba,
.biografiaSectionContainer .ssba {
  display: none;
}
.fale-conosco .entry-content {
  margin-top: 0px !important;
}
.fale-conosco .wpcf7-form .wpcf7-text {
  width: 100%;
}
.fale-conosco .wpcf7-form .wpcf7-submit {
  background-color: #ffde00;
  border: none;
  color: #c89e07;
  font-family: "ubuntubold";
  font-size: 16px;
  padding: 5px;
  text-transform: uppercase;
}
/* =brasilRealSectionContainer */
.brasilRealSectionContainer .ssba {
  padding-top: 0px;
}
/* =others */
.ssba {
  padding-top: 20px;
}
.ssba > div {
  text-align: center !important;
}
.justified-gallery {
  margin-top: -10px !important;
}
.wpcf7-form p {
  padding-bottom: 0px;
}
.flexslider {
  margin-bottom: 0px !important;
}
.flex-control-nav {
  background-color: rgba(255, 255, 255, 0.4);
  bottom: 0px !important;
  padding: 5px 0px !important;
}
/* =Handlers para todos os backgrounds do site */
.backgroundHandler {
  cursor: pointer;
}
/* =14.0 Media */
/*
@media (min-width: 769px){
	.site-content, .holderSocialContainer, .mainMenuContainer, .siteMainNewsContent,  .artigosContainer, .mainOposicoesHolder, .containerFooter,
	.singleContainer, .archiveContainer, .singlePage
	{
		margin: 0 auto;
		width: 980px;
	}
}
*/
/* =15.0 Utils */
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.displayNone {
  display: none !important;
}
.displayBlock {
  display: block !important;
}
.displayTable {
  display: table !important;
}
.displayTableRow {
  display: table-row !important;
}
.displayTableCell {
  display: table-cell !important;
}
.vAlignMiddle {
  vertical-align: middle !important;
}
.height150px {
  height: 150px;
}
.height182px {
  height: 182px;
}
.height100Percent {
  height: 100%;
}
.heightInherit {
  height: inherit;
}
.width80percent {
  width: 80%;
}
.width90percent {
  width: 90%;
}
.width100Percent,
.width100percent {
  width: 100%;
}
.padding5px {
  padding: 5px;
}
.padding10px {
  padding: 10px;
}
/* Padding Bottom */
.paddingBottom10px {
  padding-bottom: 10px;
}
.paddingBottom20px {
  padding-bottom: 20px;
}
.paddingBottom30px {
  padding-bottom: 30px;
}
.paddingBottom50px {
  padding-bottom: 50px;
}
/* Padding Left */
.paddingLeft5px {
  padding-left: 5px;
}
.paddingLeft10px {
  padding-left: 10px;
}
.paddingLeft15px {
  padding-left: 15px;
}
.paddingLeft20px {
  padding-left: 20px !important;
}
.paddingLeft25px {
  padding-left: 25px !important;
}
.paddingLeft35px {
  padding-left: 35px;
}
.paddingRight5px {
  padding-right: 5px;
}
.paddingRight10px {
  padding-right: 10px;
}
.paddingRight15px {
  padding-right: 15px;
}
.paddingRight20px {
  padding-right: 20px;
}
.paddingRight25px {
  padding-right: 25px;
}
.paddingRight35px {
  padding-right: 35px;
}
/* Padding Top */
.paddingTop6px {
  padding-top: 6px;
}
.paddingTop10px {
  padding-top: 10px;
}
.paddingTop15px {
  padding-top: 15px;
}
.paddingTop20px {
  padding-top: 20px;
}
.paddingTop30px {
  padding-top: 30px;
}
.paddingTop50px {
  padding-top: 50px;
}
.margin10px {
  margin: 10px;
}
/* Margin Bottom */
.marginBottom1px {
  margin-bottom: 1px;
}
.marginBottom10px {
  margin-bottom: 10px;
}
.marginBottom15px {
  margin-bottom: 15px;
}
.marginBottom20px {
  margin-bottom: 20px;
}
.marginBottom30px {
  margin-bottom: 30px;
}
/* Margin Top */
.marginTop1px {
  margin-top: 1px;
}
.marginTop2px {
  margin-top: 2px;
}
.marginTop5px {
  margin-top: 5px;
}
.marginTop10px {
  margin-top: 10px;
}
.marginTop20px {
  margin-top: 20px;
}
.marginTop30px {
  margin-top: 30px;
}
.marginTop40px {
  margin-top: 40px;
}
.marginTop50px {
  margin-top: 50px;
}
.textCenter {
  text-align: center;
}
.textJustify {
  text-align: justify;
}
.textRight {
  text-align: right;
}
.vAlignMiddle {
  vertical-align: middle;
}
.positionRelative {
  position: relative;
}
/* =FontSize */
.fontSize14 {
  font-size: 14px !important;
}
.fontSize15 {
  font-size: 15px !important;
}
.fontSize16 {
  font-size: 16px !important;
}
.fontSize18 {
  font-size: 18px !important;
}
.fontSize19 {
  font-size: 19px !important;
}
.fontSize20 {
  font-size: 20px !important;
}
.fontSize22 {
  font-size: 22px !important;
}
.fontSize25 {
  font-size: 25px !important;
}
.fontSize30 {
  font-size: 30px !important;
}
.fontSize32 {
  font-size: 32px !important;
}
.fontSize35 {
    font-size: 25px !important;
}
.fontSize40 {
  font-size: 40px !important;
}
.fontSize45 {
  font-size: 45px !important;
}
.fontSize50 {
  font-size: 50px !important;
}
.fontSize60 {
  font-size: 60px !important;
}
.fontSize70 {
  font-size: 70px !important;
}
.fontSize90 {
  font-size: 90px !important;
}
.fontBold {
  font-weight: bold;
}
/* =fontColor */
.fontColorLightGray {
  color: #878787 !important;
}
.fontColorWhite {
  color: white !important;
}
.fontColorGray {
  color: #b2b2b2 !important;
}
.fontColorPurple {
  color: #4c54a8  !important;
}
.fontColorYellow {
  color: #fec600 !important;
}
.fontColorBlue {
  color: #6166ac !important;
}
.fontColorBlackGray {
  color: #333 !important;
}
.backgroundWhite {
  background-color: #fff;
}
.backgroundYellow {
  background-color: #fec600 !important;
}
.backgroundBlue {
  background-color: #4c54a8 !important;
}
.backgroundDarkGreen {
  background-color: #006633;
}
.backgroundMiddleGreen {
  background-color: #007d40;
}
.backgroundLightGreen {
  background-color: #008e49;
}
/* =Site Fonts */
.ubuntubold {
  font-family: 'ubuntubold', arial;
}
.ubuntubold_italic {
  font-family: 'ubuntubold_italic', arial;
}
.ubuntumedium {
  font-family: 'ubuntumedium', arial;
}
.ubunturegular {
  font-family: 'ubunturegular', arial;
}
.kg_manhattan_scriptregular {
  font-family: 'kg_manhattan_scriptregular', arial;
}
.textUpperCase {
  text-transform: uppercase;
}
.dropshadowBasic {
  text-shadow: 1px 1px 5px #000;
}
.boxShadowBasic {
  box-shadow: 1px 1px 5px #000;
}
.wordWrap {
  word-wrap: break-word;
}
.wordBreak {
  word-break: break-word;
}
.hr_dashed_full {
  margin: 0;
  border-top: 1px dotted #eee;
}
/* =Fonts */
@font-face {
  font-family: 'ubuntubold_italic';
  src: url('fonts/Ubuntu-BI-webfont.eot');
  src: url('fonts/Ubuntu-BI-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Ubuntu-BI-webfont.woff2') format('woff2'), url('fonts/Ubuntu-BI-webfont.woff') format('woff'), url('fonts/Ubuntu-BI-webfont.ttf') format('truetype'), url('fonts/Ubuntu-BI-webfont.svg#ubuntubold_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ubuntubold';
  src: url('fonts/Ubuntu-B-webfont.eot');
  src: url('fonts/Ubuntu-B-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Ubuntu-B-webfont.woff2') format('woff2'), url('fonts/Ubuntu-B-webfont.woff') format('woff'), url('fonts/Ubuntu-B-webfont.ttf') format('truetype'), url('fonts/Ubuntu-B-webfont.svg#ubuntubold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ubuntumedium';
  src: url('fonts/Ubuntu-M-webfont.eot');
  src: url('fonts/Ubuntu-M-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Ubuntu-M-webfont.woff2') format('woff2'), url('fonts/Ubuntu-M-webfont.woff') format('woff'), url('fonts/Ubuntu-M-webfont.ttf') format('truetype'), url('fonts/Ubuntu-M-webfont.svg#ubuntumedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ubunturegular';
  src: url('fonts/Ubuntu-R-webfont.eot');
  src: url('fonts/Ubuntu-R-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Ubuntu-R-webfont.woff2') format('woff2'), url('fonts/Ubuntu-R-webfont.woff') format('woff'), url('fonts/Ubuntu-R-webfont.ttf') format('truetype'), url('fonts/Ubuntu-R-webfont.svg#ubunturegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'kg_manhattan_scriptregular';
  src: url('fonts/KGManhattanScript-webfont.eot');
  src: url('fonts/KGManhattanScript-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/KGManhattanScript-webfont.woff2') format('woff2'), url('fonts/KGManhattanScript-webfont.woff') format('woff'), url('fonts/KGManhattanScript-webfont.ttf') format('truetype'), url('fonts/KGManhattanScript-webfont.svg#kg_manhattan_scriptregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
/* media */
@media (max-width: 480px) {
  .sticky-header {
    border-bottom: 1px solid #ccc;
    position: relative;
    width: 100%;
  }
  .socialMenuContainer {
    display: none;
  }
  #main-menu-mobile {
    position: fixed;
    z-index: 2;
    top: 0;
    margin: 0px;
    background-color: #222;
    width: 250px;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    left: -250px;
    height: 100%;
    overflow-x: auto;
    padding: 0;
  }
  #main-menu-mobile.active {
    left: 0;
    top: 0;
    margin: 0px;
    padding: 10px 0px 0px 0px;
  }
  #pageMain.active {
    position: relative;
    left: 250px;
    overflow: hidden;
    height: 100%;
  }
  #mainBarSearch {
    width: 100%;
  }
  .admin-bar .sticky-header {
    top: 0px;
  }
  .admin-bar .siteMainSlider,
  .siteMainSlider {
    margin-top: 0px;
  }
  .menu-principal-container {
    display: block;
  }
  .social-search-container {
    border-bottom: 1px solid #a6aad4;
    height: 93px;
    margin-bottom: 10px;
  }
  .social-search-container .logoContainer {
    float: none;
  }
  .social-search-container .logoContainer #logo {
    margin: 0px auto 0 auto;
    width: 250px;
  }
  .site-navigation {
    position: absolute;
  }
  .mainMobileNavigation {
    display: block;
    position: absolute;
    z-index: 30;
    width: 95%;
  }
  .menu-principalmobile-container #menu-principalmobile {
    margin: 5px 0 0 1px;
    padding: 0px;
  }
  .menu-principalmobile-container #menu-principalmobile li {
    display: inline-block;
    float: left;
    margin-bottom: 3px;
    width: 100%;
  }
  .menu-principalmobile-container #menu-principalmobile li a {
    display: block;
    text-align: left;
    font-family: ubunturegular;
    font-size: 1.10em;
    color: white;
    text-decoration: none;
  }
  /* =Main News */
  #mainNoticias {
    margin-top: 10px !important;
  }
  #mainNoticias .mainNoticiasTitle {
    text-align: center;
  }
  .noticiasMobileCoverPhoto {
    padding-right: 0px !important;
  }
  .noticiasMobileCoverPhoto img {
    height: 120px;
  }
  .noticiasMobileTitle {
    background-color: #fec600;
    height: 120px;
    padding-left: 0px !important;
  }
  .noticiasMobileTitle .image_holder {
    position: absolute;
    top: 0;
    z-index: 10;
  }
  .artigosMobileTitle {
    background-color: #4c54a8;
  }
  .noticiasMobileTitle .image_holder {
    position: absolute;
    top: 0;
    z-index: 10;
  }
  /* loop video main */
  .loopVideoMainImage {
    width: auto;
  }
  #mainArtigos {
    margin: 10px 0px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  #mainArtigos .playButton {
    height: 242px;
  }
  .realizacoes_notas_projetos {
    margin: 10px 0 20px 0;
  }
  .containerFooterMenu {
    background-color: #4c54a8;
  }
  .containerFooterMenu > .row {
    padding: 18px 0;
  }
  #menu-socialmobile {
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
  }
  #menu-socialmobile li {
    display: inline-block;
    margin-right: 20px;
  }
  #menu-socialmobile li a {
    color: #FEC600;
    font-size: 24px;
  }
  .containerFooter {
    text-align: center;
  }
  .menuSenadorSection img {
    min-height: auto;
  }
}
