.hidden-content {
    display: none;
}


    @media only screen and (max-width: 959px) {
        #Top_bar .menu>li.current-menu-item>a{
            color: #ecc300 !important;
        }
        #Top_bar .menu>li>a{
            color: #000 !important;
        }
}

ul.sub-menu {
    column-count: 2; /* Número de columnas */
    column-gap: 10px; /* Espacio entre columnas */
    width: auto; /* Ancho total del submenú */
}

ul.sub-menu li {
    display: inline-block;
    width: 100%;
}

#clientes{
    column-count: 1;
}

.header-overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Ajusta el color y la opacidad del overlay según tus necesidades */
    z-index: 1;
}
label{
    float: left;
}

.hidden{
    display: none;
}
form #website {
    display: none !important;
}