ul.argomento-menu {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    font-family: "Poppins",Helvetica,sans-serif;
    font-size: 13px;
    line-height: 16px;
}
ul.argomento-menu h3{
    font-size: 13px !important;
    line-height: 16px !important;
    font-weight: 600;
}
ul.argomento-menu li {
    padding: 10px;
    white-space: nowrap;
}
ul.argomento-menu li.nome {
    font-weight: bold;
}
.header-bottom.menu .header-bottom__content {
  border-top: 1px solid #0e0e0e;
  border-bottom: 1px solid #0e0e0e;
}
.header-bottom.menu {
  margin-bottom: 0px;
  padding-bottom: 24px;
}
ul.argomento-menu li a:hover{
    color: #666 !important;
    border-bottom: 1px solid #666; 
}


@media only screen and (max-width : 570px) {
  #mob-horizontal-scroll {
    background: #f3f9fd;
    /* box-shadow: inset 0 -3px 4px -2px rgb(0 0 0 / 20%), inset 0 3px 4px -2px rgb(0 0 0 / 20%); */
    margin: 0 0 16px 0;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    height: 40px;
    overflow: hidden;
  }
  #mob-horizontal-scroll::before {
    content: "";
    z-index: 2;
    position: absolute;
    right: 0;
    top: 5px;
    width: 40px;
    height: 30px;
    background: linear-gradient(272.63deg,#f3f9fd 23.51%,rgba(239,244,247,0) 124.88%);
  }
  #mob-horizontal-scroll ul.argomento-menu {
    display: flex;
    flex-direction: row;
    justify-content: left;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 40px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; 
    -ms-overflow-style: -ms-autohiding-scrollbar; 
  }
  #mob-horizontal-scroll ul.argomento-menu::-webkit-scrollbar { display: none; }
  #mob-horizontal-scroll ul.argomento-menu h3 {
    display: none;
  }
  #mob-horizontal-scroll ul.argomento-menu li:first-child {
    padding-left: 0;
    display: none !important;
  }
  #mob-horizontal-scroll ul.argomento-menu li {
    padding: 0 8px;
    line-height: 40px;
    display: inline-block;
  }
  #mob-horizontal-scroll ul.argomento-menu li a{
    font-style: normal;
    font-size: 11px;
    font-size: .6875rem;
    text-transform: uppercase;
    color: #21201e;
    text-decoration: none;
    white-space: nowrap;
  }
}
