body {
  color: #333;
  font: 16px Inter, Arial, Verdana;
  overflow-x: hidden; 
  padding-top: 40px; }

  .fixed-top {
    top: 0;
  }

.contraste,
.contraste div, .contraste .card, .contraste .card-body, .contraste .btn, .contaste footer, .contraste #noticias a h4 {
  background: #000 !important;
  color: #FF0 !important; }

.contraste a,
.contraste a:hover {
  color: #FF0; }

.header {
  width: 100%;
  display: inline-block; }
  .header .header-top {
    font-size: 0.7em;
    border-top: 3px solid #FBCC07;
    padding: 3px 0;
    background: #333;
    color: #FFF; }
    .header .header-top .dir {
      font-weight: bold;
      text-transform: uppercase; }
      .header .header-top .dir p {
        margin: 0; }
        .header .header-top .dir p a {
          margin-left: 10px; }
    .header .header-top a {
      color: #FFF;
      text-decoration: none; }
      .header .header-top a:hover {
        color: #FBCC07; }
  .header .header-auxiliar {
    background: #FBCC07;
    color: #333;
    padding: 5px 0 7px 0; }
    .header .header-auxiliar .btn-secondary {
      background: #333;
      color: #FFF; }
  .header .header-nav {
    background: #C4E6EF;
    padding: 15px 0; }
    .header .header-nav p {
      font-weight: bold;
      font-size: 1.2em;
      margin-top: 25px; }
      .header .header-nav p i {
        margin-right: 10px;
        background-color: #01348F;
        border-radius: 100px;
        color: #FFF;
        padding: 10px; }
  .header .bg-light {
    background: #22346A !important; }
    .header .bg-light .nav-link {
      color: #FBCC07;
      text-transform: uppercase;
      font-weight: 600; }
      .header .bg-light .nav-link:hover {
        color: #FFF; }

/*.header {
    border-top: 5px solid $dark;
    & &-top {
        background: #fcc056;
        padding: 10px 20px;
        box-sizing: border-box;
        color: $dark;
        font-size: 0.8em;
        a {
            color: $dark;
            text-decoration: none;
            &:hover {
                color: $dark;
            }
        }
    }
    & &-link {
        margin-left: 30px;
    }
    .col-6:last-child {
        text-align: right !important;
        font-weight: bold;
    }
    & &-middle {
        padding: 20px 10px;
    }
    .bg-light {
        background: $dark !important;
        .nav-link {
            color: #FFF !important;
            font-size: 1.2em;
            text-transform: uppercase;
            &:hover {
                color: #fcc056 !important;
            }
        }
    }
    .d-flex a {
        margin-left: 5px;
    }
    & &-portal {
        padding: 5px 0;
        display: inline-block;
    }
    & &-infos {
        float: right;
        list-style: none;
        li {
            display: inline-block;
            padding: 25px 15px 0 0;
        }
    }

}*/
.banner {
  background: #f1f1f1;
  padding: 10px 0; }
  .banner img {
    border-radius: 10px; }

.eventos {
  background-color: #FFF;
  padding: 50px 0; }

.box {
  width: 100%;
  height: 150px;
  overflow: hidden;
  float: left; }

.news a {
  color: #333;
  text-decoration: none;
  font-size: 0.9em; }
  .news a:hover {
    color: #000; }

.carousel-caption {
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px; }

.menu {
  background: #22346A; }
  .menu .col-12 {
    padding: 5px 20px; }
    .menu .col-12 .btn {
      margin: 5px 0;
      color: #FFF; }

.tab-content a {
  margin-bottom: 10px; }
  .tab-content a .titulo {
    font-size: 0.9em;
    height: 30px;
    width: 100%;
    line-height: 15px !important;
    margin: 10px 0 5px 0 !important;
    text-align: center; }

.space {
  margin: 40px auto; }

.corona p {
  margin: 3px; }
  .corona p a {
    color: #FFF; }

.galerias {
  padding: 40px 0; }
  .galerias a {
    color: #FFF;
    text-decoration: none; }
    .galerias a p {
      margin: 30px 0; }
    .galerias a .cima {
      top: -70px;
      z-index: 99;
      color: #FFF;
      position: relative;
      width: 100%;
      height: 50px;
      display: inline-block;
      text-shadow: 2px 2px 0 #000; }
    .galerias a .box {
      width: 100%;
      height: 250px;
      overflow: hidden;
      border-radius: 5px;
      background: #000;
      border-radius: 5px;
      text-align: center;
      z-index: 9; }
      .galerias a .box img {
        height: 300px;
        transition: all 0.5s;
        opacity: 0.5; }
        .galerias a .box img:hover {
          scale: 1.2;
          opacity: 1; }

#noticias .box {
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 5px;
  background: #000; }
  #noticias .box img {
    height: 500px;
    transition: all 0.5s;
    opacity: 0.5; }
    #noticias .box img:hover {
      scale: 1.2;
      opacity: 1; }
#noticias .box2 {
  text-align: center;
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 5px;
  background: #000; }
  #noticias .box2 img {
    height: 300px;
    transition: all 0.5s;
    opacity: 0.5; }
    #noticias .box2 img:hover {
      scale: 1.2;
      opacity: 1; }
#noticias p {
  margin-top: 10px !important; }
#noticias .p {
  font-size: 0.8em; }
#noticias a {
  text-decoration: none;
  color: #333 !important; }
  #noticias a h4 {
    font-size: 1.2em;
    color: #333; }

.footer {
  border-bottom: 10px solid #22346A;
  border-top: 5px solid #22346A;
  background: #C4E6EF;
  color: #22346A;
  padding: 20px 0;
  margin-top: 20px; }
  .footer a {
    text-decoration: none;
    color: #22346A; }

.btn-info {
  color: #FFF; }

.texto img {
  margin: 0 20px 20px 0;
  border: 5px solid #000;
  background-color: #000; }

.noticias .card {
  margin-bottom: 15px; }
.noticias .box {
  height: 250px;
  overflow: hidden;
  background: #000; }
.noticias .titulo {
  min-height: 80px;
  font-weight: bold; }

.top {
  margin: 50px auto; }

p {
  line-height: 30px !important; }

.titulo {
  margin: 50px; }

.noticias strong {
  height: 120px; }

.galerias {
  background-color: #01348F; }
  .galerias h2 {
    color: #FBCC07; }
  .galerias .title {
    text-transform: capitalize !important; }
  .galerias .box {
    width: 100%;
    height: 180px;
    overflow: hidden; }

.contraste {
  background: #000 !important;
  color: #FFF !important; }

.amarelo {
  color: #FF0 !important; }

#outros {
  background-color: #f1f1f1;
  padding: 50px 0;
  margin-top: 50px; }

#outros .thumbnail {
  background-color: #fff; }

h1,
h2 {
  font-weight: bold;
  margin: 20px 0; }

.carousel img {
  border-radius: 15px; }

#myTab .nav-link {
  color: #FFF;
  background: #333;
  margin-right: 2px; }
#myTab .active {
  background: #01348F;
  color: #FFF; }

.btn-tab {
  background: #f1f1f1 !important;
  color: #01348F;
  margin-bottom: 5px; }
  .btn-tab:hover {
    color: #FBCC07;
    background: #01348F !important; }

#noticias {
  background: #f1f1f1;
  padding: 40px 0; }

@media (max-width: 420px) {
  body {
    padding-top: 100px;
  }
  .header .header-link {
    margin-left: 0; }
  .header .header-top {
    padding: 10px 0; }
  .header .header-center {
    text-align: center; }
  .header .header-header-mobile .btn {
    margin-bottom: 10px !important; }

  .esconde {
    display: none; }

  .navbar-brand img {
    width: 250px; }

  .header .bg-light {
    background: #FFF !important; } 
  .header .fixed-top {
    text-align: center;
  }
  .header .text-right {
    text-align: center !important;
  }
}

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