/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* Ocultar el botón de menú móvil en pantallas grandes */
@media (min-width: 992px) {
  #g-offcanvas-toggle, .g-offcanvas-toggle {
    display: none !important;
  }
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  font-size: 15px;
  /* Ajusta este valor */
  font-weight: serif;
  /* Opcional: para poner en negrita */
}
.g-main-nav .g-sublevel {
  background: #666666;
}
/*# sourceMappingURL=custom_17.css.map */