@media(min-width: 0){
  .btn-menu{
    width: 60px;
    padding: 42px 0 0 0;  
    position: absolute;
    top: 20px;
    right: 10px;
    text-align: center;
    color: #fff;
    background: url('../images/icones/menuMobile.png') no-repeat top center;    
    z-index: 100;
  }
  .btn-menu:hover{
    color: #fff;
  }
}
@media(min-width: 1024px){
  .btn-menu{
    display: none;
  }
}
@media(min-width: 0){
  .menu {  
    margin: auto;    
    background: #072985;
    z-index: 10;   
    display: none;    
  }
  .menu ul{
    list-style-type: none;
    padding: 0;    
  }
 
  .menu ul li:hover a{
    text-decoration: none;
    background: #051c68;
    border-bottom: 5px solid #8A99CB;
  }
  .menu a{
    width: 100%;
    padding: 10px 5px;
    display: table;
    color: #fff;
    font-size: 18px;  
    border-bottom: 1px dotted #8A99CB;
  }
}
@media(min-width: 1024px){
  .menu { 
    width: 75%;
    display: block;
  } 
  .menu ul li{
    display: inline-table;
  }
  .menu a{
    padding: 50px 15px 15px 15px;    
    border:0;
    font-size: 18px;
  }
}
@media(min-width: 1200px){
  .menu a{ 
    font-size: 18px;
    padding: 50px 20px 15px 20px;
  }
}

