@charset "UTF-8";
/* Fonts
@import url('https://fonts.googleapis.com/css?family=Nunito');

/* Variables */
/* Tipografias */
/* color palette from <https://github.com/vuejs/theme> */
:root {
  --vt-c-white: #ffffff;
  --vt-c-white-soft: #f8f8f8;
  --vt-c-white-mute: #f2f2f2;

  --vt-c-black: #181818;
  --vt-c-black-soft: #222222;
  --vt-c-black-mute: #282828;

  --vt-c-indigo: #2c3e50;

  --vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
  --vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
  --vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
  --vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);

  --vt-c-text-light-1: var(--vt-c-indigo);
  --vt-c-text-light-2: rgba(60, 60, 60, 0.66);
  --vt-c-text-dark-1: var(--vt-c-white);
  --vt-c-text-dark-2: rgba(235, 235, 235, 0.64);
}
/* semantic color variables for this project */
:root {
  --color-background: var(--vt-c-white);
  --color-background-soft: var(--vt-c-white-soft);
  --color-background-mute: var(--vt-c-white-mute);

  --color-border: var(--vt-c-divider-light-2);
  --color-border-hover: var(--vt-c-divider-light-1);

  --color-heading: var(--vt-c-text-light-1);
  --color-text: var(--vt-c-text-light-1);

  --section-gap: 160px;
}
@media (prefers-color-scheme: dark) {
  :root {
    --color-background: var(--vt-c-black);
    --color-background-soft: var(--vt-c-black-soft);
    --color-background-mute: var(--vt-c-black-mute);

    --color-border: var(--vt-c-divider-dark-2);
    --color-border-hover: var(--vt-c-divider-dark-1);

    --color-heading: var(--vt-c-text-dark-1);
    --color-text: var(--vt-c-text-dark-2);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  position: relative;
}
/*body {
  min-height: 100vh;
  color: var(--color-text);
  background: var(--color-background);
  transition: color 0.5s, background-color 0.5s;
  line-height: 1.6;
  font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
    Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 15px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/
.plano_app{
  display: contents !important;
}
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}
.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}
.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}
/* Colores del sistema Personalización. */
/* Body*/
/* MENU */
/* Barra Superior */
/* Logo Index */
/* Modal del Contenedor */
/* Botones de tablas y de Cabecera */
/* TABLA */
/* Bootstrap */
/* Tabla */
.alert-table {
  position: relative;
  padding: 0.65rem 1.25rem;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.vuetable > thead > tr > th {
  cursor: auto;
}
.vuetable-body > tr > td {
  /*vertical-align: baseline;¨*/
}
.vuetable-body > tr > td {
  font-size: 12px;
  text-align: center;
}
.md .alert-table {
  position: relative;
  padding: 0.65rem 1.25rem;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.md .vuetable > thead > tr > th {
  cursor: auto;
  border-bottom: 2px solid #dee2e6;
}
.md .vuetable-body > tr > td {
  font-size: 10px;
  text-align: center;
  color: rgba(26, 27, 26, 0.925);
  vertical-align: baseline;
}
div > .modal {
  overflow: auto;
}
.mostar {
  display: block;
}
.ocultar {
  display: none;
}
.visibilidad {
  display: none;
}
.mytable, #mytable {
  overflow-x: auto;
}
.fixTableHead {
  overflow-y: auto;
  height: 110%;
}
.fixTableHead thead th {
  position: sticky;
  top: 0;
  background-color: white;
}
.row-estado-inactivo {
  background-color: rgba(255, 0, 0, 0.26);
}
.verde {
  background-color: rgba(0, 151, 6, 0.1803921569) !important;
  border-color: #4caf50 !important;
}
.rojo {
  background-color: rgba(225, 15, 0, 0.1607843137) !important;
  border-color: #4caf50 !important;
}
.amarillo {
  background-color: rgba(214, 205, 124, 0.2) !important;
  border-color: #4caf50 !important;
}
.azul {
  background-color: rgba(188, 219, 243, 0.3215686275) !important;
  border-color: #0078d8 !important;
}
.celeste {
  background-color: rgba(130, 197, 248, 0.6235294118) !important;
  border-color: #309ef8 !important;
}
/* Login */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body {
  background-color: #fff;
  overflow-x: hidden;
}
article,
aside,
details,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-decoration: none;
}
img {
  border: none;
}
*:focus {
  outline: none;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.bg-illustration {
  position: relative;
  height: 100vh;
  width: 1194px;
  background: url("/logo/fondo1.jpg") no-repeat center center scroll;
  background-size: cover;
  float: left;
  -webkit-animation: bgslide 2.3s forwards;
  animation: bgslide 2.3s forwards;
}
.bg-illustration img {
  width: 248px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: auto;
  margin: 19px 0 0 25px;
}
@-webkit-keyframes bgslide {
  from {
    left: -100%;
    width: 0;
    opacity: 0;
  }
  to {
    left: 0;
    width: 1194px;
    opacity: 1;
  }
}
@keyframes bgslide {
  from {
    left: -100%;
    width: 0;
    opacity: 0;
  }
  to {
    left: 0;
    width: 1194px;
    opacity: 1;
  }
}
.logosigex {
  position: absolute;
  top: 80%;
  left: 161%;
  transform: rotate(0deg);
  z-index: 9999;
  width: 28% !important;
  filter: grayscale(2) blur(0px) contrast(0.1) sepia(0);
  -webkit-mask: radial-gradient(#1c03e5, #a71a1a);
}
.login {
  max-height: 100vh;
  overflow-y: auto;
  float: left;
  margin: 0 auto;
  width: calc(100% - 1194px);
}
.login .container {
  width: 505px;
  margin: 0 auto;
  position: relative;
}
.login .container h1 {
  margin-top: 100px;
  font-size: 35px;
  font-weight: bolder;
}
.login .container .login-form {
  margin-top: 50px;
}
.login .container .login-form form {
  display: -ms-grid;
  display: grid;
}
.login .container .login-form form input {
  font-size: 16px;
  font-weight: normal;
  background: rgba(57, 57, 57, 0.07);
  margin: 12.5px 0;
  height: 68px;
  border: none;
  padding: 0 30px;
  border-radius: 10px;
}
.login .container .login-form form button[type=submit] {
  background: -webkit-linear-gradient(110deg, #ad1111 0%, #464545 100%);
  background: -o-linear-gradient(110deg, #ad1111 0%, #464545 100%);
  background: linear-gradient(-20deg, #ad1111 0%, #464545 100%);
  border: none;
  margin-top: 50px;
  margin-bottom: 20px;
  width: 241px;
  height: 58px;
  text-transform: uppercase;
  color: white;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 20px;
}
.login .container .login-form form button[type=submit]:hover::after {
  opacity: 1;
}
.login .container .login-form form button[type=submit]::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 10px;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#3f0909), to(#955353));
  background: -webkit-linear-gradient(bottom, #3f0909 0%, #955353 100%);
  background: -o-linear-gradient(bottom, #3f0909 0%, #955353 100%);
  background: linear-gradient(to top, #3f0909 0%, #955353 100%);
}
.login .container .remember-form {
  position: relative;
  margin-top: -30px;
}
.login .container .remember-form input[type=checkbox] {
  margin-top: 9px;
}
.login .container .remember-form span {
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  top: 32px;
  color: #3b3b3b;
  margin-left: 15px;
}
.login .container .forget-pass {
  position: absolute;
  right: 0;
  margin-top: 189px;
}
.login .container .forget-pass a {
  font-size: 16px;
  position: relative;
  font-weight: normal;
  color: #918f8f;
}
.login .container .forget-pass a::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 100px;
  background: -webkit-linear-gradient(110deg, #f794a4 0%, #fdd6bd 100%);
  background: -o-linear-gradient(110deg, #f794a4 0%, #fdd6bd 100%);
  background: linear-gradient(-20deg, #f794a4 0%, #fdd6bd 100%);
  bottom: -4px;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  right: 0;
}
.login .container .forget-pass a:hover::after {
  opacity: 1;
}
@media only screen and (min-width: 1024px) and (max-width: 1680px) {
  .bg-illustration {
    width: 50%;
    -webkit-animation: none;
    animation: none;
  }
  .login {
    width: 50%;
  }
}
/* Display 12", iPad PRO Portrait, iPad landscape */
@media only screen and (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }
  @-webkit-keyframes slideIn {
    from {
      left: -100%;
      opacity: 0;
    }
    to {
      left: 0;
      opacity: 1;
    }
  }
  @keyframes slideIn {
    from {
      left: -100%;
      opacity: 0;
    }
    to {
      left: 0;
      opacity: 1;
    }
  }
  .bg-illustration {
    float: none;
    background: url("/images/fondo1.jpg") center center;
    background-size: cover;
    -webkit-animation: slideIn 0.8s ease-in-out forwards;
    animation: slideIn 0.8s ease-in-out forwards;
    width: 100%;
    height: 190px;
    text-align: center;
  }
  .bg-illustration img {
    width: 100px;
    height: auto;
    margin: 20px auto !important;
    text-align: center;
  }
  .bg-illustration .burger-btn {
    left: 33px;
    top: 29px;
    display: block;
    position: absolute;
  }
  .bg-illustration .burger-btn span {
    display: block;
    height: 4px;
    margin: 6px;
    background-color: #fff;
  }
  .bg-illustration .burger-btn span:nth-child(1) {
    width: 37px;
  }
  .bg-illustration .burger-btn span:nth-child(2) {
    width: 28px;
  }
  .bg-illustration .burger-btn span:nth-child(3) {
    width: 20px;
  }
  .login {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  .login .container {
    -webkit-animation: slideIn 0.8s ease-in-out forwards;
    animation: slideIn 0.8s ease-in-out forwards;
    width: 85%;
    float: none;
  }
  .login .container h1 {
    font-size: 25px;
    margin-top: 40px;
  }
  .login .container .login-form {
    margin-top: 90px;
  }
  .login .container .login-form form input {
    height: 45px;
  }
  .login .container .login-form form button[type=submit] {
    height: 45px;
    margin-top: 50px;
  }
  .login .container .login-form .remember-form {
    position: relative;
    margin-top: -14px;
  }
  .login .container .login-form .remember-form span {
    font-size: 16px;
    margin-top: 22px;
    top: inherit;
  }
  .forget-pass {
    position: absolute;
    right: inherit;
    left: 0;
    bottom: -40px;
    margin: 0 !important;
  }
  .forget-pass a {
    font-size: 16px;
    position: relative;
    font-weight: normal;
    color: #918f8f;
  }
  .forget-pass a::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 100px;
    background: -webkit-linear-gradient(110deg, #f794a4 0%, #fdd6bd 100%);
    background: -o-linear-gradient(110deg, #f794a4 0%, #fdd6bd 100%);
    background: linear-gradient(-20deg, #f794a4 0%, #fdd6bd 100%);
    bottom: -4px;
    left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    right: 0;
  }
  .forget-pass a:hover::after {
    opacity: 1;
  }
}
.v-treeview-node__root > button {
  color: white !important;
}
.v-treeview-node__root > .v-treeview-node__content > .v-treeview-node__prepend > i {
  color: white !important;
}
.v-treeview-node__root > .v-treeview-node__content > .v-treeview-node__label {
  color: white !important;
}
.v-list-item__subtitle {
  color: white !important;
}
header {
  background-color: #12314b !important;
}
.indexLogo {
  width: 100%; /* Ancho de la imagen */
  height: 55px; /* Altura de la imagen */
  background-image: url("/logo/logo.png"); /* URL de la imagen */
  background-size: contain;
}
.menu {
  background-color: rgba(3, 3, 3, 0.8431372549) !important;
}
.v-expansion-panel-title {
  font-size: 10px !important;
  margin-left: -10px;
}
.btnmenu {
  width: 200px;
  margin-left: -10px;
}
.btnmenu:hover {
  background-color: #720606;
  cursor: pointer;
}
.btnmenu > button {
  font-size: 11px;
  text-align: justify !important;
}
.v-expansion-panel-text__wrapper {
  text-align: start;
}
.btnHeader {
  background-color: #802f2f;
  color: #fff;
}
.btnHeader:hover {
  background-color: #fff;
  color: #762b2b;
}
.btnHeaderdelete {
  background-color: #e63d3d;
  color: #fff;
}
.btnHeaderdelete:hover {
  background-color: rgba(230, 61, 61, 0.5607843137);
  color: #fff;
}
.btnDelegate {
  background-color: #673de6 !important;
  color: #ffffff !important;
  left: 0px;
  top: 0px !important;
  font-size: 10px;
}
.btnDelegate:hover {
  background-color: rgba(103, 61, 230, 0.7607843137) !important;
}
.form-control-fecha {
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2823529412);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.1475rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control-fecha > .v-input {
  width: 100% !important;
  display: inline;
}
.form-control-fecha:hover {
  border-color: #673de6;
}
.form-control-fecha > label {
  color: #673de6 !important;
}
.chip > div > i {
  color: green !important;
}
.toolbar {
  color: rgb(255, 255, 255);
  background-color: rgba(25, 80, 21, 0.664) !important;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2823529412);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.1475rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:hover {
  border-color: #673de6;
}
#form-buscar {
  margin: 10px !important;
  width: 99%;
}
.btnlimpiar {
  color: #673de6 !important;
}
.GKTabla {
  margin: 0px !important;
  font-family: Arial, Helvetica, sans-serif;
}
.GKTabla > thead > tr > th {
  font-size: 14px !important;
  color: #06040c;
}
.GKTabla > thead > tr > th:hover {
  color: #673de6;
}
.GKTabla > tbody > tr > td {
  font-size: 12px !important;
}
.GKTabla > tbody > tr:hover td {
  color: #ffffff;
}
.dropdown {
  font-size: 12px;
  font-family: "";
  margin-left: 10px;
  margin-bottom: 10px;
  width: 15%;
  text-align: center;
  border-bottom: 1px solid #a7a7a7;
}
.dropdown:hover {
  border-bottom: 1px solid #673de6;
}
#dropdownMenu2 {
  font-size: 12px;
}
/* Personalizados */
.modal-all {
  max-width: 100%;
  height: 100%;
  margin: auto !important;
}
.title-Modal {
  background-color: #061a72 !important;
  text-align: start !important;
  color: #ffffff !important;
}
.modalCardClass {
  background-color: #ffffff !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1215686275) !important;
}
.labelAutorizacion > div > div > div > div > div > input {
  color: #171a25 !important;
  font-size: 20px !important;
}
.v-card__actions {
  background-color: #1173ab;
}
.v-card__actions > button > span {
  color: #ffffff !important;
}
.divscroll {
  overflow: auto;
  box-sizing: border-box;
  padding: 0 0rem;
  background-color: white !important;
}
/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/
.divscroll::-webkit-scrollbar {
  -webkit-appearance: none;
}
.divscroll::-webkit-scrollbar:vertical {
  width: 4px;
}
.divscroll::-webkit-scrollbar-button:increment, .divscroll::-webkit-scrollbar-button {
  display: none;
}
.divscroll::-webkit-scrollbar:horizontal {
  height: 8px;
}
.divscroll::-webkit-scrollbar-thumb {
  background-color: rgba(121, 121, 121, 0.6588235294);
  background-image: linear-gradient(rgba(255, 255, 255, 0.9725490196), #71777c, rgba(255, 255, 255, 0.9725490196));
  border-radius: 20px;
  border: 1px solid transparent;
}
.divscroll::-webkit-scrollbar-track {
  border-radius: 10px;
}
.btnPdf {
  color: #601313 !important;
  caret-color: #000000 !important;
  background-color: #ffffff;
}
.btnExel {
  color: #136017 !important;
  caret-color: #000000 !important;
  background-color: #ffffff;
}
.btnExel:hover {
  background-color: #34b828;
  color: #fff !important;
}
.btnPdf:hover {
  background-color: #288fb8;
  color: #fff !important;
}
.borderClasGK {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(17, 116, 172, 0.568627451);
}
.imgPaste {
  width: 50px;
  height: 50px;
  border: 1px solid black;
  object-fit: cover;
  cursor: pointer;
}
.imgPaste:hover {
  width: 500px;
  height: 500px;
  border: 1px solid rgb(195, 18, 211);
  object-fit: cover;
  cursor: pointer;
}