@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&subset=greek-ext");
@import url("https://fonts.cdnfonts.com/css/numans");
@import url("https://fonts.cdnfonts.com/css/excite");
@import url("https://fonts.cdnfonts.com/css/skie");

* {
  font-family: "Raleway";
}
.centro {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 6px solid #00000000;
  border-top: 6px solid #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*-------------------- NAVBAR --------------------*/
#logo {
  width: 100%;
  height: 60px;
  filter: drop-shadow(10px 5px 10px rgba(0, 0, 0, 0.6));
}

#menu {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}
.navbar {
  background-color: #346cb0d7;
  position: relative;
  font-size: 16px;
  position: fixed;
  padding: 0;
  z-index: 1000;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.nav-link-line {
  font-size: 18px;
  color: white;
  margin-right: 1rem;
  font-weight: bold;
}
.nav-link-line:hover {
  transition: 0.03s;
  color: #a1c846;
}
.nav-link-line:after {
  display: block;
  content: "";
  border-bottom: solid 3px #a1c846;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  -webkit-transition: transform 250ms ease-in-out;
  -moz-transition: transform 250ms ease-in-out;
  -ms-transition: transform 250ms ease-in-out;
  -o-transition: transform 250ms ease-in-out;
}
.nav-link-line:hover:after {
  transform: scaleX(1);
}
.nav-link-line.fromRight:after {
  transform-origin: 100% 50%;
}
.nav-link-line.fromLeft:after {
  transform-origin: 0% 50%;
}
.navbar-nav .nav-link-line.active:after,
.navbar-nav .nav-link-line.show:after {
  transform: scaleX(1);
}
.navbar-nav .nav-link-line.active,
.navbar-nav .nav-link-line.show {
  color: #a1c846;
}
.row {
  justify-content: center;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #a1c846;
}

/*-------------------- LOGIN --------------------*/
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.nombre-sitio-container {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.nombre-sitio {
  font-family: "excite";
  font-size: 4rem;
  letter-spacing: 0.4rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}

.nombre-sitio:before {
  width: 28px;
  height: 10px;
  display: block;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -14px;
  background-color: #b80000;
  z-index: 1;
}

.nombre-sitio:after {
  width: 200px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 10px;
  bottom: 3px;
  left: 50%;
  transform: translateX(-25%);
  margin-left: -50px;
  background-color: #00b809;
  z-index: 0;
}

.slogan-container {
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 3rem;
  transform: translateX(-50%);
}

.slogan {
  font-family: "excite";
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 900;
}

.slogan:before,
.slogan:after {
  width: 200px;
  height: 2px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  background-color: #000000;
  z-index: 0;
}

.slogan:before {
  left: -40%;
}

.slogan:after {
  right: -40%;
}

#inicio {
  text-align: center;
}

.bodyLogin {
  margin: 0;
  font-family: "Oxford Street", Helvetica, Arial, Lucida, sans-serif, sans-serif;
  overflow: auto;
  background: linear-gradient(
      315deg,
      rgba(7, 240, 38, 0.2) 3%,
      rgba(4, 177, 27, 0.2) 38%,
      rgba(4, 170, 26, 0.2) 68%,
      rgba(0, 233, 31, 0.2) 98%
    ),
    url(../images/background.jpg);
  width: 100vw;
  height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@keyframes gradient {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

.wave {
  background: rgb(255 255 255 / 25%);
  border-radius: 1000% 1000% 0 0;
  position: fixed;
  width: 200%;
  height: 12em;
  animation: wave 10s -3s linear infinite;
  transform: translate3d(0, 0, 0);
  opacity: 0.8;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.wave:nth-of-type(2) {
  bottom: -1.25em;
  animation: wave 18s linear reverse infinite;
  opacity: 0.8;
}

.wave:nth-of-type(3) {
  bottom: -2.5em;
  animation: wave 20s -1s reverse infinite;
  opacity: 0.9;
}

@keyframes wave {
  2% {
    transform: translateX(1);
  }
  25% {
    transform: translateX(-25%);
  }
  50% {
    transform: translateX(-50%);
  }
  75% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(1);
  }
}

#hero {
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
  padding: 0;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.login-wrap h2 {
  font-weight: bold;
  color: #000000;
}

.input-group-text {
  background: #000000;
  color: #ffffff;
}

.input-group-change {
  color: #000000;
  border: solid 1px #e6e6e6;
  outline: none;
}

.input-group-change:hover {
  color: #000000;
  border: solid 1px #e6e6e6;
}

#togglePassword:hover {
  background: #000000;
}

#login {
  background-color: #ffffff;
  background-size: contain;
  background-position: center;
  border-radius: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 600px;
  height: auto;
  z-index: 2;
  color: #ffffff;
}

.img-value-container {
  width: auto;
  height: auto;
  z-index: 10;
}

.img-value {
  width: 40%;
  height: auto;
}

.btn-entrar {
  background-color: rgb(2, 104, 16);
  border: none;
}

.btn-entrar:hover {
  background-color: rgb(0, 165, 22);
  color: black;
}

.a-cliente {
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  transition: 300ms;
}

.a-cliente:hover {
  cursor: pointer;
  color: rgb(255, 0, 0);
}

.gradiante {
  position: fixed;
  margin: 0;
  top: 0;
  right: 0;
  overflow: auto;
  background: linear-gradient(
    315deg,
    rgba(240, 7, 7, 0.4) 3%,
    rgba(177, 4, 4, 0.4) 38%,
    rgba(170, 37, 4, 0.4) 68%,
    rgba(233, 8, 0, 0.4) 98%
  );
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#carouselFondo {
  position: fixed;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1000;
  overflow: hidden;
}

.img-fondo-carousel {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.modal-title {
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.modal-header {
  border-bottom: none;
}

.modal-body {
  border-top: none;
  border-bottom: none;
  color: rgb(0, 0, 0);
}

.modal-label {
  color: rgb(255, 255, 255);
}

.btn-modal-entrar {
  background-color: rgb(226, 44, 44);
  border: none;
  color: rgb(255, 255, 255);
}

.btn-modal-entrar:hover {
  background-color: rgb(241, 86, 86);
  color: rgb(0, 0, 0);
}

.modal-footer {
  border-top: none;
}

/* -------------------- RESPONSIVE --------------------- */

@media (max-width: 768px) {
  .nombre-sitio {
    font-size: 2.5rem;
  }

  .slogan {
    font-size: 18px;
  }

  #login {
    width: 95%;
  }

  .img-value {
    width: 60%;
  }

  .modal-dialog {
    margin: 1rem;
  }

  .slogan:before,
  .slogan:after {
    width: 100px;
  }
}

@media (max-width: 480px) {
  .nombre-sitio {
    font-size: 2rem;
  }

  .slogan {
    font-size: 16px;
  }

  .img-value {
    width: 80%;
  }

  .a-cliente {
    font-size: 16px;
  }
}

.btn-icon {
  padding: 0;
  line-height: calc(1.5em + 0.75rem + 2px);
  border-radius: 2.25rem;
  width: calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
  display: flex;
  justify-content: center;
  align-items: center;
}
#add {
  position: fixed;
  right: 3rem;
  width: 4rem;
  height: 3rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 3rem;
  border: 0;
  z-index: 5;
  box-shadow: 0 3px 5px -1px rgba(20, 20, 31, 0.4),
    0 6px 10px 0 rgba(20, 20, 31, 0.4), 0 1px 18px 0 rgba(20, 20, 31, 0.4);
}
.btn-atras {
  background: #fff459;
  color: rgb(0, 0, 0);
  font-family: inherit;
  padding: 0.35em;
  padding-left: 3.5rem;
  font-size: 17px;
  font-weight: 500;
  border-radius: 0.9em;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: fixed;
  height: 2.2em;
  padding-right: 1rem;
  cursor: pointer;
  text-decoration: none;
  z-index: 100;
}

.btn-atras .icon {
  background: white;
  margin-right: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.6em;
  width: 2.2em;
  border-radius: 0.7em;
  left: 0.3em;
  transition: all 0.3s;
}

.btn-atras:hover .icon {
  width: calc(100% - 0.6em);
}

.btn-atras .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #7b52b9;
  rotate: 180deg;
}

.btn-atras:hover .icon svg {
  transform: translateX(0.1em);
}

.btn-atras:active .icon {
  transform: scale(0.95);
}
.btn-ir-docs {
  background: #fff459;
  color: rgb(0, 0, 0);
  font-family: inherit;
  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 17px;
  font-weight: 500;
  border-radius: 0.9em;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: fixed;
  height: 2.2em;
  padding-right: 3.3em;
  cursor: pointer;
  text-decoration: none;
  z-index: 100;
}

.btn-ir-docs .icon {
  background: white;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.6em;
  width: 2.2em;
  border-radius: 0.7em;
  right: 0.3em;
  transition: all 0.3s;
}

.btn-ir-docs:hover .icon {
  width: calc(100% - 0.6em);
}

.btn-ir-docs .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #7b52b9;
}

.btn-ir-docs:hover .icon svg {
  transform: translateX(0.1em);
}

.btn-ir-docs:active .icon {
  transform: scale(0.95);
}

@keyframes colorchange {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.signature-box {
  position: relative;
  display: flex;
  padding: 5px;
  width: 160px;
  height: 70px;
  background: linear-gradient(
    90deg,
    #3498db,
    #2ecc71,
    #e74c3c,
    #f39c12,
    #3498db
  );
  background-size: 900% 900%;
  animation: colorchange 10s ease infinite;
  position: absolute;
  cursor: move;
  color: white;
  font-size: 12px;
  border-radius: 5px;
}
.signature-box-content {
  background-color: rgba(255, 255, 255, 0.7);
  align-items: center;
  padding: 5px;
  color: #000000;
  border-radius: 5px;
}
#pdf-container {
  position: relative;
  width: 600px;
  height: 750px;
}

#pdf-container2 {
  position: relative;
  width: 600px;
  height: 750px;
}

#pdf-container3 {
  position: relative;
  width: 600px;
  height: 750px;
}
.custom-tooltip {
  --bs-tooltip-bg: #5e0075;
  --bs-tooltip-color: white;
  --bs-tooltip-border-radius: 5px;
}

/* -------------------- CREAR CUENTA --------------------- */
.crearCuenta {
  margin: auto;
  overflow: auto;
  background: linear-gradient(
      315deg,
      rgba(240, 7, 7, 0.4) 3%,
      rgba(177, 4, 4, 0.4) 38%,
      rgba(170, 37, 4, 0.4) 68%,
      rgba(233, 8, 0, 0.4) 98%
    ),
    url(../images/delicious-ingredients.jpg);
  width: 100vw;
  height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#registro {
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: auto;
  color: #000000;
  z-index: 100;
}
.registro-input {
  border: none;
  border-bottom: solid 2px #000000;
  border-radius: 0%;
  outline: none;
}

.registro-input:focus {
  outline: none;
}

/* -------------------- TABLA CLIENTES --------------------- */
.title-container {
  position: relative;
}
.titulo {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.titulo::before {
  background-color: red;
  content: "";
  display: block;
  height: 3px;
  width: 100px;
  margin: 3px;
}
.titulo::after {
  background-color: rgb(95, 207, 50);
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 75px;
}

.btnsPDF-container {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}

.btnsPDF button {
  border-radius: 30px;
  margin: 3px;
}

.headers-tabla th {
  background-color: #2e2e31;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-family: "skie";
}
#tablaFaltas {
  border: 2px solid #ddd;
}
#tablaFaltas tbody td {
  border-bottom: 1px solid rgb(206, 206, 206);
  align-content: center;
  font-family: "skie";
  font-size: 18px;
}

.tr-tablaClientes:hover {
  background-color: rgb(206, 206, 206);
}
.link-tabla {
  text-decoration: none;
  font-family: "skie";
  font-size: 18px;
}

.dataTables_length {
  display: none;
}

.dataTables_filter {
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}

.custom-search {
  width: 250px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 25px;
  outline: none;
  font-size: 14px;
  padding-right: 30px;
}

.dataTables_filter input {
  width: 400px;
  font-family: "skie";
}

.dataTables_filter::after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  pointer-events: none;
}
.dataTables_filter input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.paginate_button {
  border: none;
  border-radius: 4px;
  background-color: #ddd;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.dataTables_paginate {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.dataTables_info {
  display: none;
}

.btn-cargar-clientes {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(20, 20, 20);
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 4px rgba(180, 160, 255, 0.253);
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
  position: relative;
}

.svgIcon {
  width: 20px;
  transition-duration: 0.3s;
}

.svgIcon path {
  fill: white;
}

.btn-cargar-clientes:hover {
  width: 140px;
  border-radius: 50px;
  transition-duration: 0.3s;
  background-color: #346cb0;
  align-items: center;
}

.btn-cargar-clientes:hover .svgIcon {
  /* width: 20px; */
  transition-duration: 0.3s;
  transform: translateY(-200%);
}

.btn-cargar-clientes::before {
  position: absolute;
  bottom: -20px;
  content: "Cargar Clientes";
  color: rgb(255, 255, 255);
  /* transition-duration: .3s; */
  font-size: 0px;
}

.btn-cargar-clientes:hover::before {
  font-size: 13px;
  opacity: 1;
  bottom: unset;
  /* transform: translateY(-30px); */
  transition-duration: 0.3s;
}

.marcador {
  padding: 2px 10px;
  color: #000000;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
}
.marcador2 {
  padding: 2px 10px;
  color: #000000;
  font-weight: bold;
  width: auto;
}
.tag-azul {
  background-color: rgb(250, 220, 123);
}
.tag-verde {
  background-color: rgb(152, 243, 116);
}
.tag-roja {
  background-color: rgb(241, 103, 103);
}
/*--------------------- VER CLIENTE --------------------- */

.subtitulo {
  font-size: 22px;
  font-family: "skie";
}

.card-verCliente {
  border: none;
}
.card-verCliente .card-header {
  background-color: inherit;
}
.card-verCliente .card-body {
  color: #000000;
  font-family: "skie";
  border: none;
}
.card-header nav .nav-tabs button {
  color: #000000;
  font-weight: bold;
  background-color: #ddd;
  margin-right: 5px;
}
.input-dg,
.input-dc,
.text-obs {
  border: solid 1px #000000;
  background-color: #f3f2f2;
  font-family: "skie";
}
.input-dg:disabled,
.input-dc:disabled,
.text-obs:disabled {
  background-color: #2e2e31;
  color: #ddd;
  border: solid 1px #ddd;
}

.input-dg::placeholder,
.input-dc::placeholder,
.text-obs::placeholder {
  color: #858383;
}

.archivos-container {
  border: solid 1px #cecece;
  border-radius: 10px;
  padding: 10px;
}
.archivos-header {
  border-bottom: solid 2px #000000;
}

.tam {
  padding-top: 4.5rem;
}

/* --------------------- REGISTRAR CLIENTE --------------------- */
.registro-container {
  border: solid 2px #cecece;
  border-radius: 0%;
}
.registro-header {
  border-bottom: solid 3px #000000;
  text-align: center;
}
.registro-header2 {
  border-bottom: solid 3px #000000;
  border-top: solid 3px #000000;
  text-align: center;
}

.registro-header span,
.registro-header2 span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.input-registro {
  border: none;
  border-radius: 0%;
  border-bottom: solid 2px #000000;
  outline: none;
  font-family: "skie";
}

/* --------------------- FIRMA CLIENTE --------------------- */
.title-firma h2 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.title-firma h2:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #b80000;
}
.nav-tabs button {
  color: #000000;
  font-weight: bold;
  background-color: #ddd;
  margin-right: 5px;
}

.card-firma {
  border: solid 2px #ddd;
  border-radius: 0%;
}
.card-firma .card-header-firma {
  background-color: #ddd;
  padding: 10px;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  letter-spacing: 5px;
}

.card-firma-cre {
  border: solid 2px #cbe7b8;
  border-radius: 0%;
}
.card-firma-cre .card-header-firma-cre {
  background-color: #cbe7b8;
  padding: 10px;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  letter-spacing: 5px;
}
.card-firma .card-body-firma,
.card-firma-cre .card-body-firma,
.card-firma-doc .card-body-firma {
  color: #000000;
  border: none;
  padding: 10px;
}

.card-firma-doc {
  border: solid 2px #fff4c4;
  border-radius: 0%;
}
.card-firma-doc .card-header-firma-doc {
  background-color: #fff4c4;
  padding: 10px;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  letter-spacing: 5px;
}
.card-footer-firma {
  background-color: #ddd;
  color: #000000;
  padding: 5px;
  text-align: center;
}
.card-footer-firma-cre {
  background-color: #cbe7b8;
  color: #000000;
  padding: 5px;
  text-align: center;
}

.card-footer-firma-doc {
  background-color: #fff4c4;
  color: #000000;
  padding: 5px;
  text-align: center;
}
/* --------------------- TEST MODE FIRMAS --------------------- */
.checkbox-apple {
  position: relative;
  width: 50px;
  height: 25px;
  margin: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-apple label {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 25px;
  border-radius: 50px;
  background: linear-gradient(to bottom, #b3b3b3, #e6e6e6);
  cursor: pointer;
  transition: all 0.3s ease;
}

.checkbox-apple label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.checkbox-apple input[type="checkbox"]:checked + label {
  background: linear-gradient(to bottom, #4cd964, #5de24e);
}

.checkbox-apple input[type="checkbox"]:checked + label:after {
  transform: translateX(25px);
}

.checkbox-apple label:hover {
  background: linear-gradient(to bottom, #b3b3b3, #e6e6e6);
}

.checkbox-apple label:hover:after {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.yep {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 25px;
}
