/*! 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.
 */
/* 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;
}

.bg-primary-10 {
  background-color: rgba(231, 244, 254, 0.7);
}

.bg-purple-10 {
  background-color: rgba(226, 216, 243, 0.6);
}

/** 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: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

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

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

.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: 20.5rem;
  margin: -0.6rem;
  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.3rem;
}
.message__footer {
  display: flex;
  align-items: center;
  height: 7rem;
  justify-content: flex-end;
  padding-right: 2rem;
  margin-top: 0.7rem;
}
.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;
}

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

.ms-error {
  color: #ff471a;
}

.ms-warning {
  color: #ffd11a;
}

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

.message-form {
  display: flex;
  padding: 0.5rem;
  margin: 0.5rem 0;
  border-radius: 0.8rem;
}
.message-form__icono {
  flex-grow: 0;
  flex-basis: 5rem;
  padding: 0.5rem 1rem;
  margin: 0;
  display: flex;
  font-size: 4rem;
  align-items: center;
}
.message-form__content {
  flex-grow: 1;
  padding: 0.5rem;
}
.message-form__content p {
  font-size: 1.7rem;
  line-height: 1.2;
  margin: 0 !important;
  padding: 0.2rem !important;
  color: #595959;
}
.message-form__content strong {
  color: #000000;
  font-weight: 600;
}
.message-form__content-header {
  margin: 0 !important;
  padding: 0 !important;
  padding-bottom: 0.3rem !important;
  font-size: 1.8rem !important;
}
.message-form__error {
  border: 1px solid #f1749e;
  background-color: rgba(255, 229, 238, 0.1607843137);
}
.message-form__icono-error {
  color: #e91e63;
}
.message-form__ok {
  border: 1px solid #419544;
  background-color: rgba(220, 239, 220, 0.1019607843);
}
.message-form__icono-ok {
  color: #419544;
}

h1, h2, h3, h4, h5, h6 {
  color: #1c1e21;
  margin: 1rem 0 1rem 0rem !important;
}

.requerido::after {
  content: "*";
  margin-left: 0.2rem;
}

.text-black-5 {
  color: #1c1e21;
  font-weight: 500;
}

.text-primary {
  color: #025ce3 !important;
}

.header_border::before {
  content: "";
  height: 10px;
  border-left: 3px solid var(--surface-800);
  padding-right: 0.5rem;
}

small {
  font-size: 80% !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;
}

.fs-7 {
  font-size: 0.7rem !important;
}

.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-21 {
  font-size: 2.1rem !important;
}

.fs-22 {
  font-size: 2.2rem !important;
}

.fs-23 {
  font-size: 2.3rem !important;
}

.fs-24 {
  font-size: 2.4rem !important;
}

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

.fs-26 {
  font-size: 2.6rem !important;
}

.fs-27 {
  font-size: 2.7rem !important;
}

.fs-28 {
  font-size: 2.8rem !important;
}

.fs-29 {
  font-size: 2.9rem !important;
}

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

.fs-31 {
  font-size: 3.1rem !important;
}

.fs-32 {
  font-size: 3.2rem !important;
}

.fs-33 {
  font-size: 3.3rem !important;
}

.fs-34 {
  font-size: 3.4rem !important;
}

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

.fs-36 {
  font-size: 3.6rem !important;
}

.fs-37 {
  font-size: 3.7rem !important;
}

.fs-38 {
  font-size: 3.8rem !important;
}

.fs-39 {
  font-size: 3.9rem !important;
}

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

.fs-41 {
  font-size: 4.1rem !important;
}

.fs-42 {
  font-size: 4.2rem !important;
}

.fs-43 {
  font-size: 4.3rem !important;
}

.fs-44 {
  font-size: 4.4rem !important;
}

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

.fs-46 {
  font-size: 4.6rem !important;
}

.fs-47 {
  font-size: 4.7rem !important;
}

.fs-48 {
  font-size: 4.8rem !important;
}

.fs-49 {
  font-size: 4.9rem !important;
}

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

.fs-51 {
  font-size: 5.1rem !important;
}

.fs-52 {
  font-size: 5.2rem !important;
}

.fs-53 {
  font-size: 5.3rem !important;
}

.fs-54 {
  font-size: 5.4rem !important;
}

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

.fs-56 {
  font-size: 5.6rem !important;
}

.fs-57 {
  font-size: 5.7rem !important;
}

.fs-58 {
  font-size: 5.8rem !important;
}

.fs-59 {
  font-size: 5.9rem !important;
}

.fs-60 {
  font-size: 6rem !important;
}

.fs-61 {
  font-size: 6.1rem !important;
}

.fs-62 {
  font-size: 6.2rem !important;
}

.fs-63 {
  font-size: 6.3rem !important;
}

.fs-64 {
  font-size: 6.4rem !important;
}

.fs-65 {
  font-size: 6.5rem !important;
}

.fs-66 {
  font-size: 6.6rem !important;
}

.fs-67 {
  font-size: 6.7rem !important;
}

.fs-68 {
  font-size: 6.8rem !important;
}

.fs-69 {
  font-size: 6.9rem !important;
}

.fs-70 {
  font-size: 7rem !important;
}

.fs-71 {
  font-size: 7.1rem !important;
}

.fs-72 {
  font-size: 7.2rem !important;
}

.fs-73 {
  font-size: 7.3rem !important;
}

.fs-74 {
  font-size: 7.4rem !important;
}

.fs-75 {
  font-size: 7.5rem !important;
}

.fs-76 {
  font-size: 7.6rem !important;
}

.fs-77 {
  font-size: 7.7rem !important;
}

.fs-78 {
  font-size: 7.8rem !important;
}

.fs-79 {
  font-size: 7.9rem !important;
}

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

.fs-85 {
  font-size: 8.5rem !important;
}

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

.fs-95 {
  font-size: 9.5rem !important;
}

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

.field > label,
label {
  font-size: 1.2rem;
  color: #1c1e21;
  /*padding-left: .2rem;*/
  font-weight: 500;
}

.tool-bar {
  padding: 0.5rem 0rem;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.4rem;
  font-size: 1.2rem;
  margin-left: -0.3rem;
}

.border-title {
  padding: 0.2rem 0.5rem;
  border-left: 0.2rem solid #000000;
  display: block;
  color: black;
  font-weight: 500;
}

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

.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-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;
}

.text-black-5 {
  color: black;
  font-weight: 500;
}

.field label.requerido::after {
  content: "*";
  margin-left: 0.3rem;
}

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

.ui-fileupload.ui-fileupload-simple .ui-fileupload-buttonbar {
  margin-right: -0.5rem;
}

.ui-fileupload-simple .ui-fileupload-content {
  display: none;
}

.ui-fileupload.ui-fileupload-simple .ui-fileupload-buttonbar {
  border: none;
  padding: 0rem;
}

.ui-speeddial-action {
  width: 2.5rem;
  height: 2.5rem;
}

.ui-speeddial-item .ui-speeddial-action {
  background-color: #273746;
  color: #fdfefe;
}

.ui-speeddial {
  position: sticky;
}

.ui-dialog .ui-dialog-content {
  padding: 0.5em;
}

.ui-commandlink__menu {
  font-size: 1.4rem !important;
}

.contenedor__align--left {
  margin: 0;
}

.bar-tool-form {
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  padding: 0.5rem 0.5rem;
  border: 1px solid #E0E0E0;
  background-color: #FAFAFA;
}

.ui-card {
  margin: 0.2rem;
  padding: 0.5rem 1rem;
}

.ui-button-outlined-menu button:nth-child(1) {
  background-color: rgba(0, 0, 0, 0);
  color: #2196f3;
  border: 1px solid;
}

.ui-button-outlined-menu button:nth-child(2) {
  background-color: rgba(0, 0, 0, 0);
  color: #2196f3;
  border: 1px solid;
  border-left: 0px;
}

.ui-splitbuttonmenu .ui-splitbuttonmenu-list-wrapper {
  min-width: 20rem !important;
}

.badge {
  border-radius: 2px;
  padding: 0.25em 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  display: block;
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
}
.badge__primary {
  background: #B3E5FC;
  color: #23547B;
}
.badge__yellow {
  background: #FEEDAF;
  color: #8A5340;
}
.badge__purple {
  background: #ECCFFF;
  color: #694382;
}
.badge__red {
  background: #FFCDD2;
  color: #C63737;
}
.badge__success {
  background: #C8E6C9;
  color: #256029;
}

.ui-commandlink.ui-commandlink__menu {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  text-decoration: none;
  color: #1c1e21;
  font-weight: 400;
  padding: 0.25rem 0.5rem;
  border-radius: 0.4rem;
}
.ui-commandlink.ui-commandlink__menu:hover {
  text-decoration: none;
}
.ui-commandlink.ui-commandlink__menu__transparent:hover {
  color: #1c1e21;
  background-color: rgb(242, 242, 242);
  text-decoration: none;
}
.ui-commandlink.ui-commandlink__menu__gray {
  background-color: rgb(242, 242, 242);
}
.ui-commandlink.ui-commandlink__menu__gray:hover {
  background-color: rgba(231, 244, 254, 0.9);
  text-decoration: none;
}
.ui-commandlink.ui-commandlink__menu__primary {
  background: #ceeefd;
}
.ui-commandlink.ui-commandlink__menu__primary:hover {
  color: #23547B;
  text-decoration: none;
}
.ui-commandlink.ui-commandlink__menu__success {
  background: #dcefdd;
}
.ui-commandlink.ui-commandlink__menu__success:hover {
  color: #256029;
  text-decoration: none;
}
.ui-commandlink.ui-commandlink__menu__yellow {
  background: #FEEDAF;
}
.ui-commandlink.ui-commandlink__menu__yellow:hover {
  color: #8A5340;
  text-decoration: none;
}
.ui-commandlink.ui-commandlink__menu__purple {
  background: #ECCFFF;
}
.ui-commandlink.ui-commandlink__menu__purple:hover {
  color: #694382;
  text-decoration: none;
}
.ui-commandlink.ui-commandlink__menu__red {
  background: #FFCDD2;
}
.ui-commandlink.ui-commandlink__menu__red:hover {
  color: #C63737;
  text-decoration: none;
}

.test.ui-button.ui-button-outlined {
  background-color: rgba(0, 0, 0, 0);
  color: #2196f3;
  border: 1px solid;
  background: #2196f3;
  color: #fff;
  border: 1px solid #2196f3;
  margin: 0;
  outline: 0 none;
  border-radius: 4px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, opacity 0.2s;
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: 0.1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  overflow: visible;
}

.badge__tag {
  display: inline-block;
}

.badge__azul {
  background: #e6f2ff;
  color: #0073e6;
}

.badge__verde {
  background: #d9f2d9;
  color: #277227;
}

.badge__cian {
  background: #c2f0f0;
  color: #248f8f;
}

.badge__tomate {
  background: #fff0e6;
  color: #cc5200;
}

.badge__lila {
  background: #faebf5;
  color: #8f246b;
}

.badge__gris {
  background: #f2f2f2;
  color: #4d4d4d;
}

.badge__morado {
  background: #f2e6ff;
  color: #881aff;
}

.badge__amarillo {
  background: #ffffcc;
  color: #ac7339;
}

.tool-bar__menu {
  border: 1px solid #e2e2e2;
  border-radius: 0.4rem;
  padding: 0.4rem 0.8rem;
  display: flex;
  gap: 0.5rem;
  align-items: baseline;
}

.tool-bar__menu--bb {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #f2f2f2;
  padding: 0.4rem 0;
}

.tool-bar__menu--none {
  border: none;
  border-radius: 0;
  padding: 0;
}

.card-opcion {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  height: 11.6rem;
}
.card-opcion--disable {
  opacity: 60%;
}
.card-opcion__icono {
  flex-grow: 0;
  width: 8.8rem !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  color: #0868ac;
}
.card-opcion__contenido {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-opcion__header {
  margin: 0.5rem 0 !important;
  font-family: "Roboto", sans-serif;
  color: #0868ac;
}
.card-opcion__descripcion {
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  color: #34495E;
}
.card-opcion__footer {
  display: flex;
  justify-content: flex-end;
  padding: 0.5rem;
}

.ui-commandlink.card-opcion__boton {
  margin: 0;
  font-family: "Roboto", sans-serif;
  padding: 0.5rem;
  text-decoration: none;
  width: 7rem;
  border: 1px solid #D6DBDF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.3rem;
  color: #34495E;
  transition: all 5ms;
}
.ui-commandlink.card-opcion__boton:hover {
  background-color: #F7F9F9;
  text-decoration: none;
  color: inherit;
}
.ui-commandlink.card-opcion__boton--disable {
  pointer-events: none;
  cursor: default;
  background: none;
}

.card-mainmenu-container {
  margin: 0 auto;
}

.card-mainmenu {
  background-color: #ffffff;
  padding: 1rem;
  padding-left: 2rem;
  flex-grow: 1;
  min-height: 20rem;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.28) 0px 1px 3px 1px;
  border-radius: 0.5rem;
  transition: 0.3s;
  text-decoration: none;
}
.card-mainmenu__empty {
  background-color: transparent !important;
  box-shadow: none;
  min-height: 0;
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
@media (min-width: 480px) {
  .card-mainmenu {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .card-mainmenu {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .card-mainmenu {
    flex-basis: 38rem;
    width: 38rem;
    max-width: 38rem;
  }
}
.card-mainmenu__disable {
  background-color: #ffffff;
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
.card-mainmenu:hover {
  cursor: pointer;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.5) 0px 1px 3px 1px;
}
.card-mainmenu:hover .card-mainmenu__header {
  font-weight: 600;
  font-size: 2rem;
}
.card-mainmenu__header {
  margin: 0 0 1rem 0;
  padding: 0;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  color: #263238;
  transition: 0.3s;
}
.card-mainmenu__description {
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 100;
}
.card-mainmenu__footer {
  margin-top: 0.5rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  height: 50%;
}
.card-mainmenu__acceso {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: #263238;
  font-weight: 300;
}
.card-mainmenu__img-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: -1rem;
}
.card-mainmenu__img-container img {
  width: 10rem;
  color: red;
}

.min-width-10 {
  min-width: 1rem !important;
}

.min-width-15 {
  min-width: 1.5rem !important;
}

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

.min-width-25 {
  min-width: 2.5rem !important;
}

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

.min-width-35 {
  min-width: 3.5rem !important;
}

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

.min-width-45 {
  min-width: 4.5rem !important;
}

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

.min-width-55 {
  min-width: 5.5rem !important;
}

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

.min-width-65 {
  min-width: 6.5rem !important;
}

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

.min-width-75 {
  min-width: 7.5rem !important;
}

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

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

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

.min-width-95 {
  min-width: 9.5rem !important;
}

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

.min-width-105 {
  min-width: 10.5rem !important;
}

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

.min-width-115 {
  min-width: 11.5rem !important;
}

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

.min-width-125 {
  min-width: 12.5rem !important;
}

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

.min-width-135 {
  min-width: 13.5rem !important;
}

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

.min-width-145 {
  min-width: 14.5rem !important;
}

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

.min-width-155 {
  min-width: 15.5rem !important;
}

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

.min-width-165 {
  min-width: 16.5rem !important;
}

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

.min-width-175 {
  min-width: 17.5rem !important;
}

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

.min-width-185 {
  min-width: 18.5rem !important;
}

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

.min-width-195 {
  min-width: 19.5rem !important;
}

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

.width-10 {
  width: 1rem !important;
}

.width-15 {
  width: 1.5rem !important;
}

.width-20 {
  width: 2rem !important;
}

.width-25 {
  width: 2.5rem !important;
}

.width-30 {
  width: 3rem !important;
}

.width-30 {
  width: 3.5rem !important;
}

.width-40 {
  width: 4rem !important;
}

.width-45 {
  width: 4.5rem !important;
}

.width-50 {
  width: 5rem !important;
}

.width-55 {
  width: 5.5rem !important;
}

.width-60 {
  width: 6rem !important;
}

.width-65 {
  width: 6.5rem !important;
}

.width-70 {
  width: 7rem !important;
}

.width-75 {
  width: 7.5rem !important;
}

.width-80 {
  width: 8rem !important;
}

.width-85 {
  width: 8.5rem !important;
}

.width-90 {
  width: 9rem !important;
}

.width-95 {
  width: 9.5rem !important;
}

.width-100 {
  width: 10rem !important;
}

.width-105 {
  width: 10.5rem !important;
}

.width-110 {
  width: 11rem !important;
}

.width-115 {
  width: 11.5rem !important;
}

.width-120 {
  width: 12rem !important;
}

.width-125 {
  width: 12.5rem !important;
}

.width-130 {
  width: 13rem !important;
}

.width-135 {
  width: 13.5rem !important;
}

.width-140 {
  width: 14rem !important;
}

.width-145 {
  width: 14.5rem !important;
}

.width-150 {
  width: 15rem !important;
}

.width-150 {
  width: 15.5rem !important;
}

.width-160 {
  width: 16rem !important;
}

.width-165 {
  width: 16.5rem !important;
}

.width-170 {
  width: 17rem !important;
}

.width-175 {
  width: 17.5rem !important;
}

.width-180 {
  width: 18rem !important;
}

.width-185 {
  width: 18.5rem !important;
}

.width-190 {
  width: 19rem !important;
}

.width-195 {
  width: 19.5rem !important;
}

.width-200 {
  width: 20rem !important;
}

.max-width-10 {
  max-width: 1rem !important;
}

.max-width-15 {
  max-width: 1.5rem !important;
}

.max-width-20 {
  max-width: 2rem !important;
}

.max-width-25 {
  max-width: 2.5rem !important;
}

.max-width-30 {
  max-width: 3rem !important;
}

.max-width-35 {
  max-width: 3.5rem !important;
}

.max-width-40 {
  max-width: 4rem !important;
}

.max-width-45 {
  max-width: 4.5rem !important;
}

.max-width-50 {
  max-width: 5rem !important;
}

.max-width-55 {
  max-width: 5.5rem !important;
}

.max-width-60 {
  max-width: 6rem !important;
}

.max-width-65 {
  max-width: 6.5rem !important;
}

.max-width-70 {
  max-width: 7rem !important;
}

.max-width-75 {
  max-width: 7.5rem !important;
}

.max-width-80 {
  max-width: 8rem !important;
}

.max-width-85 {
  max-width: 8.5rem !important;
}

.max-width-90 {
  max-width: 9rem !important;
}

.max-width-95 {
  max-width: 9.5rem !important;
}

.max-width-100 {
  max-width: 10rem !important;
}

.max-width-105 {
  max-width: 10.5rem !important;
}

.max-width-110 {
  max-width: 11rem !important;
}

.max-width-115 {
  max-width: 11.5rem !important;
}

.max-width-120 {
  max-width: 12rem !important;
}

.max-width-125 {
  max-width: 12.5rem !important;
}

.max-width-130 {
  max-width: 13rem !important;
}

.max-width-135 {
  max-width: 13.5rem !important;
}

.max-width-140 {
  max-width: 14rem !important;
}

.max-width-145 {
  max-width: 14.5rem !important;
}

.max-width-150 {
  max-width: 15rem !important;
}

.max-width-155 {
  max-width: 15.5rem !important;
}

.max-width-160 {
  max-width: 16rem !important;
}

.max-width-165 {
  max-width: 16.5rem !important;
}

.max-width-170 {
  max-width: 17rem !important;
}

.max-width-175 {
  max-width: 17.5rem !important;
}

.max-width-180 {
  max-width: 18rem !important;
}

.max-width-185 {
  max-width: 18.5rem !important;
}

.max-width-190 {
  max-width: 19rem !important;
}

.max-width-195 {
  max-width: 19.5rem !important;
}

.max-width-200 {
  max-width: 20rem !important;
}

.width-5p {
  width: 5% !important;
}

.width-10p {
  width: 10% !important;
}

.width-15p {
  width: 15% !important;
}

.width-20p {
  width: 20% !important;
}

.width-25p {
  width: 25% !important;
}

.width-30p {
  width: 30% !important;
}

.width-35p {
  width: 35% !important;
}

.width-40p {
  width: 40% !important;
}

.width-45p {
  width: 45% !important;
}

.width-50p {
  width: 50% !important;
}

.width-55p {
  width: 55% !important;
}

.width-60p {
  width: 60% !important;
}

.width-65p {
  width: 65% !important;
}

.width-70p {
  width: 70% !important;
}

.width-75p {
  width: 75% !important;
}

.width-80p {
  width: 80% !important;
}

.width-85p {
  width: 85% !important;
}

.width-90p {
  width: 90% !important;
}

.width-95p {
  width: 95% !important;
}

.width-100p {
  width: 100% !important;
}

#login-body {
  background-image: linear-gradient(40deg, hsl(147, 26%, 92%) 0%, hsl(191, 21%, 87%) 18%, hsl(208, 27%, 84%) 26%, hsl(215, 32%, 80%) 33%, hsl(219, 35%, 77%) 39%, hsl(221, 37%, 73%) 44%, hsl(222, 38%, 69%) 50%, hsl(221, 37%, 73%) 56%, hsl(219, 35%, 77%) 61%, hsl(215, 32%, 80%) 67%, hsl(208, 27%, 84%) 74%, hsl(191, 21%, 87%) 82%, hsl(147, 26%, 92%) 100%);
  min-height: 30rem;
  height: 100vh;
}

.login-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-login {
  width: 95%;
  max-width: 46rem;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  background-color: white;
  border-radius: 1rem;
}
.card-login__forget-password {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 1rem;
  color: #449d48;
  font-size: 1.4rem;
  text-decoration: underline;
  margin-top: -1rem;
}
.card-login__logo-container {
  display: flex;
  justify-content: center;
}

.card-login__input-container {
  display: flex;
  gap: 1.5rem;
}
.card-login__input-container i {
  height: 7.8rem;
  display: flex;
  align-items: center;
  font-size: 3rem;
  color: #909090;
  padding-bottom: 2rem;
}
.card-login__form {
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: column;
}
.card-login__form h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
}
.card-login__form p {
  margin-top: 0;
  padding: 0;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 300;
  color: #616161;
  margin-bottom: 1rem;
}
.card-login__form p span {
  font-weight: 600;
}
.card-login__form input[type=text],
.card-login__form input[type=password] {
  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;
}
.card-login__form input[type=text]::-webkit-input-placeholder, .card-login__form input[type=password]::-webkit-input-placeholder {
  color: #767676;
}
.card-login__form input[type=text]:-ms-input-placeholder, .card-login__form input[type=password]:-ms-input-placeholder {
  color: #767676;
}
.card-login__form input[type=text]::-ms-input-placeholder, .card-login__form input[type=password]::-ms-input-placeholder {
  color: #767676;
}
.card-login__form input[type=text]::placeholder,
.card-login__form input[type=password]::placeholder {
  color: #767676;
}
.card-login__form input[type=text]:focus, .card-login__form input[type=text]:hover,
.card-login__form input[type=password]:focus,
.card-login__form input[type=password]:hover {
  outline: none;
  border-color: #166fe5;
}
.card-login__form input[type=submit] {
  margin-top: 0.3rem;
  background-color: #166fe5;
  font-size: 1.8rem;
  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.3rem 1.6rem;
  border-radius: 0.6rem;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: white;
}
.card-login__form input[type=submit]:hover {
  background-color: #1258b6;
  cursor: pointer;
}
.card-login__error-login {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*# sourceMappingURL=app.css.map */
