/* 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?1438196609');
  src: url('../fonts/playfairdisplay-regular-webfont.eot?&1438196609#iefix') format('embedded-opentype'), url('../fonts/playfairdisplay-regular-webfont.woff?1438196609') format('woff'), url('../fonts/playfairdisplay-regular-webfont.svg?1438196609#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, header .middle-view .right .redes-busca .busca .searchform .holder-busca #searchsubmit, .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, header .middle-view .right .redes-busca .busca .searchform .holder-busca #searchsubmit {
  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, header .middle-view .right .redes-busca .busca .searchform .holder-busca #searchsubmit, .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 4, ../sass/_header.sass */
#root header#agende-se {
  border-bottom: 3px #b369ab solid;
}
/* line 8, ../sass/_header.sass */
#root header#cidades {
  border-bottom: 3px #921410 solid;
}
/* line 12, ../sass/_header.sass */
#root header#esportes {
  border-bottom: 3px #f58220 solid;
}
/* line 16, ../sass/_header.sass */
#root header#etc {
  border-bottom: 3px #a5980e solid;
}
/* line 20, ../sass/_header.sass */
#root header#nacional {
  border-bottom: 3px #3a568f solid;
}
/* line 24, ../sass/_header.sass */
#root header#pesquisas {
  border-bottom: 3px #adadad solid;
}
/* line 28, ../sass/_header.sass */
#root header#turismo {
  border-bottom: 3px #007dc5 solid;
}
/* line 32, ../sass/_header.sass */
#root header#tv-boqnews {
  border-bottom: 3px #da251c solid;
}
/* line 36, ../sass/_header.sass */
#root header#vida {
  border-bottom: 3px #006c32 solid;
}
/* line 38, ../sass/_header.sass */
#root header#voce-informa {
  border-bottom: 3px #febe10 solid;
}

/* line 41, ../sass/_header.sass */
header {
  border-bottom: 3px #da251c solid;
  margin-bottom: 1px;
}
/* line 44, ../sass/_header.sass */
header .middle-view {
  width: 960px;
}
/* line 47, ../sass/_header.sass */
header .middle-view .logo {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  height: 108px;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
header .middle-view .logo:last-child {
  margin-right: 0;
}
/* line 52, ../sass/_header.sass */
header .middle-view .logo h1 {
  margin-top: 20px;
}
/* line 55, ../sass/_header.sass */
header .middle-view .right {
  margin-right: 0;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 8.5298%;
  margin-right: 0;
  height: 108px;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
header .middle-view .right:last-child {
  margin-right: 0;
}
/* line 62, ../sass/_header.sass */
header .middle-view .right .redes-busca {
  float: left;
  display: block;
  margin-right: 3.57866%;
  width: 100%;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
header .middle-view .right .redes-busca:last-child {
  margin-right: 0;
}
/* line 64, ../sass/_header.sass */
header .middle-view .right .redes-busca p {
  float: left;
  display: block;
  margin-right: 3.57866%;
  width: 35.26334%;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: bold;
  padding: 0 5px;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
header .middle-view .right .redes-busca p:last-child {
  margin-right: 0;
}
/* line 67, ../sass/_header.sass */
header .middle-view .right .redes-busca .busca {
  float: left;
  display: block;
  margin-right: 3.57866%;
  width: 22.316%;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
header .middle-view .right .redes-busca .busca:last-child {
  margin-right: 0;
}
/* line 70, ../sass/_header.sass */
header .middle-view .right .redes-busca .busca .searchform .holder-busca {
  overflow: hidden;
  width: 100%;
  height: 28px;
  margin-top: 4px;
}
/* line 76, ../sass/_header.sass */
header .middle-view .right .redes-busca .busca .searchform .holder-busca label {
  display: none;
}
/* line 78, ../sass/_header.sass */
header .middle-view .right .redes-busca .busca .searchform .holder-busca #s {
  float: left;
  width: 113px;
  height: 26px;
  border-radius: 5px 0 0 5px;
  border: 1px solid #adadad;
}
/* line 84, ../sass/_header.sass */
header .middle-view .right .redes-busca .busca .searchform .holder-busca #searchsubmit {
  float: right;
}
/* line 87, ../sass/_header.sass */
header .middle-view .right .redes-busca ul {
  float: left;
  display: block;
  margin-right: 3.57866%;
  width: 35.26334%;
  line-height: 35px;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
header .middle-view .right .redes-busca ul:last-child {
  margin-right: 0;
}
/* line 91, ../sass/_header.sass */
header .middle-view .right .redes-busca ul li {
  float: left;
  margin-left: 10px;
}
/* line 94, ../sass/_header.sass */
header .middle-view .right .fale-conosco {
  float: right;
  height: 65px;
}
/* line 97, ../sass/_header.sass */
header .middle-view .right .fale-conosco ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  font-family: "Times New Roman", Times, serif;
  margin-left: 40px;
}
/* line 101, ../sass/_header.sass */
header .middle-view .right .fale-conosco ul li {
  float: left;
  width: 120px;
  line-height: 15px;
  margin-top: 20px;
}
/* line 70, ../sass/neat/grid/_omega.scss */
header .middle-view .right .fale-conosco ul li:nth-child(6n) {
  margin-right: 0;
}
/* line 75, ../sass/neat/grid/_omega.scss */
header .middle-view .right .fale-conosco ul li:nth-child(6n+1) {
  clear: left;
}
/* line 108, ../sass/_header.sass */
header .middle-view .right .fale-conosco ul li a {
  padding: 0 10px;
  color: #222222;
  font-size: 17px;
  display: block;
  overflow: hidden;
}
/* line 115, ../sass/_header.sass */
header .middle-view .right .fale-conosco ul li a .icones-fale-opniao, header .middle-view .right .fale-conosco ul li a .icones-fale-pauta, header .middle-view .right .fale-conosco ul li a .icones-fale-conosco, header .middle-view .right .fale-conosco ul li a .icones-fale-mobile {
  margin-right: 5px;
  margin-top: 3px;
  float: left;
  display: block;
}
/* line 120, ../sass/_header.sass */
header .middle-view .right .fale-conosco ul li a .item {
  float: left;
  width: 65%;
}
/* line 123, ../sass/_header.sass */
header .middle-view .right .fale-conosco ul li a .item span.red {
  color: #da251c;
}
/* line 126, ../sass/_header.sass */
header .middle-view .header_nav_menu {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  line-height: 36px;
  margin-top: 20px;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
header .middle-view .header_nav_menu:last-child {
  margin-right: 0;
}
/* line 130, ../sass/_header.sass */
header .middle-view .header_nav_menu ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
/* line 135, ../sass/_header.sass */
header .middle-view .header_nav_menu ul.menu li {
  float: left;
  margin-right: 1px;
}
/* line 138, ../sass/_header.sass */
header .middle-view .header_nav_menu ul.menu li a {
  background: #4c4c4c;
  color: white;
  padding: 6px 8px 10px 9px;
}
/* line 143, ../sass/_header.sass */
header .middle-view .header_nav_menu ul.menu li:last-child a {
  padding: 6px 12px 10px 10px !important;
}
/* line 145, ../sass/_header.sass */
header .middle-view .header_nav_menu ul.menu li:nth-child(1) a:hover, header .middle-view .header_nav_menu ul.menu li:nth-child(1).current-menu-item a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: #da251c;
}
/* line 148, ../sass/_header.sass */
header .middle-view .header_nav_menu ul.menu li:nth-child(2) a:hover, header .middle-view .header_nav_menu ul.menu li:nth-child(2).current-menu-item a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: #921410;
}
/* line 151, ../sass/_header.sass */
header .middle-view .header_nav_menu ul.menu li:nth-child(3) a:hover, header .middle-view .header_nav_menu ul.menu li:nth-child(3).current-menu-item a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: #3a568f;
}
/* line 154, ../sass/_header.sass */
header .middle-view .header_nav_menu ul.menu li:nth-child(4) a:hover, header .middle-view .header_nav_menu ul.menu li:nth-child(4).current-menu-item a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: #f58220;
}
/* line 157, ../sass/_header.sass */
header .middle-view .header_nav_menu ul.menu li:nth-child(5) a:hover, header .middle-view .header_nav_menu ul.menu li:nth-child(5).current-menu-item a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: #007dc5;
}
/* line 160, ../sass/_header.sass */
header .middle-view .header_nav_menu ul.menu li:nth-child(6) a:hover, header .middle-view .header_nav_menu ul.menu li:nth-child(6).current-menu-item a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: #a5980e;
}
/* line 163, ../sass/_header.sass */
header .middle-view .header_nav_menu ul.menu li:nth-child(7) a:hover, header .middle-view .header_nav_menu ul.menu li:nth-child(7).current-menu-item a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: #b369ab;
}
/* line 166, ../sass/_header.sass */
header .middle-view .header_nav_menu ul.menu li:nth-child(8) a:hover, header .middle-view .header_nav_menu ul.menu li:nth-child(8).current-menu-item a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: #006c32;
}
/* line 169, ../sass/_header.sass */
header .middle-view .header_nav_menu ul.menu li:nth-child(9) a:hover, header .middle-view .header_nav_menu ul.menu li:nth-child(9).current-menu-item a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: #10927b;
}
/* line 172, ../sass/_header.sass */
header .middle-view .header_nav_menu ul.menu li:nth-child(10) a:hover, header .middle-view .header_nav_menu ul.menu li:nth-child(10).current-menu-item a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: #febe10;
}
/* line 175, ../sass/_header.sass */
header .middle-view .header_nav_menu ul.menu li:nth-child(11) a:hover, header .middle-view .header_nav_menu ul.menu li:nth-child(11).current-menu-item a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: #adadad;
}
/* line 178, ../sass/_header.sass */
header .middle-view .header_nav_menu ul.menu li:nth-child(12) a:hover, header .middle-view .header_nav_menu ul.menu li:nth-child(12).current-menu-item a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: #da251c;
}

/* line 2, ../sass/_footer.sass */
footer {
  border-top: 3px solid #cdd4d8;
  margin-top: 15px;
}
/* line 8, ../sass/_footer.sass */
footer .middle-view .footer_nav_menu, footer .middle-view .menu {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  height: 58px;
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
footer .middle-view .footer_nav_menu:last-child, footer .middle-view .menu:last-child {
  margin-right: 0;
}
/* line 15, ../sass/_footer.sass */
footer .middle-view .footer_nav_menu li, footer .middle-view .menu li {
  float: left;
}
/* line 17, ../sass/_footer.sass */
footer .middle-view .footer_nav_menu li a, footer .middle-view .menu li a {
  padding: 0 10px;
  line-height: 71px;
  color: #222222;
  font-weight: bold;
}
/* line 22, ../sass/_footer.sass */
footer .middle-view .footer_nav_menu li a span, footer .middle-view .menu li a span {
  margin-right: 8px;
}
/* line 24, ../sass/_footer.sass */
footer .middle-view .fale-conosco {
  float: right;
  height: 65px;
}
/* line 27, ../sass/_footer.sass */
footer .middle-view .fale-conosco ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  font-family: "Times New Roman", Times, serif;
  margin-left: 0px;
  margin-top: 0px;
}
/* line 32, ../sass/_footer.sass */
footer .middle-view .fale-conosco ul li {
  float: left;
  width: 120px;
  line-height: 15px;
  margin-top: 20px;
}
/* line 37, ../sass/_footer.sass */
footer .middle-view .fale-conosco ul li a {
  padding: 0 10px;
  color: #222222;
  font-size: 17px;
  display: block;
  overflow: hidden;
}
/* line 44, ../sass/_footer.sass */
footer .middle-view .fale-conosco ul li a .icones-fale-opniao, footer .middle-view .fale-conosco ul li a .icones-fale-pauta, footer .middle-view .fale-conosco ul li a .icones-fale-conosco, footer .middle-view .fale-conosco ul li a .icones-fale-mobile {
  margin-right: 5px;
  margin-top: 3px;
  float: left;
  display: block;
}
/* line 49, ../sass/_footer.sass */
footer .middle-view .fale-conosco ul li a .item {
  float: left;
  width: 65%;
}
/* line 52, ../sass/_footer.sass */
footer .middle-view .fale-conosco ul li a .item span.red {
  color: #da251c;
}
/* line 56, ../sass/_footer.sass */
footer .middle-view .endereco {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  padding-bottom: 17px;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
footer .middle-view .endereco:last-child {
  margin-right: 0;
}
/* line 60, ../sass/_footer.sass */
footer .middle-view .endereco p {
  font-size: 12px;
}
/* line 62, ../sass/_footer.sass */
footer .middle-view .footer-bottom {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  height: 47px;
  border-top: 1px solid #cdd4d8;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
footer .middle-view .footer-bottom:last-child {
  margin-right: 0;
}
/* line 67, ../sass/_footer.sass */
footer .middle-view .footer-bottom .copy {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  height: 47px;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
footer .middle-view .footer-bottom .copy:last-child {
  margin-right: 0;
}
/* line 70, ../sass/_footer.sass */
footer .middle-view .footer-bottom .copy p {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: bold;
  padding: 0 5px;
  color: #4c4c4c;
  font-weight: 600;
}
/* line 76, ../sass/_footer.sass */
footer .middle-view .footer-bottom .assinatura {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  margin-left: 17.05961%;
  margin-right: 0;
  height: 47px;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
footer .middle-view .footer-bottom .assinatura:last-child {
  margin-right: 0;
}
/* line 82, ../sass/_footer.sass */
footer .middle-view .footer-bottom .assinatura a {
  float: left;
  display: block;
  margin-right: 5.85151%;
  width: 15.3188%;
  margin-left: 34.11922%;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
footer .middle-view .footer-bottom .assinatura a:last-child {
  margin-right: 0;
}

/* line 19, ../sass/main.sass */
body {
  font: 300 14px Arial, "Times New Roman", serif;
  color: #222222;
  -webkit-font-smoothing: antialiased;
}

/* line 24, ../sass/main.sass */
body, html {
  height: 100%;
  line-height: 22px;
  margin: 0;
}

/* line 29, ../sass/main.sass */
a {
  text-decoration: none;
  outline: none;
}
/* line 32, ../sass/main.sass */
a img {
  outline: none;
  border: none;
}

/* line 36, ../sass/main.sass */
a:hover {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 39, ../sass/main.sass */
h1 {
  font-weight: 500;
}

/* line 42, ../sass/main.sass */
#root {
  min-height: 100%;
  background: #fff;
  overflow: hidden;
}

/* line 46, ../sass/main.sass */
html {
  background: #fff;
}

/* line 49, ../sass/main.sass */
.widget {
  margin-bottom: 15px;
}

/* line 51, ../sass/main.sass */
.middle-view {
  overflow: hidden;
  *zoom: 1;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/* line 54, ../sass/main.sass */
.cat {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: bold;
  padding: 0 5px;
  display: block;
  height: 15px;
  color: white;
}
/* line 59, ../sass/main.sass */
.cat:hover {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 62, ../sass/main.sass */
.banner-L1 {
  border: solid 1px #dadada;
  line-height: 0;
  padding: 10px;
  margin: 30px 0;
  position: absolute;
  z-index: 100;
  width: 142px;
  height: 623px;
  left: 50%;
  margin-left: 490px;
  top: 259px;
}

@media only screen and (max-width: 1272px) {
  /* line 78, ../sass/main.sass */
  #root .banner-L1 {
    display: none;
  }
}
/* line 80, ../sass/main.sass */
.omega {
  margin-right: 0;
}
