/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Ocultar el ícono hamburguesa */
.mobile_menu_bar:before {
    display: none !important;
}

/* Insertar la palabra MENÚ */
.mobile_menu_bar::after {
    content: "MENÚ";
	font-family: 'Poppins';
    font-size: 16px;
    color: #edebeb !important; /* Cambiá según tu diseño */
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    text-transform: uppercase;
}
