/*
Theme Name:   generatepress-child
Description:  Tema hijo para hacer personalizaciones de código
Author:       Iván Cabeza
Author URL:   https://cotime.es
Template:     generatepress
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  generatepress-child
*/

.elementor-widget-container ul{
	list-style-type: disc!important;
	margin-left: 5px!important;
}
@media (min-width: 768px) {
  .centrar-menu nav ul {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}