[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

body {
  font-family: "Roboto ", sans-serif;
  font-size: 1em;
  line-height: 1.75;
  color: #777777;
  text-rendering: optimizeLegibility;
  min-height: 100%;
  position: relative;
  background: url('../img/background1.png') center top no-repeat,url('../img/background.png') fixed;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}

a:hover {
  cursor: pointer;
}

body, div, header, h1, img, em, a, li, ul, h2, h3, h4, h5, h6, em {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

table, caption, tbody, tfoot, thead, tr, th, td {
  font-size: 100%;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
select,
textarea {
  border: 1px solid #d5d5d5;
  outline: 0;
  padding: 10px 12px;
  color: #aaaaaa;
}

input {
  padding: 0 12px;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: #777777;
}

header, img {
  display: block;
}

ol {
  padding-left: 0;
}

a {
  color: #cf0000;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

a:hover {
  color: black;
  text-decoration: none;
}

a:focus {
  outline: none;
}

li {
  list-style-type: none;
}

.carousel {
  max-width: 767px;
  margin: 0 auto;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 0;
  text-align: left;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4) !important;
  color: #373737;
  text-shadow: none;
}

.carousel-caption h2 {
  margin-left: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.carousel-caption h4 {
  margin-left: 20px;
  margin-bottom: 8px;
}

h3 {
  color: #4d4d33;
  margin: 0 0 10px 0;
  padding: 10px 0 15px 0;
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  line-height: 20px;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", serif;
  color: #2c2c2c;
}

h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #ED1B25;
  font-weight: normal;
}

.footer {
  margin-top: 20px;
  background-color: #d5d5d5;
  height: 100px;
  text-align: center;
  color: #b30000;
}

.footer a {
  text-decoration: none;
  color: #b30000;
}

.coiso table {
  border: 1px solid #CCC;
  font-family: Arial, Helvetica, sans-serif;
}

.coiso td {
  border: 1px solid #ccc;
}

.coiso th {
  background-color: #104E8B;
  color: #FFF;
  border: 1px solid #fff;
}

.borderless table, .borderless th, .borderless td {
  border: none;
}

.borderless th {
  background-color: rgba(192, 192, 192, 0.4);
}

table {
  font-size: 12px;
  text-align: left;
  width: 100%;
}

td {
  padding: 4px;
  margin: 3px;
  text-align: center;
  vertical-align: middle;
}

th {
  text-align: center;
  vertical-align: middle;
  padding-right: 4px;
  padding-left: 4px;
}

.img_table_juvebombeiros {
  height: 50px !important;
  width: 50px !important;
}

.legislacao_th {
  background-color: #E6E6E6;
  font-weight: bold;
}

path:hover {
  fill: #185174 !important;
}

.mt-20 {
  margin-top: 20px;
}

.modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.site-header {
  position: relative;
  z-index: 8;
}

.top-header {
  width: 100%;
  overflow: hidden;
  background: url('../img/background1.png') center top no-repeat,url('../img/background.png') fixed;
  min-height: 90px;
  border-bottom: solid 2px rgba(0, 0, 0, 0.1);
}

.top-header .logo-wrap {
  padding: 20px 0 20px 0;
}

.logo-wrap {
  min-height: 32px;
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .top-header .logo-wrap {
    padding: 0;
    text-align: center;
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .top-header .logo-wrap .logo_image {
    float: left;
    margin: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .top-header .logo-wrap {
    text-align: center;
    padding: 0;
  }

  .top-header .logo-wrap .social-top {
    padding: 5px 0 0 0;
    float: none;
    margin: 0 auto;
  }
}

.top-header .logo-wrap h1 {
  display: inline-block;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 700;
}

@font-face {
  font-family: LBPFont;
  src: url('../fonts/lbpfont.ttf');
}

.top-header .logo-wrap h1 {
  line-height: 100px;
}

@media screen and (max-width: 992px) {
  .top-header .logo-wrap h1 {
    line-height: 1.75;
  }
}

.top-header .logo-wrap h1 em {
  margin-top: auto;
  margin-bottom: 15px;
  font-style: normal;
  color: #cf0000;
  font-family: LBPFont, Arial, sans-serif;
  font-size: 35px;
}

.top-header a {
  color: #2c2c2c;
}

.top-header .social-top {
  padding: 10px 40px 10px 10px;
  overflow: hidden;
  float: right;
  margin-right: 0;
}

.top-header .social-top ul li {
  display: inline;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .top-header .social-top {
    float: none;
    text-align: center;
    padding-top: 5px;
  }
}

@media screen and (max-width: 991px) {
  body {
    line-height: 1.2;
  }
}

@media screen and (min-width: 992px) {
  .top-header .logo-wrap {
    padding: 1px 0 1px 0;
  }

  .top-header .social-top {
    padding: 10px 15px 20px 20px;
    float: right
  }
}

.container-fluid {
  padding: 0 !important;
}

.logo_image {
  max-width: 100px;
  height: 100px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.main-header .menu-wrapper a.toggle-menu, .top-header .social-top ul li a {
  border: 1px solid #d5d5d5;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  color: #2c2c2c;
}

.main-header .menu-wrapper a.toggle-menu:hover, .top-header .social-top ul li a:hover {
  color: #2c2c2c;
  border-color: #2c2c2c;
}

/* Social-bottom rules */
footer .social-bottom {
  padding: 0;
  overflow: hidden;
  float: right;
  margin-right: 0;
}

footer .social-bottom ul li {
  display: inline;
}

footer .social-bottom ul li a {
  border: 1px solid #d5d5d5;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  color: #2c2c2c;
  background-color: #efefef;
}

footer .social-bottom ul li a:hover {
  color: #2c2c2c;
  border-color: #2c2c2c;
}

.streamline {
  width: 75%;
  display: inline-block;
  vertical-align:middle;
  padding-top: 5px;
}

.main-header {
  width: 100%;
  min-height: 32px;
  /*background-color: #efefef;*/
  background-color: #185174;
  padding: 15px 30px;
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .main-header {
    padding: 20px;
    min-height: 75px;
  }
}

@media screen and (max-width: 768px) {
  .main-header {
    padding: 20px;
    min-height: 75px;
  }
}

.main-header .menu-wrapper {
  position: relative;
  z-index: 99;
  text-align: right;
  /*margin-top: 10px;*/
}

.carousel-indicators {
  z-index: 1 !important;
}

.main-header .menu-wrapper a.toggle-menu {
  display: none;
  background-color: #2c2c2c;
  color: white;
  border-color: #2c2c2c;
  position: absolute;
  overflow: hidden;
}

.main-header .menu-wrapper a.toggle-menu:hover {
  color: white;
}

.main-header .menu-wrapper ul li {
  display: inline;
  margin-left: 10px;
  position: relative;
}

.main-header .menu-wrapper ul li:after {
  content: '/';
  color: #d5d5d5;
  margin-left: 10px;
}

.main-header .menu-wrapper ul li:last-child:after {
  content: '';
  display: none;
}

.main-header .menu-wrapper ul li a {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  padding: 20px 0;
  /*color: #777777;*/
  color: #FFF;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.4);
}

.main-header .menu-wrapper ul li a:hover {
  color: #cf0000;
}

.main-header .menu-wrapper ul li.active a {
  color: #cf0000;
}

.main-header .menu-wrapper ul li ul {
  position: absolute;
  font-weight: bold;
  width: 225px;
  z-index: 9999;
  top: 30px;
  left: 50%;
  margin-left: -125px;
  text-align: center;
  background-color: white;
}

.main-header .menu-wrapper ul li ul:before {
  content: ' ';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  position: absolute;
  top: -10px;
  margin-left: -10px;
  left: 50%;
}

.main-header .menu-wrapper ul li ul li {
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
  border-bottom: 1px solid #efefef;
  background-color: white;
}

.main-header .menu-wrapper ul li ul li:last-child {
  border-bottom: 0;
}

.main-header .menu-wrapper ul li ul li a {
  font-weight: initial;
  text-transform: none;
  display: block;
  padding: 5px;
  color: #777777 !important;
  text-shadow: none !important;
}

.main-header .menu-wrapper ul li ul li a:hover {
  color: #cf0000 !important;
}

.main-header .menu-wrapper ul li ul li:after {
  display: none;
}

.main-header .menu-wrapper ul li ul li ul {
  left: 100% !important;
  margin-left: 1px;
  top: 0;
}

.main-header .menu-wrapper .sf-menu:hover .sf-menu-content .sf-menu:hover .sf-menu-cont-left {
  right: 100% !important;
  margin-left: auto;
  top: 0;
}

.main-header .menu-wrapper ul li ul li ul:before {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .main-header .menu-wrapper {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .main-header .menu-wrapper {
    margin-top: 0 !important;
  }
}

#responsive-menu {
  width: 100%;
  padding: 30px;
  overflow: hidden;
  background-color: #2c2c2c;
}

#responsive-menu li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #404040;
}

#responsive-menu li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

#responsive-menu li a {
  font-size: 18px;
  color: white;
}

#responsive-menu li ul {
  margin-top: 12px;
  padding-top: 12px;
  margin-left: 30px;
  border-top: 1px solid #404040;
}

#responsive-menu li ul li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #404040;
}

#responsive-menu li ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

#responsive-menu nav > li > a:hover {
  background-color: grey;
}

.sf-menu {
  position: relative;
  display: block;
}

.sf-menu-content {
  display: none;
}

.sf-menu-content-un {
  display: none;
}

.sf-menu-cont-left {
  display: none;
}

.sf-menu-content a {
  color: #efefef;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.sf-menu:hover .sf-menu-content {
  display: block;
}

.sf-menu:hover .sf-menu-content .sf-menu:hover .sf-menu-content-un {
  display: block;
}

.sf-menu:hover .sf-menu-content .sf-menu:hover .sf-menu-cont-left {
  display: block;
}

#pageloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: white;
  z-index: 9999;
}

.colored-border {
  border-color: #cf0000 !important;
}

.loader-item {
  position: absolute;
  width: 44px;
  height: 44px;
  margin: -22px 0 0 -22px;
  top: 50%;
  left: 50%;
  text-align: center;
  background: white;
  border-left: 4px solid;
  border-right: 4px solid;
  border-top: 4px solid;
  border-bottom: 3px solid transparent !important;
  border-radius: 22px;
}

footer {
  font-weight: bold;
  /*background-color: white;*/
  background-color: #185174;
  padding: 15px 30px;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: #FFF;
}

.container {
  padding: 10px 30px 5%;
  text-align: justify;
}

@media screen and (min-width: 769px) {
  .container {
    width: 80%;
  }
}

@media screen and (max-width: 330px) {
  .container {
    padding-bottom: 35%;
  }
}

@media screen and (min-width: 331px) and (max-width: 769px) {
  .container {
    padding-bottom: 25%;
  }
}

@media screen and (min-width: 770px) and (max-width: 1880px) {
  .container {
    padding-bottom: 10%;
  }
}

@media screen and (min-width: 1880px) {
  .container {
    padding-bottom: 5%;
  }
}
.img_table_acordos{
  height: 45px !important;
}

hr {
  text-decoration: none;
  display: block;
  margin: 5px auto;
  border-style: inset;
  border-width: 1px;
}

.background-white {
  background-color: #f9f9f9;
  margin-top: 0;
  padding-top: 20px;
}

/* styles for '...' */
.noticias {
  font-family: 'Roboto', serif;
  font-size: 16px;
  color: #777777;
  /* hide text if it more than N lines  */
  overflow: hidden;
  text-overflow: ellipsis;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  line-height: 1.4em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 2.8em;
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: justify;
  /* place for '...' */
}

/* create the ... */
.noticias:before {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}

/* hide ... if we have text, which is less than or equal to max lines */
.noticias:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
}

.noticiasdate {
  font-size: 14px;
  font-family: 'Roboto', serif;
  color: #cf0000;
  bottom: 0;
  left: 0;
  font-style: italic;
  font-weight: bold;
  /*position: absolute;*/
}

[ticker].active {
  height: 354px !important;
}

[ticker] li {
  position: relative;
  height: 105px;
  padding: 0 !important;
  margin-bottom: 20px;
  border-bottom: 1px solid #777;
  transition: opacity 0.4s ease, margin 1s ease !important;
}

.container img {
  max-height: 354px;
}

[ticker] .minus-margin-top {
  /* -(height + margin-bottom)*/
  margin-top: -125px !important;
}

.noticiasdate:hover {
  color: #cf0000;
}

table.table.table-striped {
  margin-bottom: 10px;
}

.social {
  float: right;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0;
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.resp-sharing-button--google:hover,
.resp-sharing-button--google:active {
  background-color: #c23321;
  border-color: #c23321;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}


.row.equal-cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {
  display: block;
}

.row.equal-cols > [class*='col-'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row.equal-cols > [class*='col-'] > * {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}


.news_stuff {
  height: 100%;
  padding: 0;
  list-style:none;
  display:flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 0;
}

.news_stuff li {

}