/* line 2, ../sass/neat/grid/_grid.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1, ../sass/_helpers.sass */
pre.debug {
  background: #478B50;
  font-size: 12px;
  line-height: 18px;
  font-family: Verdana;
  font-weight: normal;
  color: #FFF967;
  outline: solid 10px #22812E;
  padding: 10px;
}

/* line 18, ../sass/_helpers.sass */
.upcase {
  text-transform: uppercase;
}

/* line 22, ../sass/_helpers.sass */
a.no-decoration:hover {
  text-decoration: none;
}

/* line 25, ../sass/_helpers.sass */
.centralizer, .middle-view {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

/* line 31, ../sass/_helpers.sass */
i {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* line 34, ../sass/_helpers.sass */
.overflow {
  overflow: hidden;
}

/* line 37, ../sass/_helpers.sass */
.m10 {
  margin: 10px 0;
}

/* line 39, ../sass/_helpers.sass */
.m15 {
  margin: 15px 0;
}

/* line 41, ../sass/_helpers.sass */
.m20 {
  margin: 20px 0;
}

/* line 43, ../sass/_helpers.sass */
.m25 {
  margin: 25px 0;
}

/* line 45, ../sass/_helpers.sass */
.m30 {
  margin: 30px 0;
}

/* line 48, ../sass/_helpers.sass */
.p10 {
  margin: 10px 0;
}

/* line 50, ../sass/_helpers.sass */
.p15 {
  margin: 15px 0;
}

/* line 52, ../sass/_helpers.sass */
.p20 {
  margin: 20px 0;
}

/* line 54, ../sass/_helpers.sass */
.p25 {
  margin: 25px 0;
}

/* line 56, ../sass/_helpers.sass */
.p30 {
  margin: 30px 0;
}

/* line 59, ../sass/_helpers.sass */
.clearfix {
  clear: both;
}

/* line 62, ../sass/_helpers.sass */
.f-left {
  float: left;
}

/* line 64, ../sass/_helpers.sass */
.f-right {
  float: right;
}

@font-face {
  font-family: "hartingplain";
  src: url('../fonts/playfairdisplay-regular-webfont.eot?1470083964');
  src: url('../fonts/playfairdisplay-regular-webfont.eot?&1470083964#iefix') format('embedded-opentype'), url('../fonts/playfairdisplay-regular-webfont.woff?1470083964') format('woff'), url('../fonts/playfairdisplay-regular-webfont.svg?1470083964#playfairdisplay') format('svg');
  font-weight: "playfairdisplay-regular-webfont.ttf";
}
/* line 3, ../sass/_fonts.sass */
.custom-title {
  font-family: "playfairdisplay", Arial, sans-serif;
  font-weight: 700;
}

/* line 1, ../sass/_wordpress.sass */
.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 4, ../sass/_wordpress.sass */
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 8, ../sass/_wordpress.sass */
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 12, ../sass/_wordpress.sass */
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 16, ../sass/_wordpress.sass */
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 21, ../sass/_wordpress.sass */
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
/* line 24, ../sass/_wordpress.sass */
a img.alignnone {
  margin: 5px 20px 20px 0;
}
/* line 26, ../sass/_wordpress.sass */
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
/* line 29, ../sass/_wordpress.sass */
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 34, ../sass/_wordpress.sass */
.wp-caption {
  background: #ececec;
  border: 1px solid #f0f0f0;
  max-width: 303px;
  padding: 1px;
  text-align: center;
}
/* line 40, ../sass/_wordpress.sass */
.wp-caption.alignnone, .wp-caption.alignleft {
  margin: 5px 20px 10px 0;
}
/* line 42, ../sass/_wordpress.sass */
.wp-caption.alignright {
  margin: 5px 0 10px 20px;
}
/* line 44, ../sass/_wordpress.sass */
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
/* line 51, ../sass/_wordpress.sass */
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 5px 15px;
}

/* line 1, ../sass/_jquery-magnific-popup.sass */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 13, ../sass/_jquery-magnific-popup.sass */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 23, ../sass/_jquery-magnific-popup.sass */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 34, ../sass/_jquery-magnific-popup.sass */
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 40, ../sass/_jquery-magnific-popup.sass */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 43, ../sass/_jquery-magnific-popup.sass */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}

/* line 51, ../sass/_jquery-magnific-popup.sass */
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 55, ../sass/_jquery-magnific-popup.sass */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 58, ../sass/_jquery-magnific-popup.sass */
.mfp-zoom-out-cur {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
/* line 62, ../sass/_jquery-magnific-popup.sass */
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 67, ../sass/_jquery-magnific-popup.sass */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 73, ../sass/_jquery-magnific-popup.sass */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 76, ../sass/_jquery-magnific-popup.sass */
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 81, ../sass/_jquery-magnific-popup.sass */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 84, ../sass/_jquery-magnific-popup.sass */
.mfp-hide {
  display: none !important;
}

/* line 87, ../sass/_jquery-magnific-popup.sass */
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}
/* line 97, ../sass/_jquery-magnific-popup.sass */
.mfp-preloader a {
  color: #cccccc;
}
/* line 99, ../sass/_jquery-magnific-popup.sass */
.mfp-preloader a:hover {
  color: white;
}

/* line 102, ../sass/_jquery-magnific-popup.sass */
.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
  display: none;
}

/* line 106, ../sass/_jquery-magnific-popup.sass */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}
/* line 115, ../sass/_jquery-magnific-popup.sass */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 119, ../sass/_jquery-magnific-popup.sass */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
/* line 134, ../sass/_jquery-magnific-popup.sass */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
/* line 136, ../sass/_jquery-magnific-popup.sass */
.mfp-close:active {
  top: 1px;
}

/* line 139, ../sass/_jquery-magnific-popup.sass */
.mfp-close-btn-in .mfp-close {
  color: #333333;
}

/* line 142, ../sass/_jquery-magnific-popup.sass */
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 149, ../sass/_jquery-magnific-popup.sass */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

/* line 157, ../sass/_jquery-magnific-popup.sass */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
/* line 167, ../sass/_jquery-magnific-popup.sass */
.mfp-arrow:active {
  margin-top: -54px;
}
/* line 169, ../sass/_jquery-magnific-popup.sass */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
/* line 171, ../sass/_jquery-magnific-popup.sass */
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}
/* line 182, ../sass/_jquery-magnific-popup.sass */
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
/* line 186, ../sass/_jquery-magnific-popup.sass */
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

/* line 190, ../sass/_jquery-magnific-popup.sass */
.mfp-arrow-left {
  left: 0;
}
/* line 192, ../sass/_jquery-magnific-popup.sass */
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
/* line 195, ../sass/_jquery-magnific-popup.sass */
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

/* line 199, ../sass/_jquery-magnific-popup.sass */
.mfp-arrow-right {
  right: 0;
}
/* line 201, ../sass/_jquery-magnific-popup.sass */
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
/* line 204, ../sass/_jquery-magnific-popup.sass */
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

/* line 207, ../sass/_jquery-magnific-popup.sass */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 210, ../sass/_jquery-magnific-popup.sass */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 215, ../sass/_jquery-magnific-popup.sass */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
/* line 220, ../sass/_jquery-magnific-popup.sass */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* line 230, ../sass/_jquery-magnific-popup.sass */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 234, ../sass/_jquery-magnific-popup.sass */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* line 247, ../sass/_jquery-magnific-popup.sass */
.mfp-figure {
  line-height: 0;
}
/* line 248, ../sass/_jquery-magnific-popup.sass */
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

/* line 263, ../sass/_jquery-magnific-popup.sass */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 271, ../sass/_jquery-magnific-popup.sass */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}

/* line 278, ../sass/_jquery-magnific-popup.sass */
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 284, ../sass/_jquery-magnific-popup.sass */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 287, ../sass/_jquery-magnific-popup.sass */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /* line 292, ../sass/_jquery-magnific-popup.sass */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 295, ../sass/_jquery-magnific-popup.sass */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 297, ../sass/_jquery-magnific-popup.sass */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 300, ../sass/_jquery-magnific-popup.sass */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 310, ../sass/_jquery-magnific-popup.sass */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 312, ../sass/_jquery-magnific-popup.sass */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 315, ../sass/_jquery-magnific-popup.sass */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  /* line 325, ../sass/_jquery-magnific-popup.sass */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 900px) {
  /* line 330, ../sass/_jquery-magnific-popup.sass */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 333, ../sass/_jquery-magnific-popup.sass */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 336, ../sass/_jquery-magnific-popup.sass */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 339, ../sass/_jquery-magnific-popup.sass */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 344, ../sass/_jquery-magnific-popup.sass */
.mfp-ie7 .mfp-img {
  padding: 0;
}
/* line 346, ../sass/_jquery-magnific-popup.sass */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
/* line 352, ../sass/_jquery-magnific-popup.sass */
.mfp-ie7 .mfp-container {
  padding: 0;
}
/* line 354, ../sass/_jquery-magnific-popup.sass */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
/* line 356, ../sass/_jquery-magnific-popup.sass */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* line 1, ../sass/_forms.sass */
input[type="text"], input[type="email"], input[type="search"], textarea {
  border: solid 1px black;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 5px 5px;
  outline: none;
  -webkit-appearance: none;
}

/* line 7, ../sass/_forms.sass */
select {
  outline: 0;
}

/* line 9, ../sass/_forms.sass */
.select2-container {
  width: 120px;
  outline: 0;
  margin: 15px 0;
}

/* line 13, ../sass/_forms.sass */
input[type="submit"] {
  padding: 5px 10px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  cursor: pointer;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
}

/* line 20, ../sass/_forms.sass */
form div.wpcf7-response-output {
  display: block;
  margin: 25px 0;
  padding: 0;
  overflow: hidden;
  border-width: 1px;
  color: #468847;
  background-color: #DFF0D8;
  border-color: #D6E9C6;
  width: 100%;
}

/* line 30, ../sass/_forms.sass */
form div.wpcf7-mail-sent-ok {
  padding: 0.2em 1em;
}

/* line 32, ../sass/_forms.sass */
form div.wpcf7-validation-errors {
  color: #B94A48;
  padding: 0.2em 1em;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

/* line 37, ../sass/_forms.sass */
form span.wpcf7-not-valid-tip {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZGVkZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f2dede), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(left, #f2dede, #ffffff);
  background-image: -webkit-linear-gradient(left, #f2dede, #ffffff);
  background-image: linear-gradient(to right, #f2dede, #ffffff);
  border: 0;
  font-size: 9px;
  font-family: "Verdana";
  width: 95%;
  padding: 0;
  clear: both;
  display: block;
  color: #B94A48;
  line-height: 15px;
}

/* line 51, ../sass/_forms.sass */
.wpcf7-display-none {
  display: none;
}

/* line 53, ../sass/_forms.sass */
form.invalid span.wpcf7-form-control-wrap {
  position: static;
}

/* line 56, ../sass/_forms.sass */
input[type="checkbox"], input[type="radio"] {
  border: 0;
}

/* line 232, ../images/icones/*.png */
.icones-sprite, .icones-agenda, .icones-anunciar, .icones-bar, .icones-busca-gr, .icones-busca, .icones-data, .icones-facebook, .icones-fale-conosco, .icones-fale-mobile, .icones-fale-opniao, .icones-fale-pauta, .icones-gplus, .icones-instagram, .icones-mkt, .icones-not-prev, .icones-not-right, .icones-rss, .icones-titulo-home, .icones-tv-play1, .icones-tv-play2, .icones-tv, .icones-twitter, .icones-youtube {
  background-image: url('../images/../images/icones-se229be72b3.png');
  background-repeat: no-repeat;
}

/* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-agenda {
  background-position: 0 0;
  height: 24px;
  width: 191px;
}

/* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-anunciar {
  background-position: 0 -44px;
  height: 16px;
  width: 24px;
}

/* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-bar {
  background-position: 0 -80px;
  height: 27px;
  width: 1px;
}

/* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-busca-gr {
  background-position: 0 -127px;
  height: 42px;
  width: 65px;
}

/* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-busca {
  background-position: 0 -189px;
  height: 26px;
  width: 28px;
}

/* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-data {
  background-position: 0 -235px;
  height: 24px;
  width: 70px;
}

/* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-facebook {
  background-position: 0 -279px;
  height: 26px;
  width: 26px;
}

/* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-fale-conosco {
  background-position: 0 -325px;
  height: 23px;
  width: 28px;
}

/* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-fale-mobile {
  background-position: 0 -368px;
  height: 26px;
  width: 26px;
}

/* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-fale-opniao {
  background-position: 0 -414px;
  height: 26px;
  width: 26px;
}

/* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-fale-pauta {
  background-position: 0 -460px;
  height: 23px;
  width: 28px;
}

/* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-gplus {
  background-position: 0 -503px;
  height: 26px;
  width: 26px;
}

/* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-instagram {
  background-position: 0 -549px;
  height: 26px;
  width: 26px;
}

/* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-mkt {
  background-position: 0 -595px;
  height: 5px;
  width: 59px;
}

/* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-not-prev {
  background-position: 0 -620px;
  height: 50px;
  width: 40px;
}

/* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-not-right {
  background-position: 0 -690px;
  height: 50px;
  width: 40px;
}

/* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-rss {
  background-position: 0 -806px;
  height: 26px;
  width: 26px;
}
/* line 59, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-rss:hover, .icones-rss.rss-hover {
  background-position: 0 -760px;
}

/* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-titulo-home {
  background-position: 0 -852px;
  height: 8px;
  width: 59px;
}

/* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-tv-play1 {
  background-position: 0 -880px;
  height: 45px;
  width: 62px;
}

/* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-tv-play2 {
  background-position: 0 -945px;
  height: 28px;
  width: 38px;
}

/* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-tv {
  background-position: 0 -993px;
  height: 94px;
  width: 142px;
}

/* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-twitter {
  background-position: 0 -1107px;
  height: 26px;
  width: 26px;
}

/* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-youtube {
  background-position: 0 -1153px;
  height: 26px;
  width: 26px;
}

/* line 6, ../sass/_sprites.sass */
.icones-sprite, .icones-agenda, .icones-anunciar, .icones-bar, .icones-busca-gr, .icones-busca, .icones-data, .icones-facebook, .icones-fale-conosco, .icones-fale-mobile, .icones-fale-opniao, .icones-fale-pauta, .icones-gplus, .icones-instagram, .icones-mkt, .icones-not-prev, .icones-not-right, .icones-rss, .icones-titulo-home, .icones-tv-play1, .icones-tv-play2, .icones-tv, .icones-twitter, .icones-youtube {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* line 22, ../sass/_2columns.sass */
.border-image {
  padding: 10px;
  background: white;
  border: 1px solid #cdd4d8;
}

/* line 29, ../sass/_2columns.sass */
#root .content-page .middle-view {
  overflow: hidden;
  *zoom: 1;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
/* line 31, ../sass/_2columns.sass */
#root .content-page .middle-view .banner-top, #root .content-page .middle-view #banner-top-category {
  overflow: hidden;
  height: 90px;
}
/* line 34, ../sass/_2columns.sass */
#root .content-page .middle-view .banner-top .caroufredsel_wrapper, #root .content-page .middle-view #banner-top-category .caroufredsel_wrapper {
  width: 960px !important;
  height: 90px !important;
}
/* line 37, ../sass/_2columns.sass */
#root .content-page .middle-view .banner-top .caroufredsel_wrapper #b1, #root .content-page .middle-view #banner-top-category .caroufredsel_wrapper #b1 {
  width: 960px !important;
  height: 90px !important;
}
/* line 40, ../sass/_2columns.sass */
#root .content-page .middle-view .banner-top .caroufredsel_wrapper #b1 a, #root .content-page .middle-view .banner-top .caroufredsel_wrapper #b1 img, #root .content-page .middle-view #banner-top-category .caroufredsel_wrapper #b1 a, #root .content-page .middle-view #banner-top-category .caroufredsel_wrapper #b1 img {
  overflow: hidden;
  display: block;
  width: 960px !important;
  height: 90px !important;
}
/* line 45, ../sass/_2columns.sass */
#root .content-page .middle-view .banner-top .caroufredsel_wrapper #topb1, #root .content-page .middle-view #banner-top-category .caroufredsel_wrapper #topb1 {
  width: 960px !important;
  height: 90px !important;
  overflow: hidden;
}
/* line 49, ../sass/_2columns.sass */
#root .content-page .middle-view .banner-top .caroufredsel_wrapper #topb1 a, #root .content-page .middle-view .banner-top .caroufredsel_wrapper #topb1 img, #root .content-page .middle-view #banner-top-category .caroufredsel_wrapper #topb1 a, #root .content-page .middle-view #banner-top-category .caroufredsel_wrapper #topb1 img {
  overflow: hidden;
  display: block;
  width: 960px !important;
  height: 90px !important;
}
/* line 55, ../sass/_2columns.sass */
#root .content-page .middle-view .banner-120-600 {
  position: absolute;
  max-width: 120px;
  height: 600px !important;
  margin-left: 970px;
  overflow: hidden;
  margin-top: 44px;
}
/* line 62, ../sass/_2columns.sass */
#root .content-page .middle-view .banner-120-600 .caroufredsel_wrapper {
  height: 600px !important;
}
/* line 64, ../sass/_2columns.sass */
#root .content-page .middle-view .banner-120-600 .caroufredsel_wrapper #b2 {
  height: 600px !important;
}
/* line 67, ../sass/_2columns.sass */
#root .content-page .middle-view .banner-120-600 a img {
  height: 600px;
  width: 120px;
}
/* line 70, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  min-height: 100px;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
#root .content-page .middle-view .content-left:last-child {
  margin-right: 0;
}
/* line 74, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .slider {
  position: relative;
  overflow: hidden;
}
/* line 77, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .slider, #root .content-page .middle-view .content-left .left .slider {
  border-left: 1px solid #cdd4d8;
  border-right: 1px solid #cdd4d8;
  border-bottom: 1px solid #cdd4d8;
}
/* line 84, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .slider #carousel, #root .content-page .middle-view .content-left .left .slider #carousel {
  overflow: hidden;
}
/* line 87, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .slider #carousel .slide, #root .content-page .middle-view .content-left .left .slider #carousel .slide {
  float: left;
  width: 467px;
  overflow: hidden;
}
/* line 92, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .slider #carousel .slide a.img-slide, #root .content-page .middle-view .content-left .left .slider #carousel .slide a.img-slide {
  overflow: hidden;
  display: block;
  width: 467px;
  height: 300px;
}
/* line 97, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .slider #carousel .slide a.img-slide img, #root .content-page .middle-view .content-left .left .slider #carousel .slide a.img-slide img {
  min-width: 467px;
  width: auto;
  min-height: 300px;
}
/* line 101, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .slider #carousel .slide a.img-slide .leg-thumb-slide, #root .content-page .middle-view .content-left .left .slider #carousel .slide a.img-slide .leg-thumb-slide {
  color: white;
  font-style: italic;
  font-size: 10px;
  position: absolute;
  margin-top: -70px;
  margin-left: 10px;
  display: none;
  background: black;
  padding: 3px;
}
/* line 112, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .slider #carousel .slide .titulo, #root .content-page .middle-view .content-left .left .slider #carousel .slide .titulo {
  width: 100%;
  overflow: hidden;
}
/* line 118, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .slider #carousel .slide .titulo h1, #root .content-page .middle-view .content-left .left .slider #carousel .slide .titulo h1 {
  margin: 5px 25px;
  font-family: "Times New Roman", Times, serif;
}
/* line 123, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .slider #carousel .slide .titulo h1 a, #root .content-page .middle-view .content-left .left .slider #carousel .slide .titulo h1 a {
  color: #222222;
}
/* line 125, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .slider #carousel .slide .titulo a.cat, #root .content-page .middle-view .content-left .left .slider #carousel .slide .titulo a.cat {
  color: white;
  border-top: 9px solid white;
  border-right: 9px solid white;
  border-left: 25px solid white;
  height: auto !important;
  margin-top: -25px;
  position: absolute;
  max-width: 340px !important;
  width: auto !important;
}
/* line 139, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .slider #carousel .slide:hover a.img-slide .leg-thumb-slide, #root .content-page .middle-view .content-left .left .slider #carousel .slide:hover a.img-slide .leg-thumb-slide {
  display: block;
}
/* line 141, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .slider #prev, #root .content-page .middle-view .content-left .slider #next, #root .content-page .middle-view .content-left .left .slider #prev, #root .content-page .middle-view .content-left .left .slider #next {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 120px;
  font-size: 36px;
  color: white;
  cursor: pointer;
}
/* line 149, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .slider #next, #root .content-page .middle-view .content-left .left .slider #next {
  left: auto;
  right: 0;
}
/* line 153, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .slider .navigation, #root .content-page .middle-view .content-left .left .slider .navigation {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 100%;
  height: 30px;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
#root .content-page .middle-view .content-left .slider .navigation:last-child, #root .content-page .middle-view .content-left .left .slider .navigation:last-child {
  margin-right: 0;
}
/* line 157, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .slider .navigation .btn, #root .content-page .middle-view .content-left .left .slider .navigation .btn {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 100%;
  line-height: 30px;
  background: url(../images/bg-nav.jpg) no-repeat center;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
#root .content-page .middle-view .content-left .slider .navigation .btn:last-child, #root .content-page .middle-view .content-left .left .slider .navigation .btn:last-child {
  margin-right: 0;
}
/* line 161, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .slider .navigation .btn .ant, #root .content-page .middle-view .content-left .left .slider .navigation .btn .ant {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 30.11389%;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
#root .content-page .middle-view .content-left .slider .navigation .btn .ant:last-child, #root .content-page .middle-view .content-left .left .slider .navigation .btn .ant:last-child {
  margin-right: 0;
}
/* line 164, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .slider .navigation .btn .ant span, #root .content-page .middle-view .content-left .left .slider .navigation .btn .ant span {
  margin-left: 15px;
}
/* line 166, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .slider .navigation .btn .ant p, #root .content-page .middle-view .content-left .left .slider .navigation .btn .ant p {
  margin: 0 5px;
  line-height: 30px !important;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: bold;
  padding: 0 5px;
  cursor: pointer;
}
/* line 172, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .slider .navigation .btn .ant span, #root .content-page .middle-view .content-left .slider .navigation .btn .ant p, #root .content-page .middle-view .content-left .left .slider .navigation .btn .ant span, #root .content-page .middle-view .content-left .left .slider .navigation .btn .ant p {
  float: left;
}
/* line 175, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .slider .navigation .btn .num, #root .content-page .middle-view .content-left .left .slider .navigation .btn .num {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 30.11389%;
  text-align: center;
  font-size: 12px;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
#root .content-page .middle-view .content-left .slider .navigation .btn .num:last-child, #root .content-page .middle-view .content-left .left .slider .navigation .btn .num:last-child {
  margin-right: 0;
}
/* line 180, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .slider .navigation .btn .num p, #root .content-page .middle-view .content-left .left .slider .navigation .btn .num p {
  margin: 0;
}
/* line 182, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .slider .navigation .btn a.nr, #root .content-page .middle-view .content-left .left .slider .navigation .btn a.nr {
  display: none;
  color: #222222;
}
/* line 185, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .slider .navigation .btn a.nr.selected, #root .content-page .middle-view .content-left .left .slider .navigation .btn a.nr.selected {
  display: block !important;
}
/* line 187, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .slider .navigation .btn span.total, #root .content-page .middle-view .content-left .left .slider .navigation .btn span.total {
  display: none;
}
/* line 189, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .slider .navigation .btn span.total:last-child, #root .content-page .middle-view .content-left .left .slider .navigation .btn span.total:last-child {
  display: block;
  float: left;
}
/* line 193, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .slider .navigation .btn .prox, #root .content-page .middle-view .content-left .left .slider .navigation .btn .prox {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 30.11389%;
  margin-right: 0;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
#root .content-page .middle-view .content-left .slider .navigation .btn .prox:last-child, #root .content-page .middle-view .content-left .left .slider .navigation .btn .prox:last-child {
  margin-right: 0;
}
/* line 197, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .slider .navigation .btn .prox span, #root .content-page .middle-view .content-left .left .slider .navigation .btn .prox span {
  margin-right: 15px;
}
/* line 199, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .slider .navigation .btn .prox p, #root .content-page .middle-view .content-left .left .slider .navigation .btn .prox p {
  margin: 0 5px;
  line-height: 30px !important;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: bold;
  padding: 0 5px;
  cursor: pointer;
}
/* line 205, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .slider .navigation .btn .prox span, #root .content-page .middle-view .content-left .slider .navigation .btn .prox p, #root .content-page .middle-view .content-left .left .slider .navigation .btn .prox span, #root .content-page .middle-view .content-left .left .slider .navigation .btn .prox p {
  float: right;
}
/* line 207, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .banners {
  float: left;
  display: block;
  margin-right: 2.84259%;
  width: 100%;
  clear: both;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
#root .content-page .middle-view .content-left .banners:last-child {
  margin-right: 0;
}
/* line 210, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .banners .caroufredsel_wrapper {
  height: 98px !important;
}
/* line 212, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .banners .caroufredsel_wrapper #b3 {
  width: 791px !important;
  height: 98px !important;
}
/* line 215, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .banners .caroufredsel_wrapper #b3 a, #root .content-page .middle-view .content-left .banners .caroufredsel_wrapper #b3 img {
  display: block;
  overflow: hidden;
  width: 791px !important;
  height: 98px !important;
}
/* line 221, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .banner-bottom {
  float: left;
  display: block;
  margin-right: 2.84259%;
  width: 100%;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
#root .content-page .middle-view .content-left .banner-bottom:last-child {
  margin-right: 0;
}
/* line 224, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .banner-bottom .widget h5 {
  display: none;
}
/* line 226, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .banner-bottom .widget a {
  margin-right: 6px;
}
/* line 70, ../sass/neat/grid/_omega.scss */
#root .content-page .middle-view .content-left .banner-bottom .widget a:nth-child(4n) {
  margin-right: 0;
}
/* line 75, ../sass/neat/grid/_omega.scss */
#root .content-page .middle-view .content-left .banner-bottom .widget a:nth-child(4n+1) {
  clear: left;
}
/* line 229, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .banner-bottom .widget a img {
  padding: 10px;
  background: white;
  border: 1px solid #cdd4d8;
}
/* line 231, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .banner-bottom-editoria {
  float: left;
  display: block;
  margin-right: 2.84259%;
  width: 100%;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
#root .content-page .middle-view .content-left .banner-bottom-editoria:last-child {
  margin-right: 0;
}
/* line 235, ../sass/_2columns.sass */
#root .content-page .middle-view .content-left .banner-bottom-editoria .widget a img {
  padding: 10px;
  background: white;
  border: 1px solid #cdd4d8;
}
/* line 238, ../sass/_2columns.sass */
#root .content-page .middle-view .wp-pagenavi a {
  color: #222222;
}
/* line 240, ../sass/_2columns.sass */
#root .content-page .middle-view .wp-pagenavi a:active {
  font-weight: bold;
}
/* line 242, ../sass/_2columns.sass */
#root .content-page .middle-view .content-right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  min-height: 100px;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
#root .content-page .middle-view .content-right:last-child {
  margin-right: 0;
}

/* line 247, ../sass/_2columns.sass */
#b1, #b2, #b3, #b4, #b5, #b6, #b7 {
  overflow: hidden;
}

/* line 3, ../sass/_sidebar.sass */
.content-right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
.content-right:last-child {
  margin-right: 0;
}
/* line 5, ../sass/_sidebar.sass */
.content-right .colunas {
  float: left;
  display: block;
  margin-right: 16.03631%;
  width: 100%;
  margin-top: 45px;
  border-bottom: 1px solid #cdd4d8;
  border-top: 3px solid #cdd4d8;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
.content-right .colunas:last-child {
  margin-right: 0;
}
/* line 10, ../sass/_sidebar.sass */
.content-right .colunas h1 {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: bold;
  padding: 0 5px;
  color: #4c4c4c;
  font-weight: 600;
}
/* line 14, ../sass/_sidebar.sass */
.content-right .colunas .colunista {
  margin-bottom: 5px;
  border-bottom: 1px solid #cdd4d8;
  line-height: 18px;
}
/* line 18, ../sass/_sidebar.sass */
.content-right .colunas .colunista p {
  font-size: 12px;
  margin: 5px 10px;
}
/* line 21, ../sass/_sidebar.sass */
.content-right .colunas .colunista .ttl {
  background: #ececec;
  text-transform: uppercase;
  min-height: 37px;
}
/* line 26, ../sass/_sidebar.sass */
.content-right .colunas .colunista .ttl p a {
  color: #222222;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: bold;
  padding: 0 5px;
}
/* line 29, ../sass/_sidebar.sass */
.content-right .colunas .colunista .ttl p a span {
  font-family: "Times New Roman", Times, serif;
  color: #da251c;
  display: block;
  padding: 0 5px;
}
/* line 34, ../sass/_sidebar.sass */
.content-right .podcast {
  float: left;
  display: block;
  margin-right: 16.03631%;
  width: 100%;
  border-bottom: 1px solid #cdd4d8;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
.content-right .podcast:last-child {
  margin-right: 0;
}
/* line 37, ../sass/_sidebar.sass */
.content-right .podcast img {
  padding: 10px;
  background: white;
  border: 1px solid #cdd4d8;
}
/* line 39, ../sass/_sidebar.sass */
.content-right .edicao {
  float: left;
  display: block;
  margin-right: 16.03631%;
  width: 100%;
  border-bottom: 1px solid #cdd4d8;
  text-transform: uppercase;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
.content-right .edicao:last-child {
  margin-right: 0;
}
/* line 43, ../sass/_sidebar.sass */
.content-right .edicao h1 {
  font-size: 11px;
}
/* line 46, ../sass/_sidebar.sass */
.content-right .edicao a img {
  padding: 10px;
  background: white;
}
/* line 49, ../sass/_sidebar.sass */
.content-right .edicao p {
  font-size: 11px;
  text-align: center;
}
/* line 53, ../sass/_sidebar.sass */
.content-right .newsletter {
  float: left;
  display: block;
  margin-right: 16.03631%;
  width: 100%;
  border-top: 3px solid #da251c;
  border-bottom: 1px solid #da251c;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
.content-right .newsletter:last-child {
  margin-right: 0;
}
/* line 57, ../sass/_sidebar.sass */
.content-right .newsletter input {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid grey;
  width: 100%;
}
/* line 62, ../sass/_sidebar.sass */
.content-right .newsletter .eemail_button input {
  background: #3a568f;
  color: white;
  width: 70px;
  border-radius: 3px;
  border: none;
  margin-left: 40px;
  padding: 8px 0;
  text-transform: uppercase;
}
/* line 72, ../sass/_sidebar.sass */
.content-right .climatempo {
  float: left;
  display: block;
  margin-right: 16.03631%;
  width: 100%;
  border-bottom: 1px solid #cdd4d8;
  margin-bottom: 15px;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
.content-right .climatempo:last-child {
  margin-right: 0;
}
/* line 76, ../sass/_sidebar.sass */
.content-right .climatempo iframe {
  margin: 11px;
}
/* line 78, ../sass/_sidebar.sass */
.content-right .banner-sideb2 {
  text-align: center;
  width: 120px;
  height: 170px;
  overflow: hidden;
  margin: 0 auto 10px;
}
/* line 84, ../sass/_sidebar.sass */
.content-right .banner-sideb2 .caroufredsel_wrapper {
  height: 170px !important;
}
/* line 86, ../sass/_sidebar.sass */
.content-right .banner-sideb2 .caroufredsel_wrapper #sideb2 {
  width: 120px !important;
  height: 170px !important;
  overflow: hidden;
}
/* line 90, ../sass/_sidebar.sass */
.content-right .ultimas {
  border-bottom: 1px solid #cdd4d8;
  padding-top: 12px;
}
/* line 93, ../sass/_sidebar.sass */
.content-right .ultimas h1 {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: bold;
  padding: 0 5px;
  background: #da251c;
  color: white;
  padding-left: 10px;
  line-height: 21px;
}
/* line 99, ../sass/_sidebar.sass */
.content-right .ultimas article {
  padding-bottom: 15px;
}
/* line 101, ../sass/_sidebar.sass */
.content-right .ultimas article a.cat-aside {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: bold;
  padding: 0 5px;
  color: #222222;
  padding-left: 0;
}
/* line 105, ../sass/_sidebar.sass */
.content-right .ultimas article p {
  font-size: 14px;
  margin: 0;
  line-height: 16px;
}
/* line 109, ../sass/_sidebar.sass */
.content-right .ultimas article p a {
  color: #222222;
}
/* line 111, ../sass/_sidebar.sass */
.content-right .ultimastvsantos {
  border-bottom: 1px solid #cdd4d8;
  padding-top: 12px;
}
/* line 114, ../sass/_sidebar.sass */
.content-right .ultimastvsantos h1 {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: bold;
  padding: 0 5px;
  background: #006c32;
  color: white;
  padding-left: 10px;
  line-height: 21px;
}
/* line 120, ../sass/_sidebar.sass */
.content-right .ultimastvsantos article {
  padding-bottom: 15px;
  position: relative;
}
/* line 123, ../sass/_sidebar.sass */
.content-right .ultimastvsantos article a.cat-aside {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: bold;
  padding: 0 5px;
  color: #222222;
  padding-left: 0;
}
/* line 127, ../sass/_sidebar.sass */
.content-right .ultimastvsantos article p {
  font-size: 14px;
  margin: 0;
  line-height: 16px;
}
/* line 131, ../sass/_sidebar.sass */
.content-right .ultimastvsantos article p a {
  color: #222222;
}
/* line 133, ../sass/_sidebar.sass */
.content-right .ultimastvsantos article .thumb-tvsantos {
  width: 141px;
  height: auto;
}
/* line 136, ../sass/_sidebar.sass */
.content-right .ultimastvsantos article .thumb-tvsantos img {
  width: 141px;
  height: auto;
}
/* line 139, ../sass/_sidebar.sass */
.content-right .ultimastvsantos article .seloPlay {
  position: absolute;
  left: 35%;
  top: 18%;
  width: 40px;
  height: 40px;
}
/* line 145, ../sass/_sidebar.sass */
.content-right .ultimastvsantos article .seloPlay img {
  width: 40px;
  height: 40px;
}
/* line 148, ../sass/_sidebar.sass */
.content-right .ultimastvsantos article .seloPrefeitura {
  width: 141px;
  height: 30px;
  margin-top: 10px;
  font-size: 10px;
  line-height: 30px;
}
/* line 154, ../sass/_sidebar.sass */
.content-right .ultimastvsantos article .seloPrefeitura a {
  color: #222222;
}
/* line 156, ../sass/_sidebar.sass */
.content-right .ultimastvsantos article .seloPrefeitura img {
  width: 30px;
  height: 30px;
  margin-left: 7px;
}
/* line 161, ../sass/_sidebar.sass */
.content-right .banner-lateral {
  overflow: hidden;
}
/* line 164, ../sass/_sidebar.sass */
.content-right .banner-lateral .bla, .content-right .banner-lateral .blb, .content-right .banner-lateral .blc {
  width: 141px;
  height: 160px;
  overflow: hidden;
  margin-bottom: 10px;
}
/* line 169, ../sass/_sidebar.sass */
.content-right .banner-lateral .bla .caroufredsel_wrapper, .content-right .banner-lateral .blb .caroufredsel_wrapper, .content-right .banner-lateral .blc .caroufredsel_wrapper {
  width: 141px !important;
  height: 160px !important;
}
/* line 172, ../sass/_sidebar.sass */
.content-right .banner-lateral .bla .caroufredsel_wrapper #sideb1a, .content-right .banner-lateral .bla .caroufredsel_wrapper #sideb1b, .content-right .banner-lateral .bla .caroufredsel_wrapper #sideb1c, .content-right .banner-lateral .blb .caroufredsel_wrapper #sideb1a, .content-right .banner-lateral .blb .caroufredsel_wrapper #sideb1b, .content-right .banner-lateral .blb .caroufredsel_wrapper #sideb1c, .content-right .banner-lateral .blc .caroufredsel_wrapper #sideb1a, .content-right .banner-lateral .blc .caroufredsel_wrapper #sideb1b, .content-right .banner-lateral .blc .caroufredsel_wrapper #sideb1c {
  width: 141px !important;
  height: 160px !important;
  overflow: hidden;
}
/* line 176, ../sass/_sidebar.sass */
.content-right .banner-lateral .bla .caroufredsel_wrapper #sideb1a a, .content-right .banner-lateral .bla .caroufredsel_wrapper #sideb1a img, .content-right .banner-lateral .bla .caroufredsel_wrapper #sideb1b a, .content-right .banner-lateral .bla .caroufredsel_wrapper #sideb1b img, .content-right .banner-lateral .bla .caroufredsel_wrapper #sideb1c a, .content-right .banner-lateral .bla .caroufredsel_wrapper #sideb1c img, .content-right .banner-lateral .blb .caroufredsel_wrapper #sideb1a a, .content-right .banner-lateral .blb .caroufredsel_wrapper #sideb1a img, .content-right .banner-lateral .blb .caroufredsel_wrapper #sideb1b a, .content-right .banner-lateral .blb .caroufredsel_wrapper #sideb1b img, .content-right .banner-lateral .blb .caroufredsel_wrapper #sideb1c a, .content-right .banner-lateral .blb .caroufredsel_wrapper #sideb1c img, .content-right .banner-lateral .blc .caroufredsel_wrapper #sideb1a a, .content-right .banner-lateral .blc .caroufredsel_wrapper #sideb1a img, .content-right .banner-lateral .blc .caroufredsel_wrapper #sideb1b a, .content-right .banner-lateral .blc .caroufredsel_wrapper #sideb1b img, .content-right .banner-lateral .blc .caroufredsel_wrapper #sideb1c a, .content-right .banner-lateral .blc .caroufredsel_wrapper #sideb1c img {
  display: block;
  overflow: hidden;
  min-width: 141px;
  max-width: 141px;
  height: auto;
  float: left;
}

@media only screen and (max-width: 1279px) {
  /* line 185, ../sass/_sidebar.sass */
  .banner-120-600 {
    display: none;
  }
}
/* line 5, ../sass/_single.sass */
.cat, .content-left .post .the-content .yarpp-related h3 {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: bold;
  padding: 0 5px;
  display: block;
  height: 15px;
  width: 140px;
  color: white;
}

/* line 13, ../sass/_single.sass */
.middle-view .editoria {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  background: #3a568f;
  margin-bottom: 20px;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
.middle-view .editoria:last-child {
  margin-right: 0;
}
/* line 17, ../sass/_single.sass */
.middle-view .editoria a, .middle-view .editoria p {
  color: white;
  margin-left: 25px;
  line-height: 54px;
  font-size: 32px;
}
/* line 19, ../sass/_single.sass */
.middle-view .editoria p {
  line-height: 38px;
}

/* line 22, ../sass/_single.sass */
.content-left {
  overflow: hidden;
  *zoom: 1;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
/* line 25, ../sass/_single.sass */
.content-left .post header {
  float: left;
  display: block;
  margin-right: 2.84259%;
  width: 100%;
  border-top: 3px solid #cdd4d8;
  border-bottom: 0 !important;
  padding-top: 10px;
  padding-bottom: 20px;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
.content-left .post header:last-child {
  margin-right: 0;
}
/* line 31, ../sass/_single.sass */
.content-left .post header .categoria {
  color: white;
  background: pink;
}
/* line 34, ../sass/_single.sass */
.content-left .post header h1 {
  margin: 15px 0;
  line-height: 47px;
  font-size: 35px;
  color: #222222;
  font-family: "Times New Roman", Times, serif;
}
/* line 39, ../sass/_single.sass */
.content-left .post header .resumo {
  font-size: 20px;
  font-family: "Times New Roman", Times, serif;
  float: left;
  display: block;
  margin-right: 2.84259%;
  width: 69.14722%;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
.content-left .post header .resumo:last-child {
  margin-right: 0;
}
/* line 43, ../sass/_single.sass */
.content-left .post header .resumo p {
  margin-top: 0px;
}
/* line 45, ../sass/_single.sass */
.content-left .post header .data {
  float: left;
  display: block;
  margin-right: 2.84259%;
  width: 28.01019%;
  margin-right: 0;
  float: right;
  border-top: 1px solid #cdd4d8;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
.content-left .post header .data:last-child {
  margin-right: 0;
}
/* line 50, ../sass/_single.sass */
.content-left .post header .data p {
  margin: 0;
}
/* line 52, ../sass/_single.sass */
.content-left .post header .podcast {
  float: left;
  display: block;
  margin-right: 2.84259%;
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
.content-left .post header .podcast:last-child {
  margin-right: 0;
}
/* line 58, ../sass/_single.sass */
.content-left .post header .inter {
  float: left;
  display: block;
  margin-right: 2.84259%;
  width: 100%;
  background: #ececec;
  margin: 10px 0;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
.content-left .post header .inter:last-child {
  margin-right: 0;
}
/* line 62, ../sass/_single.sass */
.content-left .post header .inter p {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: bold;
  padding: 0 5px;
  margin-left: 5px;
  float: left;
  line-height: 20px;
}
/* line 67, ../sass/_single.sass */
.content-left .post header .inter .redes-sociais-bar {
  float: left;
  display: block;
  margin-right: 2.84259%;
  width: 28.01019%;
  margin-left: 10px;
  float: left;
  margin-top: 4px;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
.content-left .post header .inter .redes-sociais-bar:last-child {
  margin-right: 0;
}
/* line 72, ../sass/_single.sass */
.content-left .post header .inter .leia-mais {
  margin-left: 34.11922%;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: bold;
  padding: 0 5px;
  line-height: 40px;
  padding-left: 30px;
  color: #222222;
}
/* line 81, ../sass/_single.sass */
.content-left .post .the-content {
  float: left;
  display: block;
  margin-right: 2.84259%;
  width: 100%;
  margin-bottom: 20px;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
.content-left .post .the-content:last-child {
  margin-right: 0;
}
/* line 85, ../sass/_single.sass */
.content-left .post .the-content h1, .content-left .post .the-content h2, .content-left .post .the-content p {
  margin-top: 0;
}
/* line 87, ../sass/_single.sass */
.content-left .post .the-content p {
  font-size: 16px;
}
/* line 90, ../sass/_single.sass */
.content-left .post .the-content iframe {
  width: 796px;
  height: 445px;
}
/* line 94, ../sass/_single.sass */
.content-left .post .the-content .wp-caption-text {
  font-family: Candara, Calibri, Arial, sans-serif;
  margin-top: -5px;
}
/* line 98, ../sass/_single.sass */
.content-left .post .the-content .slide-noticias {
  float: left;
  display: block;
  margin-right: 2.84259%;
  width: 100%;
  margin-bottom: 20px;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
.content-left .post .the-content .slide-noticias:last-child {
  margin-right: 0;
}
/* line 102, ../sass/_single.sass */
.content-left .post .the-content .slide-noticias #carousel-noticias img {
  width: 796px !important;
  max-width: 796px;
  min-width: 796px;
  height: 460px !important;
}
/* line 107, ../sass/_single.sass */
.content-left .post .the-content .slide-noticias .setas {
  float: left;
  display: block;
  margin-right: 2.84259%;
  width: 100%;
  position: relative;
  margin-top: -32%;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
.content-left .post .the-content .slide-noticias .setas:last-child {
  margin-right: 0;
}
/* line 112, ../sass/_single.sass */
.content-left .post .the-content .slide-noticias .setas .icones-not-prev {
  float: left;
  cursor: pointer;
}
/* line 115, ../sass/_single.sass */
.content-left .post .the-content .slide-noticias .setas .icones-not-right {
  float: right;
  cursor: pointer;
}
/* line 118, ../sass/_single.sass */
.content-left .post .the-content .slide-noticias .navigation {
  float: left;
  display: block;
  margin-right: 2.84259%;
  width: 100%;
  height: 30px;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
.content-left .post .the-content .slide-noticias .navigation:last-child {
  margin-right: 0;
}
/* line 123, ../sass/_single.sass */
.content-left .post .the-content .slide-noticias .navigation .btn {
  float: left;
  display: block;
  margin-right: 2.84259%;
  width: 100%;
  line-height: 30px;
  background: url(../images/bg-nav-noticias.jpg) no-repeat center;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
.content-left .post .the-content .slide-noticias .navigation .btn:last-child {
  margin-right: 0;
}
/* line 127, ../sass/_single.sass */
.content-left .post .the-content .slide-noticias .navigation .btn .ant {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 30.11389%;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
.content-left .post .the-content .slide-noticias .navigation .btn .ant:last-child {
  margin-right: 0;
}
/* line 130, ../sass/_single.sass */
.content-left .post .the-content .slide-noticias .navigation .btn .ant span {
  margin-left: 15px;
}
/* line 132, ../sass/_single.sass */
.content-left .post .the-content .slide-noticias .navigation .btn .ant p {
  margin: 0 5px;
  line-height: 30px !important;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: bold;
  padding: 0 5px;
  cursor: pointer;
}
/* line 138, ../sass/_single.sass */
.content-left .post .the-content .slide-noticias .navigation .btn .ant span, .content-left .post .the-content .slide-noticias .navigation .btn .ant p {
  float: left;
}
/* line 141, ../sass/_single.sass */
.content-left .post .the-content .slide-noticias .navigation .btn .num {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 30.11389%;
  text-align: center;
  font-size: 12px;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
.content-left .post .the-content .slide-noticias .navigation .btn .num:last-child {
  margin-right: 0;
}
/* line 146, ../sass/_single.sass */
.content-left .post .the-content .slide-noticias .navigation .btn .num p {
  margin: 0;
}
/* line 148, ../sass/_single.sass */
.content-left .post .the-content .slide-noticias .navigation .btn .prox {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 30.11389%;
  margin-right: 0;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
.content-left .post .the-content .slide-noticias .navigation .btn .prox:last-child {
  margin-right: 0;
}
/* line 152, ../sass/_single.sass */
.content-left .post .the-content .slide-noticias .navigation .btn .prox span {
  margin-right: 15px;
}
/* line 154, ../sass/_single.sass */
.content-left .post .the-content .slide-noticias .navigation .btn .prox p {
  margin: 0 5px;
  line-height: 30px !important;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: bold;
  padding: 0 5px;
  cursor: pointer;
}
/* line 160, ../sass/_single.sass */
.content-left .post .the-content .slide-noticias .navigation .btn .prox span, .content-left .post .the-content .slide-noticias .navigation .btn .prox p {
  float: right;
}
/* line 162, ../sass/_single.sass */
.content-left .post .the-content .slide-noticias .thumbs-slide-noticias {
  float: left;
  display: block;
  margin-right: 2.84259%;
  width: 100%;
  margin: 10px 25px 13px 25px;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
.content-left .post .the-content .slide-noticias .thumbs-slide-noticias:last-child {
  margin-right: 0;
}
/* line 165, ../sass/_single.sass */
.content-left .post .the-content .slide-noticias .thumbs-slide-noticias .caroufredsel_wrapper {
  height: 85px !important;
}
/* line 167, ../sass/_single.sass */
.content-left .post .the-content .slide-noticias .thumbs-slide-noticias .caroufredsel_wrapper #carousel-thumbs-noticias {
  height: 85px !important;
}
/* line 169, ../sass/_single.sass */
.content-left .post .the-content .slide-noticias .thumbs-slide-noticias .caroufredsel_wrapper #carousel-thumbs-noticias img {
  margin-right: 15px;
}
/* line 70, ../sass/neat/grid/_omega.scss */
.content-left .post .the-content .slide-noticias .thumbs-slide-noticias .caroufredsel_wrapper #carousel-thumbs-noticias img:nth-child(7n) {
  margin-right: 0;
}
/* line 75, ../sass/neat/grid/_omega.scss */
.content-left .post .the-content .slide-noticias .thumbs-slide-noticias .caroufredsel_wrapper #carousel-thumbs-noticias img:nth-child(7n+1) {
  clear: left;
}
/* line 173, ../sass/_single.sass */
.content-left .post .the-content .yarpp-related {
  border-top: 3px solid #cdd4d8;
  border-bottom: 3px solid #cdd4d8;
  margin-bottom: 20px;
  margin-top: 30px;
}
/* line 178, ../sass/_single.sass */
.content-left .post .the-content .yarpp-related h3 {
  width: 142px;
  background: #da251c;
}
/* line 183, ../sass/_single.sass */
.content-left .post .the-content .yarpp-related .yarpp-thumbnails-horizontal a.yarpp-thumbnail {
  border: none;
  margin-bottom: 20px;
  width: 140px;
  min-height: 180px;
  overflow: hidden;
}
/* line 189, ../sass/_single.sass */
.content-left .post .the-content .yarpp-related .yarpp-thumbnails-horizontal a.yarpp-thumbnail .yarpp-thumbnail-title {
  font-size: 12px;
  color: #222222;
}
/* line 192, ../sass/_single.sass */
.content-left .post .the-content .yarpp-related .yarpp-thumbnails-horizontal a.yarpp-thumbnail img.attachment-yarpp-thumbnail.wp-post-image {
  width: auto;
  height: 120px;
}
/* line 196, ../sass/_single.sass */
.content-left .post .the-content .yarpp-related .yarpp-thumbnail > img, .content-left .post .the-content .yarpp-related .yarpp-thumbnail-default {
  width: 140px;
  height: 140px;
  overflow: hidden;
}
/* line 200, ../sass/_single.sass */
.content-left .post .the-content .yarpp-related-none {
  display: none;
}

/* line 3, ../sass/single-noticias.sass */
#root .image-noticia {
  position: relative;
}
/* line 5, ../sass/single-noticias.sass */
#root .image-noticia .label-photo {
  position: absolute;
  visibility: hidden;
  bottom: 0;
  width: 100%;
  height: auto;
  display: block;
  z-index: 50;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 40px;
  color: white;
  text-shadow: 0 0 2px black;
  background: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 22, ../sass/single-noticias.sass */
#root .image-noticia:hover .label-photo {
  visibility: visible;
}
/* line 25, ../sass/single-noticias.sass */
#root .middle-view #agende-se.editoria, #root .middle-view #agende-se.content-left a.cat {
  background: #b369ab;
}
/* line 30, ../sass/single-noticias.sass */
#root .middle-view #cidades.editoria, #root .middle-view #cidades.content-left a.cat {
  background: #921410;
}
/* line 35, ../sass/single-noticias.sass */
#root .middle-view #esportes.editoria, #root .middle-view #esportes.content-left a.cat {
  background: #f58220;
}
/* line 40, ../sass/single-noticias.sass */
#root .middle-view #etc.content-left a.cat {
  background: #a5980e;
}
/* line 42, ../sass/single-noticias.sass */
#root .middle-view #etc.editoria {
  background: #a5980e url(../images/etc.png) no-repeat 25px 0;
  height: 100px;
}
/* line 45, ../sass/single-noticias.sass */
#root .middle-view #etc.editoria a {
  display: none;
}
/* line 50, ../sass/single-noticias.sass */
#root .middle-view #nacional.editoria, #root .middle-view #nacional.content-left a.cat {
  background: #3a568f;
}
/* line 55, ../sass/single-noticias.sass */
#root .middle-view #pesquisas.editoria, #root .middle-view #pesquisas.content-left a.cat {
  background: #adadad;
}
/* line 60, ../sass/single-noticias.sass */
#root .middle-view #turismo.editoria, #root .middle-view #turismo.content-left a.cat {
  background: #007dc5;
}
/* line 65, ../sass/single-noticias.sass */
#root .middle-view #tv-boqnews.editoria, #root .middle-view #tv-boqnews.content-left a.cat {
  background: #da251c;
}
/* line 70, ../sass/single-noticias.sass */
#root .middle-view #vida.editoria, #root .middle-view #vida.content-left a.cat {
  background: #006c32;
}
/* line 74, ../sass/single-noticias.sass */
#root .middle-view #blognews.editoria, #root .middle-view #blognews.content-left a.cat {
  background: #da251c;
}
/* line 77, ../sass/single-noticias.sass */
#root .middle-view #voce-informa.editoria, #root .middle-view #voce-informa.content-left a.cat, #root .middle-view div#voce-informa.editoria {
  background: #febe10;
}

/* line 81, ../sass/single-noticias.sass */
.middle-view .editoria {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  background: #da251c;
  height: 100px;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
.middle-view .editoria:last-child {
  margin-right: 0;
}
/* line 85, ../sass/single-noticias.sass */
.middle-view .editoria a {
  color: white;
  margin-left: 25px;
  line-height: 54px;
  font-size: 32px;
  line-height: 100px;
}

/* line 88, ../sass/single-noticias.sass */
.attachment-post-pq {
  display: none;
}

/* line 91, ../sass/single-noticias.sass */
.wrapper {
  border-top: 3px solid #cdd4d8;
  display: block;
  width: 800px;
  margin: 0 auto;
}
/* line 96, ../sass/single-noticias.sass */
.wrapper .posts {
  max-height: 300px;
  margin: 0 auto;
  width: 19%;
  display: inline-block;
  margin-right: 5%;
}
/* line 102, ../sass/single-noticias.sass */
.wrapper .posts .thumb-related, .wrapper .posts .attachment-thumb-related {
  width: 100%;
  height: 100%;
  min-height: 140px;
  border-radius: 10px;
}
/* line 107, ../sass/single-noticias.sass */
.wrapper .posts .titulo {
  display: block;
  max-width: 100%;
  font-size: 12px;
  color: #000;
  float: left;
}
/* line 113, ../sass/single-noticias.sass */
.wrapper .posts .titulo a {
  color: #000;
  font-size: 12px;
  font-family: arial;
  font-weight: bold;
}
