/* 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";
/* Elimina el espacio blanco del contenedor central para que la imagen suba */
.g-block.size-56 .g-content {
  padding: 0 !important;
}
/* Quita el margen interno de 6px que sigplus pone a las imágenes */
.sigplus-preview {
  padding: 0 !important;
}
/* Asegura que el módulo no tenga márgenes superiores extra */
.mod_sigplus {
  margin: 0 !important;
  padding: 0 !important;
}
/* Centrar y bajar el menú para alinearlo con los botones laterales */
.g-main-nav {
  display: flex !important;
  justify-content: center !important;
  margin-top: 35px !important;
  /* Ajusta este número (30px o 40px) hasta que lo veas perfecto */
}
/* Asegurar que la lista de items también esté centrada */
.g-toplevel {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* Centrar el logo en caso de que esté en la misma sección */
.g-logo {
  display: flex !important;
  justify-content: center !important;
  margin-bottom: 10px !important;
}
/* Forzar la desaparición del botón de Passkey */
button[class*="plg_system_webauthn_login_button"] {
  display: none !important;
}
/*# sourceMappingURL=custom_15.css.map */