footer {
  margin: 0;
  width: 100%;
  text-align: center;
}

.footer-bg {
  background-color: #f5461b;
  color: white;
  height: inherit;
}

.img-top{
  position: absolute; 
  z-index: 200;
  top: -3rem; 
  left: 4rem; 
  height: 140px;
}

.navbar-inverse{
  height: 40px;
  z-index: 50;
}

.navbar-default {
  display: table;
  background-color: #f5461b;
  border-color: #ff3c0c;
  color: #fff !important;
  height: 119px;
  width: 100%;
  z-index: 100;
  /*position: absolute  ;*/
  margin-top: 40px;
}

.navbar-toggle {
  border-color: #ff3c0c;
  margin-top: 3.2rem;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-brand {
  color: #fff !important;
  margin-top: 4rem;
}

.navbar-default li>a{
  color: #fff !important;
  font-size:  1.6rem;
  font-weight:  bolder;
  text-transform: uppercase;
  height: 120px;
  padding: 56px 11px 65px 11px;
  position: relative;
  float: right;
}

.navbar-default .navbar-nav > li > a:hover{
  background-color: #000 !important;
  position: relative;
  height: 100px;
  margin: 0;
}

@media(max-width: 765px){
  .navbar-default li>a{
    height: 10px;
    padding: 15px 15px 30px 16px;
    text-align: center;
    float: none;
  }
  .navbar-default .navbar-nav > li > a:hover{
    height: 5px;
    margin: 0;
  }
}


.back{
  width: 100%;
  height: 40px;
  background-color: #000;
}

#back .navbar-nav{
  margin: 0;
  margin-top: -4px;
  display: flex;
  float: right;
}

.shadow{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.post-item{
  padding-bottom: 1rem;
  /*background-image: url("../img/borda-noticia.gif");
  background-repeat: repeat-x;
  background-position: bottom;*/
  margin-bottom: 1rem;
}
.post-item:last-child{
  background:none;
  padding-bottom: 0;
}
.post-item h4{
  padding:0 0 10px 0;
  line-height: 20px;
}
.post-item h4 a:hover{
  text-decoration: none;
}
.post-item p{
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 5px;
}
.post-item .data-info{
  font-size: 13px;
  margin-top: -1.5rem;
}
.post-item .data-info a,
.post-item .data-info i{
  padding-left: 10px;
}
.content-middle .pagination{
  margin:-5px 0 30px 0; 
  float: right;
}
.single-news .data-info{
  margin-bottom: 10px;
  margin-top: -5px;
  margin-left: 2px;
}
.img-hover img{
  max-width: 80%;
}
.img-hover .overlay{
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.img-hover:hover .overlay{
  opacity: 1;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.img-hover:hover img{
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}
.img-hover .overlay a{
  padding-top: 26%;
  height: 100%;
  display: block;
  font-size: 40px;
  color: #fff;
}
.img-hover .overlay a:hover{
  text-decoration: none;
}

.cent{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
