
.header-navbar-main {
    background-color: var(--primary);
    font-family: Roboto;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;      
  } 
  
  .header-left-menu {    
    display: none;
    justify-content: flex-start;
  }
  
  .header-right-menu {    
    display: none;
    justify-content: flex-end;
  }
  
  .header-left-menu ul,
  .header-right-menu ul {
    display: flex;
    flex-wrap: nowrap;
  }
  
  .header-left-menu ul li,
  .header-right-menu ul li {
    padding: 5px;
    list-style-type: none;
  }
  
  .header-left-menu ul li a,
  .header-right-menu ul li a {
    text-decoration: none;
    color: black;
    font-size: 10px;
  }  
 
  .header-right-menu-icono {
    color: black;
    padding-left: 2px;
    font-size: 12px;
    display: inline-block;
    text-align: right;
  }

  .header-right-menu-icono {
    width: 10%;    
  } 
  
  .header-burger-menu-container {
    text-align: center;    
  }
  
  .header-burger-menu-button {
    align-items: center;
    text-align: center;
    background-color: #1259c3;
    color: white;
    border-radius: 5px;
    padding: 10px 10px;
    margin: 0 auto;
    font-size: 1.3rem;
  }