/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *





 */

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url('/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot');
  src: url('/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix') format('embedded-opentype'), url('/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2') format('woff2'), url('/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff') format('woff'), url('/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf') format('truetype'), url('/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-theme-banner .owl-nav {
    max-width: 1230px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme-banner .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; 
}

.owl-theme-banner .owl-nav .owl-prev {
    position: absolute;
    top: -182px;
    left: 0;
}

.owl-theme-banner .owl-nav .owl-next {
    position: absolute;
    top: -182px;
    right: 0;
}

.owl-theme-banner .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; 
}

.owl-theme-banner .owl-nav.disabled + .owl-dots {
    margin-top: 10px; 
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */


.owl-theme-news .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent; 
    position: absolute;
    bottom: 30px;
    left: 50%;
    display: flex;
    flex-wrap: wrap;
    transform: translate(-50%, 0);
}
.owl-theme-news.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; 
}
.owl-theme-news .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border: 1px solid white;
    border-radius: 30px;
}
.owl-theme-news .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: white; 
}
.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]:after,.fancybox-button[disabled]:before{opacity:.3}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancybox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--left:after,.fancybox-arrow--right:after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancybox-button--pause:before,.fancybox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-button--thumbs,.fancybox-thumbs{display:none}@media (min-width:800px){.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:220px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}
@charset "UTF-8";
/* DEFAULT */
/* line 17, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.clearfix {
  overflow: hidden;
  *zoom: 1;
}

/* line 18, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 19, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
a {
  text-decoration: none;
}

/* line 20, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
iframe {
  border: 0;
}

/* line 22, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
body {
  font: 12px "Lato", sans-serif;
  margin: 0 auto;
  padding: 0;
  max-width: 2560px;
}

/* line 29, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.content {
  max-width: 1230px;
  margin: 0 auto;
}

/* line 34, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.more-link, .news-home .home-news-list .see-all, .home-menus .home-menus-list a, .midias-home .videos-home .see-more, .main-footer .footer-links nav a.see-all, .see-more-search {
  font-size: 13px;
  font-weight: 700;
  color: #00933c;
  cursor: pointer;
  text-transform: uppercase;
}
/* line 40, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.more-link i, .news-home .home-news-list .see-all i, .home-menus .home-menus-list a i, .midias-home .videos-home .see-more i, .main-footer .footer-links nav a.see-all i, .see-more-search i {
  position: relative;
  top: 0;
}

/* line 46, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.flex-box-std, .main-header .header-container, .menu-header-top, .menu-header-bottom, .contact-home .contact-menus, .main-footer .footer-bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* line 53, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.where_you_are {
  padding: 20px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
/* line 58, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.where_you_are .breadcrumb {
  font-size: 12px;
  color: #b0b1bc;
}
/* line 61, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.where_you_are .breadcrumb a {
  color: #b0b1bc;
}
/* line 62, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.where_you_are .breadcrumb a:last-child {
  color: #50515b;
}

/* line 66, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.title_page {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 20px;
  color: #50515b;
  position: relative;
  padding: 0 0 10px 20px;
}
/* line 73, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.title_page:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background: #00ad46;
  height: 3px;
  width: 65px;
}

/* line 85, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.fast-path {
  overflow: hidden;
  position: relative;
}
/* line 88, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.fast-path a {
  position: absolute;
  left: 0;
  top: -500em;
  width: 0.1em;
  height: 0.1em;
  overflow: hidden;
}

/* line 98, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.html_format {
  font-size: 14px;
  color: #50515b;
  line-height: 1.5em;
}
/* line 102, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.html_format p {
  margin: 0;
  padding-bottom: 15px;
}
/* line 106, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.html_format a {
  font-weight: 700;
  color: #50515b;
}
/* line 110, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.html_format a:hover {
  color: #00933c;
}

/* line 113, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.pagination {
  margin: 20px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 117, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.pagination span {
  display: block;
  margin: 0 5px;
  font-size: 14px;
  color: #b0b1bc;
}
/* line 122, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.pagination span a {
  color: #50515b;
}

/* line 128, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.footer-separator {
  border: 0;
  border-top: 1px solid #D5D5D5;
  width: 100%;
}

/* line 134, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.redes_share {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  font-size: 1.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
/* line 141, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.redes_share a {
  color: #50515b;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
/* line 145, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.redes_share a:hover {
  color: #00933c;
}
/* line 146, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.redes_share li {
  margin: 0 10px 0 0;
}

/* line 151, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.page_flex {
  margin: 0 0 20px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
/* line 155, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.page_flex .page_menu {
  width: 220px;
  margin: 0 40px 20px 0;
  font-weight: 700;
}
/* line 159, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.page_flex .page_menu h2 {
  color: #50515b;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  margin: 15px 0;
  padding: 0 0 12px 0;
}
/* line 166, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.page_flex .page_menu h2:after {
  content: " ";
  position: absolute;
  height: 2px;
  width: 65px;
  background: #5E616A;
  left: 0;
  bottom: 0;
}
/* line 176, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.page_flex .page_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 180, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.page_flex .page_menu ul li {
  padding: 0 0 20px 0;
}
/* line 181, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.page_flex .page_menu ul li a {
  text-transform: uppercase;
  font-size: 13px;
  color: #69696d;
  line-height: 1.5em;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 188, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.page_flex .page_menu ul li.select a,
.page_flex .page_menu ul li a:hover {
  color: #00933c;
}
/* line 192, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.page_flex .page_content {
  width: calc(100% - 260px);
}

/* line 196, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.files_categories ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
/* line 200, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.files_categories ul li {
  margin: 0 0 10px 0;
}
/* line 202, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.files_categories ul li a {
  font-weight: 700;
  color: #50515b;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 207, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.files_categories ul li a:hover {
  color: #00933c;
}
/* line 208, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.files_categories ul li i {
  top: 1px;
  position: relative;
}

/* line 216, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.categories_links,
.bills_categories {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
/* line 221, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.categories_links li,
.bills_categories li {
  margin: 0 0 10px 0;
}
/* line 223, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.categories_links li i,
.bills_categories li i {
  color: #69696d;
}
/* line 224, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.categories_links li a,
.bills_categories li a {
  text-transform: uppercase;
  font-size: 13px;
  color: #69696d;
  line-height: 1.5em;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 231, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.categories_links li a:hover,
.bills_categories li a:hover {
  color: #00933c;
}

/* line 235, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
#formularios, #estrutura-organizacional, #outras-entidades {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
/* line 239, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
#formularios::after, #estrutura-organizacional::after, #outras-entidades::after {
  content: "";
  flex: auto;
  padding: 0 1%;
}
/* line 244, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
#formularios li, #estrutura-organizacional li, #outras-entidades li {
  width: 20%;
  padding: 0 1%;
  height: 100px;
  font-size: 16px;
  margin-bottom: 20px;
}
/* line 250, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
#formularios li i, #estrutura-organizacional li i, #outras-entidades li i {
  display: none;
}
/* line 253, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
#formularios li a, #estrutura-organizacional li a, #outras-entidades li a {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  height: 100%;
  color: #31302E;
  background: #F6F4F5;
  text-align: center;
  padding: 0 10px;
}
/* line 263, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
#formularios li a:hover, #estrutura-organizacional li a:hover, #outras-entidades li a:hover {
  color: white;
  background: #00ad46;
  -moz-transition: color 0.3s ease, background 0.3s ease;
  -o-transition: color 0.3s ease, background 0.3s ease;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
}
/* line 264, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
#formularios li a span, #estrutura-organizacional li a span, #outras-entidades li a span {
  display: block;
}

/* line 274, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.page_text {
  font-size: 14px;
  color: #69696d;
  line-height: 1.5em;
}
/* line 278, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.page_text img {
  width: 100%;
  height: auto;
  display: block;
}

/* line 285, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form-message {
  font-size: 14px;
  margin: 10px 0;
  color: #00933c;
}

/* line 291, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.message-wrapper {
  width: calc(100% - 120px);
}

/* line 293, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.letter_control {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
/* line 296, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.letter_control span {
  cursor: pointer;
  color: #31302E;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  margin: 0 0 0 10px;
  -moz-transition: color ease;
  -o-transition: color ease;
  -webkit-transition: color ease;
  transition: color ease;
}
/* line 304, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.letter_control span#a_mais {
  font-size: 20px;
}
/* line 305, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.letter_control span#a_menos {
  font-size: 20px;
}
/* line 307, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.letter_control span:hover {
  color: #00933c;
}

/* OFFCanvas */
/* line 313, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.page-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: width 0.3s ease;
}

/* line 320, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.page-canvas {
  position: relative;
  height: 100%;
  width: 100%;
  -moz-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* line 328, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.offcanvas-menu {
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #3B3B3B;
  overflow-y: auto;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
/* line 337, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.offcanvas-menu .close-menu {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  color: white;
}
/* line 344, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.offcanvas-menu .main-nav {
  margin: 35px 0 0 0;
}
/* line 346, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.offcanvas-menu .main-nav a.main-nav-link {
  display: block;
  background: linear-gradient(#3e3e3e, #383838);
  border-top: 1px solid #484848;
  border-bottom: 1px solid #2E2E2E;
  color: white;
  padding: 15px;
}
/* line 353, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.offcanvas-menu .main-nav a.main-nav-link:hover, .offcanvas-menu .main-nav a.main-nav-link:focus {
  background: linear-gradient(#484848, #383838);
}
/* line 355, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.offcanvas-menu .main-nav:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 34px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

/* line 367, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
#offcanvas-menu:target {
  width: 215px;
}

/* line 368, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
#offcanvas-menu:target + .page-canvas {
  -moz-transform: translateX(215px);
  -ms-transform: translateX(215px);
  -webkit-transform: translateX(215px);
  transform: translateX(215px);
}

/* HEADER */
/* line 376, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.main-header .header-container .logo-h {
  text-align: center;
}
/* line 379, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.main-header .header-container .logo {
  width: 220px;
  height: auto;
}

/* line 386, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.menu-header-top {
  font-size: 14px;
  font-weight: 400;
  padding: 15px 0 15px 20px;
}
/* line 391, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.menu-header-top nav a {
  color: #31302E;
  margin: 0 15px;
  cursor: pointer;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
/* line 396, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.menu-header-top nav a:hover {
  color: #00933c;
}
/* line 398, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.menu-header-top nav span {
  color: #00ad46;
  margin: 0 15px;
}
/* line 402, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.menu-header-top .search {
  margin: 0 0 0 15px;
  position: relative;
}
/* line 405, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.menu-header-top .search input {
  height: 32px;
  width: 305px;
  border: 1px solid #C1C1C1;
  padding: 0 30px 0 10px;
  outline: none;
  font: 12px "Lato", sans-serif;
  color: #31302E;
}
/* line 414, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.menu-header-top .search .submit_search {
  position: absolute;
  right: 5px;
  top: 7px;
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
}
/* line 423, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.menu-header-top .search .submit_search i {
  color: #8B8D8C;
  font-size: 1.3em;
}
/* line 429, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.menu-header-top .small-menu-anchor {
  display: none;
}

/* line 434, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.menu-header-bottom {
  border-top: 1px solid #d5d5d5;
  padding: 20px 0 20px 20px;
}
/* line 438, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.menu-header-bottom .sub-menu-social a {
  color: #31302E;
  margin: 0 0 0 10px;
  transition: color .5s ease;
  cursor: pointer;
  font-size: 1.5em;
}
/* line 444, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.menu-header-bottom .sub-menu-social a:hover {
  color: #00933c;
}
/* line 446, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.menu-header-bottom .sub-menu-links {
  display: flex;
  justify-content: space-between;
}
/* line 449, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.menu-header-bottom .sub-menu-links h2 {
  margin: 0px;
  position: relative;
  display: flex;
  align-items: center;
}
/* line 455, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.menu-header-bottom .sub-menu-links a {
  color: #31302E;
  margin: 0 15px;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
/* line 467, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.menu-header-bottom .sub-menu-links a:hover {
  color: #00933c;
}
/* line 471, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.menu-header-bottom .sub-menu-links .have-arrow h2:after {
  content: '';
  width: 7px;
  height: 10px;
  background-image: url(/assets/mynextimage.png);
  transform: rotate(90deg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -8px;
  margin-right: 9px;
}
/* line 484, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.menu-header-bottom .sub-menu-links ul {
  padding: 0px;
  margin: 0px;
  position: relative;
  padding-bottom: 10px;
}
/* line 489, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.menu-header-bottom .sub-menu-links ul > ul {
  position: absolute;
  left: 0;
  top: 100%;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transition: 350ms all ease;
  width: 315px;
  background-color: #FFF;
  transition-delay: 100ms;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
/* line 501, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.menu-header-bottom .sub-menu-links ul > ul li:nth-child(1) {
  padding-top: 10px;
}
/* line 504, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.menu-header-bottom .sub-menu-links ul > ul a {
  line-height: 2.5em;
}
/* line 510, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.menu-header-bottom .sub-menu-links > ul:hover > ul {
  opacity: 1;
  visibility: visible;
}

/* line 517, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.main-header {
  position: relative;
  z-index: 3;
}

/* line 522, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.main-menu {
  position: relative;
  z-index: 2;
}
/* line 525, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.main-menu nav {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
  overflow: show;
}
/* line 534, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.main-menu nav a {
  color: white;
  flex-grow: 1;
  height: 50px;
  width: 20%;
  padding: 15px 20px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  align-content: center;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
/* line 548, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.main-menu nav a span {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  background-repeat: no-repeat;
  min-height: 63px;
  background-position: right 0 center;
  background-repeat: no-repeat;
  background-size: 36px 36px;
  padding-right: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
/* line 562, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.main-menu nav a span i {
  font-style: normal;
}
/* line 564, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.main-menu nav a p {
  width: 100%;
  opacity: 0;
  margin: 0;
  font-size: 12px;
  max-height: 0;
  -moz-transition: opacity 0.5s ease 0.1s, max-height 0.5s 0.1s, margin 0.5s 0.1s;
  -o-transition: opacity 0.5s ease 0.1s, max-height 0.5s 0.1s, margin 0.5s 0.1s;
  -webkit-transition: opacity 0.5s ease, max-height 0.5s, margin 0.5s;
  -webkit-transition-delay: 0.1s, 0.1s, 0.1s;
  transition: opacity 0.5s ease 0.1s, max-height 0.5s 0.1s, margin 0.5s 0.1s;
}
/* line 572, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.main-menu nav a:nth-child(even) {
  background-color: #60606A;
}
/* line 573, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.main-menu nav a:nth-child(odd) {
  background-color: #51515B;
}

/* line 584, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.banner-home {
  height: 320px;
  width: 100%;
}
/* line 587, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.banner-home .banner-list {
  position: relative;
  height: 320px;
}
/* line 591, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.banner-home .banner-item {
  width: 100%;
  height: 320px;
}
/* line 595, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.banner-home .banner-item .banner-inner {
  width: 100%;
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 602, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.banner-home .banner-item .banner-inner a {
  width: 100%;
  height: 100%;
  display: block;
}
/* line 607, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.banner-home .owl-nav {
  opacity: 0;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
/* line 611, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.banner-home .owl-carousel:hover .owl-nav {
  opacity: 1;
}

/* line 614, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.news-home {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
}
/* line 618, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.news-home .main-news-wrapper {
  width: 50%;
}
/* line 619, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.news-home .home-main-news {
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}
/* line 623, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.news-home .home-main-news .info-gradient {
  height: 400px;
  padding: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
/* line 632, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.news-home .home-main-news .info-gradient span.date_time {
  color: #f5ec14;
  font-size: 14px;
  font-weight: 900;
}
/* line 637, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.news-home .home-main-news .info-gradient h2 {
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 10px 0 0 0;
  color: white;
}
/* line 644, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.news-home .home-main-news .info-gradient p {
  font-size: 14px;
  font-weight: 700;
  margin: 5px 0;
  color: white;
}
/* line 650, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.news-home .home-main-news .info-gradient .know-more {
  font-size: 15px;
  border: 1px solid white;
  display: block;
  padding: 10px;
  color: white;
  width: 115px;
  text-align: center;
  font-weight: 700;
  margin: 20px 0 0 0;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
/* line 664, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.news-home .home-news-list {
  width: 50%;
  position: relative;
  padding-bottom: 20px;
}
/* line 668, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.news-home .home-news-list ul {
  list-style: none;
  height: auto;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 676, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.news-home .home-news-list ul li a {
  display: flex;
  padding: 10px 30px;
  align-items: center;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
/* line 682, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.news-home .home-news-list ul li a:hover {
  background: #F6F4F5;
}
/* line 683, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.news-home .home-news-list ul li a div {
  margin: 0 0 0 25px;
}
/* line 684, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.news-home .home-news-list ul li a img {
  width: auto;
  height: 95px;
}
/* line 688, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.news-home .home-news-list ul li a div span.date_time {
  font-size: 13px;
  font-weight: 700;
  color: #94958F;
}
/* line 693, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.news-home .home-news-list ul li a div h2 {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  color: #51515D;
  margin: 2px 0 0 0;
}
/* line 700, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.news-home .home-news-list ul li a div p {
  font-size: 14px;
  color: #50505C;
  margin: 2px 0;
  line-height: 1.3em;
}
/* line 707, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.news-home .home-news-list .see-all {
  position: absolute;
  right: 20px;
  bottom: 2px;
}

/* novo layout news home */
/* line 717, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home {
  width: 100%;
  margin: 10px 0;
  padding: 0 0 30px 0;
}
/* line 721, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home h4 {
  font-size: 22px;
  color: #444444;
  margin-bottom: -15px;
}
/* line 726, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .news_ver_todas {
  font: bold 18px Lato;
  color: #00933c;
  float: right;
  width: 100%;
  display: block;
  text-align: center;
  padding: 14px 0px;
  border: 2px solid #00933c;
  background-image: url(/assets/orangearrow.png);
  background-repeat: no-repeat;
  margin-top: 35px;
  transition: 350ms all ease;
  background-position: calc(50% - 95px) 21px;
}
/* line 741, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .news_ver_todas:hover {
  color: #fff;
  background-color: #00933c;
  background-image: url(/assets/whitearrow.png);
}
/* line 746, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticia_principal {
  width: 100%;
}
/* line 748, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticia_principal .img {
  width: 370px;
  height: 230px;
  background-position: center;
  background-size: cover;
  margin-bottom: 5px;
}
/* line 755, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticia_principal ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
}
/* line 763, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticia_principal ul li.server {
  background-color: #f3f3f3;
}
/* line 766, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticia_principal ul li {
  max-width: 370px;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-end;
}
/* line 771, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticia_principal ul li:first-child, .noticias_home .noticia_principal ul li:nth-child(3) {
  margin-left: 0;
}
/* line 775, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticia_principal ul li img {
  margin: -3px;
  border: 3px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 780, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticia_principal ul li a {
  display: block;
  color: #444444;
}
/* line 784, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticia_principal ul li a:hover .titulo_noticia {
  color: #00933c;
}
/* line 789, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticia_principal ul li .data_noticia {
  color: #00933c;
  text-transform: uppercase;
}
/* line 792, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticia_principal ul li .data_noticia strong {
  margin: 5px 0px;
}
/* line 795, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticia_principal ul li .data_noticia strong:after {
  content: "";
  width: 120px;
  border-bottom: 4px solid #2bb053;
  display: block;
}
/* line 802, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticia_principal ul li .titulo_noticia {
  font: bold 22px/1.2em Lato;
  color: 14px/18px "Lato", sans-serif;
  margin: 5px 0 5px 0;
  letter-spacing: -1px;
}
/* line 808, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticia_principal ul li .text_noticia {
  color: 14px/18px "Lato", sans-serif;
  line-height: 1.2em;
  font-size: 14px;
}
/* line 816, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticias_medium {
  float: left;
  width: 100%;
  margin-top: -15px;
}
/* line 820, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticias_medium ul {
  list-style: none;
  padding: 0;
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
}
/* line 826, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticias_medium ul li.featured {
  height: 120px !important;
}
/* line 829, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticias_medium ul li.server {
  background: #f3f3f3;
}
/* line 832, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticias_medium ul li.item_notice {
  width: 310px;
  height: 115px;
  margin-left: 25px;
  float: left;
  max-width: 370px;
  width: 100%;
}
/* line 839, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticias_medium ul li.item_notice:first-child, .noticias_home .noticias_medium ul li.item_notice:nth-child(4) {
  margin-left: 0;
}
/* line 843, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticias_medium ul li.item_notice:nth-child(4), .noticias_home .noticias_medium ul li.item_notice:nth-child(5), .noticias_home .noticias_medium ul li.item_notice:nth-child(6) {
  border-top: 0px dotted #9f9f9f;
}
/* line 849, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticias_medium ul li.item_notice a {
  display: block;
  color: #444444;
}
/* line 853, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticias_medium ul li.item_notice a:hover h4.titulo_noticia {
  color: #00933c;
}
/* line 858, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticias_medium ul li.item_notice.space {
  margin: 0 0 0 20px;
}
/* line 862, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticias_medium ul li.item_notice .info_noticia.big {
  width: 100%;
}
/* line 865, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticias_medium ul li.item_notice .info_noticia .data_noticia {
  color: #00933c;
}
/* line 867, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticias_medium ul li.item_notice .info_noticia .data_noticia strong {
  margin: 5px 0px;
}
/* line 870, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticias_medium ul li.item_notice .info_noticia .data_noticia strong:after {
  content: "";
  width: 120px;
  border-bottom: 4px solid #2bb053;
  display: block;
}
/* line 877, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticias_medium ul li.item_notice .info_noticia .titulo_noticia {
  font: bold 22px/1.2em Lato;
  color: 14px/18px "Lato", sans-serif;
  margin: 5px 0 5px 0;
  letter-spacing: -1px;
}
/* line 883, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticias_medium ul li.item_notice .info_noticia .text_noticia {
  color: 14px/18px "Lato", sans-serif;
}
/* line 890, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticias_small {
  float: left;
  width: 100%;
}
/* line 893, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticias_small ul {
  list-style: none;
  padding: 0;
}
/* line 896, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticias_small ul li.featured {
  height: 120px !important;
}
/* line 899, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticias_small ul li.server {
  background-color: #f3f3f3;
}
/* line 902, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticias_small ul li.item_notice {
  width: 310px;
  height: auto;
  margin-left: 25px;
  float: left;
}
/* line 907, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticias_small ul li.item_notice:first-child {
  margin-left: 0;
}
/* line 910, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticias_small ul li.item_notice a {
  display: block;
}
/* line 913, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticias_small ul li.item_notice a:hover h4.titulo_noticia {
  color: #00933c;
}
/* line 916, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticias_small ul li.item_notice a:hover img {
  border-color: #00933c;
}
/* line 921, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticias_small ul li.item_notice.space {
  margin: 0 0 0 20px;
}
/* line 925, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticias_small ul li.item_notice .info_noticia.big {
  width: 100%;
}
/* line 928, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticias_small ul li.item_notice .info_noticia .data_noticia {
  font: bold 10px Lato;
  color: #999;
  text-transform: uppercase;
}
/* line 933, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.noticias_home .noticias_small ul li.item_notice .info_noticia .titulo_noticia {
  margin: 5px 0 0 0;
  font: bold 16px/1.2em Lato;
  color: 14px/18px "Lato", sans-serif;
}

/* line 947, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
#home-menus-carroussel .owl-stage-outer {
  background-image: url(/assets/ulimage.png);
  background-repeat: no-repeat;
  background-position: center calc(50% + 5px);
  z-index: 2;
}
/* line 952, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
#home-menus-carroussel .owl-stage-outer .owl-stage {
  display: flex;
}
/* line 956, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
#home-menus-carroussel .owl-nav {
  width: calc(100% + 50px);
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translate(-25px, -50%);
  height: 100%;
  z-index: 1;
}
/* line 966, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
#home-menus-carroussel .owl-prev {
  height: 100%;
  display: flex;
  align-items: center;
}
/* line 970, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
#home-menus-carroussel .owl-prev #prev-owl {
  width: 23px;
  height: 40px;
  background-image: url(/assets/myprevimage.png);
  background-repeat: no-repeat;
  background-size: initial;
  background-position: center;
}
/* line 979, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
#home-menus-carroussel .owl-next {
  height: 100%;
  display: flex;
  align-items: center;
}
/* line 983, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
#home-menus-carroussel .owl-next #next-owl {
  width: 23px;
  height: 40px;
  background-image: url(/assets/mynextimage.png);
  background-repeat: no-repeat;
  background-size: initial;
  background-position: center;
}

/* line 994, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.home-menus .home-menus-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 40px 0;
  list-style-type: none;
}
/* line 1000, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.home-menus .home-menus-list ul {
  list-style-type: none;
  max-width: 365px;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* line 1007, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.home-menus .home-menus-list ul li {
  width: 100%;
  margin: 0;
  position: relative;
}
/* line 1011, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.home-menus .home-menus-list ul li img {
  width: initial;
}
/* line 1014, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.home-menus .home-menus-list ul li:after {
  position: absolute;
  content: "";
  left: 100%;
  top: 0;
  bottom: 0;
  height: 130px;
  width: 1px;
  z-index: 99999;
  background: #FFF;
  margin: auto;
  background: #60606A;
  background: linear-gradient(0deg, rgba(214, 214, 214, 0) 15%, #60606a 48%, #60606a 52%, rgba(214, 214, 214, 0) 85%);
}
/* line 1030, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.home-menus .home-menus-list h2 {
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  color: #51515D;
  position: relative;
}
/* line 1047, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.home-menus .home-menus-list p {
  font-size: 14px;
  font-weight: 400;
  color: #50505C;
}
/* line 1053, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.home-menus .home-menus-list h2.no-icon {
  padding: 0 0 10px 0;
}
/* line 1055, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.home-menus .home-menus-list h2.no-icon:after {
  left: 0px;
}

/* line 1062, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.contact-home {
  background: #00722e;
  padding: 45px 0;
}
/* line 1067, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.contact-home .contact-menus > p {
  font-size: 21px;
  font-weight: 300;
  color: white;
  width: 300px;
}
/* line 1073, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.contact-home .contact-menus nav {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 1077, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.contact-home .contact-menus nav a {
  color: white;
  width: 215px;
  border-left: 2px solid white;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 1088, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.contact-home .contact-menus nav a:after {
  content: '';
  position: absolute;
  left: -3px;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  background: white;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 1098, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.contact-home .contact-menus nav a p {
  font-size: 13px;
  font-weight: 400;
}
/* line 1102, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.contact-home .contact-menus nav a span {
  font-size: 17px;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
}
/* line 1109, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.contact-home .contact-menus p {
  margin: 0;
}

/* line 1113, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.midias-home {
  background: #5A5A5A;
  height: 490px;
}
/* line 1116, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.midias-home .midias-home-inner {
  display: -webkit-flex;
  display: flex;
}
/* line 1119, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.midias-home .videos-home {
  height: 490px;
  width: 50%;
  padding: 25px 0;
}
/* line 1123, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.midias-home .videos-home h2 {
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  padding: 0 0 10px 20px;
  margin: 0;
}
/* line 1131, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.midias-home .videos-home h2:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background: #00ad46;
  height: 3px;
  width: 65px;
}
/* line 1142, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.midias-home .videos-home .last-video {
  width: 550px;
  height: 340px;
  margin: 20px 0;
  background-size: cover;
  position: relative;
}
/* line 1148, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.midias-home .videos-home .last-video .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 1154, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.midias-home .videos-home .last-video .last-video-shadow {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  padding: 25px;
}
/* line 1160, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.midias-home .videos-home .last-video h3 {
  color: white;
  font-size: 26px;
  font-weight: 300;
  max-width: 380px;
  width: 100%;
  margin: 0;
}
/* line 1169, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.midias-home .videos-home .see-more {
  color: #fff;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 1173, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.midias-home .videos-home .see-more:hover {
  color: #00ad46;
}
/* line 1176, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.midias-home .gallery-home {
  height: 490px;
  width: 50%;
  position: relative;
  overflow: hidden;
  padding: 25px 0;
}
/* line 1182, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.midias-home .gallery-home .gallery-title-content {
  position: absolute;
  top: 25px;
  left: 15px;
  z-index: 3;
}
/* line 1188, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.midias-home .gallery-home h2 {
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  padding: 0 0 10px 20px;
  margin: 0;
}
/* line 1196, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.midias-home .gallery-home h2:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background: #00ad46;
  height: 3px;
  width: 65px;
}
/* line 1207, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.midias-home .gallery-home .more-galleries {
  font-size: 13px;
  font-weight: 500;
  color: white;
  cursor: pointer;
  text-transform: uppercase;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 1214, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.midias-home .gallery-home .more-galleries i {
  top: 0;
  position: relative;
}
/* line 1218, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.midias-home .gallery-home .more-galleries:hover {
  color: #00ad46;
}
/* line 1220, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.midias-home .gallery-home .last-galleries {
  display: -webkit-flex;
  display: flex;
}
/* line 1221, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.midias-home .gallery-home .gallery-item {
  height: 490px;
  width: 30%;
  overflow: hidden;
  -moz-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
/* line 1226, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.midias-home .gallery-home .gallery-item {
  width: 30%;
}
/* line 1228, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.midias-home .gallery-home .gallery-item .gallery-shadow {
  background: rgba(127, 127, 127, 0);
}
/* line 1229, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.midias-home .gallery-home .gallery-item .gallery-bg {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 1230, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.midias-home .gallery-home .gallery-item h3 {
  opacity: 0;
}
/* line 1232, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.midias-home .gallery-home .gallery-item.open {
  width: 550px;
  height: 340px;
  margin: 20px 0;
}
/* line 1236, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.midias-home .gallery-home .gallery-item.open .gallery-shadow {
  background: rgba(127, 127, 127, 0.4);
}
/* line 1237, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.midias-home .gallery-home .gallery-item.open .gallery-bg {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 1238, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.midias-home .gallery-home .gallery-item.open h3 {
  opacity: 1;
  white-space: normal;
  -moz-transition: opacity 0.5s ease 0.4s;
  -o-transition: opacity 0.5s ease 0.4s;
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0.4s;
  transition: opacity 0.5s ease 0.4s;
}
/* line 1244, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.midias-home .gallery-home .gallery-item .gallery-item-inner {
  height: 100%;
  width: 100%;
  position: relative;
}
/* line 1249, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.midias-home .gallery-home .gallery-item .gallery-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
}
/* line 1261, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.midias-home .gallery-home .gallery-item .gallery-shadow {
  height: 100%;
  width: 100%;
  padding: 25px;
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
/* line 1271, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.midias-home .gallery-home .gallery-item h3 {
  color: white;
  font-size: 26px;
  font-weight: 300;
  max-width: 380px;
  width: 100%;
  margin: 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* line 1288, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.main-footer {
  padding: 0 0 30px 0;
}
/* line 1290, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.main-footer .footer-links {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 35px 0;
  border-bottom: 1px solid #D5D5D5;
}
/* line 1298, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.main-footer .footer-links nav {
  width: 20%;
  padding: 0 10px;
  min-height: 1px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
}
/* line 1305, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.main-footer .footer-links nav h2 {
  text-transform: uppercase;
  color: #322f2e;
  font-size: 14px;
  margin: 0 0 15px 0;
  font-weight: 700;
}
/* line 1311, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.main-footer .footer-links nav h2 a {
  font-size: 14px;
  font-weight: 700;
}
/* line 1316, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.main-footer .footer-links nav a {
  color: #322f2e;
  margin: 5px 0;
  font-weight: 400;
  font-size: 13px;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
/* line 1322, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.main-footer .footer-links nav a:hover {
  color: #00933c;
}
/* line 1324, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.main-footer .footer-links nav a.see-all {
  font-size: 11px;
}
/* line 1327, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.main-footer .footer-links nav a.see-all:hover {
  color: #00ad46;
}
/* line 1333, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.main-footer .footer-bottom {
  padding: 25px 0;
  color: #322f2e;
  align-items: center;
}
/* line 1338, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.main-footer .footer-bottom .sub-menu-social a {
  color: #31302E;
  margin: 0 0 0 10px;
  transition: color .5s ease;
  cursor: pointer;
  font-size: 1.5em;
}
/* line 1344, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.main-footer .footer-bottom .sub-menu-social a:hover {
  color: #00933c;
}
/* line 1346, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.main-footer .footer-bottom .footer-vcard {
  line-height: 1.5em;
  font-size: 13px;
  font-weight: 400;
}

/** Notícias **/
/* line 1355, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.news_list {
  padding: 0;
  margin: 20px 0;
}
/* line 1358, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.news_list li {
  margin: 0 0 20px 0;
}
/* line 1359, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.news_list li a {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 1364, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.news_list li a:hover h3 {
  color: #00933c;
}
/* line 1365, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.news_list li a h3 {
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
  color: #50515b;
  margin: 0 0 10px 0;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 1373, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.news_list li .html_format {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
/* line 1377, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.news_list li div img {
  width: 80px;
  height: 61px;
  margin: 0 10px 0 0;
}
/* line 1382, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.news_list li p {
  margin: 0;
}

/* line 1385, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.date_new {
  font-size: 14px;
  font-weight: bold;
  color: #50515b;
  margin: 15px 0;
}

/* Galerias */
/* line 1393, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.big {
  max-width: 790px;
  min-width: 250px;
  width: 100%;
}
/* line 1397, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.big img {
  max-width: 790px;
  min-width: 220px;
  width: 90%;
}

/* line 1403, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
#text_image {
  margin: 10px 0 0 0;
  color: #50515b;
}

/* line 1407, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.galeria {
  padding: 15px;
  background: #f8f9fb;
  border: 1px solid #e7e8ea;
  max-width: 820px;
  margin: 20px auto;
}
/* line 1413, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.galeria .big {
  text-align: center;
  margin: 15px 0 0 0;
}

/* line 1418, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.thumbs_wrapper {
  width: 90%;
  position: relative;
  margin: 0 auto;
}

/* line 1425, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
#gallery_thumbs div img {
  cursor: pointer;
}
/* line 1426, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
#gallery_thumbs div img:hover {
  opacity: 0.8;
}

/* line 1429, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.bx-wrapper {
  margin: 0 auto;
}

/* line 1430, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.bx-prev {
  position: absolute;
  left: -20px;
  top: 50%;
  margin: -11px 0 0 0;
  width: 15px;
  height: 22px;
  background: url(/assets/garrows.png) no-repeat left center;
  display: block;
}

/* line 1440, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.bx-next {
  width: 15px;
  height: 22px;
  background: url(/assets/garrows.png) no-repeat right center;
  display: block;
  position: absolute;
  right: -20px;
  top: 50%;
  margin: -11px 0 0 0;
}

/* line 1451, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.big-wrapper {
  position: relative;
}
/* line 1453, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.big-wrapper .bx-prev {
  cursor: pointer;
  position: absolute;
  left: -10px;
  top: 50%;
  margin: -20px 0 0 0;
  width: 15px;
  height: 22px;
  background: url(/assets/garrows.png) no-repeat left center;
  display: block;
}
/* line 1464, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.big-wrapper .bx-next {
  cursor: pointer;
  width: 15px;
  height: 22px;
  background: url(/assets/garrows.png) no-repeat right center;
  display: block;
  position: absolute;
  right: -10px;
  top: 50%;
  margin: -20px 0 0 0;
}

/** Agendas **/
/* line 1478, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.agendas_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 1482, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.agendas_list .big_content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
/* line 1486, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.agendas_list .big_content .lbox {
  outline: none;
}
/* line 1488, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.agendas_list .big_content .lbox img {
  margin-right: 20px;
}
/* line 1491, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.agendas_list li {
  margin: 0 0 10px 0;
}
/* line 1493, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.agendas_list li strong {
  font-size: 13px;
  font-weight: 700;
  color: #94958F;
  margin: 0 0 5px 0;
  display: block;
}
/* line 1500, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.agendas_list li .title_agenda {
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
  color: #51515D;
  margin: 0 0 10px 0;
}
/* line 1507, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.agendas_list li .agenda_content {
  font-size: 14px;
  color: #50515b;
  margin: 0;
  padding: 0 0 15px 0;
  line-height: 1.5em;
}

/** Licitações **/
/* line 1518, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.bid_text {
  font-size: 14px;
  line-height: 1.5em;
  color: #50515b;
}

/* line 1524, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.table_bids {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 0 0;
}
/* line 1528, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.table_bids caption {
  text-align: left;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
}
/* line 1534, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.table_bids a {
  color: #50515b;
}
/* line 1536, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.table_bids a:hover {
  color: #00933c;
}
/* line 1540, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.table_bids .left_col {
  text-align: left;
}
/* line 1544, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.table_bids thead tr {
  background: #00933c;
}
/* line 1546, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.table_bids thead tr th {
  color: white;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
/* line 1556, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.table_bids tbody tr td {
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
/* line 1561, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.table_bids tbody tr.even {
  background: #f0f0f0;
}

/* line 1568, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.bids_items {
  margin: 20px 0;
}

/* line 1570, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.links-bid {
  margin: 20px 0 0 0;
}
/* line 1572, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.links-bid .link_bid {
  font-size: 14px;
  color: #69696d;
  font-weight: 700;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 1577, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.links-bid .link_bid:hover {
  color: #00933c;
}

/* line 1583, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
#bids_filter {
  margin: 0 0 20px 0;
}
/* line 1585, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
#bids_filter .bids_filter_sep {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 10px 0;
}
/* line 1591, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
#bids_filter label {
  margin-right: 10px;
}
/* line 1594, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
#bids_filter input, #bids_filter select {
  background: white;
  height: 32px;
  border: 1px solid #C1C1C1;
  padding: 5px;
  outline: none;
  font: 12px "Lato", sans-serif;
  color: #31302E;
  margin-right: 10px;
}
/* line 1604, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
#bids_filter input[type=submit] {
  cursor: pointer;
  padding: 0 10px;
}

/* line 1610, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.bids_count {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.5em;
  color: #50515b;
}

/* line 1617, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.bids_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 1621, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.bids_list li {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 1.5em;
  color: #50515b;
  padding: 10px;
}
/* line 1627, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.bids_list li.grey {
  background: #f0f0f0;
}
/* line 1628, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.bids_list li a {
  color: #69696d;
  cursor: pointer;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 1633, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.bids_list li a:hover {
  color: #00933c;
}

/* line 1637, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.bids_items {
  font-size: 14px;
  line-height: 1.5em;
  color: #50515b;
}

/* Contas */
/* line 1645, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.lista_contas h3 {
  font-size: 16px;
  font-weight: 900;
  color: #50515b;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
/* line 1652, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.lista_contas ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
/* line 1656, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.lista_contas ul li {
  font-size: 14px;
  line-height: 1.5em;
  color: #50515b;
  padding: 5px;
  display: -webkit-flex;
  display: flex;
}
/* line 1662, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.lista_contas ul li span {
  display: block;
  width: calc(100% - 150px);
}
/* line 1666, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.lista_contas ul li a {
  color: #69696d;
  cursor: pointer;
  display: block;
  width: 60px;
  margin: 0 0 0 10px;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 1674, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.lista_contas ul li a:hover {
  color: #00933c;
}
/* line 1676, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.lista_contas ul li:nth-child(odd) {
  background: #f0f0f0;
}

/* Concursos */
/* line 1683, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.contests_total {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.5em;
  color: #50515b;
}

/* Leis */
/* line 1691, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.search_legislation {
  margin: 0 0 30px 0;
}
/* line 1693, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.search_legislation form {
  width: 100%;
  max-width: 500px;
}
/* line 1697, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.search_legislation h3 {
  font-size: 14px;
  line-height: 1.5em;
  color: #50515b;
}
/* line 1702, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.search_legislation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
/* line 1709, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.search_legislation ul li {
  margin: 0 0 10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
/* line 1713, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.search_legislation ul li input, .search_legislation ul li select {
  background: white;
  height: 32px;
  border: 1px solid #C1C1C1;
  padding: 5px;
  outline: none;
  font-size: 12px;
  color: #31302E;
}
/* line 1722, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.search_legislation ul li input[type=submit] {
  cursor: pointer;
}
/* line 1724, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.search_legislation ul li.legislation-especie select {
  width: calc(100% - 60px);
}
/* line 1725, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.search_legislation ul li.legislation-especie label {
  width: 50px;
}
/* line 1728, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.search_legislation ul li.legislation-keywords input[type=text] {
  width: calc(100% - 100px);
}
/* line 1729, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.search_legislation ul li.legislation-keywords label {
  width: 90px;
}
/* line 1732, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.search_legislation ul li.legislation-period label {
  width: 50px;
}
/* line 1733, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.search_legislation ul li.legislation-period label.small {
  width: 20px;
}
/* line 1734, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.search_legislation ul li.legislation-period input[type=text] {
  width: calc(50% - 60px);
}
/* line 1735, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.search_legislation ul li.legislation-period input[type=text]#inicio {
  margin-right: 10px;
  width: calc(50% - 30px);
}
/* line 1741, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.search_legislation ul li.legislation-edital label {
  width: 50px;
}
/* line 1742, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.search_legislation ul li.legislation-edital label.small {
  width: 20px;
}
/* line 1743, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.search_legislation ul li.legislation-edital input[type=text] {
  margin-right: 10px;
  width: calc(50% - 60px);
}
/* line 1748, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.search_legislation ul li label {
  font-size: 12px;
  color: #31302E;
  margin-right: 10px;
}

/* line 1757, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.legislations_total {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.5em;
  color: #50515b;
}

/* Telefones */
/* line 1765, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.phone_content {
  margin: 0 0 20px 0;
}
/* line 1767, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.phone_content h3 {
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
  color: #50515b;
  margin: 20px 0 10px 0;
}
/* line 1774, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.phone_content ul {
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 1779, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.phone_content ul li {
  font-size: 14px;
  line-height: 1.5em;
  color: #50515b;
  width: 20%;
}
/* line 1784, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.phone_content ul li strong {
  display: block;
  margin: 0 0 5px 0;
}

/* Videos */
/* line 1793, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.videos_list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5em;
  color: #50515b;
}
/* line 1800, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.videos_list li {
  margin: 0 0 10px 0;
}
/* line 1801, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.videos_list li a {
  color: #50515b;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 1805, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.videos_list li a:hover {
  color: #00933c;
}

/* Contato */
/* line 1809, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_contact {
  margin: 20px 0;
}
/* line 1811, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_contact ol {
  border: 0;
  padding: 0;
  width: 100%;
  margin: 0 auto 30px;
  max-width: 610px;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 1821, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_contact ol li {
  width: calc(50% - 5px);
  margin: 0 0 10px;
}
/* line 1824, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_contact ol li label {
  display: block;
  margin: 3px 0;
  color: #515151;
  font-weight: 700;
  font-size: 14px;
}
/* line 1831, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_contact ol li input,
.form_contact ol li textarea,
.form_contact ol li select {
  width: 100%;
  padding: 5px;
  font-size: 13px;
  border-radius: 3px;
  background: #f7f7f7;
  box-sizing: border-box;
  border: 1px solid #d1d1d1;
}
/* line 1842, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_contact ol li textarea {
  height: 120px;
}
/* line 1845, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_contact ol li input[type=submit] {
  border: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  padding: 13px 40px;
  border-radius: 3px;
  width: 120px;
  background: #00933c;
}
/* line 1856, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_contact ol li.full-item {
  width: 100%;
}
/* line 1861, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_contact .error-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 1865, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_contact .error-item .message-wrapper {
  width: calc(100% - 120px);
}
/* line 1869, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_contact #erro_contact {
  height: 40px;
  overflow: hidden;
}
/* line 1872, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_contact #erro_contact label {
  display: block;
  color: #B95A56;
  padding: 12px 0;
  font-size: 14px;
  text-shadow: 0 1px 0 white;
}
/* line 1873, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_contact #erro_contact label strong {
  font-weight: bold;
  color: #B95A56;
}
/* line 1883, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_contact #erro_contact span {
  display: block;
  margin: 0 0 10px 0;
  color: #468847;
  padding: 8px 0;
  font-size: 14px;
  text-shadow: 0 1px 0 white;
}

/* Contato */
/* line 1895, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.ouvidoria {
  border: 0;
  padding: 0;
  width: 100%;
  margin: 0 auto 10px;
  list-style: none;
}
/* line 1902, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.ouvidoria fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
/* line 1907, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.ouvidoria legend {
  color: #515151;
  font-weight: 700;
  border: 0;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 18px;
}
/* line 1915, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.ouvidoria input[type=submit] {
  border: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  padding: 13px 40px;
  border-radius: 3px;
  width: 120px;
  background: #00933c;
}
/* line 1926, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.ouvidoria ul {
  border: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  margin: 0 0 10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 1935, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.ouvidoria ul li.cem_porcento {
  width: 100%;
}
/* line 1938, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.ouvidoria ul li {
  width: calc(50% - 5px);
  margin: 0 0 10px;
}
/* line 1941, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.ouvidoria ul li label {
  display: block;
  margin: 3px 0;
  color: #515151;
  font-weight: 700;
  font-size: 14px;
}
/* line 1948, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.ouvidoria ul li input,
.ouvidoria ul li textarea,
.ouvidoria ul li select {
  width: 100%;
  padding: 5px;
  font-size: 13px;
  border-radius: 3px;
  background: #f7f7f7;
  box-sizing: border-box;
  border: 1px solid #d1d1d1;
}
/* line 1959, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.ouvidoria ul li textarea {
  height: 120px;
}
/* line 1962, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.ouvidoria ul li.full-item {
  width: 100%;
}
/* line 1966, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.ouvidoria ul .itens_sugestao {
  margin: 0;
}
/* line 1968, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.ouvidoria ul .itens_sugestao li {
  width: 20%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
/* line 1973, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.ouvidoria ul .itens_sugestao li input[type=radio] {
  width: auto;
}
/* line 1978, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.ouvidoria ul li.anonimo-check {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  gap: 8px;
}
/* line 1984, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.ouvidoria ul li.anonimo-check label {
  display: inline;
  margin: 0;
  cursor: pointer;
}
/* line 1989, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.ouvidoria ul li.anonimo-check input[type=checkbox] {
  width: auto;
  cursor: pointer;
}
/* line 1995, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.ouvidoria .error-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 1999, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.ouvidoria .error-item .message-wrapper {
  width: calc(100% - 120px);
}
/* line 2003, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.ouvidoria .actions {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 2008, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.ouvidoria #erro_ouvidoria {
  height: 40px;
  overflow: hidden;
  width: 100%;
}
/* line 2012, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.ouvidoria #erro_ouvidoria label {
  display: block;
  color: #B95A56;
  padding: 12px 0;
  font-size: 14px;
  text-shadow: 0 1px 0 white;
}
/* line 2013, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.ouvidoria #erro_ouvidoria label strong {
  font-weight: bold;
  color: #B95A56;
}
/* line 2023, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.ouvidoria #erro_ouvidoria span {
  display: block;
  margin: 0 0 10px 0;
  color: #468847;
  padding: 8px 0;
  font-size: 14px;
  text-shadow: 0 1px 0 white;
}

/* Form-default */
/* line 2035, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_default {
  margin: 20px 0;
}
/* line 2037, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_default .form_content {
  margin: 0 auto 30px;
  max-width: 610px;
  text-align: justify;
}
/* line 2042, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_default .form_title {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 30px 0;
  color: #515151;
}
/* line 2049, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_default .checkbox_block {
  margin: 0 auto 30px;
  max-width: 610px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 2055, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_default .checkbox_block div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
/* line 2060, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_default .checkbox_block div input {
  margin: 0 5px 0 0;
}
/* line 2065, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_default ol {
  border: 0;
  padding: 0;
  width: 100%;
  margin: 0 auto 30px;
  max-width: 610px;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 2075, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_default ol.other_request {
  display: none;
}
/* line 2076, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_default ol li {
  width: calc(50% - 5px);
  margin: 0 0 10px;
}
/* line 2079, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_default ol li label {
  display: block;
  margin: 3px 0;
  color: #515151;
  font-weight: 700;
  font-size: 14px;
}
/* line 2086, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_default ol li input,
.form_default ol li textarea,
.form_default ol li select {
  width: 100%;
  padding: 5px;
  font-size: 13px;
  border-radius: 3px;
  background: #f7f7f7;
  box-sizing: border-box;
  border: 1px solid #d1d1d1;
}
/* line 2097, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_default ol li textarea {
  height: 120px;
}
/* line 2100, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_default ol li input[type=submit] {
  border: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  padding: 13px 40px;
  border-radius: 3px;
  width: 120px;
  background: #00933c;
}
/* line 2111, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_default ol li.full-item {
  width: 100%;
}
/* line 2116, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_default .error-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 2120, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_default .error-item .message-wrapper {
  width: calc(100% - 120px);
}

/* line 2125, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.type_radios .checkbox_block {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
/* line 2127, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.type_radios .checkbox_block div {
  margin-right: 10px;
}

/* line 2134, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.check_box_trib .checkbox_block {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
/* line 2136, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.check_box_trib .checkbox_block div {
  margin-right: 10px;
}
/* line 2140, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.check_box_trib .check_box_title {
  font-size: 14px;
  color: #515151;
  font-weight: 700;
}

/* line 2147, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.legal_only {
  display: none;
}

/* line 2148, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.personal_only {
  display: block;
}

/* line 2150, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.license_add_activity {
  border: 0;
  background: white;
  cursor: pointer;
  color: #515151;
  font-size: 12px;
  font-weight: 400;
  outline: none;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
/* line 2159, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.license_add_activity:hover {
  color: #00933c;
}

/* line 2164, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
#erro_license {
  height: 40px;
  overflow: hidden;
}
/* line 2167, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
#erro_license label {
  display: block;
  color: #B95A56;
  padding: 12px 0;
  font-size: 14px;
  text-shadow: 0 1px 0 white;
}
/* line 2168, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
#erro_license label strong {
  font-weight: bold;
  color: #B95A56;
}
/* line 2178, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
#erro_license span {
  display: block;
  margin: 0 0 10px 0;
  color: #468847;
  padding: 8px 0;
  font-size: 14px;
  text-shadow: 0 1px 0 white;
}

/* Mapa do site */
/* line 2189, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.map-list {
  font-size: 14px;
  line-height: 1.5em;
  color: #50515b;
  margin: 20px 0;
}
/* line 2194, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.map-list, .map-list .subhide {
  list-style: none;
  padding: 0;
}
/* line 2198, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.map-list .cat {
  margin: 0 0 30px 0;
}
/* line 2201, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.map-list .cat > strong {
  font-size: 18px;
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #D5D5D5;
}
/* line 2208, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.map-list .subhide {
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 2212, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.map-list .subhide li {
  width: 25%;
  padding: 0 10px 5px 0;
}
/* line 2217, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.map-list a {
  color: #50515b;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 2221, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.map-list a:hover {
  color: #00933c;
}

/* Search */
/* line 2226, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.search_wrapper .s-block {
  margin: 30px 0;
}
/* line 2229, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.search_wrapper h3 {
  display: block;
  font-size: 18px;
  line-height: 1.5em;
  color: #50515b;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #d5d5d5;
}
/* line 2238, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.search_wrapper ul {
  padding: 0;
}
/* line 2240, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.search_wrapper ul li {
  margin: 0 0 15px 0;
}
/* line 2244, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.search_wrapper ul li > a {
  display: block;
  font-size: 14px;
  line-height: 1.5em;
  color: #50515b;
}
/* line 2249, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.search_wrapper ul li > a:hover strong {
  color: #00933c;
}
/* line 2250, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.search_wrapper ul li > a strong {
  display: block;
  margin: 0 0 5px 0;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 2255, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.search_wrapper ul li > a p {
  margin: 0;
}
/* line 2259, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.search_wrapper .page_link {
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  color: #94958F;
}
/* line 2264, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.search_wrapper .page_link a {
  color: #94958F;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 2268, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.search_wrapper .page_link a:hover {
  color: #00933c;
}

/**
 * CSS DO NOVO MÓDULO SIC
 */
/* line 2280, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.small_title {
  margin: 60px 0 30px;
  text-align: center;
  color: #00933c;
  font-size: 15px;
}
/* line 2285, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.small_title.smaller_left {
  margin: 30px 0;
  text-align: left;
}

/* line 2292, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic_form legend {
  width: 100%;
  height: auto;
  display: block;
  color: #50515b;
  margin: 5px 0;
}
/* line 2299, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic_form .inputs {
  border: 0;
  padding: 0;
  width: 100%;
  margin: 0 auto 30px;
  max-width: 610px;
}
/* line 2305, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic_form .inputs ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 2312, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic_form .inputs ol li {
  width: 48%;
  margin: 5px 0;
}
/* line 2315, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic_form .inputs ol li label,
.sic_form .inputs ol li legend {
  color: #515151;
  font-weight: 700;
}
/* line 2323, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic_form .inputs ol li.text label,
.sic_form .inputs ol li.stringish label {
  display: block;
  margin: 3px 0;
}
/* line 2327, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic_form .inputs ol li.text input,
.sic_form .inputs ol li.text textarea,
.sic_form .inputs ol li.stringish input,
.sic_form .inputs ol li.stringish textarea {
  width: 100%;
  padding: 5px;
  font-size: 13px;
  border-radius: 3px;
  background: #f7f7f7;
  box-sizing: border-box;
  border: 1px solid #d1d1d1;
}
/* line 2337, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic_form .inputs ol li.text textarea,
.sic_form .inputs ol li.stringish textarea {
  height: 100px;
}
/* line 2341, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic_form .inputs ol li.radio {
  width: 100%;
}
/* line 2343, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic_form .inputs ol li.radio ol.choices-group {
  display: block;
}
/* line 2346, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic_form .inputs ol li.radio fieldset {
  border: 0;
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 2351, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic_form .inputs ol li.radio fieldset li {
  width: auto;
  margin-right: 20px;
  display: inline-block;
}
/* line 2355, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic_form .inputs ol li.radio fieldset li label {
  font-weight: 400;
}
/* line 2358, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic_form .inputs ol li.radio fieldset li input {
  margin-right: 10px;
}
/* line 2364, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic_form .inputs ol li.text {
  width: 100%;
}
/* line 2368, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic_form .inputs ol li.select label {
  display: block;
  margin: 3px 0;
}
/* line 2372, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic_form .inputs ol li.select select {
  width: 100%;
  padding: 5px;
  font-size: 13px;
  border-radius: 3px;
  background: #f7f7f7;
  box-sizing: border-box;
  border: 1px solid #d1d1d1;
}
/* line 2382, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic_form .inputs ol .form-info {
  color: #515151;
  font-size: 12px;
}
/* line 2386, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic_form .inputs ol .form-info {
  color: #515151;
  font-size: 12px;
  width: calc(100% - 120px);
}
/* line 2391, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic_form .inputs ol li.action {
  width: 120px;
}
/* line 2393, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic_form .inputs ol li.action input[type=submit] {
  border: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  padding: 13px 40px;
  border-radius: 3px;
  background: #00933c;
}
/* line 2406, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic_form #sic_request_cnpj_input {
  display: none;
}
/* line 2409, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic_form #erro_form_atd {
  height: 40px;
  overflow: hidden;
}
/* line 2412, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic_form #erro_form_atd label {
  display: block;
  color: #B95A56;
  padding: 12px 0;
  font-size: 14px;
  text-shadow: 0 1px 0 white;
}
/* line 2413, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic_form #erro_form_atd label strong {
  font-weight: bold;
  color: #B95A56;
}
/* line 2423, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic_form #erro_form_atd span {
  display: block;
  margin: 0 0 10px 0;
  color: #468847;
  padding: 8px 0;
  font-size: 14px;
  text-shadow: 0 1px 0 white;
}

/* line 2434, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic-resp-info {
  margin: 20px 0;
}
/* line 2436, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic-resp-info p {
  margin: 5px 0;
}
/* line 2439, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic-resp-info .first-line {
  font-size: 15px;
}
/* line 2442, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic-resp-info .second-line {
  color: #2e956d;
  font-size: 18px;
  font-weight: 700;
}
/* line 2447, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic-resp-info .third-line {
  font-size: 13px;
}

/* line 2453, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_consult .inputs {
  max-width: 290px;
}
/* line 2456, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_consult .inputs ol li {
  width: 100%;
  margin: 10px 0;
}
/* line 2460, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.form_consult .inputs ol .actions ol {
  justify-content: center;
}

/* line 2467, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic_result_wrapper {
  color: #515151;
  font-size: 13px;
}
/* line 2471, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic_result_wrapper p {
  margin: 25px 0;
  line-height: 1.5em;
}
/* line 2476, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic_result_wrapper strong {
  font-size: 14px;
}
/* line 2479, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sic_result_wrapper a {
  margin: 25px 0;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 3px;
  display: inline-block;
  background: #00933c;
}

/* videos */
/* line 2490, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.wrapper_video {
  width: 730px;
  height: 411px;
}
/* line 2493, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.wrapper_video iframe {
  width: 100%;
  height: 100%;
}

/* Access */
/* line 2500, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.fast-access {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
/* line 2504, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.fast-access::after {
  content: "";
  flex: auto;
  padding: 0 1%;
}
/* line 2509, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.fast-access .fast-access-link {
  width: 20%;
  padding: 0 1%;
  height: 100px;
  font-size: 16px;
  margin-bottom: 20px;
}
/* line 2515, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.fast-access .fast-access-link a {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  height: 100%;
  color: #31302E;
  background: #F6F4F5;
  text-align: center;
  padding: 0 10px;
}
/* line 2525, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.fast-access .fast-access-link a:hover {
  color: white;
  background: #00ad46;
  -moz-transition: color 0.3s ease, background 0.3s ease;
  -o-transition: color 0.3s ease, background 0.3s ease;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
}
/* line 2526, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.fast-access .fast-access-link a span {
  display: block;
}

/** Media 1279px **/
@media only screen and (max-width: 1279px) {
  /* line 2535, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .home-menus {
    max-width: 90%;
    margin: 0 auto;
  }
  /* line 2538, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .home-menus .home-menus-list {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  /* line 2540, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .home-menus .home-menus-list div {
    width: 50%;
    max-width: 400px;
    padding: 0 20px;
  }

  /* line 2548, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  #home-menus-carroussel .owl-nav {
    width: 100vw;
    transform: translate(0, -50%);
    padding: 0;
  }
  /* line 2553, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  #home-menus-carroussel div {
    width: initial;
    max-width: initial;
  }
  /* line 2557, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  #home-menus-carroussel .owl-stage-outer {
    max-width: calc(100% - 20px);
  }
}
/** Media 1229px **/
@media only screen and (max-width: 1229px) {
  /* line 2564, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .banner-home {
    display: none;
  }

  /* line 2565, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .page_wrapper {
    padding: 0 20px;
  }

  /* line 2566, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .where_you_are {
    padding: 20px;
  }

  /* line 2567, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .menu-header-top .small-menu-anchor {
    display: block;
    margin: 0 0 0 25px;
    color: #31302E;
    cursor: pointer;
  }

  /* line 2573, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .menu-header-top nav {
    display: none;
  }

  /* line 2576, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .menu-header-bottom {
    display: none;
  }

  /* line 2579, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .main-header .header-container {
    padding: 20px;
  }

  /* line 2582, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .main-menu nav {
    height: 60px;
  }

  /* line 2585, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .main-menu nav a {
    padding: 15px;
    height: 60px;
  }

  /* line 2589, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .main-menu nav a:hover {
    height: 60px;
  }
  /* line 2591, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .main-menu nav a:hover p {
    display: none;
  }

  /* line 2595, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .main-menu nav a span {
    font-size: 1.5vw;
  }

  /* line 2596, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .main-menu nav a span br {
    display: none;
  }

  /* line 2597, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .main-menu nav a span {
    background-image: none !important;
  }

  /* line 2598, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .news-home {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 2600, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .news-home .main-news-wrapper {
    width: 100%;
  }
  /* line 2601, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .news-home .home-news-list {
    width: 100%;
  }

  /* line 2604, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .contact-menus > p {
    display: none;
  }
  /* line 2605, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .contact-menus > nav {
    width: 100%;
    padding: 0 20px;
  }

  /* line 2610, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .midias-home {
    height: auto;
  }
  /* line 2612, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .midias-home .midias-home-inner {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 2613, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .midias-home .videos-home {
    width: 100%;
  }
  /* line 2614, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .midias-home .content-videos {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
  }
  /* line 2619, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .midias-home .gallery-home {
    width: 100%;
  }

  /* line 2622, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .main-footer .footer-links {
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 2625, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .main-footer .footer-links nav {
    width: 33%;
    padding: 35px 20px;
  }
  /* line 2630, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .main-footer .footer-bottom {
    padding: 25px 20px;
  }

  /* line 2632, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .astrus {
    margin: 0 0 0 20px;
  }
}
@media only screen and (max-width: 967px) {
  /* line 2635, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .noticias_home .noticia_principal ul li {
    max-width: 49%;
  }

  /* line 2638, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .noticias_home .noticias_medium ul li.item_notice {
    width: 32%;
  }
}
@media screen and (max-width: 1050px) {
  /* line 2644, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .noticias_home {
    width: 95%;
    margin: 10px auto;
  }

  /* line 2648, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .noticias_home .noticia_principal ul li {
    max-width: 32%;
  }
  /* line 2650, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .noticias_home .noticia_principal ul li .img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2658, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .noticias_home .noticia_principal ul li {
    max-width: 100% !important;
    width: 100%;
    display: none;
  }
  /* line 2662, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .noticias_home .noticia_principal ul li a {
    width: 100%;
  }

  /* line 2666, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .noticias_home .noticia_principal ul li:nth-child(1),
  .noticias_home .noticia_principal ul li:nth-child(2),
  .noticias_home .noticia_principal ul li:nth-child(3) {
    display: flex !important;
  }

  /* line 2671, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .noticias_home .news_ver_todas {
    margin-top: 5px;
    background-color: #00933c;
    background-image: url(/assets/whitearrow.png);
    color: #fff;
    width: calc(100% - 8px);
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 3px;
  }

  /* line 2681, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .noticias_medium {
    display: none;
  }

  /* line 2686, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  #formularios li, #estrutura-organizacional li, #outras-entidades li {
    width: 50%;
  }

  /* line 2693, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .page_flex {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 2695, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .page_flex .page_menu {
    display: none;
  }
  /* line 2696, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .page_flex .page_content {
    width: 100%;
  }

  /* line 2698, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .form_default ol li {
    width: 100%;
  }

  /* line 2702, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .main-header .header-container {
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 2705, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .main-header .header-container a {
    text-align: center;
  }
  /* line 2706, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .main-header .header-container .menu-header-top {
    margin: 20px 0 0 0;
    padding: 0;
  }
  /* line 2709, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .main-header .header-container .menu-header-top .search {
    width: calc(100% - 61px);
  }
  /* line 2711, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .main-header .header-container .menu-header-top .search input {
    width: 100%;
  }

  /* line 2720, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .news-home .home-main-news .info-gradient {
    height: 270px;
  }
  /* line 2724, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .news-home .home-news-list ul li a div {
    margin: 0 0 0 10px;
  }

  /* line 2728, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  #home-menus-carroussel .owl-nav {
    transform: initial;
    position: initial;
  }

  /* line 2732, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .home-menus .home-menus-list div {
    padding: 0;
  }

  /* line 2735, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .home-menus .home-menus-list div {
    width: 100%;
    max-width: 767px;
  }

  /* line 2739, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .contact-home {
    padding: 10px 0;
  }
  /* line 2741, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .contact-home .contact-menus nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 2743, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .contact-home .contact-menus nav a {
    width: 50%;
    margin: 10px 0;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 2748, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .contact-home .contact-menus nav a span {
    width: 100%;
    display: block;
  }

  /* line 2756, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .midias-home .videos-home {
    padding: 20px;
    height: auto;
  }
  /* line 2760, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .midias-home .videos-home .content-videos {
    width: 100%;
  }
  /* line 2763, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .midias-home .videos-home .last-video {
    width: 100%;
    margin: 20px auto;
    height: 290px;
    max-width: 580px;
  }
  /* line 2769, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .midias-home .gallery-home,
  .midias-home .gallery-home .gallery-item .gallery-item-inner,
  .midias-home .gallery-home .gallery-item {
    height: 350px;
  }
  /* line 2774, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .midias-home .gallery-home .gallery-item,
  .midias-home .gallery-home .gallery-item.open {
    width: 100%;
  }
  /* line 2778, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .midias-home .gallery-home .gallery-item:nth-child(2) {
    display: none;
  }

  /* line 2782, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .main-footer .footer-links nav {
    width: 200px;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 2787, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .main-footer .footer-bottom {
    padding: 10px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 2790, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .main-footer .footer-bottom .footer-vcard {
    text-align: center;
    margin: 0 0 20px 0;
  }
  /* line 2794, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .main-footer .footer-bottom .sub-menu-social {
    margin: 0 0 20px 0;
  }
  /* line 2797, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .main-footer .footer-bottom .brasaofooter {
    display: none;
  }

  /* line 2801, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .astrus {
    width: 89px;
    display: block;
    margin: 0 auto;
  }

  /* line 2807, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .table_bids .hcell {
    display: none;
  }

  /* line 2812, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .fast-access .fast-access-link {
    width: 23%;
  }
}
@media only screen and (max-width: 479px) {
  /* line 2819, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  #formularios li, #estrutura-organizacional li, #outras-entidades li {
    width: 100%;
  }

  /* line 2822, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .main-menu nav {
    height: auto;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 2825, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .main-menu nav a {
    width: 100%;
  }
  /* line 2828, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .main-menu nav a span {
    font-size: 18px;
  }

  /* line 2832, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .main-footer .footer-links {
    margin: 15px 0 0 0;
    padding: 15px 0;
  }
  /* line 2835, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .main-footer .footer-links nav {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  /* line 2839, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .main-footer .footer-links nav > a {
    display: none;
  }

  /* line 2845, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .news-home .home-new-list {
    padding: 20px 0;
  }
  /* line 2848, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .news-home .home-news-list ul li a {
    padding: 5px 10px;
  }
  /* line 2851, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .news-home .home-news-list ul li a img {
    width: 100px;
    height: auto;
  }
  /* line 2855, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .news-home .home-news-list ul li a div {
    margin: 0 0 0 10px;
  }
  /* line 2858, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .news-home .home-news-list ul li a div p {
    display: none;
  }
  /* line 2861, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .news-home .home-news-list ul li a div h2 {
    margin: 5px 0 0 0;
    font-size: 14px;
  }
  /* line 2865, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .news-home .home-main-news .info-gradient h2 {
    font-size: 18px;
  }
  /* line 2868, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .news-home .home-main-news .info-gradient .know-more {
    font-size: 12px;
    width: 80px;
    padding: 5px;
  }

  /* line 2875, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
  .fast-access .fast-access-link {
    width: 48%;
  }
}
/* News Layout */
/* line 2884, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.big_news_list {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
  margin: 20px 0;
  flex-wrap: wrap;
}
/* line 2892, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.big_news_list li {
  width: 30%;
  margin: 0 0 50px 0;
}
/* line 2895, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.big_news_list li img {
  width: 100%;
  height: auto;
}
/* line 2899, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.big_news_list li a {
  display: block;
  color: #444444;
}
/* line 2903, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.big_news_list li a:hover .titulo_noticia {
  color: #00933c;
}
/* line 2908, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.big_news_list li .data_noticia {
  color: #00933c;
  text-transform: uppercase;
  margin: 10px 0px;
}
/* line 2912, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.big_news_list li .data_noticia strong:after {
  content: "";
  width: 120px;
  border-bottom: 4px solid #2bb053;
  display: block;
}
/* line 2919, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.big_news_list li .titulo_noticia {
  font: bold 22px/1.3em Lato;
  color: 14px/18px "Lato", sans-serif;
  margin: 5px 0 5px 0;
  letter-spacing: -1px;
}
/* line 2925, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.big_news_list li .text_noticia {
  color: 14px/18px "Lato", sans-serif;
  line-height: 1.2em;
  font-size: 14px;
}

/** SETORES Contato **/
/* line 2936, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.wrapper-sectors {
  border: 0;
  padding: 0;
  width: 100%;
  margin: 0 auto 30px;
  max-width: 610px;
  list-style: none;
}

/* line 2945, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sectors-contact {
  align-items: center;
  justify-content: space-between;
  display: flex;
  margin: 20px 0;
  flex-wrap: wrap;
}
/* line 2951, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sectors-contact::after {
  content: "";
  flex: auto;
}
/* line 2955, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sectors-contact a {
  width: calc(25% - 5px);
  padding: 20px 0;
  margin-right: 5px;
  color: #50515b;
  font-size: 14px;
  font-weight: 800;
  background: #F6F4F5;
  text-align: center;
  transition: all .5s ease;
  margin-bottom: 10px;
}
/* line 2967, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sectors-contact a::nth-child(4n) {
  margin-right: 0;
}
/* line 2970, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.sectors-contact a:hover, .sectors-contact a.selected {
  background: #00933c;
  color: white;
}

/* line 2977, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.contacts-positions .contacts-container {
  display: none;
}
/* line 2980, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.contacts-positions .contacts-container.show {
  display: block;
}
/* line 2983, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.contacts-positions table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 0 0;
  text-align: left;
}
/* line 2988, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.contacts-positions table a {
  color: #50515b;
}
/* line 2990, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.contacts-positions table a:hover {
  color: #00933c;
}
/* line 2995, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.contacts-positions table thead tr {
  background: #00933c;
}
/* line 2997, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.contacts-positions table thead tr th {
  color: white;
  font-weight: bold;
  padding: 10px;
}
/* line 3006, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.contacts-positions table tbody tr td {
  font-weight: bold;
  padding: 10px;
  line-height: 1.5em;
}
/* line 3012, /dados/vhosts/pmsertao.astrusweb/webroot.www/app/assets/stylesheets/application/new.css.scss */
.contacts-positions table tbody tr:nth-child(even) {
  background: #f0f0f0;
}
