@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Titillium+Web:400,600,700);
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);
body {
  background-color: #f5f5f5;
}

a {
  text-decoration: none;
  color: #5a9e25;
}
a:hover {
  text-decoration: underline;
  color: #407517;
}

header {
  background: #589B24;
  background: linear-gradient(180deg, rgb(88, 155, 36) 0%, rgb(84, 147, 34) 100%);
}
header .logo {
  padding: 1rem 0;
}
header .header-weather {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  line-height: 0;
}
header .header-weather a {
  text-decoration: none;
  font-size: 0.85rem;
  color: #fff;
}
header .header-weather a:hover {
  text-decoration: underline;
}

nav.navbar {
  --bs-navbar-padding-y: 0rem;
  background-color: #5a9e25;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
nav .navbar-nav {
  font-family: "Titillium Web", sans-serif;
}
nav .navbar-nav li {
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 700;
}
nav .navbar-nav li .nav-link {
  --bs-navbar-nav-link-padding-x: .9rem;
  --bs-nav-link-padding-y: 1rem;
  color: #fff;
}
nav .navbar-nav li .nav-link:hover {
  background-color: #487E1E;
}
nav .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
nav .navbar-nav .dropdown-menu {
  background-color: #487E1E;
}
nav .navbar-nav .dropdown-menu a {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding: 0.75rem 1rem;
}
nav .navbar-nav .dropdown-menu a:hover {
  background-color: #407517;
}

.header-info {
  background-color: #ffffff;
  padding: 0.75rem 0;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: right;
  border-bottom: 1px solid #dedede;
  margin-bottom: 1rem;
}

.breaking-news {
  display: block;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
}
.breaking-news:after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  background: inherit;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: 10;
  box-shadow: -10px 0px 20px #fff;
}
.breaking-news .breaking-news-title {
  display: block;
  position: relative;
  float: left;
  background: #5a9e25;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  padding: 7px 13px;
  z-index: 6;
}
.breaking-news ul {
  position: absolute;
  z-index: 5;
}
.breaking-news ul:after {
  display: block;
  content: "";
  clear: both;
}
.breaking-news ul li {
  display: block;
  float: left;
  font-weight: 400;
  font-size: 0.85rem;
  font-family: "Source Sans Pro", sans-serif;
  margin: 6px 0px 0px 0px;
  position: relative;
}
.breaking-news ul li:after {
  display: block;
  position: absolute;
  content: "●";
  font-family: "Entypo";
  font-size: 0.5rem;
  top: 0px;
  right: -0.25rem;
  color: #c9c9c9;
}
.breaking-news ul li:last-child:after {
  display: none;
}
.breaking-news ul li a {
  display: block;
  padding-left: 0.8rem;
  padding-right: 0.6rem;
}
.breaking-news ul .slide_container {
  height: 2rem !important;
}

main h1 {
  font-size: 1.8rem;
  position: relative;
  border-bottom: 1px solid #cecece;
  margin-bottom: 1rem;
  line-height: 1.5;
}
main h2 {
  font-size: 1.5rem;
  line-height: 1.4;
}
main h3 {
  font-size: 1.2rem;
  line-height: 1.2;
}
main h1,
main h2 {
  position: relative;
  border-bottom: 1px solid #cecece;
  margin-bottom: 1rem;
  padding-bottom: 0.2rem;
}
main h1 span,
main h2 span {
  border-bottom: 0.25rem solid #FFB300;
  padding-bottom: 0.2rem;
}
main article {
  background-color: #fff;
  padding: 0.5rem 0.75rem;
  border-top: 0.2rem solid #589B24;
}
main article ul.linhas-onibus li a {
  display: block;
  padding: 0.5rem 0;
  text-decoration: none;
  font-weight: 500;
  color: #086d26;
  border-bottom: 1px solid #dedede;
}
main article ul.linhas-onibus li a:hover {
  background-color: #f5f5f5;
  border-bottom-color: #ccc;
}
main article.index h1 span,
main article.index h2 span,
main article.index h3 span {
  border-bottom: 0.25rem solid #FFB300;
  padding-bottom: 0.2rem;
}
main article.cinema .widget .filme-poster {
  max-width: 7.5rem;
}
main article.cinema .widget p {
  margin-bottom: 0.25rem;
}
main article .widget.cinema img {
  max-width: 12rem;
}

aside.right .widget h2 {
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 600 !important;
  color: #FF9900;
  border-bottom: 2px solid #FF9900;
}
aside.right .widget h3 {
  padding: 0.5rem 0.75rem;
  background-color: #589B24;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 0px 1px 3px #000;
  color: #fff;
}
aside.right .widget .article-list {
  margin: 0;
  padding: 0;
}
aside.right .widget .article-list li {
  margin-bottom: 6px;
  margin-left: 0;
  padding-bottom: 6px;
  border-bottom: 1px dotted #c0bfbf;
  list-style: none;
}
aside.right .widget p {
  font-size: 0.85rem;
}
aside.right .ad-link {
  display: block;
  font-size: 10px;
  font-weight: bold;
  color: #cacaca;
  text-align: center;
}
aside.right .social-bar {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
aside.right .social-bar:after {
  display: block;
  content: "";
  clear: both;
}
aside.right .social-bar a {
  display: block;
  float: left;
  width: 4.5rem;
  text-align: center;
  margin-right: 0.5rem;
  text-decoration: none;
}
aside.right .social-bar a:nth-child(4n+0) {
  margin-right: 0px;
}
aside.right .social-bar a i {
  display: block;
  margin-bottom: 1px;
  font-style: normal;
  background: rgba(0, 0, 0, 0.1);
  padding: 8px 0px;
  font-size: 13px;
  font-weight: bold;
  color: #232323;
  margin-left: 0px;
}
aside.right .social-bar a:hover i {
  background: rgba(0, 0, 0, 0.15);
}
aside.right .social-bar a span {
  display: block;
  color: #fff;
  padding: 2px 0px;
  font-size: 11px;
  font-weight: bold;
}
aside.right .social-bar a span.facebook {
  background: #4260b4;
}
aside.right .social-bar a span.twitter {
  background: #3fb9d7;
}
aside.right .social-bar a span.linkedin {
  background: #2876c6;
}

footer {
  font-size: 0.8rem;
  color: #888;
}
footer > div {
  border-top: 2px solid #ccc;
}
footer .logo-footer {
  max-width: 150px;
}
@media (min-width: 992px) {
  footer ul li {
    display: inline;
    padding-left: 1rem;
    padding-right: 1rem;
    border-left: 1px solid #888;
  }
  footer ul li:first-child {
    padding-left: 0;
    border-left: 0;
  }
  footer ul li:last-child {
    padding-right: 0;
  }
}
footer ul li a {
  font-size: 1rem;
  text-decoration: none;
  color: #333;
}
footer ul li a:hover {
  text-decoration: underline;
}

.modal-header {
  background-color: #5a9e25;
  padding: 0.25rem 1rem;
  color: #fff;
}

.table-half th,
.table-half td {
  width: 50%;
}

.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  display: block;
  font-weight: 500;
}
.form-group label .required {
  color: #f00;
}

.ss-main .ss-values {
  padding: 0.2rem;
}
.ss-main .ss-arrow {
  display: none !important;
}

.addtoany_share_save_container {
  display: none !important;
}

.gallery-icon.landscape {
  display: none;
}/*# sourceMappingURL=style.novo.css.map */