/*********************
GENERAL STYLES
*********************/
body {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400px;
  font-size: 19px;
  line-height: 1.5;
  color: #fff;
  background-color: #3a016c;
  background-image: url("../images/frente_bg.jpg");
  background-repeat: none;
  background-position: top center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 92%;
  margin: 0 auto;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #fcb237;
}

a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #fa6717;
}

a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
b, strong {
  font-weight: 700;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 400;
  margin-top: 0;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h1 strong, .h1 strong, h2 strong, .h2 strong, h3 strong, .h3 strong, h4 strong, .h4 strong, h5 strong, .h5 strong {
  font-weight: 400;
}

h1.nomargin, .h1.nomargin, h2.nomargin, .h2.nomargin, h3.nomargin, .h3.nomargin, h4.nomargin, .h4.nomargin, h5.nomargin, .h5.nomargin {
  margin: 0;
}

h1, .h1 {
  font-size: 2em;
  line-height: 1.5em;
}

h2, .h2 {
  font-size: 1.5em;
  line-height: 1.25em;
}

h3, .h3 {
  font-size: 1.25em;
  line-height: 1.25em;
}

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
}

/*********************
HEADER STYLES
*********************/
#logo {
  display: block;
  margin: 30px 0;
  text-align: center;
}

#logo a:focus {
  outline: none;
}

#logo img {
  display: block;
  margin: 0 auto;
  height: 80px;
  max-height: 100%;
}

a.mainLogo {
  display: block;
  line-height: 300px;
  text-indent: -999999px;
  background-image: url("../images/frente_logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

a.brasao {
  line-height: 80px;
  text-align: center;
  width: 100%;
  margin: 25px auto;
}

/*********************
NAVIGATION STYLES
*********************/
header.header {
}

.nav {
  border-bottom: 0;
  margin: 0;
}

.nav li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: 'Bebas Neue', arial, sans-serif;
  background-color: #5a0e3d;
}

.nav li a:hover, .nav li a:focus {
  outline: none;
}

.img-float {
  float: left;
  padding: 10px 10px 10px 0;
}

.social-nav {
  margin: 30px auto;
  width: 160px;
  height: 40px;
  display: block;
  text-align: center;
  clear: both;
}

.social-nav li {
  display: inline-block;
  width: 32px;
  height: 32px;
}

.social-nav li:first-child {
  margin-right: 0;
}

.social-nav li a {
  width: 100%;
  height: 100%;
  background-position: 100% 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
  text-indent: -9999em;
}

.social-nav li.facebook a {
  background-image: url("../images/icon-facebook.jpg");
  background-color: #6d85b4;
  background-size: auto;
  background-position: center center;
}

.social-nav li.twitter a {
  background-image: url("../images/icon-twitter.jpg");
  background-color: #88bee1;
  background-size: auto;
  background-position: center center;
}

.social-nav li.youtube a {
  background-image: url(../images/icon-youtube.jpg);
  background-color: #eb0000;
  background-size: auto;
  background-position: center center;
}

.social-nav li.instagram a {
  background-image: url("../images/icon-instagram.jpg");
  background-color: #ef6d54;
  background-size: auto;
  background-position: center center;
}

.social-nav li a:hover {
  background-size: auto;
  background-position: center center;
}

.top-nav {
  border-bottom: 0;
  margin: 0 auto;
}

.top-nav li {
  height: 35px;
  text-align: center;
  margin: 10px 5px;
}

.top-nav li a {
  line-height: 35px;
  padding: 5px;
  background-color: transparent;
  background-image: linear-gradient(to top, #5a0e3d, #5a0e3d 50%, transparent 50%, transparent);
  background-position: 10% 50%;
  background-size: 100% 200%;
}

.top-nav li.home {
  flex: none;
}

.top-nav li ul.sub-menu, .top-nav li ul.children {
  margin-top: 0;
  position: absolute;
  visibility: hidden;
  z-index: 8999;
}

.top-nav li ul.sub-menu li a,
.top-nav li ul.children li a {
  padding-left: 30px;
}

/*********************
POSTS & CONTENT STYLES
*********************/

#content {
  padding: 30px 0;
}

.footer-footer {
  margin-top: 30px;
}

.page-header {
  padding: 20px 0;
}

.page-header .page-header-img {
  display: block;
  width: 100%;
  min-height: 60px;
}

.inner-page-header {
  max-width: 980px;
  margin: 0 auto;
}

h1.titPage {
  line-height: 60px;
  font-size: 1.5em;
  margin: 0;
  padding-left: 20px;
  color: #fff;
  background-image: linear-gradient(to top, #5a0e3d, #5a0e3d 50%, transparent 50%, transparent);
  background-position: 10% 50%;
  background-size: 100% 200%;
}

.hentry {
  background-color: #3a016c;
  padding: 40px;
  margin-bottom: 15px;
}

iframe {
  max-width: 100%;
  max-height: 100%;
}

.single-title,
.page-title,
.entry-title {
  margin: 0;
}

.byline {
  color: #501258;
  font-size: small;
  margin: 0;
  margin-bottom: 20px;
}

.entry-content {
}

.entry-content p {
  margin: 0 0 25px;
}

.entry-content p:last-child {
  margin-bottom: 0px;
}

.hentry .entry-noticia h2 {
  font-family: 'Bebas Neue', arial, sans-serif;
  margin: 40px 0 10px;
}

.hentry .entry-noticia h2:before {
  content: '';
  background: #2e0254 no-repeat center center;
  background-size: contain;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  display: block;
  float: left;
  margin: -15px -20px 0 0;
}

.entry-noticia h2 a {
    display: flex;
}

.hentry .entry-noticia h3 {
  font-family: 'Bebas Neue', arial, sans-serif;
  margin: 25px 0 5px;
}

.entry-content table {
  width: 100%;
  border: 0px solid transparent;
  margin-bottom: 1.5em;
}

.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.entry-content tr {
  border-bottom: 0px solid transparent;
}

.entry-content tr:nth-child(even) {
  background-color: #f8f9fa;
}

.entry-content td {
  padding: 7px;
  border-right: 0px solid transparent;
}

.entry-content td:last-child {
  border-right: 0;
}

.entry-content th {
  background-color: #f8f9fa;
  border-bottom: 0px solid transparent;
  border-right: 0px solid transparent;
}

.entry-content th:last-child {
  border-right: 0;
}

.entry-content blockquote {
  margin: 0 1.5em 25px;
  padding: 0 0 0 35px;
  border-left: 10px dotted #e8e3e6;
  font-family: 'pt_sansregular', arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #9e8e8e;
}

/* line 504, ../scss/breakpoints/_base.scss */
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
/* line 511, ../scss/breakpoints/_base.scss */
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
/* line 531, ../scss/breakpoints/_base.scss */
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
/* line 536, ../scss/breakpoints/_base.scss */
.entry-content pre {
  background: black;
  color: #f8f9fa;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

/* end .entry-content */
/* line 547, ../scss/breakpoints/_base.scss */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
/* line 553, ../scss/breakpoints/_base.scss */
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
/* line 559, ../scss/breakpoints/_base.scss */
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/* line 593, ../scss/breakpoints/_base.scss */
.tags {
  margin: 0;
}

/*********************
PAGE STYLES
*********************/
.home-page-link-item {
  margin: 2em 10px;
}
/* line 722, ../scss/breakpoints/_base.scss */
.home-page-link-item h2 {
  margin: 0;
}
/* line 726, ../scss/breakpoints/_base.scss */
.home-page-link-item img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.home-news {
  height: auto;
  padding: 0 30px 30px 30px;
  border-bottom: 5px solid #3a016c;
  border-top: 5px solid #3a016c;
  margin: 50px auto;
}

.home-news h2.title {
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Bebas Neue', arial, sans-serif;
  line-height: 30px;
  margin: -35px auto 30px 0;
  margin-bottom: 25px;
  padding-left: 15px;
  text-align: left;
  width: 33%;
  color: #fff;
  background-image: linear-gradient(to top, #3a016c, #3a016c 50%, transparent 50%, transparent);
  background-position: 10% 50%;
  background-size: 100% 200%;
}

.home-news h2.title strong {
  font-size: 22px;
  font-weight: 400;
  color: #f3e1c0;
}

.home-news .inner-news {
  margin: 0 auto 30px;
}

.home-news .inner-news .cada, 
.home-news .inner-news .link-news {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 30px;
  vertical-align: top;
}

.home-news .inner-news .cada:last-child {
  margin-bottom: 0px;
}

.home-news .inner-news .cada p,
.home-news .inner-news .link-news p {
  overflow: hidden;
  max-height: 145px;
}

.tagData {
  background: #fa6717;
  color: white;
  font-family: 'Bebas Neue', arial, sans-serif;
  font-weight: 400;
  line-height: 38px;
  width: 100%;
  padding: 2px 8px 0;
  margin: 0;
  display: inline;
}

.home-news .inner-news .cada h3 a {
  color: #333333;
  font-family: 'Bebas Neue', arial, sans-serif;
  line-height: 1.25em;
  text-align: center;
  color: #fff;
}

.home-news .inner-news .cada h3 a:hover {
  color: #fefefe;
}

.home-news .inner-news .cada p {
  margin: 0;
}

.home-news .inner-news .cada a.more-link {
  display: none;
}

.home-news .inner-news .link-news h3 a {
  color: #333333;
  font-family: 'Bebas Neue', arial, sans-serif;
  line-height: 1.25em;
  text-align: center;
}

.home-news .inner-news .link-news h3 a:hover {
  color: #888888;
}

.home-news .todas {
  display: block;
  position: relative;
  text-align: center;
  width: 33%;
  margin: 0 0 -70px auto;
  background-color: #3a016c;
}

.home-news .todas a {
  color: white;
  text-transform: uppercase;
  padding: 0px 20px 0px 40px;
  line-height: 30px;
  font-size: 0.75em;
  text-decoration: none;
  background: url(../images/plus.png) no-repeat;
  background-position: 15px 3px;
}

.page-content .entry-content {
}

.entry-noticia {
    margin-bottom: 60px;
}

.home-content {
    padding: 0 0 30px 0;
}

.page-noticias .entry-content .article-header {
  padding: 0 0 15px 0;
}

.page-noticias .entry-content .article-header h1.page-title {
  color: #009994;
}

.page-noticias .entry-content .entry-noticia {
  padding: 30px 0 15px 0;
  border-bottom: 1px solid #e0e0e0;
}

.page-noticias .entry-content .entry-noticia:last-child {
  border-bottom: none;
}

.cpi-container {
  max-width: 980px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px auto;
}

.composicao_cpi {
    text-align: center;
    min-width: 33.3%;
    margin-bottom: 20px;
}

.composicao_cpi img {
  border-radius: 20px 0 20px 0;
  border: 4px solid #8f1256;
  max-width: 80%;
  margin-bottom: 25px;
}

.titulo_vereador {
  background-color: #8f1256;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  padding: 5px;
  max-width: 120px;
  margin: -70px auto 0 auto !important;
  position: relative;
  text-align: center;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.composicao_cpi a {
  text-decoration: none;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 1052, ../scss/breakpoints/_base.scss */
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

/* line 1055, ../scss/breakpoints/_base.scss */
.pagination {
  text-align: center;
}
/* line 1058, ../scss/breakpoints/_base.scss */
.pagination ul {
  display: inline-block;
  background-color: white;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
/* line 1067, ../scss/breakpoints/_base.scss */
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #eaedf2;
}
/* line 1076, ../scss/breakpoints/_base.scss */
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #2980b9;
}
/* line 1088, ../scss/breakpoints/_base.scss */
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #2980b9;
  color: white;
}
/* line 1094, ../scss/breakpoints/_base.scss */
.pagination .current {
  cursor: default;
  color: #333333;
}
/* line 1098, ../scss/breakpoints/_base.scss */
.pagination .current:hover, .pagination .current:focus {
  background-color: white;
  color: #333333;
}

/* end .bones_page_navi */
/* fallback previous & next links */
/* line 1111, ../scss/breakpoints/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}
/* line 1115, ../scss/breakpoints/_base.scss */
.wp-prev-next .next-link {
  float: right;
}


/*********************
SIDEBARS & ASIDES
*********************/
/* line 1389, ../scss/breakpoints/_base.scss */
.widget ul li {
  /* deep nesting */
}

/* line 1406, ../scss/breakpoints/_base.scss */
.no-widgets {
  background-color: white;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin-bottom: 1.5em;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  height: auto;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.65em;
  padding: 0 0 30px 0;
}

#logoP {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block;
    float: left;
    text-align: center;
}

.footer-links ul li a {
    font-family: 'Bebas Neue', arial, sans-serif;
    background: url(../images/seta.png) no-repeat left center;
    background-position: 0 10px;
    margin: 0 auto;
    padding-left: 20px;
    display: inline-block;
    line-height: 32px;
    padding: 0 0 0 12px;
    font-size: 13px;
}

.footer-links ul li a:hover {
    text-decoration: none;
    color: #dbebf3;
}

.footer-footer p {
    margin: 0;
}

.top-slider {
    display: none;
}
.cmsp-rslides{
    position:relative;
    list-style:none;
    overflow:hidden;
    width:100%;
    padding:0;
 }
.cmsp-rslides li,.cmsp-rslides article{-webkit-backface-visibility:hidden;position:absolute;display:none;width:100%;left:0;top:0}
.cmsp-rslides li:first-child,.cmsp-rslides article:first-child{position:relative;display:block;float:left}
.cmsp-rslides img{display:block;height:auto;float:left;width:100%;border:0}
.top-slider {
    display: block;
    margin-bottom: 40px;
}
.top-slider .inner-top-slider{background:transparent}
.top-slider .slider-container {
    width: 100%;
    height: auto;
    position: relative;
}
.top-slider .slider-container .text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 0 0 15px;
    width: 100%;
    max-width: 690px;
    margin: 0px;
}
.top-slider .slider-container .text:hover {
    opacity: 0.9;
}
.top-slider .slider-container .text a {
    color: #FFF;
    font-family: 'Bebas Neue', arial, sans-serif;
    font-size: 0.9em;
    line-height: 1em;
    display: inline;
    background: none repeat scroll 0% 0% #860c0ae3;
    padding: 0px 25px 3px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
    white-space: nowrap;
}
.top-slider .slider-container .cmsp-rslides_tabs {
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 10;
    margin: 0;
}
.top-slider .slider-container .cmsp-rslides_tabs li {
  float:left;
  margin-right:8px
}
.top-slider .slider-container .cmsp-rslides_tabs a {
  display:block;
  width:12px;
  height:12px;
  border-radius:6px;
  background:#bbb;
  text-indent:-9999em
}
.top-slider .slider-container .cmsp-rslides_tabs a:focus { outline:none }
.top-slider .slider-container .cmsp-rslides_tabs .cmsp-rslides_here a{background:#b70704}.top-slider .slider-side{display:none}



.lead {
    margin: 20px auto 40px;
    width: 75%;
    line-height: 1.75em;
    font-size: 1.25em;
    font-weight: 400;
}

.lead.light {
    color: aliceblue;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.lead.light h3 {
    line-height: 1.75em;
}

.cada h3, .link-news h3 {
    font-size: 1.25em;
    line-height: 1.5em;
    margin: 15px 0 0;
}

.home-blog h2 {
    padding: 0 0 5px 0;
    font-family: 'Bebas Neue', arial, sans-serif;
    font-size: 1em;
    line-height: 25px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    border-bottom: 5px groove #6e9aa269;
    text-align: center;
    color: #caecec;
}

.links-content {
    display: flex;
    flex-wrap: wrap;
}

article.link {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

article.link a {
    text-decoration: none;
}

.home-blog h3 a,
.home-blog h3 a:visited {
  color: #fff;
  margin: 0 0 5px;
  text-shadow: 2px 2px 4px rgba(49, 55, 95, 0.75);
}

.home-blog h3 a:hover,
.home-blog h3 a:focus {
  color: #d8e3df;
}

.home-blog .linkMeta {
  color: #dde6ef;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.home-blog .linkMeta a {
  color: #fff;
}

.widget input#s {
  width: calc(100% - 25px);
}

.page-template-page-sidebar .hentry {
  background: #fff;
  margin-bottom: 25px;
}

.page-template-page-sidebar .hentry .article-header {
  padding: 25px;
}

.page-template-page-sidebar .hentry .entry-content {
  padding: 25px;
}

#searchform label {
  display: none;
}

.footer-links {
  text-align: center;
  display: flex;
  clear: both;
  margin-bottom: 30px;
}

.footer-nav {
  display: flex;
  width: 100%;
  padding: 0;
}

.footer-nav li {
  width: 100%;
}

.servico {
  font-size: 1.25em;
}

.servico h5 {
  color: #fff;
  margin: 0;
}

.mailto a {
  text-decoration: none;
}

#logoP {
  width: 100%;
}

#logoP a.brasao {
  margin: 0 auto;
}

#logoP img {
  max-width: 140px;
}

.blocks-menu ul {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 25px;
}

.blocks-menu li {
  text-align: center;
  background: url(../images/tela.jpg) no-repeat center center, #9e50c33b;
  background-blend-mode: multiply;
  flex-basis: 100%;
  margin: 0 0 10px 0;
  padding: 10px;
}

.blocks-menu ul li:last-child {
  margin-right: 0;
}

.blocks-menu li a {
  text-decoration: none;
  font-family: 'Bebas Neue', Arial, sans-serif;
  display: block;
  color: #9e50c3;
  font-size: 1.25em;
  font-weight: bolder;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
  line-height: 40px;
}

.blocks-menu li a:hover, .blocks-menu li a:focus, .blocks-menu li a:visited:hover, .blocks-menu li a:visited:focus {
  color: #d488ca;
  background: url("../images/tela.jpg") no-repeat center center;
}

/*.blocks-menu ul li:first-child a {
    background: url(../images/playlist.png) no-repeat top center;
    background-size: contain;
}

.blocks-menu ul li:last-child a {
    background: url(../images/compartilhe.png) no-repeat top center;
    background-size: contain;
}*/

.botao {
  clear: both;
  text-transform: uppercase;
  font-family: 'Bebas Neue', arial, sans-serif;
  line-height: 40px;
  background: #fcb237;
  margin: 0 auto;
  text-align: center;
  max-width: 980px;
  display: block;
}

.botao a, a.botao {
  text-decoration: none;
  font-family: 'Bebas Neue', arial, sans-serif;
  color: #fff;
  text-shadow: 1px 1px 4px rgb(0 0 0 / 45%);
}

p.vertodas {
  text-align: center;
}

p.vertodas a {
  background: #009994;
  padding: 5px 25px;
  text-align: center;
  line-height: 20px;
  height: 30px;
  margin: 0;
  font-family: 'Bebas Neue', arial, sans-serif;
  text-decoration: none;
  border-radius: 15px;
  color: #d8e3df;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

p.vertodas a:visited {
  color: #d8e3df;
}

p.vertodas a:hover,
p.vertodas a:focus {
    color: #fff;
    backgorund: #d8e3df55;
}

.box {
    padding: 5px;
    border-radius: 15px;
    background: #d3d9de;
    margin-bottom: 25px;
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
}

.box > div {
    padding: 25px 35px;
    border-radius: 15px;
    background: #f1f1f1;
    background-position: center center;
    background-blend-mode: color-burn;
    box-shadow: inset 1px 1px 3px 1px rgba(0,0,0,0.25);
}

.box h2 {
    margin: 0 0 5px;
    font-family: 'Bebas Neue', arial, sans-serif;
    font-size: 1.5em;
    color: #465f98;
    font-weight: bold;
    text-shadow: 2px 2px 3px rgba(255,255,255,1);
}

.box p {
    margin: 0 0 10px;
    line-height: 1.5;
    text-shadow: 2px 2px 3px rgba(255,255,255,1);
}

.box p:last-child {
    margin: 0;
}

.box input[type=submit] {
    width: 100%;
    height: 40px;
    margin: 10px 0;
    color: #fff;
    background: #359692;
    border: none;
    font-weight: bolder;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.page-noticias .article-header h2 {
    font-size: 1.35em;
    line-height: 1.35em;
}

.hentry ul {
    list-style: square;
    list-style: square inside url(../images/seta.png);
    padding-left: 25px;
}

.etiqueta {
    background: #920707;
    color: #fff;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    padding: 5px 25px;
    display: inline-block;
    margin: -35px auto 0 -100px;
    width: 200px;
    font-size: 0.75em;
    letter-spacing: 0.2em;
    text-shadow: 1px 1px 3px rgba(39, 2, 2, 0.75);
    position: absolute;
}

.emboss {
    box-shadow: inset 0px 10px 25px rgba(255,255,255,0.35), inset 0px -5px 25px rgba(0,0,0,0.1);
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.short, .long {
    flex-basis: 100%;
}

.sfsiplus_footerLnk {
    font-size: 0.75em;
    text-indent: -999999px;
    margin: -33px 0 0 !important;
}

div#container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.logged-in.admin-bar div#container {
    top: 32px;
}

section.entry-content.cf a {
    font-weight: bolder;
}

.page-title {
    border-bottom: 5px solid #480000;
    color: #fff;
    background: #9a01019e;
    padding: 5px 15px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    margin: 15px auto;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.75);
}

a.linkDestaque {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bolder;
    font-size: 1.25em;
    background: rgba(0, 0, 0, 0.35);
    line-height: 60px;
    color: #fff;
    box-shadow: inset 3px 3px 10px rgba(0,0,0,0.35);
    text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}

a.linkDestaque:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 1px 6px rgba(0,0,0,0.25);
    text-shadow: 0px 0px 3px rgba(255,255,255,0.75);
}

a.linkDestaque.fechada, a.linkDestaque.fechada:hover {
    background: rgba(0, 0, 0, 0.25);
    line-height: 60px;
    color: #9c9c9c;
    box-shadow: inset 0px 0px 5px rgba(0,0,0,0.35);
    text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
    pointer-events: none;
}

label {
    height: 65px;
}

.blog .hentry h2 {
    font-size: 1.5em;
    margin-bottom: 0;
}

.single .single-title {
    margin-bottom: 0;
}

.linkMeta {
    font-size: 0.7em;
    margin: 5px 0 10px;
}

a.excerpt-read-more,
a.more-link {
    white-space: nowrap;
    color: #fff;
    background: #8f1256;
    text-decoration: none;
    font-size: 0.65em;
    padding: 5px 10px;
    margin: 0 15px;
}

a.excerpt-read-more:hover,
a.more-link:hover {
    color: #fff;
    background: #6f0940;
}

a.excerpt-read-more.x, a.more-link.x {
    margin: 0 15px 0 0;
}

input.wpcf7-form-control.wpcf7-text {
    height: 40px;
}

input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    height: 40px;
    border: none;
    background: #8e0707;
    color: #fff;
    font-weight: bolder;
}

a.mainLogo, .home-news .inner-news .cada h3 a,.blocks-menu li a {
  font-size: 1.25em;
}

.entry-noticia h2 a, h2.entry-title a {
  font-size: 1.15em;
}


@media only screen and (min-width: 640px) {
  .short {
      flex-basis: 30%;
  }

  .long {
      flex-basis: 65%;
  }

  .short img, .long img {
      max-width: 100%;
      margin: 0;
      padding: 0;
  }

  .long.right {
    margin-left: 4%;
  }

  .long.left {
    margin-right: 4%;
  }

  a.brasao {
    line-height: 80px;
    height: 80px;
    width: 260px;
    margin: 15px 0 0;
  }

  #logo {
    float: left;
    width: 33%;
  }

  #logo img {
    text-align: center;
    display: block;
    margin: 30px auto 0;
  }

  a.mainLogo {
    display: inline-block;
    line-height: 500px;
    width: 66%;
    float: right;
    text-align: center;
    font-size: 1.15em;
    text-shadow: 0px 0px 10px rgb(255 255 255 / 50%);
    margin-top: 15px;
  }

  .top-nav-container {
    float: left;
    width: 33%;
  }

  .top-nav {
    display: flex;
    flex-wrap: wrap;
  }

  .top-nav li {
    float: left;
    position: relative;
    flex-basis: 100%;
    margin: 0px 10px 10px 0;
  }

  .page-header .page-header-img {
    min-height: 150px;
  }

  h1.titPage {
    font-size: 2.25em;
    width: 33%;
    margin: 0 auto 15px 0;
    z-index: 99999;
  }

 .top-slider .slider-container img {
    width:100%;
    margin-left: 0;
  }

  .top-slider .slider-container .text a {
    font-size: 1.25em;
    line-height: 2em;
    padding: 10px 50px;
  }

  .top-slider .slider-container .text {
    padding: 0 0 30px;
  }

  .top-slider .slider-container .cmsp-rslides_tabs {
    bottom: 35px;
  }

  .page-noticias .entry-noticia p {
    margin-left: 60px;
    margin-top: 0;
  }

  .blocks-menu li {
    flex-basis: 48%;
    margin-right: 4%;
  }

 .blocks-menu li a {
    line-height: 60px;
    padding: 0;
  }

  .home-blog h2 {
    margin: 0 0 20px 0;
    text-align: left;
  }

/*  article.link {
    width: 47%;
    margin-right: 6%;
    text-align: left;
  }

  article.link:last-child {
    width: 47%;
    margin-right: 0;
  }

  .blog-front article.link:last-child {
    margin-bottom: 40px;
  }

  article.link h3 {
    margin: 0 0 10px;
  }

  .cards div {
    height: 165px;
    width: calc(50% - 25px);
    min-width: calc(50% - 25px);
  }

  .page article.link {
    width: calc(100% - 25px);
  }

  .blocks-menu li:hover {
    opacity: 0.95;
  }*/

  .hentry {
    padding: 60px;
  }

  .page-template-page-sidebar .hentry {
    margin-right: 15px;
  }

  .page-template-page-sidebar .hentry .article-header {
    padding: 40px;
  }

  .page-template-page-sidebar .hentry .entry-content {
    padding: 0 40px 40px;
  }

  p.vertodas {
    text-align: right;
  }

  p.mailto {
    float: right;
    text-align: right;
  }

  .footer-links {
    padding: 0px;
  }

  .footer-footer {
    text-align: right;
    width: 66%;
    float: right;
  }

  .servico {
    float: right;
    text-align: right;
  }

  a.mainLogo:before {
    margin-top: -34px;
    margin-left: 7px;
  }

  #logoP {
    margin: 0 50px 0 0;
  }

  a.brasao:hover, a.mainLogo:hover, .social-nav li:hover, .botao:hover, .vertodas:hover, .cards div:hover, a.brasao:hover, .social-nav li a:hover {
    opacity: 0.85;
  }

  .botao:hover, a.botao:hover, .botao a:hover {
    color: #fff;
    opacity: 0.85;
  }

  a.mainLogo, .top-nav li a:hover, .botao:hover, .botao a:hover, a.botao:hover, a.brasao:hover, .social-nav li a:hover {
    transition: all 0.2s ease-in-out;
  }
}

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************/
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 112, ../scss/breakpoints/_481up.scss */
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  /* line 117, ../scss/breakpoints/_481up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

}
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {

  /*********************
  NAVIGATION STYLES
  *********************/
  .nav ul {
    background: black;
    margin-top: 0;
  }

  .nav li {
    float: right;
    position: relative;
    margin-right: 10px;
  }

  .nav li a {
    border-bottom: 0;
  }

  .top-nav li a:hover, .top-nav li a:focus {
    color: #ffffff;
    text-shadow: 3px 3px 3px rgb(0 0 0 / 35%);
    background-image: linear-gradient(to top, #7d0b52, #98296e 58%, transparent 0%, transparent);
    background-position: 10% 50%;
    background-size: 100% 200%;
  }
   

  .social-nav {
    float: right;
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 0;
    clear: none;
  }

  .top-nav {
    display: flex;
  }

  .top-nav ul {
    background: black;
    margin-top: 0;
  }

  .top-nav li a {
    text-align: right;
    padding: 0px 30px 0 0;
  }

  .top-nav li.home a {
    width: 50px;
    text-indent: -9999em;
    background: url("../images/icon-home.png") no-repeat center center;
  }
  /* line 118, ../scss/breakpoints/_768up.scss */
  .top-nav li.home a:hover {
    background-image: url("../images/icon-home-hover.png");
  }

  .top-nav li ul.sub-menu li, .top-nav li ul.children li {
    font-size: 18px;
    width: 100%;
    margin: 0;
    line-height: 30px;
    height: 40px;
    background: #59137b;
    border-top: 5px solid #3d0756;
  }

  .top-nav li ul.sub-menu li a,
  .top-nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
  }

  .top-nav li ul.sub-menu li:last-child a,
  .top-nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  /* line 173, ../scss/breakpoints/_768up.scss */
  .top-nav li ul.sub-menu li ul,
  .top-nav li ul.children li ul {
    top: 0;
    left: 100%;
  }
  /* line 188, ../scss/breakpoints/_768up.scss */
  .top-nav li:hover > ul {
    top: auto;
    visibility: visible;
  }

  /* end .nav */

  .home-page-links .inner-home-page-links {
      height: 100%;
      margin-bottom: 25px;
  }

  .home-news .inner-news .cada {
      width: calc(50% - 16px);
      margin: 0;
  }

  .home-news .inner-news .link-news {
    width: calc(50% - 16px);
    margin: 0;
    min-height: auto;
  }
  .home-news .inner-news .cada:nth-child(odd) {
      margin: 0 25px 0 0;
  }

  .home-news .inner-news .link-news:nth-child(odd) {
    margin: 0 25px 0 0;
  }

  .page-content .entry-content {
    text-align: left;
  }


  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 277, ../scss/breakpoints/_768up.scss */
  .sidebar {
    margin-top: 25px;
  }

  .widgettitle {
      border-bottom: 2px solid #d4f1f56b;
      margin-bottom: 0.75em;
      font-size: 0.9em;
      color: #acd4d4;
  }

  .widget {
      padding: 0;
      margin: 0 0 25px;
      color: #8f1256;
  }

  .widget a, .widget a:visited {
      color: #fdfdfd;
      text-shadow: 1px 1px 2px #0000008a;
  }

  .widget input#s {
    width: 250px;
    border-radius: 10px;
  }

  .widget label.screen-reader-text {
    font-weight: bolder;
    margin-top: 0;
    line-height: 2em;
  }

  .widget button#searchsubmit {
      width: 100%;
      line-height: 30px;
      border-radius: 10px;
      background: url(../images/tela.png) no-repeat top right, #53d2d2a8;
      text-shadow: 2px 2px 3px #32756eb5;
      box-shadow: inset 1px 1px 2px #3569578a;
      border: 4px solid #79b9b9;
      font-weight: bolder;
      color: #fff;
  }

  /* line 291, ../scss/breakpoints/_768up.scss */
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  /* line 299, ../scss/breakpoints/_768up.scss */
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }

  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  /* line 405, ../scss/breakpoints/_768up.scss */
  .footer {
    text-align: left;
  }

  #logoP {
    width: 200px;
  }

  .footer-links {
    float: left;
    width: calc(100% - 185px);
  }

  .footer-links ul li {
    text-transform: uppercase;
    font-family: 'Bebas Neue', arial, sans-serif;
    margin: 0 10px 0 0;
    padding: 0 20px;
    text-align: left;
    width: 100%;
  }

  .footer-links ul li a {
      padding-left: 15px;
      display: block;
  }

  #inner-footer nav {
      float: left;
      width: calc(100% - 175px);
  }

  .copyright {
    clear: both;
  }

}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  .wrap {
    width: 980px;
  }

  a.brasao {
    margin: 0;
  }

  a.mainLogo {
    margin-top: 0px;
  }

  .top-nav.cf {
    width: 990px;
    margin-left: -5px;
    margin-bottom: 10px;
  }

  .top-nav li {
    float: left;
    position: relative;
    margin: 0px 5px 10px;
  }  

  /* line 58, ../scss/breakpoints/_1030up.scss */
  .home-page-links-wrapper {
    width: 981px;
    margin: 0 auto;
  }

  /* line 63, ../scss/breakpoints/_1030up.scss */
  .home-page-link-item {
    float: left;
    margin: 2.7em 1em;
  }

  .home-news {
    padding: 0 0 40px 0;
  }

  .home-news .inner-news .cada p {
    max-height: 125px;
  }

  .home-news .todas a {
    bottom: -58px;
  }

  .page-header {
    background-size: cover;
  }
}


@media only screen and (min-width: 768px) {
  .sidebar {
    width: 240px;
    float: right;
    margin-top: 0;
    padding-bottom: 25px;
  }
}

@media only screen and (min-width: 1030px) {
  .audiencia.inner-content/*,
  .front .inner-content*/ {
      width: 590px;
  }
}

@media only screen and (max-width: 540px) {
  iframe {
    width: 100%;
    height: 100%;
  }
}