@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
body {
  font-family: "Open Sans" !important; }

h2 {
  color: #555;
  margin-bottom: 1em; }
  h2 .line_title {
    width: 55px;
    margin: 0 10px 8px;
    height: 1px;
    background: #ccc;
    display: inline-block; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

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

section {
  margin-bottom: 2em; }

*:hover {
  -webkit-transition: all .3s ease;
  /* Safari and Chrome */
  -moz-transition: all .3s ease;
  /* Firefox */
  -ms-transition: all .3s ease;
  /* IE 9 */
  -o-transition: all .3s ease;
  /* Opera */
  transition: all .3s ease; }

header {
  background-image: url("/static/institucional/img/bg-header.jpg"); }
  header #topo {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    padding: 0 0 1.5em; }
    header #topo .logo {
      margin-top: 1.5em; }
    header #topo #menu ul {
      list-style: none;
      font-family: "Open Sans"; }
      header #topo #menu ul li {
        float: left; }
        header #topo #menu ul li a {
          color: #fff;
          font-weight: 600;
          font-size: 1.1em;
          padding: 3.5em 1em 1em;
          display: block;
          text-decoration: none;
          border-bottom: 3px solid transparent; }
          header #topo #menu ul li a:hover {
            background-color: rgba(255, 255, 255, 0.15);
            border-bottom: 3px solid #0080ff; }
      header #topo #menu ul li.active a {
        background-color: rgba(255, 255, 255, 0.15);
        border-bottom: 3px solid #0080ff; }
  header #slideshow {
    position: relative;
    margin: 2.8em 0; }
    header #slideshow .control-slide {
      display: flex;
      display: -moz-flex;
      display: -webkit-flex;
      display: -ms-flex;
      align-items: center;
      -moz-align-items: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      justify-content: space-between;
      -moz-justify-content: space-between;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      margin-top: -32px;
      position: absolute;
      top: 50%;
      width: 100%; }
      header #slideshow .control-slide #prev {
        display: block;
        width: 36px;
        height: 64px;
        background-image: url("/static/institucional/img/icon-prev.png"); }
      header #slideshow .control-slide #next {
        display: block;
        width: 36px;
        height: 64px;
        background-image: url("/static/institucional/img/icon-next.png"); }

section#programas {
  margin: 1em auto; }
  section#programas a.item {
    display: inline-block;
    margin: 0 0.5em;
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 600; }
    section#programas a.item span {
      text-align: center;
      background-color: #c0392b;
      display: block;
      position: relative;
      padding: .3em 0;
      margin-top: 10px; }
      section#programas a.item span:before {
        content: " ";
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: -10px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #c0392b; }

section#blogs #last-news .embed-responsive {
  height: 480px; }

#blogers {
  background-color: #f5f5f5;
  padding: 1em 0; }
  #blogers .bloger {
    text-align: center; }
    #blogers .bloger a {
      text-decoration: none;
      color: #555; }
      #blogers .bloger a img {
        -webkit-transition: all .3s ease;
        /* Safari and Chrome */
        -moz-transition: all .3s ease;
        /* Firefox */
        -ms-transition: all .3s ease;
        /* IE 9 */
        -o-transition: all .3s ease;
        /* Opera */
        transition: all .3s ease; }
      #blogers .bloger a:hover {
        color: #999; }
        #blogers .bloger a:hover img {
          opacity: 0.6; }

section#noticias-institucionais {
  background-color: #f5f5f5;
  padding: 1em 0; }
  section#noticias-institucionais .noticia-institucional {
    margin-bottom: 1.35em;
    padding-right: 0.8em; }
    section#noticias-institucionais .noticia-institucional a {
      display: block;
      position: relative;
      text-decoration: none;
      color: #fff;
      overflow: hidden; }
      section#noticias-institucionais .noticia-institucional a .titulo {
        background-repeat: repeat-x;
        background-size: 100% 100%;
        height: 8.5em;
        padding: 2em 1em;
        position: absolute;
        bottom: 0;
        width: 100%;
        background-image: url(../img/bg-destaques.png); }
        section#noticias-institucionais .noticia-institucional a .titulo h3 {
          font-size: 17px;
          font-weight: 700; }
      section#noticias-institucionais .noticia-institucional a img {
        width: 100%;
        -webkit-transition: all .3s ease;
        /* Safari and Chrome */
        -moz-transition: all .3s ease;
        /* Firefox */
        -ms-transition: all .3s ease;
        /* IE 9 */
        -o-transition: all .3s ease;
        /* Opera */
        transition: all .3s ease; }
      section#noticias-institucionais .noticia-institucional a:hover img {
        transform: scale(1.1); }

section#videos a {
  color: #fff; }
  section#videos a:hover .cover::before {
    background: transparent; }
  section#videos a .cover {
    position: relative; }
    section#videos a .cover::before {
      content: " ";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.3); }
    section#videos a .cover .icon-play {
      position: absolute;
      font-size: 48px;
      color: #fff;
      left: 50%;
      margin-left: -24px;
      top: 50%;
      margin-top: -24px; }

section#sociais .rede {
  text-align: center; }
  section#sociais .rede .titulo {
    text-align: left;
    background-color: #0068b0;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0.5em;
    padding: 0.5em 1em; }
section#sociais #insta #insta-row #link-insta {
  display: inline-block;
  position: relative; }
  section#sociais #insta #insta-row #link-insta .icon-play-insta {
    display: none; }
  section#sociais #insta #insta-row #link-insta:hover .icon-play-insta {
    display: block; }
  section#sociais #insta #insta-row #link-insta:hover::before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); }
  section#sociais #insta #insta-row #link-insta .icon-play-insta {
    position: absolute;
    font-size: 30px;
    color: #fff;
    left: 50%;
    margin-left: -15px;
    top: 50%;
    margin-top: -15px; }

footer {
  background: #F6F6F6;
  width: 100%;
  margin-top: 100px !important;
  padding-top: 2em; }
  footer .menu ul li {
    display: inline;
    font-size: 16px; }
    footer .menu ul li a {
      padding: 0 .5em;
      display: inline-block;
      color: #000;
      text-decoration: none;
      font-weight: 300; }
  footer .menu.rodape {
    background: none;
    width: 550px; }
  footer .menu.rodape ul {
    margin: 0;
    padding: 0; }
  footer .menu.rodape ul li a {
    padding: 0px 5px 0px 0px;
    font-size: .9em; }
  footer .icones {
    margin-bottom: 30px;
    list-style: none outside none; }
  footer .icones a {
    display: inline;
    margin-right: 15px;
    font-weight: 300;
    text-decoration: underline; }
  footer .icones a:hover {
    color: #2f6080;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  footer p {
    font-weight: 300; }
  footer p.endereco {
    margin: 1em 0px;
    width: 500px;
    color: #000;
    display: inline-block; }
  footer p.diretos-reservados {
    display: block;
    color: #000;
    margin-top: 45px; }
  footer .back-rodape {
    background: #1165AC;
    color: #fff; }

.institucional {
  text-align: justify;
  line-height: 1.4em;
  font-size: 1.2em;
  padding: 1em 0 2em; }

.text-quemsomos {
  margin: 2em 0; }

.quemSomos {
  padding: 1em;
  position: relative;
  overflow: hidden; }
  .quemSomos .background-image {
    background-image: url("/static/institucional/img/big-box.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: block;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    height: 110%;
    left: -20px;
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: -1; }
  .quemSomos .event {
    font-size: 1.2em; }
    .quemSomos .event .quemSomos-item {
      background-color: #fff;
      margin: 1em;
      padding: 1em;
      border-bottom: 5px solid #ccc;
      border-radius: 0 0 10px 10px; }
      .quemSomos .event .quemSomos-item h3 {
        margin-top: 0;
        text-align: center; }
      .quemSomos .event .quemSomos-item span {
        display: block;
        text-align: center;
        font-size: .8em;
        color: #ccc; }

#ambiente .lb-album {
  list-style: none;
  margin: 0;
  padding: 0; }
  #ambiente .lb-album li {
    padding: 0 .5em 1em; }
    #ambiente .lb-album li a {
      position: relative;
      display: block; }
      #ambiente .lb-album li a::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: transparent;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
      #ambiente .lb-album li a:hover::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.5); }
      #ambiente .lb-album li a .img-ambiente-icon {
        background-color: #fff;
        color: #555;
        position: absolute;
        font-size: 1.5em;
        line-height: 40px;
        width: 40px;
        text-align: center;
        border-radius: 50%;
        top: 50%;
        margin-top: -20px;
        left: 50%;
        margin-left: -20px; }

.lista-noticia li {
  background-color: #f5f5f5;
  border: 1px solid #eee;
  padding: .5em;
  margin-bottom: 1em; }
  .lista-noticia li a {
    color: #555; }

.socialMedia {
  display: flex;
  float: right; }
  .socialMedia .faceLike {
    margin-right: 5px; }

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