/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

.text-center {
  text-align: center;
}

.ms-info {
  color: #166fe5;
}

.ms-error {
  color: #ff471a;
}

.ms-warning {
  color: #ffd11a;
}

.ms-ok {
  color: #33cc33;
}

.fs-8 {
  font-size: 0.8rem !important;
}

.fs-9 {
  font-size: 0.9rem !important;
}

.fs-10 {
  font-size: 1rem !important;
}

.fs-11 {
  font-size: 1.1rem !important;
}

.fs-12 {
  font-size: 1.2rem !important;
}

.fs-13 {
  font-size: 1.3rem !important;
}

.fs-14 {
  font-size: 1.4rem !important;
}

.fs-15 {
  font-size: 1.5rem !important;
}

.fs-16 {
  font-size: 1.6rem !important;
}

.fs-17 {
  font-size: 1.7rem !important;
}

.fs-18 {
  font-size: 1.8rem !important;
}

.fs-19 {
  font-size: 1.9rem !important;
}

.fs-20 {
  font-size: 2rem !important;
}

.fs-25 {
  font-size: 2.5rem !important;
}

.fs-30 {
  font-size: 3rem !important;
}

.fs-35 {
  font-size: 3.5rem !important;
}

.fs-40 {
  font-size: 4rem !important;
}

.fs-45 {
  font-size: 4.5rem !important;
}

.fs-50 {
  font-size: 5rem !important;
}

.fs-55 {
  font-size: 5.5rem !important;
}

.fw-1 {
  font-weight: 100 !important;
}

.fw-2 {
  font-weight: 200 !important;
}

.fw-3 {
  font-weight: 300 !important;
}

.fw-4 {
  font-weight: 400 !important;
}

.fw-5 {
  font-weight: 500 !important;
}

.fw-6 {
  font-weight: 600 !important;
}

.fw-7 {
  font-weight: 700 !important;
}

.fw-8 {
  font-weight: 800 !important;
}

.fw-9 {
  font-weight: 900 !important;
}

.min-width-20 {
  min-width: 2rem;
}

.min-width-30 {
  min-width: 3rem;
}

.min-width-40 {
  min-width: 4rem;
}

.min-width-50 {
  min-width: 5rem;
}

.min-width-60 {
  min-width: 6rem;
}

.min-width-70 {
  min-width: 7rem;
}

.min-width-80 {
  min-width: 8rem;
}

.min-width-85 {
  min-width: 8.5rem;
}

.min-width-90 {
  min-width: 9rem;
}

.min-width-100 {
  min-width: 10rem;
}

.min-width-110 {
  min-width: 11rem;
}

.min-width-120 {
  min-width: 12rem;
}

.min-width-130 {
  min-width: 13rem;
}

.min-width-140 {
  min-width: 14rem;
}

.min-width-150 {
  min-width: 15rem;
}

.min-width-160 {
  min-width: 16rem;
}

.min-width-170 {
  min-width: 17rem;
}

.min-width-180 {
  min-width: 18rem;
}

.min-width-190 {
  min-width: 19rem;
}

.min-width-200 {
  min-width: 20rem;
}

/** Media Queries **/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
}

p {
  color: #1c1e21;
  font-size: 2rem;
  line-height: 2;
}

.contenedor {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

h1, h2, h3 {
  margin: 0 0 2rem 0;
}

h1 {
  font-size: 4rem;
}

h3 {
  font-size: 2.8rem;
  text-align: center;
  text-transform: uppercase;
}

ul {
  padding: 0;
  list-style: none;
}

.seccion {
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .seccion {
    padding: 8rem 0;
  }
}

body.gradient {
  background: rgb(153, 204, 255);
  background: radial-gradient(circle, rgba(153, 204, 255, 0.5914740896) 47%, rgba(217, 242, 230, 0.8603816527) 82%);
}
@media (min-width: 768px) {
  body.gradient {
    background: rgb(153, 204, 255);
    background: radial-gradient(circle, rgba(153, 204, 255, 0.6839110644) 1%, rgba(217, 242, 230, 0.8603816527) 82%);
  }
}

.login {
  color: rgb(0, 0, 0);
}
.login__contenedor {
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .login__contenedor {
    margin: auto;
    width: 50rem;
  }
}
@media (min-width: 1024px) {
  .login__contenedor {
    margin: auto;
    width: 98rem;
  }
}
.login__grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 15rem);
}
@media (min-width: 768px) {
  .login__grid {
    height: calc(100vh - 25rem);
  }
}
@media (min-width: 1024px) {
  .login__grid {
    height: calc(100vh - 15rem);
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}
.login__introduccion {
  display: none;
}
@media (min-width: 768px) {
  .login__introduccion {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
  }
}

.login-form {
  font-family: "Roboto", sans-serif;
  width: 100%;
  background-color: #FFFFFF;
  padding: 3rem 2rem 4rem 2rem;
  border-radius: 0.8rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
}
.login-form__heading {
  text-align: left;
  font-family: "Orbitron", sans-serif;
  font-size: 2.4rem;
  text-transform: lowercase;
  font-weight: 500;
  color: #1c1e21;
}
.login-form__label {
  display: block;
}
.login-form__input {
  width: 100%;
  border-radius: 0.6rem;
  background-color: #FFFFFF;
  height: 2.2rem;
  line-height: 1.6rem;
  color: #1c1e21;
  border: 1px solid #dddfe2;
  vertical-align: middle;
  font-size: 1.8rem;
  padding: 2.8rem 1.6rem;
  font-family: "Raleway", sans-serif;
  margin-bottom: 2rem;
  outline: none;
  transition: 0.5s;
}
.login-form__input:focus {
  border: 1px solid #166fe5;
}
.login-form__submit {
  margin-top: 1rem;
  background-color: #166fe5;
  font-size: 2rem;
  padding: 1.2rem 4rem;
  font-weight: 700;
  display: block;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: none;
  padding: 1.75rem 1.6rem;
  border-radius: 0.6rem;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: white;
}
.login-form__submit:hover {
  cursor: pointer;
  background-color: #1258b6;
}
@media (min-width: 768px) {
  .login-form__submit {
    width: auto;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .login-form__submit {
    display: block;
    width: 100%;
  }
}
.login-form__hr {
  margin: 2rem 0;
  border: 1px solid #dadde1;
}
.login-form__error {
  padding: 0;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: 4what00;
  color: #ff3333;
}
@media (min-width: 768px) {
  .login-form__error {
    font-size: 1.8rem;
  }
}
.login-form__footer {
  padding: 0;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: 300;
  color: #616161;
}
@media (min-width: 768px) {
  .login-form__footer {
    font-size: 1.8rem;
  }
}
.login-form__footer span {
  color: #166fe5;
  font-weight: 500;
}

.introduccion-card {
  padding: 1.5rem;
  border: 1px solid #8c8c8c;
  border-radius: 0.8rem;
  max-width: 26.7rem;
  height: 12.3rem;
}
.introduccion-card__heading {
  display: flex;
  justify-content: space-between;
  font-size: 2rem;
}
.introduccion-card__descripcion {
  padding: 0;
  line-height: 1.5;
  font-size: 1.6rem;
  color: #595959;
}

.footer {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .footer__grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__agencia {
  display: flex;
  flex-direction: column;
}
.footer__nombre-agencia {
  text-transform: none;
  font-size: 1.7rem;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .footer__nombre-agencia {
    text-align: left;
  }
}
.footer__campo {
  display: inline-flex;
  gap: 1rem;
  align-items: baseline;
}
.footer__icono {
  font-size: 1.2rem;
}
.footer__direccion {
  font-family: "Raleway", sans-serif;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .footer__copyright {
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
}
.footer__powerby {
  margin: 1rem 0 0 0;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
.footer__version {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1;
  margin: 0.5rem 0 1rem 0;
  text-align: center;
}
.footer__version span {
  font-size: 1.2rem;
  font-family: "Orbitron", sans-serif;
}
@media (min-width: 768px) {
  .footer__powerby, .footer__version {
    text-align: right;
  }
}

.footer-app {
  margin-top: 2rem;
}
.footer-app__grid {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.panel {
  background: linear-gradient(to bottom, #f3f3f3 40%, white 80%, transparent 100%);
  padding: 1rem 0;
}
.panel__grid {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .panel__grid {
    flex-direction: row;
  }
}

.card-forma-1 {
  flex: 1;
  padding: 1.5rem;
  border: 1px solid #b3b3b3;
  border-radius: 0.3rem;
}
.card-forma-1__heading-1 {
  display: flex;
  justify-content: space-between;
  text-transform: none;
  padding: 0;
  margin: 0 0 1rem 0;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .card-forma-1__heading-1 {
    font-size: 2.4rem;
  }
}
.card-forma-1__heading-2 {
  margin: 0 0 1rem 0;
  padding: 0;
  font-weight: 200;
  color: #262626;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .card-forma-1__heading-2 {
    font-size: 1.8rem;
  }
}
.card-forma-1__accesos {
  display: flex;
  flex-direction: column;
}
.card-forma-1__acceso {
  gap: 0.5rem;
  text-decoration: none;
  color: #07283f;
  padding: 0.5rem 0.5rem;
  transition: all 0.4s;
  font-size: 1.35rem;
}
@media (min-width: 768px) {
  .card-forma-1__acceso {
    padding: 0.5rem 1rem;
    font-size: 1.6rem;
  }
}
.card-forma-1__acceso visi i {
  margin-right: 0.5rem;
}
.card-forma-1__acceso::after {
  content: "";
  border-bottom: 1px solid #dee2e9;
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-top: 0.8rem;
}
@media (min-width: 768px) {
  .card-forma-1__acceso::after {
    width: 90%;
  }
}
.card-forma-1__acceso:last-child::after {
  content: "";
  border-bottom: none;
}
.card-forma-1__acceso:visited {
  color: #07283f;
}
.card-forma-1__acceso:hover {
  color: #167fc9;
}

.resumen-valor {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .resumen-valor {
    flex-direction: row;
  }
}

.card-format-2 {
  flex: 1;
  padding: 1.5rem;
}
.card-format-2__header {
  color: #FFFFFF;
  font-weight: 400;
  margin: 0 0 1rem 0;
}
.card-format-2__header::after {
  content: "";
  border-bottom: 1px solid #bfbfbf;
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .card-format-2__header::after {
    width: 90%;
  }
}
.card-format-2__header-black {
  color: #1c1e21;
  font-weight: 400;
  margin: 0 0 1rem 0;
}
.card-format-2__header-black::after {
  content: "";
  border-bottom: 1px solid #a3c2c2;
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .card-format-2__header-black::after {
    width: 90%;
  }
}
.card-format-2__contenido {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
}
.card-format-2__valor {
  margin: 0;
  padding: 0;
  font-size: 3rem;
  font-weight: 400;
}
.card-format-2__valor--campo {
  font-size: 1.8rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .card-format-2__valor--campo {
    font-size: 2rem;
  }
}
.card-format-2__descripcion {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  font-weight: 200;
}
.card-format-2__footer {
  display: flex;
  justify-content: space-between;
  font-size: 2rem;
}
.card-format-2__contenido-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  padding: 0.029rem 0.5rem;
}
.card-format-2__campo {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 0.3rem;
  align-items: center;
}

.card-format-2-bg-blue {
  border-radius: 1rem;
  background: linear-gradient(45deg, #006199, #1aabff);
}

.card-format-2-bg-gray {
  border-radius: 1rem;
  background: linear-gradient(45deg, #f0f5f5, #e0ebeb);
  border: 1px solid #c2d6d6;
}

.card-format-2__valor-blue {
  color: #d9ffcc;
}

.card-format-2__valor-black {
  color: #3d5c5c;
}

.card-format-2__descripcion-blue {
  color: #b3cccc;
}

.card-format-2__descripcion-black {
  color: #3d5c5c;
}

.card-format-2__footer-blue {
  color: #f0f5f5;
}

.card-format-2-bg-lila {
  border-radius: 1rem;
  background: linear-gradient(45deg, #df80ff, #9900cc);
}

.card-format-2__valor-lila {
  color: #d9ffcc;
}

.card-format-2__valor-green {
  color: #00b33c;
}

.card-format-2__valor-primary {
  color: #1a75ff;
}

.card-format-2__valor-orange {
  color: #ff8533;
}

.card-format-2__descripcion-lila {
  color: #b3cccc;
}

.card-format-2__footer-lila {
  color: #f0f5f5;
}

.disable-link {
  pointer-events: none;
  cursor: default;
  opacity: 50%;
}

.panel-resumen {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .panel-resumen {
    flex-direction: row;
  }
}

.card-format-3 {
  flex: 1;
  padding: 2rem 2.5rem;
  display: flex;
  border: 1px solid #e6e6e6;
  background-color: #FFFFFF;
  border-radius: 1rem;
  min-height: 16rem;
}
.card-format-3__aside-contenido {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-format-3__aside-icono {
  flex: 0;
  flex-basis: 7rem;
  height: 100%;
  display: flex;
  align-items: first last baseline;
  justify-content: center;
  font-size: 4.5rem;
}
.card-format-3__header-grid {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0rem;
}
.card-format-3__header {
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.card-format-3__header-subtitulo {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  font-weight: 100;
}
.card-format-3__contenido {
  display: flex;
  flex-direction: column;
  gap: 0rem;
}
.card-format-3__contenido-valor {
  font-size: 2.8rem;
  font-weight: 600;
}
.card-format-3__contenido-descripcion {
  font-size: 1.3rem;
  font-weight: 300;
}

.card-format-4 {
  flex: 1;
  padding: 1.5rem;
  border: 1px solid #e6e6e6;
  background-color: #FFFFFF;
  border-radius: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  min-height: 16rem;
}

.box-f1 {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}
.box-f1__grid {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  align-items: center;
}
.box-f1__valor {
  font-size: 2.2rem;
  font-weight: 600;
}
.box-f1__resumen {
  font-size: 1.3rem;
  font-weight: 200;
}

.box-divisor__rightbottom::after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #a3c2c2;
  top: 0;
  width: 70%;
  margin: 0 auto;
}

.box-divisor__leftbottom::after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #a3c2c2;
  bottom: 0;
  width: 70%;
  margin: 0 auto;
}

.card {
  padding: 0.8rem;
  background-color: #FFFFFF;
  width: 100%;
  border-radius: 0.2rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
@media (min-width: 768px) {
  .card {
    padding: 1.2rem;
  }
}
.card__heading {
  font-size: 1.8rem;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 1rem 0 0 0;
  text-transform: none;
  line-height: 0;
  margin-bottom: 0.5rem;
}
.card__heading::after {
  content: "";
  border-bottom: 1px solid #ebeef2;
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .card__heading::after {
    width: 90%;
  }
}
.card__heading--noBorder {
  text-transform: none;
}
.card__heading--noBorder::after {
  content: "";
  border-bottom: 1px solid transparent;
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .card__heading--noBorder::after {
    width: 90%;
  }
}
.card__footer::before {
  content: "";
  border-bottom: 1px solid #ebeef2;
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.6rem;
}
@media (min-width: 768px) {
  .card__footer::before {
    width: 90%;
  }
}
.card__footer--noBorder::before {
  content: "";
  border-bottom: 1px solid transparent;
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.6rem;
}
@media (min-width: 768px) {
  .card__footer--noBorder::before {
    width: 90%;
  }
}

.label-message {
  margin: 0;
  padding: 0.3rem 1rem;
  font-weight: 200;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  border-radius: 0.3rem;
  text-align: center;
}

.label-message--success {
  border: 1px solid #9fdf9f;
  background-color: #d9f2d9;
  color: #2d862d;
}

.label-message--info {
  border: 1px solid #99ccff;
  background-color: #e6f2ff;
  color: #004d99;
}

.label-message--warning {
  border: 1px solid #ffd480;
  background-color: #ffeecc;
  color: #cc8800;
}

.label-message--error {
  border: 1px solid #ff8080;
  background-color: #ffe6e6;
  color: #e60000;
}

.label-message--anulado {
  border: 1px solid #a6a6a6;
  background-color: #e6e6e6;
  color: #262626;
}

.label-message--disable {
  border: 1px solid #bfbfbf;
  background-color: #f2f2f2;
  color: #666666;
}

.tool-bar {
  border: 0.1rem solid #cccccc;
  padding: 0.5rem;
  border-radius: 0.3rem;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.4rem;
  font-size: 1.3rem;
}

@media screen and (max-height: 42em) {
  .modalResponsivo .contenedorFormulario {
    height: 75vh !important;
  }
}
.select-input-overflow .ui-selectonemenu label.ui-selectonemenu-label,
.heightFrmProducto .ui-selectonemenu label.ui-selectonemenu-label {
  text-overflow: ellipsis !important;
}

.menu-main {
  padding-bottom: 1.5rem;
}
.menu-main__grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .menu-main__grid {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.menu-card {
  width: 100%;
  padding: 2rem;
  background-color: #fff;
  border: 1px solid #d6d9db;
  border-radius: 1rem;
  text-decoration: none;
  transition: all 0.8s;
}
.menu-card:visited {
  text-decoration: none;
}
@media (min-width: 768px) {
  .menu-card {
    max-width: 35rem;
  }
}
.menu-card__heading {
  display: flex;
  gap: 1rem;
  align-items: baseline;
  color: #1c1e21;
}
.menu-card__heading-icon {
  font-size: 2.5rem;
}
.menu-card__heading-title {
  line-height: 0;
  text-transform: none;
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
}
.menu-card__resumen {
  line-height: 1.2;
  font-size: 1.6rem;
  padding: 1rem 0;
  margin: 0;
  height: 8.3rem;
  overflow: hidden;
  font-family: "Raleway", sans-serif;
  color: #545a5f;
  font-weight: 300;
}
.menu-card__footer {
  padding: 1rem 2rem;
  text-align: right;
  position: relative;
}
.menu-card__footer-icon {
  position: absolute;
  font-size: 2.5rem;
  font-weight: bold;
  transition: all 0.8s;
  right: 8rem;
  color: #1c1e21;
}
.menu-card--disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
.menu-card:hover {
  background-color: #e4e6e7;
  border: 1px solid #bbc0c3;
}
.menu-card:active {
  background-color: #fff;
}
.menu-card:hover .menu-card__footer-icon {
  right: 1rem;
}

.pf-message {
  width: 95%;
  height: 25rem;
  margin: 4rem auto;
  padding: 0;
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  border: 0 none;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .pf-message {
    width: 50rem;
  }
}

.message__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  background-color: #f0f2f5;
  align-items: flex-start;
  height: 19rem;
  margin: 0 -0.7rem;
  padding-top: 1.5rem;
}
.message__icono {
  grid-column: 1/2;
  margin: 2rem auto;
  font-size: 5.5rem;
}
.message__contenido {
  grid-column: 2/6;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.message__heading {
  text-align: left;
  margin: 2rem 0 0 0;
  font-family: "Roboto", sans-serif;
  text-transform: none;
}
.message__descripcion {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #4d4d4d;
  font-weight: 400;
  overflow-y: auto;
  height: 14.5rem;
}
.message__footer {
  display: flex;
  align-items: center;
  height: 6rem;
  justify-content: flex-end;
  padding-right: 2rem;
}
.message__close {
  border: 1px solid #1c1e21;
  font-size: 1.5rem;
  padding: 0.8rem 3rem;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  color: #1c1e21;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border-radius: 0.5rem;
}
.message__close:hover {
  cursor: pointer;
  background-color: #f0f2f5;
}

.requerido {
  color: black;
}
.requerido::after {
  content: "*";
  margin-left: 0.3rem;
}

.no-requerido {
  color: black;
}

.card_resumen_f1 {
  display: grid;
  grid-template-columns: 6rem 1fr;
  grid-template-rows: 9rem;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0.8rem;
}
@media (min-width: 768px) {
  .card_resumen_f1 {
    min-width: 28rem;
  }
}
.card_resumen_f1__aside {
  text-align: center;
  padding-top: 1rem;
}
.card_resumen_f1__aside i {
  font-size: 3rem;
}
.card_resumen_f1__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card_resumen_f1__value {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7.5rem;
  font-size: 3.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.card_resumen_f1__footer {
  padding: 0.3rem 1rem;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 0.3rem;
  color: #626974;
  font-size: 1.4rem;
}
.card_resumen_f1__footer span {
  font-weight: 600;
  color: #1c1e21;
  font-size: 1.6rem;
}

.card_resumen_f1--primary {
  border: 0.1rem solid #007bff;
  background-color: #f0f7ff;
}

.card_resumen_f1--primary .card_resumen_f1__value {
  color: #007bff;
}

.card_resumen_f1--green {
  border: 0.1rem solid #168d6a;
  background-color: #f2fdfa;
}

.card_resumen_f1--green .card_resumen_f1__value {
  color: #168d6a;
}

.card_resumen_f1--red {
  border: 0.1rem solid #d9a406;
  background-color: #fef9ea;
}

.card_resumen_f1--red .card_resumen_f1__value {
  color: #d9a406;
}

.cards_resumen_grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .cards_resumen_grid {
    flex-direction: row;
    justify-content: center;
  }
}

.menu-head-6-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  margin-bottom: 0.3rem;
}
@media (min-width: 768px) {
  .menu-head-6-2 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    background-color: #FFFFFF;
    border-radius: 0.5rem;
    margin-bottom: 0.3rem;
  }
}

.menu-head-4-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  margin-bottom: 0.3rem;
}
@media (min-width: 768px) {
  .menu-head-4-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background-color: #FFFFFF;
    border-radius: 0.5rem;
    margin-bottom: 0.3rem;
  }
}

.menu-box {
  padding: 0.5rem 1rem 1rem 1rem;
  display: flex;
  gap: 0.5rem;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  transition: all 0.5s;
  cursor: pointer;
}
.menu-box:not(.menu-box--seleccion):hover {
  color: #FFFFFF;
  background-color: #34495E;
  border-bottom: solid 5px #34495E;
}
.menu-box__number {
  flex-grow: 0;
  font-weight: 600;
  font-size: 2.5rem;
}
.menu-box__titulo {
  flex-grow: 1;
  padding-top: 1rem;
}
.menu-box--seleccion {
  border-bottom: solid 5px #34495E;
  background-color: #eaeff3;
}

.layout-wrapper.layout-topbar-light .layout-topbar {
  border-bottom: 0;
}

.layout-wrapper .layout-topbar {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
}

.layout-wrapper.layout-topbar-light .layout-topbar .layout-topbar-icon {
  color: #1c1e21;
}

.layout-wrapper .layout-main .layout-content {
  background-color: #f9f9f9;
}

@media screen and (max-width: 991px) {
  .layout-wrapper .layout-main {
    padding-top: 75px;
  }
}
@media screen and (max-width: 991px) {
  .layout-wrapper .layout-menu-container {
    top: 70px;
  }
}
body .ui-datatable .ui-datatable-data > tr > td {
  vertical-align: super;
}

.layout-topbar-icon.menu-icon i {
  font-size: 20px !important;
}
@media (min-width: 768px) {
  .layout-topbar-icon.menu-icon i {
    font-size: 30px !important;
  }
}

.layout-topbar-logo.sucursal-topbar-logo .sucursal-topbar-nombre {
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  .layout-topbar-logo.sucursal-topbar-logo .sucursal-topbar-nombre {
    font-size: 2.5rem;
  }
}

body .ui-commandlink:hover,
body .ui-link:hover {
  text-decoration: none;
}

body .ui-datatable .ui-datatable-data > tr.ui-state-highlight,
body .ui-autocomplete-panel .ui-autocomplete-items .ui-autocomplete-item.ui-state-highlight,
body .ui-selectonemenu-panel .ui-selectonemenu-items .ui-selectonemenu-item.ui-state-highlight,
body .ui-tree .ui-tree-container .ui-treenode .ui-treenode-content.ui-state-highlight {
  background: #eaeff3;
  color: #000;
}

body .ui-inputfield.ui-state-hover,
body .ui-inputfield.ui-state-focus {
  border-color: #b6bfc8;
}

body .ui-messages .ui-messages-error .ui-messages-close,
body .ui-messages .ui-messages-fatal .ui-messages-close,
body .ui-messages .ui-messages-warn .ui-messages-close,
body .ui-messages .ui-messages-info .ui-messages-close {
  display: none;
}

.field {
  margin-bottom: 0.4rem !important;
}

body .ui-datatable thead th {
  vertical-align: top;
  padding: 0.5rem 0.2rem;
}

body .ui-datatable .ui-datatable-data > tr > td {
  vertical-align: top;
}

.field .ui-message.ui-message-error,
.field .ui-message.ui-message-fatal,
.field .ui-message.ui-message-info,
.field .ui-message.ui-message-warn {
  border: none;
}

.field .ui-message-error-icon {
  display: none !important;
}

.field > label {
  margin-bottom: 0.12rem;
  font-size: 1.1rem;
}

body .ui-tabs .ui-tabs-nav li.ui-tabs-header.ui-state-active a,
body .ui-tabs .ui-tabs-nav li.ui-tabs-header a {
  font-weight: 400;
}

body .ui-tabs .ui-tabs-nav li.ui-tabs-header.ui-state-active a {
  color: #0063cc;
}

body .ui-tabs .ui-tabs-nav li.ui-tabs-header a {
  color: #3b4044;
}

.grid.main__opciones .col,
.grid.main__opciones .col-2,
.grid.main__opciones .col-3,
.grid.main__opciones .col-4,
.grid.main__opciones .col-5,
.grid.main__opciones .col-6,
.grid.main__opciones .col-7,
.grid.main__opciones .col-8,
.grid.main__opciones .col-9,
.grid.main__opciones .col-10,
.grid.main__opciones .col-11 {
  padding: 0rem 0.2rem 0 0;
}

.grid.main__opciones .col-12 {
  padding: 0rem 0.2rem 0 0;
}

.grid.main__opciones .field {
  margin-bottom: 0 !important;
}

.grid.main__opciones .field > label {
  margin-bottom: 0rem !important;
}

.main__opciones .ui-selectonemenu {
  margin: 0px 0 0 0 !important;
}

.ui-inputnumber .ui-inputtext {
  text-align: right !important;
}

.ui-inputfield {
  padding: 0.26rem 0.25rem !important;
}

.ui-inputgroup .ui-inputtext {
  padding: 0.2rem !important;
}

.ui-inputgroup .ui-button.ui-button-text-icon-left .ui-button-text {
  padding: 0.22rem 1rem;
}

.ui-inputgroup .ui-button.ui-button-icon-only .ui-button-text {
  padding: 0.22rem;
}

.field .ui-inputgroup {
  margin-top: 0rem !important;
}

.divisor:after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background: #e6e6e6;
  margin: 0.5rem auto;
}

.divisor-full:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  margin: 0.2rem auto;
}

.div-upload .ui-fileupload .ui-fileupload-content {
  display: none;
}

.det-item-hover {
  transition: all 0.5s;
}

.det-item-hover:hover {
  border-color: #007bff !important;
}

.class-adjuntos .ui-fileupload .ui-fileupload-content {
  display: none;
}

.class-adjuntos .ui-fileupload .ui-fileupload-buttonbar {
  border: none;
  padding: 0;
}

.class-adjuntos .ui-button.ui-button-success.ui-button-outlined,
.class-adjuntos .ui-button.ui-button-success.ui-button-outlined.ui-state-hover {
  border: none;
  color: #17212f;
}

.class-adjuntos .ui-fileupload .ui-fileupload-buttonbar .ui-button.ui-fileupload-choose .ui-icon {
  display: none;
}

.class-adjuntos .ui-button.ui-button-text-icon-left .ui-button-text {
  padding: 0.25rem 1rem 0rem 0rem;
}
/*# sourceMappingURL=app.css.map */
