/* 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";
/* ELIMINAR OPACIDAD EN EL MENÚ */
.g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-item-title, .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator {
  color: #ffffff !important;
  opacity: 1 !important;
  /* Esto quita el tono grisáceo */
}
/* FORZAR QUE TODA LA PESTAÑA ESTÉ AL 100% DE INTENSIDAD */
.g-main-nav .g-toplevel > li {
  opacity: 1 !important;
}
/* SUBMENÚS (Por si acaso) */
.g-main-nav .g-dropdown .g-menu-item-title {
  color: #ffffff !important;
  opacity: 1 !important;
}
/*# sourceMappingURL=custom_13.css.map */