@media (min-width: 1025px) and (max-width: 1110px) {
  .fixed .navbar-brand, .navbar-brand{
    width: 250px!important;
  }
  .navbar-brand{
    background-position: 85% 60%!important;
  }
}
@media (min-width: 1111px) and (max-width: 1390px) {
  .fixed .navbar-brand, .navbar-brand{
    width: 250px!important;
  }
  .navbar-brand{
    background-position: 85% 60%!important;
  }
}

@media (min-width: 1400px) and (max-width: 1580px) {
  .fixed .navbar-brand, .navbar-brand{
    width: 25%!important;
  }
}
@media (min-width: 1581px){
  .fixed .navbar-brand, .navbar-brand{
    width: 28%!important;
  }
}

@media(min-width:1025px){
  /*body {padding-top: 93px;}*/

  .navbar-toggle {
    display: none;
  }
 .header .menu-topo{
    letter-spacing: 1px;
    /*width: 725px;*/
    width: 410px;
    margin-left: 220px;
    font-size: 13px;

  }

  .header .menu-topo li{
    display: inline-block;
  }
  .header .menu-topo > li{
    margin-top: 7px;
  }

  .header .menu-topo li:last-child{
    margin-right: 0;
  }

  .header .menu-topo li.busca{
    width: 220px;
    float: right;
  }

  .destaque img{
    max-height: 400px;
  }

  .coluna-post{
    width: 50%;

  }

  .coluna-post-full{
    width: 100%;    
  }
  .whatsapp{
    display: none!important;
  }
  .banner-header{
    height: 180px;
  }
  .menu-topo > li:nth-child(1n+6){
    display:none;
  }
  .menu-topo li.menu-item-has-children > a:after{
    font-family: 'Conv_ProximaNova-Light', Arial, Tahoma;
    font-size: 11px;
    position: absolute;
    color: #f9df00;
    content: '▼';
    padding-left: 3px;
}
.banner{
    text-align: center;
    z-index: 9000;
    margin: 15px 0px;
    display: block;
    padding: 3px 0;
    overflow: hidden;
    width: 125%;
}
.banner-header ul{
  float: right;
  width: 140%;
}
.navbar-fixed-top{
  position: relative;
}
.fixed{
  position:fixed;
  top:0;
  left: 0;
  z-index:999;
}
.fixed .banner-header{
  display: none;
}
.fixed .navbar-brand{
    width: 205px;
    height: 150%;
    background-size: 110px 38px;
    background-position: 96% 78%;
    margin-left: 0px;
    left: 14px;
}
.fixed>.menu-fixo .navbar-brand{
    margin-left: -15px!important;
}
.destaque{
  margin-top: -20px;
  z-index: -999;
}