::selection {
  background: #71a03c;
  color: #FFFFFF; }

/* WebKit, Opera, & IE9 */
::-moz-selection {
  background: #71a03c;
  color: #FFFFFF; }

/* Firefox */
html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
  width: 100%; }
  html a,
  body a {
    cursor: pointer !important; }
    html a time, html a strong, html a em, html a i, html a b,
    body a time,
    body a strong,
    body a em,
    body a i,
    body a b {
      transition: color 0.3s ease-out; }
    html a img,
    body a img {
      transition: opacity 0.3s ease-out; }
    html a:hover,
    body a:hover {
      text-decoration: none; }
      html a:hover img,
      body a:hover img {
        opacity: 0.9;
        filter: alpha(opacity=90); }

input:focus, button:focus, select:focus, textarea:focus {
  outline: none; }

.container {
  padding: 0; }

@media (max-width: 767px) {
  .container {
    padding: 0 15px; } }

.header {
  width: 100%;
  display: block;
  background-repeat: repeat-x;
  background-position: center 44px;
  background-color: #FFFFFF; }
  .header .small-topnav {
    background-color: #EFEFEF; }
  .header .weather {
    padding: 10px 0 0 0;
    color: #545454; }
    .header .weather img {
      height: 25px;
      float: left;
      margin: 0 5px 0 0; }
    .header .weather strong {
      font-size: 20px;
      font-weight: bold; }
    .header .weather em {
      font-size: 10px;
      font-style: normal; }
  .header #form-search {
    padding: 10px 0;
    margin: 0;
    float: right; }
    .header #form-search input {
      height: 24px;
      color: #545454;
      font-size: 10px;
      padding: 5px;
      margin: 0;
      border: 0;
      float: left;
      background-color: #e2e2e2;
      vertical-align: middle; }
      .header #form-search input::-moz-placeholder {
        color: #6e6e6e;
        opacity: 1; }
      .header #form-search input:-ms-input-placeholder {
        color: #6e6e6e; }
      .header #form-search input::-webkit-input-placeholder {
        color: #6e6e6e; }
      .header #form-search input:-moz-placeholder {
        text-transform: uppercase; }
      .header #form-search input:-ms-input-placeholder {
        text-transform: uppercase; }
      .header #form-search input::-moz-placeholder {
        text-transform: uppercase; }
      .header #form-search input::-webkit-input-placeholder {
        text-transform: uppercase; }
    .header #form-search button {
      width: 24px;
      height: 24px;
      margin: 0;
      border: 0;
      float: left;
      text-indent: -9999px;
      background: url("../images/sprite.png") no-repeat 0 0;
      transition: background 0.2s ease-in; }
      .header #form-search button:hover {
        background-position: 0 -24px; }
  .header .social-network {
    display: inline-block;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    float: right; }
    .header .social-network li {
      width: 24px;
      height: 24px;
      margin: 0 0 0 10px;
      float: left; }
      .header .social-network li a {
        width: 24px;
        height: 24px;
        display: block;
        margin: 0;
        text-indent: -99999px;
        background: url("../images/sprite.png") no-repeat;
        transition: background 0.2s ease-in; }
        .header .social-network li a.facebook {
          background-position: -24px 0; }
          .header .social-network li a.facebook:hover {
            background-position: -24px -24px; }
        .header .social-network li a.twitter {
          background-position: -48px 0; }
          .header .social-network li a.twitter:hover {
            background-position: -48px -24px; }
        .header .social-network li a.youtube {
          background-position: -72px 0; }
          .header .social-network li a.youtube:hover {
            background-position: -72px -24px; }
        .header .social-network li a.information-access {
          background-position: -96px 0; }
          .header .social-network li a.information-access:hover {
            background-position: -96px -24px; }
  .header .logo {
    height: 110px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    cursor: pointer;
    background: url("../images/logo-chapadao-do-ceu.png") no-repeat center #FFFFFF; }
    @media (max-width: 768px) {
      .header .logo {
        background-size: 80%; } }
  .header nav {
    height: 46px;
    background-color: #1c662f; }
    @media (min-width: 768px) and (max-width: 991px) {
      .header nav .container {
        width: 100%;
        margin-right: 0;
        margin-left: 0; } }
    .header nav .navbar-header {
      height: 46px; }
    .header nav .navbar-toggle {
      padding: 14px 10px;
      margin-top: 0;
      margin-bottom: 0; }
      .header nav .navbar-toggle .icon-bar {
        background-color: #FFFFFF; }
    .header nav .navbar-collapse, .header nav .container-fluid > .navbar-header, .header nav .container-fluid > .navbar-collapse {
      position: relative;
      z-index: 999; }
    .header nav .navbar-collapse {
      padding: 0;
      background-color: #1c662f; }
      .header nav .navbar-collapse .navbar-nav > li > a {
        height: 46px;
        display: block;
        line-height: 46px;
        font-size: 16px;
        font-weight: 600;
        color: #FFFFFF;
        text-transform: uppercase;
        margin: 0 13px;
        padding: 0; }
        .header nav .navbar-collapse .navbar-nav > li > a:hover {
          background: none;
          color: #FFC725; }
          .header nav .navbar-collapse .navbar-nav > li > a:hover .caret {
            border-top-color: #FFC725; }
        .header nav .navbar-collapse .navbar-nav > li > a .caret {
          color: #FFFFFF;
          margin-left: 0; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .header nav .navbar-collapse .navbar-nav > li > a {
          font-size: 14px;
          margin: 0 10px; } }
      .header nav .navbar-collapse .dropdown-menu {
        width: auto;
        min-width: 120px;
        border: 0;
        border-radius: 0 !important;
        background-color: #648d35;
        box-shadow: none; }
        .header nav .navbar-collapse .dropdown-menu a {
          font-size: 13px;
          font-weight: normal;
          color: #FFFFFF;
          padding: 8px 20px; }
          .header nav .navbar-collapse .dropdown-menu a:hover {
            background: none;
            color: #FFC725; }
      .header nav .navbar-collapse .nav .open > a, .header nav .navbar-collapse .nav .open > a:hover, .header nav .navbar-collapse .nav .open > a:focus {
        background: none;
        color: #FFC725; }
      @media (min-width: 1200px) {
        .header nav .navbar-collapse .dropdown:hover .dropdown-menu {
          left: 15px; } }
      @media (min-width: 992px) {
        .header nav .navbar-collapse .dropdown:hover .dropdown-menu {
          display: block;
          margin-top: 0; } }
      @media (max-width: 992px) {
        .header nav .navbar-collapse .caret {
          display: none; }
        .header nav .navbar-collapse .navbar-nav {
          margin: 0 15px;
          background-color: #648d35; }
        .header nav .navbar-collapse .navbar-collapse, .header nav .navbar-collapse .container-fluid > .navbar-header, .header nav .navbar-collapse .container-fluid > .navbar-collapse {
          padding: 0;
          margin-left: 0;
          margin-right: 0;
          border: 0; }
          .header nav .navbar-collapse .navbar-collapse .dropdown-menu, .header nav .navbar-collapse .container-fluid > .navbar-header .dropdown-menu, .header nav .navbar-collapse .container-fluid > .navbar-collapse .dropdown-menu {
            width: 100%; } }

/* END .header */
/* START .top */
.top {
  background-color: #EEEEEE; }
  .top .carousel .carousel-indicators {
    width: auto;
    position: absolute;
    right: 0;
    left: inherit;
    bottom: 10px;
    padding: 5px;
    margin: 0;
    background-color: #71a03c; }
    .top .carousel .carousel-indicators li {
      width: 10px;
      height: 10px;
      float: left;
      display: inherit;
      border-radius: 0 !important;
      border: 0;
      margin: 0 5px 0 0;
      background-color: #FFFFFF; }
      .top .carousel .carousel-indicators li:last-child {
        margin: 0; }
      .top .carousel .carousel-indicators li.active {
        background-color: #FFC725; }
  .top .carousel .carousel-inner .item img {
    width: 100%;
    max-height: 420px; }
  @media (max-width: 992px) {
    .top .carousel::before {
      display: none; } }

/* END .top */
/* START .home-title */
.home-title {
  width: auto;
  float: left;
  clear: both;
  padding: 5px;
  font-size: 22px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase; }
  .home-title.blue {
    background-color: #71a03c; }
  .home-title.orange {
    background-color: #f9ac2c; }
  .home-title.green {
    background-color: #1c662f; }

/* END .home-title */
/* START .last-news */
.last-news .main {
  margin-bottom: 20px; }
  .last-news .main a img {
    max-width: 360px; }
  .last-news .main a time {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #6e6e6e; }
  .last-news .main a strong {
    display: block;
    font-size: 43px;
    font-weight: 700;
    line-height: 40px;
    color: #71a03c; }

.last-news .secondary span, .last-news .thirdly span {
  width: auto;
  max-width: 190px; }

.last-news .secondary img, .last-news .thirdly img {
  max-width: 170px; }

.last-news .secondary time, .last-news .thirdly time {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #6e6e6e; }

.last-news .secondary strong, .last-news .thirdly strong {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #71a03c; }

@media (max-width: 1199px) {
  .last-news .main a img {
    max-width: 320px; }
  .last-news .main a strong {
    font-size: 38px; }
  .last-news .secondary img, .last-news .thirdly img {
    max-width: 140px; }
  .last-news .secondary strong, .last-news .thirdly strong {
    font-size: 14px;
    line-height: 18px; } }

@media (max-width: 991px) {
  .last-news .main a img {
    max-width: 320px; }
  .last-news .main a strong {
    font-size: 38px; }
  .last-news .secondary strong {
    font-size: 16px;
    line-height: 18px; }
  .last-news .thirdly img {
    max-width: 100%; }
  .last-news .thirdly strong {
    font-size: 14px;
    line-height: 18px; } }

@media (max-width: 767px) {
  .last-news .main a img {
    max-width: 220px; }
  .last-news .main a strong {
    font-size: 28px;
    line-height: 28px; }
  .last-news .secondary img, .last-news .thirdly img {
    max-width: 140px; }
  .last-news .secondary strong, .last-news .thirdly strong {
    font-size: 14px;
    line-height: 18px; } }

@media (max-width: 480px) {
  .last-news .main a img {
    max-width: 100%; } }

.last-news a:hover time {
  color: #545454; }

.last-news a:hover strong {
  color: #7eb343; }

/* END .last-news */
/* START .calls */
.calls {
  width: 100%;
  display: block;
  padding: 20px 0;
  margin: 10px 0 30px;
  background-color: #71a03c; }
  .calls .item {
    text-align: center; }
    .calls .item a {
      font-size: 14px;
      font-weight: 600;
      color: #FFFFFF;
      opacity: 0.8;
      filter: alpha(opacity=80);
      transition: opacity 0.1s ease-out; }
      .calls .item a img {
        opacity: 0.8;
        filter: alpha(opacity=80);
        margin: 0 auto 10px auto;
        display: block; }
      .calls .item a:hover {
        opacity: 1;
        filter: alpha(opacity=100); }
        .calls .item a:hover img {
          opacity: 1;
          filter: alpha(opacity=100); }
  .calls .carousel-btn {
    width: 17px;
    height: 40px;
    text-indent: -9999px;
    margin-top: 31px;
    position: relative;
    float: left;
    z-index: 99;
    background: url("../images/sprite.png") no-repeat;
    transition: background 0.1s ease-out; }
    .calls .carousel-btn.prev {
      background-position: -128px 0; }
      .calls .carousel-btn.prev:hover {
        background-position: -146px 0; }
    .calls .carousel-btn.next {
      margin-top: -71px;
      float: right;
      background-position: -247px 0; }
      .calls .carousel-btn.next:hover {
        background-position: -230px 0; }
    .calls .carousel-btn:hover {
      opacity: 0.9;
      filter: alpha(opacity=90); }
  @media (max-width: 480px) {
    .calls .carousel-btn {
      margin-top: 21px; }
      .calls .carousel-btn.next {
        margin-top: -61px; } }

/* END .calls */
/* START .home-photos */
.home-photos .main {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EFEFEF; }
  .home-photos .main a span {
    width: 100%;
    display: block; }
  .home-photos .main a img {
    width: 100%;
    margin-bottom: 5px; }
  .home-photos .main a time {
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    color: #6e6e6e; }
  .home-photos .main a strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #f9ac2c; }

.home-photos .secondary {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EFEFEF; }
  .home-photos .secondary:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
  .home-photos .secondary span {
    width: auto;
    max-width: 210px; }
  .home-photos .secondary img {
    max-width: 145px; }
  .home-photos .secondary time {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #6e6e6e; }
  .home-photos .secondary strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #666666; }

.home-photos a:hover time {
  color: #545454; }

.home-photos a:hover strong {
  color: #737373; }

/* END .home-photos */
/* START .home-movies */
.home-movies .main {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EFEFEF; }
  .home-movies .main a span {
    width: 100%;
    display: block; }
  .home-movies .main a img {
    width: 100%;
    margin-bottom: 5px; }
  .home-movies .main a time {
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    color: #6e6e6e; }
  .home-movies .main a strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #217a38; }

.home-movies .secondary {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EFEFEF; }
  .home-movies .secondary:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
  .home-movies .secondary span {
    width: auto;
    max-width: 210px; }
  .home-movies .secondary img {
    max-width: 145px; }
  .home-movies .secondary time {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #6e6e6e; }
  .home-movies .secondary strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #666666; }

.home-movies a:hover time {
  color: #545454; }

.home-movies a:hover strong {
  color: #737373; }

/* END .home-movies */
/* START .home-news */
.home-news .main {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EFEFEF; }
  .home-news .main a span {
    width: 100%;
    display: block; }
  .home-news .main a img {
    width: 100%;
    margin-bottom: 5px; }
  .home-news .main a time {
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    color: #6e6e6e; }
  .home-news .main a strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #71a03c; }

.home-news .secondary {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EFEFEF; }
  .home-news .secondary:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
  .home-news .secondary span {
    width: auto;
    max-width: 210px; }
  .home-news .secondary img {
    max-width: 145px; }
  .home-news .secondary time {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #6e6e6e; }
  .home-news .secondary strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #666666; }

.home-news a:hover time {
  color: #545454; }

.home-news a:hover strong {
  color: #737373; }

/* END .home-news */
@media (max-width: 1199px) {
  .home-photos .main a strong, .home-movies .main a strong, .home-news .main a strong {
    font-size: 14px;
    line-height: 16px; }
  .home-photos .secondary img, .home-movies .secondary img, .home-news .secondary img {
    max-width: 120px; }
  .home-photos .secondary time, .home-movies .secondary time, .home-news .secondary time {
    font-size: 10px; }
  .home-photos .secondary strong, .home-movies .secondary strong, .home-news .secondary strong {
    display: block;
    font-size: 12px;
    line-height: 14px; } }

@media (max-width: 768px) {
  .home-photos .secondary img, .home-movies .secondary img, .home-news .secondary img {
    max-width: 150px; }
  .home-photos .secondary time, .home-movies .secondary time, .home-news .secondary time {
    font-size: 10px; }
  .home-photos .secondary strong, .home-movies .secondary strong, .home-news .secondary strong {
    display: block;
    font-size: 14px;
    line-height: 16px; } }

/* START .information-access */
.information-access .image {
  background-color: #5CA54C;
  text-align: center;
  margin-bottom: 5px; }
  .information-access .image img {
    margin: 0 auto; }

.information-access p {
  font-size: 12px;
  font-weight: normal;
  line-height: 14.7px;
  color: #6e6e6e; }

.information-access a {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #5CA54C;
  transition: background 0.3s ease-out; }
  .information-access a:hover {
    background-color: #78ba6a; }

@media (max-width: 991px) {
  .information-access {
    margin-top: 30px; }
    .information-access p {
      font-size: 10px;
      line-height: 12px; } }

/* END .information-access */
/* START .banners */
.banners {
  text-align: center; }
  .banners img {
    margin: 0 auto; }

/* END .banners */
/* START .home-departments */
.home-departments header {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 30px; }

.home-departments .departments-carousel {
  float: left; }

.home-departments .carousel-btn {
  width: 17px;
  height: 40px;
  text-indent: -9999px;
  margin-top: 85px;
  position: relative;
  float: left;
  z-index: 99;
  background: url("../images/sprite.png") no-repeat;
  transition: background 0.1s ease-out; }
  .home-departments .carousel-btn.prev {
    background-position: -180px 0; }
    .home-departments .carousel-btn.prev:hover {
      background-position: -162px 0; }
  .home-departments .carousel-btn.next {
    margin-top: -145px;
    float: right;
    background-position: -196px 0; }
    .home-departments .carousel-btn.next:hover {
      background-position: -213px 0; }
  .home-departments .carousel-btn:hover {
    opacity: 0.9;
    filter: alpha(opacity=90); }

@media (max-width: 1199px) {
  .home-departments .carousel-btn {
    margin-top: 43px; }
    .home-departments .carousel-btn.next {
      margin-top: -82px; } }

@media (max-width: 992px) {
  .home-departments .carousel-btn {
    margin-top: 75px; }
    .home-departments .carousel-btn.next {
      margin-top: -115px; } }

@media (max-width: 767px) {
  .home-departments .carousel-btn {
    margin-top: 62px; }
    .home-departments .carousel-btn.next {
      margin-top: -101px; } }

@media (max-width: 480px) {
  .home-departments .carousel-btn {
    margin-top: 83px; }
    .home-departments .carousel-btn.next {
      margin-top: -122px; } }

/* END .home-departments */
/* START footer */
footer {
  width: 100%;
  display: block;
  padding: 60px 0 30px;
  font-size: 11px;
  color: #FFFFFF;
  border-top: 5px solid #f9ac2c;
  background-repeat: repeat-x;
  background-position: center top;
  background-color: #1c662f;
  position: relative;
  z-index: 1; }
  footer a.developer {
    width: 83px;
    height: 29px;
    display: block;
    margin: 10px 0 0 0;
    text-align: left;
    text-indent: -9999px;
    float: right;
    background: url("../images/sprite.png") no-repeat -264px 0; }
    footer a.developer:hover {
      opacity: 0.9; }

/* END footer */
@media (max-width: 767px) {
  footer {
    text-align: center;
    font-size: 10px; }
    footer p.pull-left {
      width: 100%;
      margin-bottom: 20px; }
    footer p.pull-right {
      width: 100%;
      text-align: center;
      float: none !important; }
    footer a.developer {
      float: none !important;
      margin: 20px auto 0 auto; } }

/*/ START ~ Album City /*/
a.data-modal-galery {
  min-height: 270px;
  text-align: center;
  vertical-align: top;
  margin-bottom: 30px;
  display: block;
  color: #71a03c;
  font-size: 16px; }
  a.data-modal-galery .box-img {
    display: block;
    border: 5px solid #bababa;
    max-height: 200px;
    overflow: hidden; }
    a.data-modal-galery .box-img img {
      width: 100%; }
  a.data-modal-galery:hover, a.data-modal-galery:focus {
    text-decoration: none; }
    a.data-modal-galery:hover .box-img, a.data-modal-galery:focus .box-img {
      border-color: #71a03c; }
  a.data-modal-galery strong {
    display: block;
    text-align: left; }

/*/ END ~ Album City /*/
/*/ START ~ Useful Phones /*/
.useful-phones {
  width: 100%;
  float: left;
  clear: both;
  margin: 0 0 15px; }
  .useful-phones span {
    float: left;
    margin: 0 7px 0 0;
    line-height: 35px;
    font-size: 14px;
    color: #71a03c; }
  .useful-phones strong {
    float: left;
    font-size: 25px;
    color: #71a03c; }
  .useful-phones p {
    float: left;
    clear: both;
    padding: 0 0 0 21px;
    font-size: 18px;
    color: #FFC725; }
    .useful-phones p * {
      color: inherit;
      font-size: inherit; }

@media (max-width: 767px) {
  .useful-phones p {
    padding: 0; } }

/*/ END ~ Useful Phones /*/
/*/ START ~ News /*/
a.news {
  min-height: 350px;
  text-align: center;
  vertical-align: top;
  margin-bottom: 30px;
  display: block;
  color: #71a03c; }
  a.news .box-img {
    display: block;
    border: 5px solid #bababa;
    max-height: 200px;
    overflow: hidden; }
    a.news .box-img img {
      width: 100%;
      margin-top: -10%; }
  a.news:hover, a.news:focus {
    text-decoration: none; }
    a.news:hover .box-img, a.news:focus .box-img {
      border-color: #71a03c; }
  a.news time, a.news strong {
    font-size: 20px;
    font-style: normal;
    display: block;
    text-align: left; }
  a.news time {
    font-size: 12px;
    color: #6e6e6e;
    margin: 5px 0 0 0; }

.news-intern header {
  display: block;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #EFEFEF; }
  .news-intern header time, .news-intern header em {
    font-size: 12px;
    font-style: normal;
    color: #6e6e6e;
    margin: 5px 0 0 0; }
  .news-intern header h3 {
    font-size: 28px;
    font-weight: bold;
    color: #71a03c;
    margin-top: 5px; }
  .news-intern header h4 {
    font-size: 14px;
    font-weight: normal;
    color: #6e6e6e; }

.news-intern .news-image {
  max-width: 300px;
  float: right;
  margin: 0 0 15px 15px; }
  .news-intern .news-image a img {
    border: 5px solid #d4d4d4; }
  .news-intern .news-image a span {
    float: right;
    padding: 2px 8px 5px 8px;
    color: #3b3b3b;
    background-color: #d4d4d4; }
  .news-intern .news-image a:hover img {
    border-color: #71a03c; }
  .news-intern .news-image a:hover span {
    color: #FFFFFF;
    background-color: #71a03c; }

@media (max-width: 480px) {
  .news-image {
    margin: 0 0 15px 0 !important; } }

.more-news a {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EFEFEF;
  display: block;
  color: #71a03c; }
  .more-news a .box-img {
    display: block;
    border: 5px solid #bababa;
    max-height: 150px;
    overflow: hidden; }
    .more-news a .box-img img {
      width: 100%;
      margin-top: -10%; }
  .more-news a:hover, .more-news a:focus {
    text-decoration: none; }
    .more-news a:hover .box-img, .more-news a:focus .box-img {
      border-color: #71a03c; }
  .more-news a time, .more-news a strong, .more-news a em {
    font-size: 16px;
    font-style: normal;
    display: block;
    text-align: left; }
  .more-news a time, .more-news a em {
    font-size: 12px;
    color: #6e6e6e;
    margin: 5px 0 0 0; }

.more-news .btn-more-news {
  color: #FFFFFF;
  padding: 10px 0; }

/*/ END ~ News /*/
/*/ START ~ Calendar And Events /*/
a.calendar-events {
  min-height: 100px;
  text-align: center;
  vertical-align: top;
  margin-bottom: 30px;
  display: block;
  color: #71a03c; }
  a.calendar-events:hover, a.calendar-events:focus {
    text-decoration: none; }
  a.calendar-events time, a.calendar-events strong, a.calendar-events em {
    font-size: 20px;
    font-style: normal;
    display: block;
    text-align: left; }
  a.calendar-events time, a.calendar-events em {
    font-size: 12px;
    color: #6e6e6e;
    margin: 5px 0 0 0; }

/*/ END ~ Calendar And Events /*/
/*/ START ~ Departments /*/
a.departments {
  min-height: 350px;
  text-align: center;
  vertical-align: top;
  margin-bottom: 30px;
  display: block;
  color: #71a03c; }
  a.departments .box-img {
    display: block;
    border: 5px solid #bababa;
    max-height: 250px;
    overflow: hidden; }
    a.departments .box-img img {
      width: 100%;
      margin-top: -5%; }
  a.departments:hover, a.departments:focus {
    text-decoration: none; }
    a.departments:hover .box-img, a.departments:focus .box-img {
      border-color: #71a03c; }
  a.departments time, a.departments strong {
    font-size: 20px;
    font-style: normal;
    display: block;
    text-align: left; }
  a.departments time {
    font-size: 12px;
    color: #6e6e6e;
    margin: 5px 0 0 0; }

.more-departments a {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EFEFEF;
  display: block;
  color: #71a03c; }
  .more-departments a .box-img {
    display: block;
    border: 5px solid #bababa;
    max-height: 250px;
    overflow: hidden; }
    .more-departments a .box-img img {
      width: 100%;
      margin-top: -5%; }
  .more-departments a:hover, .more-departments a:focus {
    text-decoration: none; }
    .more-departments a:hover .box-img, .more-departments a:focus .box-img {
      border-color: #71a03c; }
  .more-departments a time, .more-departments a strong {
    font-size: 16px;
    font-style: normal;
    display: block;
    text-align: left; }
  .more-departments a time {
    font-size: 12px;
    color: #6e6e6e;
    margin: 5px 0 0 0; }

.more-departments .btn-more-news {
  color: #FFFFFF;
  padding: 10px 0; }

@media (max-width: 991px) and (min-width: 480px) {
  .more-departments a {
    width: 46%;
    height: 320px;
    float: left;
    margin-left: 2%;
    margin-right: 2%; }
    .more-departments a .box-img {
      max-height: auto; }
    .more-departments a.btn-more-news {
      width: 96%;
      height: auto; } }

@media (max-width: 767px) and (min-width: 480px) {
  .more-departments a {
    height: 280px; } }

/*/ END ~ Departments /*/
/*/ START ~ PrevCeu /*/
a.prevceu {
  min-height: 100px;
  margin-bottom: 30px;
  display: block;
  color: #71a03c; }
  a.prevceu:hover, a.prevceu:focus {
    text-decoration: none; }
  a.prevceu em, a.prevceu strong {
    font-size: 20px;
    font-style: normal;
    display: block;
    text-align: left; }
  a.prevceu em {
    font-size: 12px;
    color: #6e6e6e;
    margin: 5px 0 0 0; }

/*/ END ~ PrevCeu /*/
/*/ START ~ Official Diary /*/
.listOfMonths {
  list-style: none;
  margin: 0 0 20px 0; }
  .listOfMonths li {
    width: 8%;
    float: left;
    margin: 0 2px 0 0; }
    .listOfMonths li a {
      padding: 5px;
      text-align: center;
      display: block;
      color: #FFFFFF;
      background-color: #71a03c; }
      .listOfMonths li a:hover, .listOfMonths li a.active {
        background-color: #FFC725; }

a.officialDiary {
  min-height: 100px;
  margin-bottom: 30px;
  display: block;
  color: #71a03c; }
  a.officialDiary img {
    float: left;
    margin: 0 10px 0 0; }
  a.officialDiary:hover, a.officialDiary:focus {
    text-decoration: none; }
  a.officialDiary time, a.officialDiary strong {
    font-size: 20px;
    font-style: normal;
    display: block;
    text-align: left; }
  a.officialDiary time {
    font-size: 12px;
    color: #6e6e6e;
    margin: 5px 0 0 0; }

/*/ END ~ Official Diary /*/
#formFilter {
  width: 100%;
  float: left;
  clear: both;
  background-color: #eeeeee;
  padding: 20px;
  margin: 0 0 30px 0; }
  #formFilter p {
    font-size: 22px;
    color: #71a03c; }

.nav-tabs li {
  width: 50%;
  text-align: center;
  border: 0 !important; }
  .nav-tabs li a {
    width: 100%;
    border: 0 !important;
    color: #777777;
    background-color: #eeeeee;
    text-transform: uppercase;
    border-radius: 0 !important; }
  .nav-tabs li.active a {
    color: #FFFFFF;
    background-color: #71a03c; }
    .nav-tabs li.active a:hover {
      color: #FFFFFF;
      background-color: #648d35; }

.bidding-contracts {
  width: 100%;
  float: left;
  clear: both;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #eeeeee;
  color: #545454; }
  .bidding-contracts small {
    display: block;
    font-size: 16px; }
  .bidding-contracts time {
    font-size: 16px; }
  .bidding-contracts h2 {
    font-size: 26px;
    line-height: 32px;
    color: #71a03c;
    margin: 5px 0; }
  .bidding-contracts h3 {
    font-size: 16px;
    color: #545454;
    margin: 10px 0; }
  .bidding-contracts ul {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none; }
    .bidding-contracts ul li {
      float: left;
      padding: 0 0 0 10px;
      margin: 0 0 0 10px;
      border-left: 1px solid #71a03c; }
      .bidding-contracts ul li:first-child {
        padding-left: 0;
        margin-left: 0;
        border-left: 0; }
      .bidding-contracts ul li a.officialDiary {
        margin-bottom: 0;
        min-height: inherit; }

.panel-group .panel-default {
  border: 0; }
  .panel-group .panel-default .panel-heading {
    border: 0;
    background: transparent; }
    .panel-group .panel-default .panel-heading h3 {
      font-size: 20px;
      font-weight: bold;
      color: #71a03c; }
      .panel-group .panel-default .panel-heading h3 a span {
        font-size: 16px; }

body.galeria-de-fotos a.data-modal-galery {
  min-height: 180px; }
  body.galeria-de-fotos a.data-modal-galery .box-img {
    max-height: 180px; }

body:not(.home) .page-title {
  width: 100%;
  height: 215px;
  float: left;
  clear: both;
  margin-top: -190px;
  margin-bottom: 140px;
  position: relative;
  z-index: 3; }

body:not(.home) .sub-title {
  width: auto;
  font-size: 14px;
  font-weight: 500;
  color: #6e6e6e; }

/* END body:not(.home) */
/*/ START ~ contact ombudsman /*/
.last-ticket {
  min-height: 100px;
  text-align: center;
  vertical-align: top;
  margin-bottom: 5px;
  display: block;
  color: #71a03c; }
  .last-ticket:hover, .last-ticket:focus {
    text-decoration: none; }
  .last-ticket time, .last-ticket strong, .last-ticket em {
    font-size: 20px;
    font-style: normal;
    display: block;
    text-align: left; }
  .last-ticket time, .last-ticket em {
    font-size: 12px;
    color: #6e6e6e;
    margin: 5px 0 0 0; }

/*/ END ~ contact ombudsman /*/
/*/ START ~ files /*/
.files ul {
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .files ul li {
    position: relative; }
    .files ul li:not(:first-child) {
      margin-left: 10px;
      padding-left: 10px; }
      .files ul li:not(:first-child)::before {
        content: "|";
        left: -4px;
        float: left;
        position: absolute;
        color: #38c95d; }
    .files ul li a {
      min-height: initial;
      line-height: 34px; }

/*/ END ~ files /*/
.separate-line {
  margin: 30px 0;
  border-top: 1px solid #EFEFEF; }

/* MARGINS */
.margin-top-5 {
  margin-top: 5px !important; }

.margin-top-10 {
  margin-top: 10px !important; }

.margin-top-15 {
  margin-top: 15px !important; }

.margin-top-20 {
  margin-top: 20px !important; }

.margin-top-30 {
  margin-top: 30px !important; }

.margin-top-40 {
  margin-top: 40px !important; }

.margin-right-5 {
  margin-right: 5px !important; }

.margin-right-10 {
  margin-right: 10px !important; }

.margin-right-15 {
  margin-right: 15px !important; }

.margin-right-20 {
  margin-right: 20px !important; }

.margin-right-30 {
  margin-right: 30px !important; }

.margin-right-40 {
  margin-right: 40px !important; }

.margin-bottom-5 {
  margin-bottom: 5px !important; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.margin-bottom-15 {
  margin-bottom: 15px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-bottom-40 {
  margin-bottom: 40px !important; }

.margin-left-5 {
  margin-left: 5px !important; }

.margin-left-10 {
  margin-left: 10px !important; }

.margin-left-15 {
  margin-left: 15px !important; }

.margin-left-20 {
  margin-left: 20px !important; }

.margin-left-30 {
  margin-left: 30px !important; }

.margin-left-40 {
  margin-left: 40px !important; }

/* PADDINGS */
.padding-top-5 {
  padding-top: 5px !important; }

.padding-top-10 {
  padding-top: 10px !important; }

.padding-top-15 {
  padding-top: 15px !important; }

.padding-top-20 {
  padding-top: 20px !important; }

.padding-right-5 {
  padding-right: 5px !important; }

.padding-right-10 {
  padding-right: 10px !important; }

.padding-right-15 {
  padding-right: 15px !important; }

.padding-right-20 {
  padding-right: 20px !important; }

.padding-bottom-5 {
  padding-bottom: 5px !important; }

.padding-bottom-10 {
  padding-bottom: 10px !important; }

.padding-bottom-15 {
  padding-bottom: 15px !important; }

.padding-bottom-20 {
  padding-bottom: 20px !important; }

.padding-left-5 {
  padding-left: 5px !important; }

.padding-left-10 {
  padding-left: 10px !important; }

.padding-left-15 {
  padding-left: 15px !important; }

.padding-left-20 {
  padding-left: 20px !important; }

/* COLOR */
.text-yellow {
  color: #FFC725; }
  .text-yellow:hover {
    color: #f1b300; }

.text-green {
  color: #217a38; }
  .text-green:hover {
    color: #165226; }

.text-blue {
  color: #71a03c; }
  .text-blue:hover {
    color: #577b2e; }

.text-orange {
  color: #f9ac2c; }
  .text-orange:hover {
    color: #eb9507; }

.text-gray {
  color: #545454; }
  .text-gray:hover {
    color: #3b3b3b; }

.text-white {
  color: #FFFFFF; }

.text-black {
  color: #000000; }

.text-uppercase {
  text-transform: uppercase; }

/* BOOTSTRAP TEXT-ALIGN RESPONSIVE */
.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
  text-align: left; }

.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
  text-align: center; }

.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
  text-align: right; }

.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
  text-align: justify; }

@media (max-width: 767px) {
  .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
    text-align: inherit; }
  .text-left-xs {
    text-align: left; }
  .text-center-xs {
    text-align: center; }
  .text-right-xs {
    text-align: right; }
  .text-justify-xs {
    text-align: justify; } }

@media (min-width: 768px) and (max-width: 991px) {
  .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
    text-align: inherit; }
  .text-left-sm {
    text-align: left; }
  .text-center-sm {
    text-align: center; }
  .text-right-sm {
    text-align: right; }
  .text-justify-sm {
    text-align: justify; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
    text-align: inherit; }
  .text-left-md {
    text-align: left; }
  .text-center-md {
    text-align: center; }
  .text-right-md {
    text-align: right; }
  .text-justify-md {
    text-align: justify; } }

@media (min-width: 1200px) {
  .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
    text-align: inherit; }
  .text-left-lg {
    text-align: left; }
  .text-center-lg {
    text-align: center; }
  .text-right-lg {
    text-align: right; }
  .text-justify-lg {
    text-align: justify; } }

.center {
  margin: 0 auto; }

.pagination {
  margin: 40px auto 20px; }
  .pagination > li * {
    font-size: 20px !important; }
  .pagination > li a {
    color: #71a03c;
    font-weight: bold;
    border-bottom: 2px solid #FFFFFF;
    padding: 6px 5px 0 5px;
    margin: 0 7px; }
    .pagination > li a span {
      font-size: inherit;
      text-indent: -9999px; }
    .pagination > li a:hover {
      background-color: transparent;
      opacity: 0.8;
      filter: alpha(opacity=80);
      border-bottom-color: #71a03c; }
  .pagination > li:first-child a, .pagination > li:last-child a {
    white-space: nowrap;
    overflow: hidden;
    color: transparent !important; }
    .pagination > li:first-child a::before, .pagination > li:last-child a::before {
      color: #1F5EAA;
      margin-top: 5px;
      margin-bottom: 5px;
      font-size: 15px;
      position: absolute;
      top: 8px;
      left: 5px;
      display: inline-block;
      font-family: 'Glyphicons Halflings';
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e079"; }
    .pagination > li:first-child a:hover, .pagination > li:last-child a:hover {
      border-bottom-color: #FFFFFF; }
  .pagination > li:last-child a::before {
    content: "\e080"; }
  .pagination > li.active span {
    padding: 6px 5px 0 5px;
    margin: 0 7px;
    font-weight: bold;
    color: #FFC725;
    border-bottom: 2px solid #FFC725; }
    .pagination > li.active span:hover {
      color: #FFC725;
      border-bottom: 2px solid #FFC725; }
  .pagination > .disabled span {
    color: #71a03c; }
  .pagination > .disabled:first-child span, .pagination > .disabled:last-child span {
    white-space: nowrap;
    overflow: hidden;
    color: transparent !important; }
    .pagination > .disabled:first-child span::before, .pagination > .disabled:last-child span::before {
      cursor: not-allowed;
      color: #ddd;
      margin-top: 5px;
      margin-bottom: 5px;
      font-size: 15px;
      position: absolute;
      top: 8px;
      left: 5px;
      display: inline-block;
      font-family: 'Glyphicons Halflings';
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e079"; }
  .pagination > .disabled:last-child span::before {
    content: "\e080"; }

/* COVID */
.covid-box h2 {
  display: block;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 0;
  background: #0A7646;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.covid-box .covid-box-content {
  display: block;
  padding: 20px;
  background: #cbe6d2;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

/* FONT WEIGHT */
.lighter {
  font-weight: lighter; }

.normal {
  font-weight: normal; }

.strong {
  font-weight: bold; }

/* FONT SIZE */
.font-size-10 {
  font-size: 10px; }

.font-size-11 {
  font-size: 11px; }

.font-size-12 {
  font-size: 12px; }

.font-size-14 {
  font-size: 14px; }

.font-size-16 {
  font-size: 16px; }

.font-size-18 {
  font-size: 18px; }

.font-size-20 {
  font-size: 20px; }

.font-size-22 {
  font-size: 22px; }

.font-size-24 {
  font-size: 24px; }

.font-size-26 {
  font-size: 26px; }

.font-size-28 {
  font-size: 28px; }

.font-size-30 {
  font-size: 30px; }

.font-size-35 {
  font-size: 35px; }

.remove-padding {
  padding: 0 !important; }

.remove-padding-t {
  padding-top: 0 !important; }

.remove-padding-r {
  padding-right: 0 !important; }

.remove-padding-b {
  padding-bottom: 0 !important; }

.remove-padding-l {
  padding-left: 0 !important; }

.remove-margin {
  margin: 0 !important; }

.remove-margin-t {
  margin-top: 0 !important; }

.remove-margin-r {
  margin-right: 0 !important; }

.remove-margin-b {
  margin-bottom: 0 !important; }

.remove-margin-l {
  margin-left: 0 !important; }

.clear {
  width: 100%;
  float: left;
  clear: both; }

/*# sourceMappingURL=main.css.map */
