.e-n-menu-item .e-n-menu-content .new-menu-container {
    /*display: flex !important;*/
    left: 20px !important;
}
.custom-menu-widget {
    display: flex;
    flex-direction: row;
    gap: 20px;
    height: 100%;
}
ul.menu-categorias {
    width: 42%;
    padding: 0;
}
ul.menu-categorias li a {
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    display: block;
    line-height: 1;
    color: black;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: unset;
}
ul.menu-categorias li:hover a {
    background: linear-gradient(45deg, #ff7e44, #ff5150);
    color: white;
}
.menu-subcategorias {
    width: 58%;
    /*border-left: 1px solid #bebebe;*/
}
.menu-subcategorias .subcats-group ul {
    padding: 0;
}
.menu-subcategorias li a {
    color: black;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 16px;
    display: block;
    line-height: 1;
    letter-spacing: unset;
}
.menu-subcategorias li:hover a {
    background: linear-gradient(45deg, #ff7e44, #ff5150);
    color: white;
}
.contenedor_menu_sprintcopy .elementor-element.e-flex {
    align-items: stretch;
    flex: 1;
    justify-content: space-between;
    height: 100%;
}
.contenedor_menu_sprintcopy .elementor-widget-sprintcopy_menu {
    height: 100%;
}
separador {
    width: 1px;
    height: 100%;
    display: block;
    background-color: #bebebe;
}
.menu-item-vermas a{
    background: linear-gradient(45deg, #ff7e44, #ff5150);
    color: white !important;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    display: block;
    line-height: 1;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: unset;
    width: fit-content;
    margin: 5px 0 0 17px;
}