@charset "UTF-8";
/*! 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;
}

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

html {
  font-size: 62.5%;
  box-sizing: border-box;
  height: 100%;
}

body {
  font-family: "Outfit", sans-serif;
  font-size: 1.6rem;
  min-height: 100%;
  color: #20304e;
}

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

.contenedor-sm {
  width: 100%;
}
@media (min-width: 768px) {
  .contenedor-sm {
    width: 75%;
    margin: 0 auto;
  }
}

.alinear-derecha {
  display: flex;
  justify-content: end;
}

.alinear-centro {
  margin: 0 auto;
}

.alinear-izquierda {
  display: flex;
  justify-content: start;
}

.mb-1 {
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.txt-blanco {
  color: #FFFFFF;
}

h1, h2, h3 {
  font-family: "Open Sans", sans-serif;
  margin: 0 0 2.5rem 0;
  font-weight: 900;
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 3rem;
}

p {
  font-size: 2rem;
  color: #131313;
  line-height: 1.5;
  text-align: center;
}

.form {
  width: 100%;
  margin-top: 2rem;
  /* Estilo general del contenedor */
  /* Esconde el checkbox por defecto */
  /* Estilo del checkmark */
  /* Checkmark al estar seleccionado */
  /* Agrega una marca de verificación */
}
.form .checkbox-container {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 14px;
  user-select: none;
}
.form .checkbox-container input[type=checkbox] {
  display: none;
}
.form .checkmark {
  width: 2.4rem;
  height: 2.4rem;
  border: 0.2rem solid #007bff;
  border-radius: 0.4rem;
  display: inline-block;
  position: relative;
  margin-right: 0.8rem;
  background-color: #fff;
  transition: background-color 0.3s, border-color 0.3s;
}
.form .checkbox-container input[type=checkbox]:checked + .checkmark {
  background-color: #007bff;
  border-color: #0056b3;
}
.form .checkbox-container input[type=checkbox]:checked + .checkmark::after {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0.7rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
  transform: rotate(45deg);
}
.form .submit {
  display: flex;
  align-items: center;
  margin-top: 3rem;
  justify-content: center;
  background-color: #20304e;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1.6rem;
  display: inline-block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .form .submit {
    width: auto;
  }
}
.form .submit:hover {
  background-color: #3e5d96;
}
.form .fondo_oscuro.submit {
  display: flex;
  align-items: center;
  margin-top: 3rem;
  justify-content: center;
  background-color: #2f81f2;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1.6rem;
  display: inline-block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .form .fondo_oscuro.submit {
    width: auto;
  }
}
.form .fondo_oscuro.submit:hover {
  background-color: #8fbbf8;
}
.form .show-pass {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  cursor: pointer;
}
.form .campo {
  margin-bottom: 3rem;
  position: relative;
}
.form .campo.input-password {
  margin-bottom: 0;
}
.form .campo .campo_label {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 5px;
  transform: translateY(1.3rem);
  transition: transform 0.5s, color 0.3s;
  color: #4d4d4d;
}
.form .campo .label_cb {
  font-size: 1.2rem;
  color: #20304e;
}
.form .campo .input {
  width: 100%;
  border: none;
  border-bottom: solid 0.1rem #20304e;
  background-color: #f0f0f0;
  margin-bottom: 2rem;
  padding: 1.25rem;
}
.form .campo .input.input-file {
  border: none;
  width: 100%;
}
.form .campo .input.no-margin {
  margin-bottom: 0;
}
.form .campo .input:focus:not(.input-file) {
  outline: none;
  border-bottom: solid 0.1rem #c59e46;
}
.form .campo .input:focus + .campo_label, .form .campo .input:not(:placeholder-shown) + .campo_label {
  transform: translateY(-1.2rem) scale(0.7);
  transform-origin: left top;
  color: #20304e;
}
.form .campo .input:focus + .input_oscuro.campo_label, .form .campo .input:not(:placeholder-shown) + .campo_label {
  transform: translateY(-1.2rem) scale(0.7);
  transform-origin: left top;
  color: #FFFFFF;
}
.form .campo .select {
  width: 100%;
  padding: 1.25rem;
  margin-bottom: 2rem;
  border: solid 0.1rem #20304e;
  color: #20304e;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0.5rem;
}
.form .campo .select:focus {
  outline: none;
  border: solid 0.1rem #c59e46;
}
.form.middle {
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .form.middle {
    max-width: 90rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.form.middle .campo {
  margin-bottom: 0;
}
.form.small {
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .form.small {
    max-width: 40rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.form.small .campo {
  margin-bottom: 0;
}
.form.border {
  border: solid 1px #20304e;
  border-radius: 0.5rem;
  padding: 4rem;
}
.form .input-two-columns {
  display: block;
}
@media (min-width: 768px) {
  .form .input-two-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.actions {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .actions {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.actions a,
.actions button {
  color: #20304e;
  display: block;
  margin-bottom: 2.5rem;
  text-align: center;
}

.alerta {
  font-weight: 900;
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
  padding: 0.5rem 0;
}
.alerta.error {
  background-color: #ffdcdc;
  border-left: solid 2px #a90000;
  color: #a90000;
}
.alerta.exito {
  background-color: #abffab;
  border-left: solid 2px #007800;
  color: #007800;
}
.alerta.advertencia {
  background-color: #ffefcc;
  border-left: solid 2px #ffae00;
  color: #ffae00;
}

.slidebar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 5rem;
  z-index: 1;
  padding: 0.4rem 0.8rem;
  transition: all 0.2s ease;
  background-color: #FFFFFF;
  box-shadow: 5px 1px 10px 0px rgba(80, 80, 80, 0.75);
  -webkit-box-shadow: 5px 1px 10px 0px rgba(80, 80, 80, 0.75);
  -moz-box-shadow: 5px 1px 10px 0px rgba(80, 80, 80, 0.75);
}
.slidebar #btn-menu {
  position: absolute;
  color: #20304e;
  top: 0.4rem;
  left: 50%;
  font-size: 3rem;
  line-height: 5rem;
  transform: translateX(-50%);
  cursor: pointer;
}
.slidebar .top .logo {
  color: #20304e;
  font-size: 2rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  height: 5rem;
  width: 100%;
  pointer-events: none;
  opacity: 0;
}
.slidebar .top .logo i {
  font-size: 2rem;
  color: #20304e;
}
.slidebar ul {
  padding: 0;
}
.slidebar ul li {
  position: relative;
  list-style: none;
  height: 5rem;
  width: 100%;
  margin: 0.8rem auto;
  line-height: 5rem;
}
.slidebar ul li a {
  color: #20304e;
  text-decoration: none;
  display: flex;
  gap: 1rem;
  align-items: center;
  border-radius: 0.8rem;
}
.slidebar ul li a i {
  min-width: 3.4rem;
  font-size: 2rem;
  text-align: center;
  height: 5rem;
  line-height: 5rem;
  border-radius: 1.2rem;
}
.slidebar ul li a.active {
  background-color: #e1e7f2;
}
.slidebar ul li a:hover {
  background-color: #e1e7f2;
}
.slidebar .nav-item {
  opacity: 0;
}
.slidebar.active {
  width: 18rem;
}
.slidebar.active .top .logo {
  opacity: 1;
}
.slidebar.active .nav-item {
  opacity: 1;
}
.slidebar.active #btn-menu {
  left: 90%;
}
@media (min-width: 768px) {
  .slidebar.active ~ .main-content {
    left: 18rem;
    width: calc(100% - 18rem);
  }
}

.main-content {
  position: relative;
  left: 5rem;
  width: calc(100% - 5rem);
  height: 100vh;
  overflow: scroll;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .main-content {
    position: relative;
    min-height: 100vh;
    top: 0;
    left: 5rem;
    transition: all 0.2s ease;
    width: calc(100% - 5rem);
  }
}

.toolbar {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  min-height: 6rem;
  border-bottom: solid 1px #cacaca;
}
.toolbar .toolbar-right {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 2rem;
  position: relative;
}
.toolbar .toolbar-right i {
  font-size: 2.2rem;
  color: #20304e;
  cursor: pointer;
}
.toolbar .toolbar-right .contenedor-divisa {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 0.5rem;
}
.toolbar .toolbar-right .contenedor-divisa .valor-divisa,
.toolbar .toolbar-right .contenedor-divisa .fecha-divisa {
  font-size: 1.2rem;
}
.toolbar .toolbar-right .contenedor-divisa .valor-divisa .valor,
.toolbar .toolbar-right .contenedor-divisa .fecha-divisa .valor {
  font-weight: bold;
}
.toolbar .toolbar-right .profile {
  padding: 1rem;
  font-size: 2rem;
  background-color: #20304e;
  color: #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
}

.menu-profile-wrap {
  background-color: #FFFFFF;
  box-shadow: 1px 15px 27px -11px rgba(136, 136, 136, 0.89);
  -webkit-box-shadow: 1px 15px 27px -11px rgba(136, 136, 136, 0.89);
  -moz-box-shadow: 1px 15px 27px -11px rgba(136, 136, 136, 0.89);
  border-radius: 1rem;
  position: absolute;
  top: 150%;
  right: 3%;
  width: 20rem;
  padding: 0 1rem;
  max-height: 20rem;
  overflow: hidden;
}
.menu-profile-wrap.close {
  max-width: 0;
  max-height: 0;
}
.menu-profile-wrap ul {
  padding: 0;
}
.menu-profile-wrap ul li {
  list-style: none;
  margin-bottom: 2rem;
}
.menu-profile-wrap ul li:last-child {
  margin-bottom: 0;
}
.menu-profile-wrap ul li a {
  color: #20304e;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem;
  border-radius: 0.8rem;
}
.menu-profile-wrap ul li a:hover {
  background-color: #e1e7f2;
}

.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltip-text {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 1.5rem;
}
.tooltip .tooltip-text.top {
  bottom: 125%;
  left: 50%;
}
.tooltip .tooltip-text.bottom {
  top: 125%;
  left: 50%;
}
.tooltip .tooltip-text.right {
  right: -50%;
  top: 0;
}
.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.cont-graficas {
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .cont-graficas {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
  }
}
.cont-graficas .grafica {
  text-align: center;
  margin-bottom: 5rem;
}
.cont-graficas canvas {
  max-width: 90%;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .cont-graficas canvas {
    max-width: 25rem;
    max-height: 25rem;
    margin: 2rem;
  }
}

.cont-graficas-cliente {
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .cont-graficas-cliente {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
  }
}
.cont-graficas-cliente .grafica {
  width: auto;
}
@media (min-width: 768px) {
  .cont-graficas-cliente .grafica {
    text-align: center;
    margin-bottom: 5rem;
    width: 40%;
  }
}
.cont-graficas-cliente canvas {
  max-width: 90%;
  margin: 10px auto;
}
@media (min-width: 768px) {
  .cont-graficas-cliente canvas {
    max-width: 50rem;
    max-height: 50rem;
    margin: 2rem auto;
  }
}
.cont-graficas-cliente .historial-pago {
  width: auto;
}
@media (min-width: 768px) {
  .cont-graficas-cliente .historial-pago {
    width: 50%;
    margin: 0 auto;
  }
}

.cont-grafica {
  width: 100%;
}
.cont-grafica canvas {
  width: 100%;
  max-height: 6rem;
}

.enlace-torres {
  color: #20304e;
  text-decoration: underline;
}

table {
  width: 100%;
  height: 110%;
  border-collapse: collapse;
}

th, td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}

th {
  color: #FFFFFF;
  background-color: #20304e;
}
th:first-of-type {
  border-radius: 0.5rem 0 0 0;
}
th:last-of-type {
  border-radius: 0 0.5rem 0 0;
}

tr {
  background-color: #e1e7f2;
}
tr:nth-child(even) {
  background-color: #bccae4;
}

.iconos-acciones {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.iconos-acciones a,
.iconos-acciones button {
  color: #20304e;
  background-color: none;
  border: none;
  font-size: 2.2rem;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
.iconos-acciones a.eliminar:hover,
.iconos-acciones button.eliminar:hover {
  color: #a90000;
}
.iconos-acciones a.editar:hover,
.iconos-acciones button.editar:hover {
  color: #ffae00;
}
.iconos-acciones a.ver:hover,
.iconos-acciones button.ver:hover {
  color: #2f81f2;
}

.tabla-container {
  overflow-x: scroll;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .tabla-container {
    width: 100%;
    overflow-x: hidden;
  }
}

table {
  min-width: 60rem;
}

.tabla-container::-webkit-scrollbar {
  height: 0.8rem;
}

.tabla-container::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.tabla-container::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 1rem;
}

.tabla-container::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.botones {
  display: block;
}
@media (min-width: 768px) {
  .botones {
    display: flex;
    align-items: center;
    gap: 2.5rem;
  }
}
.botones.derecha {
  justify-content: end;
}
.botones.izquierda {
  justify-content: start;
}

.boton {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .boton {
    margin-bottom: 0;
  }
}
.boton.nuevo {
  background-color: #20304e;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1.6rem;
  display: inline-block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .boton.nuevo {
    width: auto;
  }
}
.boton.nuevo:hover {
  background-color: #3e5d96;
}
.boton.excel {
  background-color: #007800;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1.6rem;
  display: inline-block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .boton.excel {
    width: auto;
  }
}
.boton.excel:hover {
  background-color: #00de00;
}
.boton.pdf {
  background-color: #a90000;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1.6rem;
  display: inline-block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .boton.pdf {
    width: auto;
  }
}
.boton.pdf:hover {
  background-color: #ff1010;
}
.boton.rechazado, .boton.revision, .boton.pendiente {
  background-color: #ffae00;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1.6rem;
  display: inline-block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .boton.rechazado, .boton.revision, .boton.pendiente {
    width: auto;
  }
}
.boton.rechazado:hover, .boton.revision:hover, .boton.pendiente:hover {
  background-color: #ffce66;
}
.boton.aceptado {
  background-color: #2abeb9;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1.6rem;
  display: inline-block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .boton.aceptado {
    width: auto;
  }
}
.boton.aceptado:hover {
  background-color: #6fdfdb;
}

.buscador {
  display: grid;
}
.buscador .botones {
  grid-row: 1/2;
}
@media (min-width: 768px) {
  .buscador {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
}

.datos-grafica {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 3rem;
  margin-bottom: 2rem;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
.datos-grafica.fondo-azul, .datos-grafica.aceptado {
  background-color: #20304e;
}
.datos-grafica.fondo-azul-claro {
  background-color: #5074b7;
}
.datos-grafica.fondo-verde {
  background-color: #007800;
}
.datos-grafica.fondo-turquesa, .datos-grafica.revision {
  background-color: #2abeb9;
}
.datos-grafica.fondo-rojo, .datos-grafica.rechazado {
  background-color: #a90000;
}
.datos-grafica.fondo-amarillo-lesly, .datos-grafica.pendiente {
  background-color: #ffae00;
}
.datos-grafica p {
  margin: 0;
  color: #FFFFFF;
  text-decoration: none;
}
.datos-grafica p.label-datos-grafica {
  font-size: 1.2rem;
  text-align: left;
}
.datos-grafica p.valor-datos-grafica {
  font-size: 2rem;
  text-align: left;
  font-weight: 700;
}
.datos-grafica a {
  margin: 0;
  color: #FFFFFF;
  text-decoration: underline;
}
.datos-grafica a.label-datos-grafica {
  font-size: 1.2rem;
  text-align: left;
}
.datos-grafica a.valor-datos-grafica {
  font-size: 2rem;
  text-align: left;
  font-weight: 700;
}
.datos-grafica i {
  font-size: 3rem;
  color: #FFFFFF;
}

.modal {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal .formulario {
  max-width: 60rem;
  background-color: #FFFFFF;
  padding: 2rem;
  margin: 0 auto;
  transform: translateY(-30rem);
  transition-property: all;
  transition-duration: 300ms;
  opacity: 0;
  border-radius: 1rem;
}
.modal .formulario .opciones {
  display: flex;
  justify-content: space-between;
}
.modal .formulario .cerrar-modal {
  background-color: #a90000;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1.6rem;
  display: inline-block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .modal .formulario .cerrar-modal {
    width: auto;
  }
}
.modal .formulario .cerrar-modal:hover {
  background-color: #ff1010;
}
.modal .formulario.animar {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.modal .formulario.cerrar {
  transform: translateY(-200%);
  opacity: 0;
}
.modal input[type=file] {
  display: none;
}
.modal .custom-file-upload {
  margin-top: 1rem;
  border: 1px solid #ccc;
  display: inline-block;
  text-align: center;
  padding: 8px 12px;
  cursor: pointer;
  background-color: #f1f1f1;
  color: #333;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.modal .custom-file-upload:hover {
  background-color: #ddd;
}

.paginacion {
  margin-top: 5rem;
  margin-bottom: 3rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .paginacion {
    justify-content: flex-end;
  }
}
.paginacion_enlace {
  color: #20304e;
  font-size: 2rem;
  transition: all 0.5s;
}
.paginacion_enlace-texto {
  padding: 1rem;
  border-radius: 0.5rem;
  border: 0.2rem solid #20304e;
}
.paginacion_enlace:hover {
  background-color: #20304e;
  color: #FFFFFF;
}

.cont-login {
  background-color: #f0f0f0;
}
.cont-login.login-admin {
  background-color: #20304e;
}
@media (min-width: 768px) {
  .cont-login {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    min-height: 100vh;
  }
}
.cont-login .image {
  position: relative;
  background-image: url("../img/login.webp");
  background-position: center center;
  background-size: cover;
  color: #FFFFFF;
  height: 30rem;
}
@media (min-width: 768px) {
  .cont-login .image {
    height: auto;
  }
}
.cont-login .image .cont-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  padding: 0 1rem;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5568627451);
  backdrop-filter: blur(0.4rem);
}
@media (min-width: 768px) {
  .cont-login .image .cont-image {
    padding-left: 5rem;
    align-items: start;
  }
}
.cont-login .image .cont-image img {
  margin-bottom: 3rem;
  display: none;
}
@media (min-width: 768px) {
  .cont-login .image .cont-image img {
    display: block;
  }
}
.cont-login .image .cont-image .titulo-login {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .cont-login .image .cont-image .titulo-login {
    font-size: 4rem;
  }
}
.cont-login .image .cont-image .description-login {
  margin-top: 0;
  color: #FFFFFF;
  font-size: 1.8rem;
  text-align: center;
  width: 90%;
}
@media (min-width: 768px) {
  .cont-login .image .cont-image .description-login {
    text-align: left;
    font-size: 2.8rem;
    width: 80%;
  }
}
.cont-login h1 {
  font-size: 3.5rem;
}
.cont-login .cont-form {
  padding: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont-login .cont-form .titulo-form,
.cont-login .cont-form .desc-form {
  color: #20304e;
  text-align: center;
}
.cont-login .cont-form.cont-admin .titulo-form,
.cont-login .cont-form.cont-admin .desc-form {
  color: #FFFFFF;
  text-align: center;
}

.cont-404 {
  background-color: #FFFFFF;
  height: 100vh;
  padding: 3rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont-404 h1 {
  color: #FFFFFF;
}
.cont-404 .titulo {
  color: #20304e;
  font-size: 5rem;
  margin: 0;
  font-weight: 900;
}
.cont-404 .descripcion {
  margin-top: 0;
  color: #20304e;
}
.cont-404 .boton {
  background-color: #20304e;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1.6rem;
  display: inline-block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .cont-404 .boton {
    width: auto;
  }
}
.cont-404 .boton:hover {
  background-color: #3e5d96;
}

.cont-resultado {
  margin-top: 2rem;
}
.cont-resultado .sin-resultado {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cont-resultado .sin-resultado .descripcion {
  color: #a90000;
  font-size: 3rem;
  font-weight: bold;
}
.cont-resultado .sin-resultado img {
  width: 20%;
}

.cont-dashboard {
  padding: 1rem 1.2rem;
}
.cont-dashboard .titulo-pagina {
  display: flex;
  align-items: center;
  font-size: 2rem;
  gap: 0.5rem;
}
.cont-dashboard .titulo-pagina a {
  color: #20304e;
  text-decoration: none;
}
.cont-dashboard .titulo-pagina a:hover {
  color: #c59e46;
}
.cont-dashboard .contenido-pagina {
  padding: 2rem 1rem;
  background-color: #f0f0f0;
  min-height: 70vh;
  border-radius: 2rem;
}
@media (min-width: 768px) {
  .cont-dashboard .contenido-pagina {
    background-color: #f0f0f0;
    border-radius: 2rem;
    min-height: 70vh;
    padding: 2rem 4rem;
  }
}
.cont-dashboard .contenido-pagina .cont-formulario {
  width: 100%;
}
@media (min-width: 768px) {
  .cont-dashboard .contenido-pagina .cont-formulario {
    max-width: 90rem;
    margin: 0 auto;
  }
}
.cont-dashboard .footer-pagina {
  text-align: center;
  background-color: #2f81f2;
  border-radius: 1rem;
  padding: 0.5rem 0;
  margin-top: 2rem;
}
.cont-dashboard .footer-pagina p {
  font-size: 1rem;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .cont-dashboard .footer-pagina p {
    font-size: 1.5rem;
    color: #FFFFFF;
    margin: 0;
  }
}
.cont-dashboard .footer-pagina img {
  width: 30%;
}
@media (min-width: 768px) {
  .cont-dashboard .footer-pagina img {
    margin-top: 0.4rem;
    width: 10%;
  }
}

.contenedor-torres {
  display: block;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .contenedor-torres {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
    margin-top: 2rem;
  }
}
.contenedor-torres h2 {
  font-size: 2rem;
  color: #20304e;
  font-weight: 600;
}
.contenedor-torres .info-deptos {
  padding: 2rem;
  border: solid 1px #20304e;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .contenedor-torres .info-deptos {
    padding: 2rem;
    border: solid 1px #20304e;
    border-radius: 0.5rem;
    margin-bottom: 0;
  }
}
.contenedor-torres .info-ventas {
  padding: 2rem;
  border: solid 1px #20304e;
  border-radius: 0.5rem;
}
.contenedor-torres .info-ventas .tarjetas {
  display: block;
  max-height: 50%;
}
@media (min-width: 1024px) {
  .contenedor-torres .info-ventas .tarjetas {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.documentos {
  display: block;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .documentos {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .documentos.largo {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2rem;
  }
}
.documentos.border {
  border: 1px solid #20304e;
  border-radius: 0.5rem;
  padding: 4rem;
}

.icono-perfil {
  margin-bottom: 3rem;
}
.icono-perfil .foto-perfil {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 4rem;
  background-color: #2abeb9;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 50%;
}
.icono-perfil .nombre-perfil {
  font-weight: 700;
}/*# sourceMappingURL=app.css.map */
