/*
Theme Name: ky1ar
Theme URI: https://krear3d.com
Author: Kenny Muñoz Serafin
Author URI: https://munoz.pe
Description: Tema personalizado para Krear 3D
Version: 0.01
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@200;300;400;500;600;700;800&display=swap");

:root {
  --primary: #ed5d1f;
  --primaryopacity: #ffeee4;

  --secondary: #182d36;
  --tertiary: #ffa02a;

  --white: #ffffff;
  --gray: #f0f0f0;
  --graydark: #e6e6e6;
  --graydarkest: #cccccc;
  --black: #0f2027;
}

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

::selection {
  color: var(--primary) !important;
  background-color: var(--primaryopacity) !important;
}

a {
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

/*********************************** START **********************************/
body {
  background-color: var(--white);
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 0.85rem;
  color: var(--black);
  position: relative;
  min-width: 22rem;
  display: flex;
  -webkit-user-select: none;
  user-select: none;
}

.ky1-wrp {
  width: 100%;
  margin: 0 auto;
  max-width: 100rem;
  padding: 0 1rem;
}

/***************************************************************************/
#ky1-lft {
  padding: 2.5rem;
}

#ky1-lft .ky1-lgo {
  display: flex;
  justify-content: center;
}

#ky1-lft .ky1-lgo img {
  width: 10rem;
  height: 3rem;
  margin-right: 1rem;
}

#ky1-lft .ky1-lst {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 2.5rem;
  padding-top: 2.5rem;
}

#ky1-lft .ky1-lst li {
  display: flex;
  gap: 1rem;
  font-size: 1rem;
  font-weight: 500;
  align-items: center;
}

.cont-insert {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  flex-direction: column;
  margin: auto;
  box-shadow: 0 0 0.25rem var(--graydark);
  padding: 1rem;
  border-radius: 0.5rem;
  width: 9rem;
  text-align: center;
  background-color: white;
  z-index: 2;
}

.cont-insert h1 {
  font-size: 1rem;
  text-align: center;
}

.cont-insert .form-insert {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.cont-insert .form-insert label {
  background-color: #f5f5f5;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
  font-size: 0.9rem;
}

.cont-insert .form-insert input {
  font-family: "DM Sans", sans-serif;
  background-color: #14b773;
  padding: 0.5rem 1rem;
  border: none;
  cursor: pointer;
  border-radius: 2rem;
  font-size: 0.9rem;
  text-decoration: none;
  display: inline-block;
  margin: auto;
  color: var(--white);
}

.cont-insert .form-insert input:hover {
  filter: opacity(0.75);
}

/***************************************************************************/
#ky1-rgt {
  background-color: #dce2ff57;
  flex: 1;
  padding: 0 1rem;
}

#ky1-rgt header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

#ky1-rgt header .ky1-ttl {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  display: none;
}

#ky1-rgt header .ky1-ttl h1 {
  margin: 0;
  font-size: 1.5rem;
}

#ky1-rgt header .ky1-dte {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  background-color: #4f585d;
  padding: 1rem 1rem;
  border-radius: 2rem;
  width: 16rem;
  color: var(--white);
}
#ky1-rgt header .ky1-dte img {
  filter: invert(1) brightness(2);
}
#previousMonth,
#nextMonth,
#selectedUser {
  cursor: pointer;
}
#indice {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 0.5rem;
  padding: 0.5rem;
  border: 0.1rem solid var(--graydarkest);
  margin-right: auto;
  margin-left: 2rem;
}
#indice h1 {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  margin: 0;
}
#indice p {
  display: flex;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 0.75rem;
}
#indice p span {
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.25rem;
}
#indice p:nth-of-type(1) span {
  background-color: #a9e0f5;
}
#indice p:nth-of-type(2) span {
  background-color: #858585;
}
#indice p:nth-of-type(3) span {
  background-color: #3fc5c4;
}
#indice p:nth-of-type(4) span {
  background-color: black;
}
#indice p:nth-of-type(5) span {
  background-color: #f7c43b;
}
#sec-discount {
  display: flex;
  flex-direction: column;
  margin-right: 2rem;
  background-color: #ffe9e9;
  border-radius: 0.5rem;
  padding: 0.5rem;
  border: 1px solid #b91c1c;
}
#sec-discount p {
  margin: 0;
  padding: 0;
}
#sec-discount .subt {
  font-size: 1rem;
  color: red;
}
#sec-discount .valor {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  font-size: 1.5rem;
  color: red;
  font-weight: bolder;
}
#ky1-rgt header .ky1-dte img:first-child {
  transform: scaleX(-1);
  margin-right: 5px;
}

#ky1-rgt header .ky1-dte img:last-child {
  margin-left: 5px;
}

#ky1-rgt header .ky1-usr {
  display: flex;
  gap: 1rem;
  align-items: center;
}

#ky1-rgt header .ky1-usr .usr-btn {
  width: 2.5rem;
  border-radius: 2rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #4f585d;
}

#ky1-rgt header .ky1-usr #usr-prv img {
  transform: rotateZ(180deg);
}

#ky1-rgt header .ky1-usr #usr-nxt {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#ky1-rgt header .ky1-usr #previousUser img {
  transform: scaleX(-1);
}
#ky1-rgt header .ky1-usr .usr-btn img {
  filter: invert(1);
}

/***************************************************************************/
#selectedUser {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  min-width: 14rem;
  justify-content: center;
}

#selectedUser img {
  width: 3rem;
  height: 3rem;
  border-radius: 2rem;
}

#selectedUser span {
  display: flex;
  flex-direction: column;
}

#selectedUser h3 {
  margin: 0;
  font-weight: 500;
}

#selectedUser h4 {
  margin: 0;
  font-weight: 400;
  opacity: 0.75;
}

#selectedUser #userList {
  border-radius: 0 0 0 0.75rem;
  margin: 0;
  padding: 0;
  position: absolute;
  margin-top: 4rem;
  top: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  max-height: 30rem;
  overflow-y: auto;
  box-shadow: 0 0.4rem 0.5rem 0.1rem rgb(206, 206, 206);
}

#selectedUser #userList::-webkit-scrollbar {
  width: 3px;
  height: 10px;
}

#selectedUser #userList::-webkit-scrollbar-thumb {
  background-color: var(--black);
  border-radius: 0.75rem;
}

#selectedUser #userList::-webkit-scrollbar-track {
  background-color: white;
}

#selectedUser:hover #userList,
#selectedUser #userList:hover {
  visibility: visible;
  opacity: 1;
}

#selectedUser #userList ul {
  margin: 0;
  list-style: none;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 0;
  box-shadow: 0 0.5rem 1rem #bfbfbf;
}

#selectedUser #userList ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  width: 100%;
  padding: 0.75rem;
}

#selectedUser #userList ul li:hover {
  background-color: var(--gray);
}

#selectedUser #userList ul li img {
  width: 2rem;
  height: 2rem;
}

#selectedUser #userList ul li h3 {
  font-size: 0.85rem;
  font-weight: 600;
}

/***************************************************************************/
#ky1-rgt .ky1-rsm {
  margin: 0;
  list-style: none;
  display: flex;
  padding: 1rem;
  justify-content: space-between;
}

#ky1-rgt .ky1-rsm li {
  background-color: var(--white);
  padding: 1rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 13%;
  border: 0.15rem solid #ababab4f;
}

#ky1-rgt .ky1-rsm li:nth-of-type(1) {
  background-color: #b1ffb7;
}
#ky1-rgt .ky1-rsm li:nth-of-type(2) {
  background-color: #b6ffff;
}
#ky1-rgt .ky1-rsm li:nth-of-type(3) {
  background-color: #fbffb6;
}
#ky1-rgt .ky1-rsm li:nth-of-type(4) {
  background-color: #f5cc99;
}
#ky1-rgt .ky1-rsm li:nth-of-type(5) {
  background-color: #d0bcff;
}
#ky1-rgt .ky1-rsm li:nth-of-type(6) {
  background-color: #ff9393;
}
#ky1-rgt .ky1-rsm li:nth-of-type(7) {
  background-color: #ffd25a;
}

#ky1-rgt .ky1-rsm .box-img {
  display: flex;
  border-radius: 1rem;
}

#ky1-rgt .ky1-rsm .box-txt {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: 50%;
}

#ky1-rgt .ky1-rsm .box-txt span {
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  text-align: right;
}

#ky1-rgt .ky1-rsm .box-txt p {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.75;
  text-align: right;
}

/***************************************************************************/
#ky1-rgt .ky1-hrr {
  margin: 0;
  list-style: none;
  display: flex;
  gap: 1.2rem;
  padding: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

#ky1-rgt .ky1-hrr .hrr-box {
  /* flex: 1; */
  background-color: var(--white);
  box-shadow: 0 0 0.25rem var(--graydark);
  padding: 1.5rem;
  border-radius: 1rem;
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
  position: relative;
}

#ky1-rgt .ky1-hrr .hrr-box .box {
  /* flex: 1; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#ky1-rgt .ky1-hrr .hrr-box span {
  font-size: 1.25rem;
  font-weight: 600;
}

#ky1-rgt .ky1-hrr .hrr-box .hrr-day {
  display: flex;
  gap: 0.5rem;
}

#ky1-rgt .ky1-hrr .hrr-box .hrr-day ul {
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
  padding: 1.5rem 0.5rem;
  border-radius: 4rem;
  width: 4.3rem;
  padding-bottom: 0;
  min-height: 17rem;
}

#ky1-rgt .ky1-hrr .hrr-box .hrr-day ul:hover {
  border: 0.1rem solid #ff733e;
  overflow: hidden;
}

#ky1-rgt .ky1-hrr .hrr-box .hrr-day ul:has(> li.test) {
  background-color: #ffd995;
  border: none;
}

#ky1-rgt .ky1-hrr .hrr-box .hrr-day ul:has(> li.test) li.test {
  transform: rotate(90deg);
  margin-top: 4.5rem;
  letter-spacing: 0.25rem;
  font-weight: bold;
  font-size: 1rem;
  opacity: 0.5;
  color: var(--black);
}

#ky1-rgt .ky1-hrr .hrr-box .hrr-day ul {
  background-color: #ffe1cc66;
}

#ky1-rgt .ky1-hrr .hrr-box .hrr-day li {
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.75rem;
  position: relative;
}

#ky1-rgt .ky1-hrr .hrr-box .hrr-day li.late::after {
  content: " ";
  width: 1rem;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 0.1875rem;
  background-color: #ff7565;
  position: absolute;
  border-radius: 2rem;
}

#ky1-rgt .ky1-hrr .hrr-box .hrr-day ul li.calc {
  text-align: center;
  width: 4.3rem;
  padding: 0.5rem 0 0.75rem 0;
  border-radius: 0 0 2.75rem 2.75rem;
  color: black;
  margin-top: auto;
  font-weight: 600;
  cursor: pointer;
  font-size: 0.85rem;
}

#ky1-rgt .ky1-hrr .hrr-box .hrr-day ul li.justDoc {
  position: absolute;
  top: 5.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#ky1-rgt .ky1-hrr .hrr-box .hrr-day ul li.justDoc img {
  width: 1rem;
  cursor: pointer;
}

#ky1-rgt .ky1-hrr .hrr-box .hrr-day ul li.calc.df {
  background-color: #ffdcc3;
  line-height: 1.75rem;
  font-size: 0.75rem;
}

#ky1-rgt .ky1-hrr .hrr-box .hrr-day ul li.calc.plus {
  background-color: #57db00;
  color: var(--white);
}

#ky1-rgt .ky1-hrr .hrr-box .hrr-day ul li.calc.minus {
  background-color: #ff432e;
  color: var(--white);
}

#ky1-rgt .ky1-hrr .hrr-box .hrr-day .day-nam {
  opacity: 0.65;
}

#ky1-rgt .ky1-hrr .hrr-box .hrr-day .day-trd::after {
  content: "";
}

#ky1-rgt .ky1-hrr .hrr-box .data-sem {
  display: flex;
  align-items: center;
}

#ky1-rgt .ky1-hrr .hrr-box .data-sem p {
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  text-align: center;
  margin: 0;
  font-weight: 600;
}

#ky1-rgt .ky1-hrr .hrr-box .data-sem p:first-child {
  background-color: #90c8f5;
  border-radius: 1.5rem 0 0 1.5rem;
}

#ky1-rgt .ky1-hrr .hrr-box .data-sem p:last-child {
  background-color: #9fe9ae;
  border-radius: 0 1.5rem 1.5rem 0;
}

.super {
  width: 100vw;
  height: 100vh;
}

.modal-stamp {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-stamp::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #8a8a8a;
  opacity: 0.8;
  top: 0;
  left: 0;
  z-index: 9998;
}

.modal-stamp > div {
  display: flex;
  padding: 1.5rem 1rem;
  background-color: white;
  flex-direction: column;
  width: 22rem;
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 1rem 0.25rem rgb(195, 195, 195);
  border-radius: 1rem;
}

.modal-stamp div h1 {
  text-align: center;
  margin: 0;
  font-size: 1.2rem;
}

.modal-stamp form {
  display: flex;
  padding: 1rem;
  padding-bottom: 0;
  flex-direction: column;
}

.modal-stamp form .checks {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 0.5rem 2rem;
  flex-wrap: wrap;
}
.modal-stamp form .checks .tit:nth-of-type(1) {
  width: 100%;
  margin: 0;
  text-align: center;
  font-weight: 600;
}
.modal-stamp form .checks .tit:nth-of-type(2),
.modal-stamp form .checks .tit:nth-of-type(3) {
  font-weight: 600;
  margin: 0.5rem 0 0 0;
  width: 26%;
  text-align: center;
}
.modal-stamp form .checks .switch {
  position: relative;
  display: flex;
  width: 5rem;
  height: 3rem;
}

.modal-stamp form .checks .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.modal-stamp form .checks .switch .slider:before {
  position: absolute;
  content: "";
  height: 2.6rem;
  width: 2.6rem;
  bottom: 0.2rem;
  left: 0.2rem;
  background-color: white;
  background-image: url("../img/mid.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.modal-stamp form .checks .switch:nth-of-type(2) .slider:before {
  background-image: url("../img/full_x1.png");
}
.modal-stamp form .checks .switch:nth-of-type(3) .slider:before {
  background-image: url("../img/salud-check.png");
}
.modal-stamp form .checks .switch:nth-of-type(4) .slider:before {
  background-image: url("../img/servicio-tec.png");
}
.modal-stamp form .checks .switch:nth-of-type(1) input:checked + .slider {
  background-color: #ffc426;
}
.modal-stamp form .checks .switch:nth-of-type(2) input:checked + .slider {
  background-color: #ffc426;
}
.modal-stamp form .checks .switch:nth-of-type(3) input:checked + .slider {
  background-color: #66b9f1;
}
.modal-stamp form .checks .switch:nth-of-type(4) input:checked + .slider {
  background-color: #000000;
}

.modal-stamp form .checks .switch input:checked + .slider.round {
  border-radius: 2rem;
}

.modal-stamp form .checks .switch input:checked + .slider.round:before {
  border-radius: 2rem;
}

.modal-stamp form .checks .switch input:checked + .slider:before {
  transform: translateX(2rem);
  background-color: transparent;
  filter: invert(1);
}

.modal-stamp form .checks .switch .slider.round,
.modal-stamp form .checks .switch .slider.round:before {
  border-radius: 2rem;
}

.modal-stamp form label {
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.modal-stamp form #dayInput {
  background-color: white !important;
  color: #df6900;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.5rem !important;
}
.modal-stamp form input:not(#check1):not(#check2):not(#check3):not(#check4) {
  border: 0;
  border-radius: 0.5rem;
  background-color: #f5f5f5;
  padding: 0.5rem;
  margin-bottom: 1rem;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}

.modal-stamp form textarea {
  resize: none;
  height: 4rem;
  width: auto;
  border: none;
  border-radius: 0.5rem;
  background-color: #f5f5f5;
  padding: 0.5rem;
  margin-bottom: 1rem;
  font-family: "DM Sans", sans-serif;
}

.modal-stamp form input:focus,
.modal-stamp form textarea:focus {
  outline: none;
  border: none;
}

.modal-stamp form input[type="file"] {
  padding: 0.5rem 1rem;
  border: none;
  cursor: pointer;
  border-radius: 0.5rem;
  font-size: 0.9rem;
}

.modal-stamp form input[type="submit"] {
  width: 5rem;
  background-color: #f4a27e !important;
  border: 0 !important;
  border-radius: 2rem !important;
  padding: 0.5rem 1rem !important;
  margin: auto;
  cursor: pointer;
}

.modal-stamp form input[type="submit"]:hover {
  filter: brightness(1.1);
}

.viewDoc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  /* Fondo semitransparente */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.viewDoc img {
  max-width: 40rem;
  border-radius: 0.5rem;
}

.viewDoc embed {
  width: 50%;
  height: 80%;
}

.ky1-permisos {
  display: flex;
  flex-direction: column;
  position: fixed;
  gap: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 2;
}

.ky1-permisos button {
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #aee1fd;
  border: none;
  border-radius: 3rem;
  font-size: 0.75rem;
  cursor: pointer;
  padding: 0.5rem;
  justify-content: center;
  align-items: center;
}

.ky1-permisos .fond {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.ky1-permisos .desc {
  width: 55rem;
  border-radius: 0.5rem;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.ky1-permisos a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b5bdc5;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 3rem;
  cursor: pointer;
  padding: 0.5rem;
}

.ky1-permisos button img,
.ky1-permisos a img {
  width: 2rem;
}

/* login */
section.cont-login {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/whirlpool.png");
}

section.cont-login .login {
  display: flex;
  background-color: white;
  width: 70%;
  height: 40rem;
  border-radius: 2rem;
  box-shadow: 0 0 0.8rem 0.1rem rgb(145 145 145);
}

section.cont-login .login div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  gap: 2rem;
}

section.cont-login .login div:first-child .logo {
  width: 14rem;
}

section.cont-login .login div:first-child .refer {
  width: 23rem;
}

section.cont-login .login div:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50%;
}

section.cont-login .login div:last-child img {
  width: 7rem;
}

section.cont-login .login div:last-child h1 {
  font-size: 1.5rem;
  margin: 1rem 0;
}

section.cont-login .login div:last-child form {
  display: flex;
  flex-direction: column;
  width: 20rem;
  margin-top: 2rem;
}

section.cont-login .login div:last-child form label {
  font-size: 1rem;
  font-weight: 600;
  color: #595959;
  margin-bottom: 0.5rem;
}

section.cont-login .login div:last-child form input:not(:last-child) {
  border: none;
  border-bottom: 0.15rem solid #ed5d1f;
  font-size: 1rem;
  margin-bottom: 2rem;
}

section.cont-login .login div:last-child form input:not(:last-child):focus {
  outline: none;
}

section.cont-login
  .login
  div:last-child
  form
  input:not(:last-child):-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
  -webkit-text-fill-color: #000000 !important;
}

section.cont-login .login div:last-child form input[type="submit"] {
  border-radius: 2rem;
  background-color: #ed5d1f;
  color: white;
  border: 0;
  padding: 1rem 0;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
}

section.cont-login .login div:last-child form input[type="submit"]:hover {
  opacity: 0.9;
}

.out {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  cursor: pointer;
  z-index: 1;
}

.out a {
  padding: 1rem;
  background-color: #000000;
  display: flex;
  border-radius: 2rem;
  align-items: center;
  box-shadow: 0 0 0.25rem var(--graydark);
  justify-content: center;
}

.out a img {
  width: 1.5rem;
  filter: invert(1);
}

@media only screen and (max-width: 1300px) {
  #ky1-rgt .ky1-rsm li {
    width: 30%;
  }
}

@media only screen and (max-width: 1200px) {
  section.cont-login .login {
    flex-direction: column;
    align-items: center;
    width: 30rem;
  }

  section.cont-login .login div:first-child .logo {
    margin: 3.5rem 0;
  }

  section.cont-login .login div:first-child .refer {
    display: none;
  }

  #ky1-rgt .ky1-rsm li {
    width: 45%;
  }
}

@media only screen and (max-width: 992px) {
  #ky1-rgt header .ky1-ttl {
    display: none;
  }

  #ky1-rgt header .ky1-dte span {
    font-size: 0.9rem;
  }
  #ky1-rgt header {
    flex-wrap: wrap;
    padding: 1rem 0;
  }

  #ky1-rgt header .ky1-dte {
    width: 100%;
    margin-bottom: 1rem;
  }

  #ky1-rgt header .ky1-usr {
    margin-left: auto;
    gap: 0;
  }
}

@media only screen and (max-width: 768px) {
  #selectedUser {
    min-width: 11rem;
  }

  #ky1-rgt .ky1-rsm {
    padding: 0;
  }

  #ky1-rgt .ky1-hrr {
    padding: 2rem 0 0 0;
  }
}

@media only screen and (max-width: 576px) {
  #ky1-rgt .ky1-rsm {
    justify-content: space-between;
  }
  section.cont-login .login {
    width: 90%;
  }

  section.cont-login .login div:last-child form {
    padding: 0 2rem;
  }

  section.cont-login .login div:last-child form input[type="submit"] {
    padding: 0.8rem 0;
    font-size: 0.8rem;
    width: 12rem;
    margin: 1rem auto;
  }

  section.cont-login .login div:first-child .logo {
    width: 10rem;
  }

  #selectedUser h3,
  #selectedUser h4 {
    font-size: 0.8rem;
  }

  #ky1-rgt .ky1-hrr .hrr-box {
    padding: 0.75rem;
    width: 100%;
  }

  #ky1-rgt .ky1-hrr .hrr-box span {
    font-size: 1rem;
  }

  #ky1-rgt .ky1-hrr .hrr-box .data-sem p {
    font-size: 0.7rem;
  }

  #ky1-rgt .ky1-hrr .hrr-box .hrr-day {
    justify-content: space-between;
  }

  #ky1-rgt .ky1-hrr .hrr-box .hrr-day ul {
    padding: 1.5rem 0 0 0;
    width: 3rem;
  }

  #ky1-rgt .ky1-hrr .hrr-box .hrr-day li {
    font-size: 0.7rem;
  }

  #ky1-rgt .ky1-hrr .hrr-box .hrr-day ul li.calc {
    width: 3rem;
    font-size: 0.7rem;
  }

  #ky1-rgt .ky1-rsm {
    gap: 1rem;
  }

  #ky1-rgt .ky1-rsm .box-img {
    min-width: 1rem;
  }
  #ky1-rgt .ky1-rsm .box-txt span {
    font-size: 1rem;
  }

  #ky1-rgt .ky1-rsm .box-txt p {
    font-size: 0.7rem;
  }

  #ky1-rgt .ky1-rsm li {
    padding: 1rem;
  }
  #ky1-rgt .ky1-rsm li:last-child {
    height: 6rem;
  }
  .ky1-permisos {
    display: none !important;
  }

  .out {
    right: 1rem;
    left: auto;
  }
  #ky1-rgt header .ky1-usr .usr-btn {
    display: none;
  }
  #sec-discount .subt {
    font-size: 0.75rem;
  }
  #sec-discount .valor{
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 416px) {
  #ky1-rgt .ky1-rsm li {
    width: 47%;
  }
}

.comentarios-boss {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: #dce2ff57;
}

.comentarios-boss h1 {
  width: 45rem;
}

.comentarios-boss .envio {
  width: 45rem;
}

.comentarios-boss .envio form {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.comentarios-boss .envio form textarea {
  resize: vertical;
  border-radius: 1rem;
  height: 4rem;
  padding: 1rem;
  outline: none;
  font-family: "DM Sans", sans-serif;
}

.comentarios-boss .envio form input {
  display: flex;
  margin-top: 1rem;
  width: fit-content;
  margin-left: auto;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  border: none;
  background-color: #ff861d;
  box-shadow: 0.1rem 0.1rem 0.2rem gray;
  transition: background-color 0.3s ease;
  cursor: pointer;
  margin-bottom: 2rem;
  color: white;
  font-weight: bold;
}

.comentarios-boss .envio form input:hover {
  background-color: #df6800;
}

.comentarios-boss .mensajes {
  display: flex;
  align-items: center;
  text-align: left;
  width: 45rem;
  flex-direction: column;
}

.comentarios-boss .mensajes p {
  display: flex;
  padding: 1.5rem;
  background-color: var(--white);
  border-radius: 1rem;
  width: 100%;
  flex-direction: column;
}

.comentarios-boss .mensajes p strong {
  margin-right: 0.5rem;
}

.comentarios-boss .mensajes p .fecha {
  margin-left: auto;
  color: #8b8989;
  font-style: italic;
  text-align: right;
  font-size: 0.8rem;
}

@media only screen and (max-width: 62rem) {
  .comentarios-boss h1,
  .comentarios-boss .envio,
  .comentarios-boss .mensajes {
    width: 60%;
  }
}

@media only screen and (max-width: 48rem) {
  .comentarios-boss h1 {
    font-size: 1rem;
    text-align: center;
  }

  .comentarios-boss h1,
  .comentarios-boss .envio,
  .comentarios-boss .mensajes {
    width: 100%;
  }

  .cont-insert {
    display: none !important;
  }
}

/* puntos de area */
.points {
  position: fixed;
  bottom: 6rem;
  left: 1rem;
  background-color: white;
  padding: 0.9rem;
  border-radius: 2rem;
  border: 0.1rem solid var(--graydarkest);
  z-index: 2;
  cursor: pointer;
}

.points img {
  width: 2rem;
}

.container-pointscard {
  display: none;
  position: absolute;
  background-color: #797979c4;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.container-pointscard .info {
  background-color: var(--white);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1rem;
  padding: 2rem;
}
.container-pointscard .info .valores h1 {
  margin: 0;
  text-align: center;
  font-size: 1.2rem;
}
.container-pointscard .info .valores table {
  border-collapse: collapse;
  margin: 2rem auto;
}
.container-pointscard .info .valores table td,
.container-pointscard .info .valores table th {
  border: 0.1rem solid var(--black);
  padding: 1rem;
  text-align: center;
}
.container-pointscard .info .valores table td input {
  width: 2rem;
  height: 2rem;
  border: none;
  appearance: none;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.container-pointscard .info .valores table td input[type="checkbox"].state-0 {
  background-image: url("/assets/img/no-aceptado.png");
}
.container-pointscard .info .valores table td input[type="checkbox"].state-1 {
  background-image: url("/assets/img/aceptado.png");
}
.container-pointscard .info .valores table td input[type="checkbox"].state-2 {
  background-image: url("/assets/img/neutral.png");
}
.container-pointscard .info .valores .btn-insert {
  margin: auto;
  display: flex;
  background-color: var(--gray);
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  box-shadow: 0.1rem 0.1rem 0.1rem #0f202785;
  cursor: pointer;
}
.container-pointscard .info .valores .btn-insert:hover {
  filter: brightness(0.9);
}
.inf-2 {
  display: flex;
  margin: 0 auto;
  width: fit-content;
  flex-direction: column;
}
.inf-2 > h1 {
  margin: 0;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.inf-2 table {
  border-collapse: collapse;
  border-radius: 1rem;
  overflow: hidden;
  margin: 1rem 0;
}
.inf-2 table td,
.inf-2 table th {
  padding: 1rem;
  text-align: center;
}

.inf-2 table th {
  background-color: #3fc5c4;
  color: white;
}
.inf-2 table td {
  background-color: white;
}
.inf-2 table td input {
  margin: 0;
  width: 1.2rem;
  height: 1.2rem;
  pointer-events: none;
}
.inf-2 table td input[type="checkbox"]:not(:checked) {
  background-image: url("/assets/img/no-aceptado.png");
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  appearance: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.inf-2 table td input[type="checkbox"]:checked {
  background-color: transparent;
}
.inf-2 .puntajes {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
.inf-2 .puntajes div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.inf-2 .puntajes label {
  font-weight: 600;
}
.inf-2 .puntajes input {
  border: 0.1rem solid var(--graydark);
  border-radius: 0.5rem;
  padding: 0.5rem;
  width: 10rem;
  outline: none;
}
.inf-2 .puntajes button {
  display: flex;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  border: 0.1rem solid var(--graydarkest);
  background-color: #4eb5ff;
  color: white;
  cursor: pointer;
}

.out2 {
  margin-left: auto;
}
.out2 a img {
  width: 2.5rem;
}
@media only screen and (max-width: 100rem) {
  #ky1-rgt .ky1-rsm {
    gap: 1rem;
  }
  #ky1-rgt .ky1-rsm .box-img {
    padding: 0;
    width: auto;
  }
  #ky1-rgt .ky1-rsm .box-txt p {
    font-size: 0.8rem;
  }
  #ky1-rgt .ky1-rsm li {
    gap: 0;
  }
  #ky1-rgt .ky1-rsm .box-txt span {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 75rem) {
  #ky1-rgt .ky1-rsm {
    flex-wrap: wrap;
  }
  #ky1-rgt .ky1-rsm li:nth-of-type(1),
  #ky1-rgt .ky1-rsm li:nth-of-type(2),
  #ky1-rgt .ky1-rsm li:nth-of-type(3),
  #ky1-rgt .ky1-rsm li:nth-of-type(4) {
    width: 24%;
  }
  #ky1-rgt .ky1-rsm li:nth-of-type(5),
  #ky1-rgt .ky1-rsm li:nth-of-type(6),
  #ky1-rgt .ky1-rsm li:nth-of-type(7) {
    width: 32.5%;
  }
  #ky1-rgt .ky1-rsm {
    gap: 1rem 0;
  }
}

@media only screen and (max-width: 62rem) {
  #indice {
    display: none;
  }
  #ky1-rgt header .ky1-usr .usr-btn {
    display: none;
  }
  #selectedUser {
    justify-content: normal;
  }
}

@media only screen and (max-width: 48rem) {
  #ky1-rgt .ky1-rsm li {
    width: calc(50% - 0.5rem) !important;
  }
  .inf-2 {
    margin: 2rem auto 0 auto;
    width: 100%;
  }
  .inf-2 table {
    overflow-x: scroll;
  }
  .inf-2 .puntajes {
    flex-direction: column;
  }
  .inf-2 .puntajes div {
    flex-direction: column;
    margin-bottom: 1rem;
    align-items: start;
  }
}
@media only screen and (max-width: 36rem) {
  .points {
    right: 1rem;
    left: auto;
  }
  #ky1-rgt .ky1-hrr .hrr-box .hrr-day ul:hover {
    border: none;
  }
  .inf-2 > h1 {
    font-size: 1rem;
  }
  .inf-2 table th {
    font-size: 0.75rem;
  }
  .points {
    display: none !important;
  }
}
