@charset "UTF-8";
/* Importación de Fuentes de Google Fonts */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
/* Rojo principal */
/* Celeste secundario */
/* Blanco */
/* Gris claro */
/* Gris oscuro */
/*Fuente negro*/
/* Tamaños de Media Queries (Breakpoints) */
/* src/scss/base/_mixins.scss */
/** Media Queries **/
/* --- Mixins genéricos compatibles con otros parciales --- */
/* Mobile-first: min-width */
/* Hasta antes de un breakpoint */
/* Entre dos breakpoints (incluye min y excluye max) */
/* Helper rápido para un mismo prop en diferentes tamaños */
/* Tipografía fluida */
/* Botón utilitario (respetando tus variables) */
/* Grid utilitario */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Lato", sans-serif;
}

.bg-intec {
  background: #931913 !important;
}

.card {
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(11, 20, 30, 0.03);
}

.card-header {
  border-radius: 14px 14px 0 0;
}

.heading {
  font-weight: 700;
  font-size: 1.15rem;
}

.hint-icon {
  font-size: 1.2rem;
  color: #fff;
  opacity: 0.85;
  cursor: pointer;
}

.input-group .input-group-text {
  background: #fafafa;
}

.input-group:focus-within {
  box-shadow: 0 0 0 0.15rem rgba(147, 25, 19, 0.15);
  border-radius: 0.5rem;
}

@media (max-width: 480px) {
  .card {
    margin: 0 -4px;
  }
  .container {
    padding: 0 2px;
  }
}
.container {
  max-width: 1100px;
  margin: 20px auto;
  padding: 0 16px;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 20px;
}

@media (max-width: 899.98px) {
  .grid {
    grid-template-columns: 1fr;
  }
}
.hero {
  padding: 18px;
  border-radius: 10px;
}

.accent {
  color: #931913;
}

footer {
  max-width: 1100px;
  margin: 20px auto;
  color: #6b7280;
  font-size: 13px;
  padding: 0 16px;
}

/* Botones (migrated from compiled CSS) */
.btn-intec {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: #931913;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 0.55rem 1rem;
  line-height: 1.35;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.btn-intec:hover {
  filter: brightness(1.05);
  color: #fff;
  text-decoration: none;
}

.btn-outline-intec {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: transparent;
  color: #931913;
  border: 1px solid rgba(147, 25, 19, 0.5);
  border-radius: 8px;
  padding: 0.5rem 0.9rem;
  line-height: 1.4;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.btn-outline-intec:hover {
  background: rgba(147, 25, 19, 0.08);
  text-decoration: none;
}

.btn-xs {
  padding: 0.2rem 0.5rem;
  font-size: 0.85rem;
  border-radius: 6px;
}

.btn-pay {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: #931913;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 0.55rem 1rem;
  line-height: 1.35;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.btn-pay:hover {
  filter: brightness(1.05);
  color: #fff;
  text-decoration: none;
}

/* helpers used by ventas layout */
.ventas-transaccion .btn-intec, .ventas-transaccion .btn-outline-intec {
  margin: 0.25rem 0;
}

.ventas-transaccion .btn-block {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}

.ventas-transaccion .card.mt-2 .btn-intec.btn-xs {
  float: right;
}

/* Forms layout (migrated from compiled CSS) */
.form-panel {
  background: #fff;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.form-panel h2 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.form-group select, input {
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.actions {
  margin-top: 1rem;
}

.btn {
  background: #1f6feb;
  color: #fff;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  border: none;
}

@media (max-width: 700px) {
  .grid {
    grid-template-columns: 1fr;
  }
}
/* Anulación layout styles (migrated from compiled CSS) */
.anulacion-page .anul-card {
  border: 1px solid rgba(11, 20, 30, 0.06);
}

.anulacion-page .heading {
  font-weight: 700;
}

.anulacion-page .anul-form .form-check {
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
}

.anulacion-page .anul-form .form-label {
  font-weight: 600;
}

.anulacion-page .anul-form .form-control:disabled {
  background: #f8fafc;
  cursor: not-allowed;
}

.anulacion-page .anul-form .form-text {
  color: #6b7280;
}

.anulacion-page .anul-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 1rem;
  margin-top: 0.5rem;
}

.anulacion-page .anul-meta .label {
  font-size: 0.8rem;
  color: #6b7280;
  display: block;
}

.anulacion-page .anul-meta .value {
  font-weight: 500;
  color: #111827;
}

@media (max-width: 767.98px) {
  .anulacion-page .anul-meta {
    grid-template-columns: 1fr;
  }
}
.anulacion-page .anul-months li {
  display: flex;
  justify-content: space-between;
  padding: 0.35rem 0;
  border-bottom: 1px dashed #eee;
}

.anulacion-page .anul-months li:last-child {
  border-bottom: 0;
}

.anulacion-page .badge {
  border-radius: 100px;
  padding: 0.35rem 0.6rem;
  font-weight: 600;
  font-size: 0.75rem;
}

.anulacion-page .state-eliminada {
  background: #fee2e2;
  color: #991b1b;
}

.anulacion-page .state-pendiente {
  background: #fef3c7;
  color: #92400e;
}

.anulacion-page .state-completada, .anulacion-page .state-aprobada {
  background: #dcfce7;
  color: #166534;
}

.anulacion-page .state-desconocido {
  background: #e5e7eb;
  color: #374151;
}

.anulacion-page .anul-box {
  border: 1px solid #9ec5fe;
  border-radius: 8px;
  padding: 10px 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.anulacion-page .anul-box .anul-kv .kv-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0.5rem 0.75rem;
  align-items: start;
  padding: 2px 0;
}

.anulacion-page .anul-box .anul-kv .kv-label {
  font-weight: 700;
  color: #111827;
}

.anulacion-page .anul-box .anul-kv .kv-value {
  color: #111827;
}

.anulacion-page .status-generada {
  color: #f59e0b;
  font-weight: 700;
}

.topbar {
  background: linear-gradient(90deg, rgba(96, 0, 0, 0.95), rgba(96, 0, 0, 0.85));
  color: #ffffff;
  padding: 10px 16px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}

.topbar .logo {
  display: flex;
  align-items: center;
  gap: 12px;
  grid-column: 2;
  justify-self: center;
}

.topbar img {
  height: 40px;
}

.topbar .logo .brand {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.navbar-intec {
  background: linear-gradient(90deg, #931913 70%, rgb(110.8698795181, 18.8554216867, 14.3301204819) 100%);
  box-shadow: 0 2px 8px rgba(147, 25, 19, 0.12);
  margin-bottom: 1rem;
  border-radius: 10px;
  color: #ffffff;
}

.navbar-intec .nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.navbar-intec .nav-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  background: transparent;
  border: 0;
  font-weight: 700;
  padding: 0.35rem 0.6rem;
  border-radius: 8px;
  cursor: pointer;
}

.navbar-intec .nav-toggle .hamburger {
  position: relative;
  width: 18px;
  height: 2px;
  background: #ffffff;
  display: inline-block;
}

.navbar-intec .nav-toggle .hamburger::before, .navbar-intec .nav-toggle .hamburger::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #ffffff;
}

.navbar-intec .nav-toggle .hamburger::before {
  top: -6px;
}

.navbar-intec .nav-toggle .hamburger::after {
  top: 6px;
}

.navbar-intec .nav-toggle:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.25);
  outline-offset: 2px;
}

.navbar-intec .nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.navbar-intec .nav-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}

.navbar-intec .nav-drawer {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  height: 100vh;
  width: 280px;
  background: rgb(127.1072, 24.0416, 18.9728);
  color: #ffffff;
  transform: translateX(-100%);
  transition: transform 0.25s ease;
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}

.navbar-intec .nav-drawer.open {
  transform: translateX(0);
}

.navbar-intec .nav-drawer .drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  font-weight: 700;
}

.navbar-intec .nav-drawer .nav-close {
  background: transparent;
  border: 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.navbar-intec .nav-drawer .nav-menu {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
}

.navbar-intec .nav-drawer .nav-menu > li {
  display: block;
}

.navbar-intec .nav-drawer .nav-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.navbar-intec .nav-drawer .nav-menu a:hover, .navbar-intec .nav-drawer .nav-menu a:focus {
  background: rgba(255, 255, 255, 0.06);
}

.navbar-intec .nav-drawer .nav-menu a:hover::before, .navbar-intec .nav-drawer .nav-menu a:focus::before, .navbar-intec .nav-drawer .nav-menu a.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #8DBBC7;
}

.navbar-intec .nav-drawer .nav-menu a .nav-icon {
  font-size: 1rem;
  width: 20px;
  text-align: center;
}

.navbar-intec .nav-drawer .has-submenu .submenu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-intec .nav-drawer .has-submenu .submenu-toggle {
  background: transparent;
  border: 0;
  color: #ffffff;
  padding: 12px 16px;
  cursor: pointer;
}

.navbar-intec .nav-drawer .has-submenu .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}

.navbar-intec .nav-drawer .has-submenu.open .submenu {
  display: block;
}

.navbar-intec .nav-drawer .has-submenu .submenu a {
  padding-left: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

@media (min-width: 768px) {
  .navbar-intec .nav-drawer {
    width: 320px;
  }
  .navbar-intec .nav-drawer .nav-menu a {
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
  }
}
@media (max-width: 599.98px) {
  .navbar-intec {
    border-radius: 0;
  }
}
.topbar .nav {
  grid-column: 1;
  justify-self: start;
  margin-left: 0;
  align-self: center;
}

.topbar .navbar-intec {
  grid-column: 1;
  justify-self: start;
  align-self: start;
  margin: 0;
  display: inline-flex;
  align-items: center;
  height: 36px;
  border-radius: 10px;
  padding: 0 10px;
}

.topbar .navbar-intec .nav-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
  gap: 0;
  padding: 0;
  height: 100%;
  width: 180px;
}

.nav {
  margin-left: 0;
  align-self: center;
  display: flex;
  gap: 8px;
}

.nav a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 8px;
  font-weight: 700;
}

.nav a:hover, .nav a.active {
  background: rgba(255, 255, 255, 0.08);
}

.nav a:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.25);
  outline-offset: 2px;
}

/* Login page styles (from compiled CSS) */
.login-page {
  min-height: 100vh;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  font-family: "Lato", sans-serif;
  color: #000000;
  background: linear-gradient(180deg, #fbfcfd 0%, #f4f6f8 100%);
}

.login-page .wrap {
  width: 100%;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: stretch;
  margin: 0 auto;
}

.login-page .panel {
  padding: 32px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(11, 20, 30, 0.03);
}

.login-page .hero {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
}

.login-page .brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.login-page .brand img {
  height: 56px;
}

.login-page .brand h1 {
  margin: 0;
  font-size: 20px;
  color: #931913;
  letter-spacing: 0.2px;
}

.login-page .lead {
  margin: 4px 0 0;
  color: #6b7280;
  font-size: 14px;
}

.login-page form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.login-page label {
  font-size: 13px;
  color: #000000;
  margin-bottom: 6px;
}

.login-page .input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e6e9ef;
  border-radius: 10px;
  background: #fff;
  color: #000000;
  font-size: 15px;
  transition: box-shadow 0.15s, border-color 0.15s;
}

.login-page .input::placeholder {
  color: #a0a7b3;
}

.login-page .input:focus {
  outline: none;
  box-shadow: 0 8px 20px rgba(147, 25, 19, 0.06);
  border-color: #931913;
}

.login-page .row {
  display: flex;
  gap: 12px;
  align-items: center;
}

.login-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 14px;
  background: #931913;
  color: #fff;
  border-radius: 10px;
  border: none;
  font-weight: 700;
  cursor: pointer;
  font-size: 15px;
}

.login-page .btn:active {
  transform: translateY(1px);
}

.login-page .btn.secondary {
  background: transparent;
  color: #931913;
  border: 1px solid rgba(147, 25, 19, 0.08);
  font-weight: 600;
}

.login-page .msg {
  color: #b00020;
  font-size: 14px;
  margin-bottom: 8px;
}

.login-page .help {
  font-size: 13px;
  color: #6b7280;
}

.login-page .links a {
  color: #931913;
  text-decoration: none;
  font-weight: 600;
}

.login-page .pw-toggle {
  background: transparent;
  border: none;
  color: #6b7280;
  cursor: pointer;
  padding: 6px;
  font-size: 13px;
}

.login-page .pw-row {
  display: flex;
  gap: 8px;
  align-items: center;
}

.login-page .actions {
  display: flex;
  gap: 12px;
  margin-top: 6px;
}

.login-page :focus {
  outline-offset: 3px;
}

.login-page .input:focus-visible, .login-page .btn:focus-visible, .login-page .pw-toggle:focus-visible {
  outline: 3px solid rgba(147, 25, 19, 0.12);
  border-radius: 10px;
}

@media (max-width: 899.98px) {
  .login-page .wrap {
    max-width: 92vw;
    padding: 0 12px;
  }
}
@media (max-width: 479.98px) {
  .login-page .panel {
    padding: 20px;
  }
  .login-page .brand img {
    height: 48px;
  }
}
.matriculas-page .title {
  color: #931913;
  font-weight: 700;
}

.ventas-section .section-title {
  color: #931913;
  font-weight: 700;
}