/*@font-face {
  font-family: myriadaplle;
  src: url('myriadapple/MYRIADAT.TTF');
}*/

@font-face {
  font-family: lato;
  src: url('../lato/Lato-Black.ttf');
  src: url('../lato/Lato-BlackItalic.ttf');
  src: url('../lato/Lato-Bold.ttf');
  src: url('../lato/Lato-BoldItalic.ttf');
  src: url('../lato/Lato-Hairline.ttf');
  src: url('../lato/Lato-Light.ttf');
  src: url('../lato/Lato-LightItalic.ttf');
  src: url('../lato/Lato-Regular.ttf');
}

@font-face {
  font-family: 'icomoon';
  src:url('../fonts/icomoon.eot?rtpg54');
  src:url('../fonts/icomoon.eot?rtpg54#iefix') format('embedded-opentype'),
  url('../fonts/icomoon.ttf?rtpg54') format('truetype'),
  url('../fonts/icomoon.woff?rtpg54') format('woff'),
  url('../fonts/icomoon.svg?rtpg54#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:hover {
  color: #999 !important;
}

body {
  /*background-image: url(img/bg_body.png);*/
  background-repeat: no-repeat;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  font-family: lato;
  /*background: url(img/bg_body.png);*/
  background-repeat: no-repeat;
  font-size: 16px !important;
}

.dropdown-menu > li > a:hover{
  background-color: #2c5aa0;
  color: #fff !important;
}
.navbar-default .navbar-nav > .open > a{
    background-color: #4d4d4f !important;
    color: #ffffff;
}

.nav-tabs > .active > a{
color: #fff;

}
.icon-facebook2:before {
  content: "\e900";
  color: #fff;
}
.icon-instagram:before {
  content: "\abb7";
  color: #fff;
}
.icon-twitter:before {
  content: "\e902";
  color: #fff;
}
.icon-youtube3:before {
  content: "\e903";
  color: #fff;
}

.topo{
  min-height: 150px;
}

.list-inline > li {
    font-size: 25px;
}
.list-inline > li > a{
    text-decoration: none;
}
.topo1{
  margin-top: 26px;
}

.search{
  background-color: #dbdbdb;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.4);
  padding: 10px 0;
}

.text-search{
  font-size: 12px;
  color: #333;
}

#pesquisar{
  width: 600px;
  max-width: 600px;
  padding: 7px 15px;
  font-style: italic;
  font-weight: lighter;
  border-radius: 16px;
  border: 1px solid #d7d5d5 !important;
}

.search-query{
  font-weight: lighter !important;
  font-family: lato !important;
  font-style: italic !important;
}

.title-search h5{
  margin: 0  31px 0  0;
  color: #041c3f;
}

.title-search{
  float: left;
}

.navbar-brand {
  padding: 0px;
}
.navbar{
    border-bottom: 4px solid #2c5aa0 !important;
    margin-bottom: 0px;
    min-height: auto !important;
}
.navbar-default {
    border-color: transparent;
    background-image: linear-gradient(to bottom, #4d4d4f, #5f5f61);
}
.navbar-default .navbar-nav > .active > a{
    color: #ffffff;
    background-color: none !important;
}
.navbar-nav > li > a{
  padding-top: 9.5px;
  padding-bottom: 9.5px;
}
#banner-fade, .bjqs{
  max-width: 100% !important;
}

.bjqs-caption a{
  color: #fff;
}

.bjqs-caption a:hover{
  list-style: none !important;
}

.services{
    background-color: #90d1fc;
    padding: 8px 0 8px 0;
    margin-bottom: 6px;
    min-height: 109px;
}

.title_services{
  padding-top: 0px !important;
  margin-top: 0px !important;;
}

.services:hover{
  background-color: #2c5aa0;
  color: #ffffff !important;
}

.services:hover p{
  color: #fff;
}
.services p{
  color: #4d4d4f;
  padding-top: 10px;
  margin-bottom: 0px;
}
.services  a{
  padding: 20px 0;
  text-decoration: none;
  font-size: 14px;
}
.space{
  display: block;
}
.more_news{
  border-top: 1px dotted #333;
  background-color: #f4f4f4;
  width: 100%;
  display: inline-block;
}
.more_news a{
  color: #5d5751;
  background-color: none;
  padding: 9px 10px 9px 0;
  text-decoration: none;
}
.titles {
  color: #4d4d4f;
  font-size: 22px;
  margin-bottom: 6px;
}
.title_news{
  font-size: 16px;
  display: block;
}
.title_news1{
  margin-top: 0px !important;
}
.title_news a{
  color: #102749;
  text-decoration: none;
}
.date_title{
  font-size: 11px;
}

.boxVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.boxVideo {
    position: relative;
    padding-bottom: 47.25%;
    padding-top: 23px;
    height: 0;
    margin: 0 auto;
}
.news_bottom{
  border-top: 1px dotted #333333;
}
.border-bottom{
  border-bottom: 4px solid #2c5aa0   !important;
  margin-top: 0px;
}


footer {
  background-color: #2c5aa0;
  padding: 100px 0;
}


footer p {
  font-size: 12px;
  color: #fff;
  font-weight: lighter;
}
.conteudo-footer{
  margin: auto !important;
  /*min-width: 742px;*/
}
.logo_footer{
  float: left;
  padding-right: 20px;
}
.text-footer{
  display: inline-block;
  padding-left: 20px;
  color: #bdbdbd;
  border-left: 1px #bdbdbd solid !important;
}
.align-center {
  margin: auto !important;
  max-width: 752px;
  top: 1px;
  position: relative;
}

.redes li{
  background-color: #2c5aa0;
  border-radius: 50%;
  margin-left: 10px;
}
.dropdown {
  border-right: 2px solid #fff;
}

.img-thumbnail {
    height: 230px;
    width: 100%;
}

@media(max-width: 768px){
  #pesquisar{
  width: 100%;
  max-width: 600px;
  }
}
@media(min-width: 992px){
  .services_padding_rigth{
  padding-right: 3px;
}
.services_padding_left{
  padding-left: 3px;
}
}

.date_and_social span {
    color: #8e8e8e;
}

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

.body_news{
  overflow: hidden;
}

.body_news p {
    text-align: justify;
    line-height: 27px;

}

.body_news p img{
  width: 100%;
  height: 100%;
}

#social-buttons-wrapper .social {
    float: left;
    width: 100%;
    height: 30px;
    margin-right: 15px;
}

.noticias {
  border: 1px solid #e5e5e5;
  /*overflow: -moz-scrollbars-vertical; */
  /*overflow-y: scroll;*/
  max-height: 327px;
  position: relative;
  float: left;
  padding-right: 0px;
  padding-left: 0px;
}

.noticias h2{
  padding: 10px 0 0 10px;
}

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

.noticias a{
  color: #333;
  text-decoration: none;
}

.subtitulo{
  font-weight: 200;
}

.buttom-noticias{
  width: 100% !important;
  background-color: #00abb7;
  min-height: 28px;
  text-align: center;
  position: absolute;
  float:left;
  bottom: 0px !important;
}

.buttom-noticias a{
  color: #fff;
  width: 100%;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0px;
}

.noticias ul{
    height: 243px;
    overflow:auto;
    position:relative;
}

.media-list {
  margin-top: 20px;
  padding: 0 10px;
}

.media-list .img_noticias img {
  border-radius: 50%;
}

.media-list .media-body {
  text-align: justify;
}

.titles {
    margin-top: 0px !important;
    font-size: 26px;
}

.seguir{
  padding-right: 0px;
  padding-left: 0px;
}

.news a {
    text-decoration: none;
    color: #00abb7;
}

.news h1 {
    font-size: 20px;
    line-height: 23px;
}

.modal.in .modal-dialog{
  z-index: 10000;
}

.modal-header{
  background-color: #00abb7;
}

.modal .close{
  color: #fff;
}

.modal-header{
  padding:13px 13px 33px 13px;
}

.modal-dialog a{
  color: #000;
}

.block-news{
  min-height: 332px;
}

.pagination-centered {
    text-align: center;
}
.pagination {
    margin: 20px 0;
    width: 100%;
}