@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
#map-canvas {
  height: 200px;
  width: 100%;
}

/* --- PALETA DE COLORES --- */

:root {
  --main-color: #0097ce;
  --green-color: #5abe4a;
  --orange-color: #ffa800;
  --orange-color-hover: #dc9101;
  --red-color: #e52b69;
  --yellow-color: #ffd939;

  --corpus-color: #e80729;
  --corpus-color-dark: #9c041b;

  --black-color: #1a2023;
  --light-color: #f5f5f5;

  --font: "Ubuntu", sans-serif;

  --dark-blue: #00457d;
  --accent-color: #ffa800;
  --accent-color-hover: #dc9101;
  --azul: #00a1ff;

  --id-66: #c028b866;
  --marketing-66: #1492e666;
  --comercial-66: #ffa80066;
  --rrhh-66: #5abe4a66;
  --administracion-66: #d5005766;
  --web-66: #ffdd0066;

  --id: #c028b8;
  --marketing: #1492e6;
  --comercial: #ffa800;
  --rrhh: #5abe4a;
  --administracion: #d50057;
  --web: #ffdd00;
}
.p-0 {
  padding: 0;
}
.pl-3 {
  padding-left: 15px;
}
.pr-3 {
  padding-right: 15px;
}

body {
  /*min-width: 1280px;*/
  /*background: url('../images/fondo.png') top right no-repeat #f3f3f3;*/
  background-color: #f3f3f3;
  font-family: "Ubuntu", sans-serif;
}
body,
html,
.container-fluid,
.container-fluid .row {
  height: 100%;
}
aside {
  background-color: var(--main-color);
  height: 100%;
  padding-top: 150px;
  padding-left: 50px;
  position: fixed !important;
}

/* ESTILOS EXTRA */
.row.flex {
  display: flex;
  flex-wrap: wrap;
}
.row.flex.start {
  justify-content: flex-start;
  align-items: stretch;
}
.mb-5 {
  margin-bottom: 30px;
}
.envolvente {
  margin-bottom: 30px;
}
.envolvente .caja {
  margin: 0 !important;
}
section.col.caja {
  height: 100%;
}
.m-0 {
  margin: 0;
}
/* HEADER */
.header .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .flex h3 {
  flex: 1 0 auto;
  padding-right: 30px;
}
.header .medallas {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  overflow: hidden;
  overflow-x: auto;
  justify-content: flex-end;
}
.header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 30px;
}
.header .medallas img {
  margin-right: 10px;
}

aside.menu-izq::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 150px;
  background-image: url(/images/logo_light.png);
  background-repeat: inherit;
  background-size: 220px;
  background-position: center;
  background-color: white;
  top: 0;
  right: 0;
}

.dias.alert {
  color: var(--red-color);
  margin: 0;
  padding: 0;
}

.texto.alert {
  color: var(--red-color);
  font-size: 14px;
}
/* FIN HEADER */
/* CSS ADMINISTRADORES */
input.administrador.validate[type="checkbox"] {
  width: 15px !important;
}
/* FIN CSS ADMINISTRADORES */
.frasedia {
  text-align: center;
  width: 70%;
  margin: 30px auto;
  color: var(--main-color);
  font-size: 22px;
}
.navecacion,
.cambiarpass,
.partes {
  padding: 0px;
}

.menu-izq h2 {
  color: var(--main-color);
  font-size: 16px;
  background: white;
  display: inline-block;
  padding: 10px;
  margin: 0 10px 0 0;
}

.menu-izq h2 span {
  font-weight: 600;
}

.navegacion li {
  list-style-type: none;
  padding: 15px 10px;
}
.navegacion li a {
  color: #fff;
  font-size: 18px;
}

.navegacion li a:hover {
  text-decoration: none;
  color: rgb(72, 179, 217);
}

.navegacion li a i {
  display: block;
  float: left;
  width: 30px;
  line-height: 26px;
}

h3 {
  color: var(--main-color);
  font-size: 42px;
  font-weight: 700;
}

h3 span {
  font-weight: 300;
  font-size: 30px;
  font-style: italic;
}

.caja {
  background-color: #fff;
  border: #e2e3e3 1px solid;
  border-radius: 5px;
  padding: 20px 25px;
  min-height: 135px;
  margin-bottom: 30px;
  width: 100%;
}

.cajas-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px;
}

.caja-sw {
  background-color: #fff;
  border: #e2e3e3 1px solid;
  border-radius: 5px;
  padding: 20px 25px;
  min-height: 135px;
  margin-bottom: 15px;
  flex: 1 1 300px;
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.cajalist {
  background-color: #fff;
  border: #e2e3e3 1px solid;
  border-radius: 5px;
  padding: 20px 25px;
  min-height: 135px;
  max-height: 300px;
  margin-bottom: 30px;
  overflow-y: auto;
}

p {
  font-size: 18px;
  font-weight: 400;
  color: #626262;
}
.estado {
  color: var(--main-color);
  font-size: 30px;
  font-weight: 900;
}
.estado2 {
  color: #717171;
  font-size: 30px;
  font-weight: 900;
}
.estado3 {
  color: #6eff33;
  font-size: 30px;
  font-weight: 900;
}
.nsv {
  display: none;
}
#felicidad {
  text-align: center;
}
#felicidad li {
  list-style-type: none;
  display: inline-block;
  width: 150px;
}
h4 {
  color: #3e3e3e;
  font-size: 25px;
  text-align: center;
  font-weight: 300;
  font-style: italic;
}
.horas {
  background: var(--main-color);
}
#main {
  padding: 100px 100px 0px 100px;
  margin-left: 17%;
}
.horas p {
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  color: #fff;
}
.horas p span {
  display: inline-block;
  float: right;
  color: #fff;
  font-weight: 300;
}
.fecha {
  display: inline-block;
  float: right;
  color: #6d6d6d;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  margin-top: 5px;
}
.activo {
  position: relative;
  z-index: 1;
}
li.activo::after {
  position: absolute;
  content: "";
  top: 0;
  left: 25px;
  z-index: -1;
  width: 100px;
  height: 100px;
  background-color: var(--main-color);
  border-radius: 100px;
  padding: 10px;
}
#desactivar a.activo {
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
}
#desactivar a {
  display: inline-block;
  border: 1px solid var(--main-color);
  border-radius: 25px;
  padding: 7px 25px;
  margin-top: 20px;
}
#desactivar a:hover {
  border: 1px solid var(--accent-color);
}
#felicidad li img {
  padding: 15px 10px 5px 10px;
  margin-bottom: 5px;
  border-radius: 1000px;
}
.fichar {
  text-align: center;
}
.fichar input[type="button"] {
  background: url("../images/fichar.png") no-repeat 15px var(--accent-color);
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  padding: 15px 40px 15px 100px;
  border: 0px;
  border-radius: 5px;
  display: inline-block;
  transition: 0.5s;
}
.fichar input[type="button"]:hover {
  background-color: var(--accent-color-hover);
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.5s, box-shadow 0.5s 0.5s;
}
.fichar .item {
  font-size: 18px;
  margin-top: 20px;
}
a,
.azul,
h2 {
  color: var(--main-color);
}
a:hover {
  color: var(--accent-color);
}
a.nohover:hover {
  color: var(--main-color);
  text-decoration: none;
}
.partes li,
.pedir-vacas li,
.cambiarpass li,
.fecha-felicidad li,
.contexto li {
  list-style-type: none;
}
.partes li label,
.pedir-vacas li label,
h5.partes,
.contexto li label {
  display: block;
  font-weight: 700;
  margin-top: 20px;
  color: var(--main-color);
  font-size: 18px;
}

.pedir-vacas li select {
  padding: 7px 14px;
  margin-bottom: 20px;
}
input[type="date"] {
  padding-left: 15px;
}
/*.dias{ color: ; }*/
.partes li textarea,
.partes li input[type="text"],
.partes li input[type="number"],
.pedir-vacas li input,
.cambiarpass li input,
.pedir-vacas li select {
  width: 100%;
}
.partes li textarea,
.pedir-vacas li textarea {
  height: 130px;
}
.partes li input[type="submit"],
.pedir-vacas li input[type="submit"],
.cambiarpass li input[type="submit"] {
  background-color: var(--accent-color);
  color: #fff;
  border: 0px;
  border-radius: 5px;
  width: 70%;
  padding: 10px 0px;
  font-size: 16px;
  display: block;
  margin: 0 auto;
}

#cancelButton {
  background-color: #c23c3c;
  color: #fff;
  border: 0px;
  border-radius: 5px;
  width: 70%;
  padding: 10px 0px;
  font-size: 16px;
  display: none;
  margin: 0 auto;
  margin-top: 10px;
  animation-name: showUp;
  animation-duration: 1s;
}

@keyframes showUp {
  from {
    background-color: transparent;
  }
  to {
    background-color: #c23c3c;
  }
}

.max-width {
  max-width: 250px;
}
#graficoPartesControl,
#graficoVacaciones,
#graficoDietas {
  margin: 0 auto;
  width: 923px;
}
#graficoVacaciones,
#graficoDietas {
  height: 190px;
  /*overflow: hidden;*/
  /*width: 85%;*/
}
.elegir-fecha li {
  list-style: none;
  display: inline-block;
}
.elegir-fecha li input[type="submit"],
.fecha-felicidad li input[type="submit"] {
  background: var(--accent-color);
  border: 0px;
  color: #fff;
  border-radius: 5px;
  padding: 5px 15px;
  margin-left: 12px;
  transition: 0.5s;
}

.elegir-fecha li input[type="submit"]:hover,
.fecha-felicidad li input[type="submit"]:hover {
  background: var(--accent-color-dark);
  box-shadow: 3px 3px 12px rgb(0 0 0 / 30%);
  transition: all 0.5s, box-shadow 0.5s 0.5s;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background: var(--accent-color-hover) !important;
  border-color: var(--accent-color-hover);
  box-shadow: 3px 3px 12px rgb(0 0 0 / 30%);
  transition: all 0.5s, box-shadow 0.5s 0.5s;
}
.btn-info {
  color: #fff;
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}
ul.elegir-fecha {
  padding-left: 0px !important;
  text-align: center;
}

.cuadro-vacaciones {
  border: 1px solid #d8d8d8;
  border-radius: 15px;
  text-align: center;
  height: 190px;
  width: 15%;
  padding: 10px;
  transition: 0.3s all;
}

.cuadro-vacaciones h2 {
  font-size: 16px;
  text-transform: uppercase;
}

.cuadro-vacaciones a {
  text-decoration: none;
}

/*******************  LAIDA ***************************/

#chat-laida p.respuesta-laida {
}

#chat-laida p.consulta-usuario {
}

#chat-laida #input-zone {
}

#laida-div {
  z-index: 9999;
  background: url("../images/laida/laida-escuchando.gif") center;
  background-size: cover;
  position: fixed;
  bottom: 25px;
  right: 30px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  display: flex;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  transition: right 0.5s;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
  background-size: 210px;
  background-position-y: 0px;
}

#laida-div.pirata {
  background: url("../images/laida/pirata-escuchando.gif") center;
  background-size: 210px;
  background-position-y: 0px;
}

#laida-div.pensando {
  background: url("../images/laida/laida-pensando.gif") center;
  background-size: 120px;
  background-position-y: 0px;
}

#laida-div.pensando.pirata {
  background: url("../images/laida/pirata-pensando.gif") center;
  background-size: 120px;
  background-position-y: 0px;
}

#laida-div.hablando {
  background: url("../images/laida/laida-hablando.gif") center;
  background-size: 120px;
  background-position-y: 0px;
}

#laida-div.hablando.pirata {
  background: url("../images/laida/pirata-hablando.gif") center;
  background-size: 210px;
  background-position-y: 0px;
}

#laida-div.papa-noel {
  background: url("../images/laida/santa-escuchando.gif") center;
  background-size: 210px;
  background-position-y: 0px;
}
#laida-div.pensando.papa-noel {
  background: url("../images/laida/santa-pensando.gif") center;
  background-size: 120px;
  background-position-y: 0px;
}
#laida-div.hablando.papa-noel {
  background: url("../images/laida/santa-hablando.gif") center;
  background-size: 210px;
  background-position-y: 0px;
}

#laida-div.personaje-de-the-witcher {
  background: url("../images/laida/witcher-escuchando.gif") center;
  background-size: 210px;
  background-position-y: 0px;
}
#laida-div.pensando.personaje-de-the-witcher {
  background: url("../images/laida/witcher-pensando.gif") center;
  background-size: 120px;
  background-position-y: 0px;
}
#laida-div.hablando.personaje-de-the-witcher {
  background: url("../images/laida/witcher-hablando.gif") center;
  background-size: 210px;
  background-position-y: 0px;
}

#laida-div.personaje-de-halloween {
  background: url("../images/laida/zombie-escuchando.gif") center;
  background-size: 210px;
  background-position-y: 0px;
}
#laida-div.pensando.personaje-de-halloween {
  background: url("../images/laida/zombie-pensando.gif") center;
  background-size: 120px;
  background-position-y: 0px;
}
#laida-div.hablando.personaje-de-halloween {
  background: url("../images/laida/zombie-hablando.gif") center;
  background-size: 210px;
  background-position-y: 0px;
}

#laida-div.personaje-del-heroes-of-the-storm {
  background: url("../images/laida/storm-escuchando.gif") center;
  background-size: 210px;
  background-position-y: 0px;
}
#laida-div.pensando.personaje-del-heroes-of-the-storm {
  background: url("../images/laida/storm-pensando.gif") center;
  background-size: 120px;
  background-position-y: 0px;
}
#laida-div.hablando.personaje-del-heroes-of-the-storm {
  background: url("../images/laida/storm-hablando.gif") center;
  background-size: 210px;
  background-position-y: 0px;
}

#laida-div.personaje-del-league-of-legends {
  background: url("../images/laida/lol-escuchando.gif") center;
  background-size: 210px;
  background-position-y: 0px;
}
#laida-div.pensando.personaje-del-league-of-legends {
  background: url("../images/laida/lol-pensando.gif") center;
  background-size: 120px;
  background-position-y: 0px;
}
#laida-div.hablando.personaje-del-league-of-legends {
  background: url("../images/laida/lol-hablando.gif") center;
  background-size: 210px;
  background-position-y: 0px;
}

#laida-div.friki-del-seo {
  background: url("../images/laida/seo-escuchando.gif") center;
  background-size: 210px;
  background-position-y: 0px;
}
#laida-div.pensando.friki-del-seo {
  background: url("../images/laida/seo-pensando.gif") center;
  background-size: 120px;
  background-position-y: 0px;
}
#laida-div.hablando.friki-del-seo {
  background: url("../images/laida/seo-hablando.gif") center;
  background-size: 210px;
  background-position-y: 0px;
}

#laida-div.personaje-de-one-piece {
  background: url("../images/laida/one-escuchando.gif") center;
  background-size: 210px;
  background-position-y: 0px;
}
#laida-div.pensando.personaje-de-one-piece {
  background: url("../images/laida/one-pensando.gif") center;
  background-size: 120px;
  background-position-y: 0px;
}
#laida-div.hablando.personaje-de-one-piece {
  background: url("../images/laida/one-hablando.gif") center;
  background-size: 210px;
  background-position-y: 0px;
}

#laida-div.personaje-medieval {
  background: url("../images/laida/medieval-escuchando.gif") center;
  background-size: 210px;
  background-position-y: 0px;
}
#laida-div.pensando.personaje-medieval {
  background: url("../images/laida/medieval-pensando.gif") center;
  background-size: 120px;
  background-position-y: 0px;
}
#laida-div.hablando.personaje-medieval {
  background: url("../images/laida/medieval-hablando.gif") center;
  background-size: 210px;
  background-position-y: 0px;
}

div.estados-procesando-laida {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0px 10px 0px 30px;
}

div#loadingAnimation {
  padding-left: 15px;
  /*position: absolute;
    bottom: 70px;*/
}

form#form-laida {
  position: relative;
}

/* PARA HACER MÁS PERSONAJES */
/* Ir a https://app.heygen.com/login y hacerse una cuenta, te da unos créditos gratis, lo suficiente para hacer 4 vídeos.
Subes la imagen del avatar en Avatar > Photo Avatar > Upload
Lo seleccionas y le das a crear vídeo, cambiar el circle por half-body y deja el texto que hay por defecto y dale a submit
Con eso ya has hecho el vídeo hablando.
Para el vídeo escuchando es lo mismo pero con el audio callado.mp3 que puedes encontrar en \public\images\laida
Para la imagen yo he usado el avatar laida.png y en la herramienta de Adobe https://firefly.adobe.com/upload/inpaint
he señalado el espacio del pelo o del sombrero y le he dicho que añada pelo azul o un sombrero verde...
Los vídeos que no se te olvide convertirlos a GIF ->https://www.adobe.com/es/express/feature/video/convert/mp4-to-gif
El tema de pensando es un GIF al que se le cambia el fondo, Enrique tiene el archivo y lo subira al repositorio correspondiente.

Para un nuevo random sólo tienes que añadir los GIFs y este CSS:
#laida-div.nombre {
    background: url("../images/laida/nombre-escuchando.gif") center;
    background-size: 210px;
    background-position-y: 0px;
}
#laida-div.pensando.nombre {
    background: url("../images/laida/nombre-pensando.gif") center;
    background-size: 120px;
    background-position-y: 0px;
}
#laida-div.hablando.nombre {
    background: url("../images/laida/nombre.gif") center;
    background-size: 210px;
    background-position-y: 0px;
}

Y para la foto del chat tienes que seguir el mismo esquema: laidanombre.png Esta foto yo le he dado algo más de zoom para que se vea bien la cara
*/

#laida-div.apartarse {
  right: 130px;
}

#laida-div.apartarse.mas {
  right: 455px;
}

#laida-personalidades {
  z-index: 9998;
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  position: fixed;
  bottom: -600px;
  right: 20px;
  transition: 0.5s;
}

#laida-personalidades.m {
  bottom: 20px;
}

#laida-personalidades div {
  border-radius: 50px;
  background-position: center;
  background-size: 160px;
  background-position-y: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 10px;
  width: 70px;
  height: 70px;
}

div#laida-random {
  background-size: 135px;
  background-position-y: -12px;
  background-position-x: -34px;
}

#laida-cerrar {
  position: relative;
  right: -44%;
  z-index: 9999999999;
  background: unset;
  border: unset;
}

#laida-cerrar i {
  color: #ffff;
}

#laida-pirata {
  background-image: url("../images/laida/pirata-escuchando.gif");
  cursor: pointer;
}

#laida-zombie {
  background-image: url("../images/laida/zombie-escuchando.gif");
  cursor: pointer;
}

#laida-noel {
  background-image: url("../images/laida/santa-escuchando.gif");
  cursor: pointer;
}

#laida-normal {
  background-image: url("../images/laida/laida-escuchando.gif");
  cursor: pointer;
}

#laida-random {
  background-image: url("../images/laida/random-escuchando.gif");
  cursor: pointer;
}

.contexto-laida {
  margin-top: 30px;
}

.contexto-laida h2 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 32px;
}

h3.titulo-contexto {
  font-size: 22px;
  font-weight: 400;
}

.btn-info-contexto {
  color: #fff;
  background-color: var(--accent-color);
  padding: 15px 15px;
  font-size: 18px;
}

.btn-info-contexto:hover {
  background: var(--accent-color-hover) !important;
  box-shadow: 3px 3px 12px rgb(0 0 0 / 30%);
  transition: all 0.5s, box-shadow 0.5s 0.5s;
}

/***** Laida estilos departamento web************/

.mb-4 {
  margin-bottom: 1.5rem !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.p-3 {
  padding: 1rem 1rem !important;
}
small,
.small {
  font-size: 80%;
  font-weight: normal;
}
.mb-0 {
  margin-bottom: 0 !important;
}

.avatar-container {
  width: 35%;
  height: 45px;
  overflow: hidden;
  border-radius: 50%;
  border: 5px solid #ffffff;
}
.avatar-laida {
  width: 60px;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0px 20px 35px 0px #ccc;
}
.avatar-user {
  width: 60px;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0px 20px 35px 0px #ccc;
}

.respuesta-laida {
  background: linear-gradient(to right, #00a1ff, #016098);
  padding: 20px;
  border-radius: 0px 15px 15px 15px;
  color: #ffff;
  margin-top: 20px;
  box-shadow: 0px 20px 35px 0px #ccc;
}

.m_msg-avatar {
  display: flex;
}

.consulta-usuario {
  background: linear-gradient(to right, #ffa800, #e62b68);
  padding: 20px;
  border-radius: 15px 0px 15px 15px;
  color: #ffff;
  margin-top: 20px;
  box-shadow: 0px 20px 35px 0px #ccc;
}

#center-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#chat-circle {
  position: fixed;
  bottom: 50px;
  right: 50px;
  background: #5a5eb9;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: white;
  padding: 28px;
  cursor: pointer;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.6),
    0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.btn#my-btn {
  background: white;
  padding-top: 13px;
  padding-bottom: 12px;
  border-radius: 45px;
  padding-right: 40px;
  padding-left: 40px;
  color: #5865c3;
}
#chat-overlay {
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: none;
}

.chat-box {
  display: none;
  background: #efefef;
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 350px;
  max-width: 85vw;
  max-height: 100vh;
  border-radius: 5px;
  /*   box-shadow: 0px 5px 35px 9px #464a92; */
  box-shadow: 0px 5px 35px 9px #ccc;
}
.chat-box-toggle {
  float: right;
  margin-right: 15px;
  cursor: pointer;
}
.chat-box-header {
  background: linear-gradient(to right, #00a1ff, #016098);
  height: 70px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: white;
  font-size: 20px;
  padding: 15px;
  font-weight: 600;
}
.chat-box-body {
  position: relative;
  height: auto;
  border: 1px solid #ccc;
  overflow: hidden;
  background: #f5f8fb;
  box-shadow: 0px 20px 35px 0px #ccc;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.chat-box-body:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAgOCkiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgY3g9IjE3NiIgY3k9IjEyIiByPSI0Ii8+PHBhdGggZD0iTTIwLjUuNWwyMyAxMW0tMjkgODRsLTMuNzkgMTAuMzc3TTI3LjAzNyAxMzEuNGw1Ljg5OCAyLjIwMy0zLjQ2IDUuOTQ3IDYuMDcyIDIuMzkyLTMuOTMzIDUuNzU4bTEyOC43MzMgMzUuMzdsLjY5My05LjMxNiAxMC4yOTIuMDUyLjQxNi05LjIyMiA5LjI3NC4zMzJNLjUgNDguNXM2LjEzMSA2LjQxMyA2Ljg0NyAxNC44MDVjLjcxNSA4LjM5My0yLjUyIDE0LjgwNi0yLjUyIDE0LjgwNk0xMjQuNTU1IDkwcy03LjQ0NCAwLTEzLjY3IDYuMTkyYy02LjIyNyA2LjE5Mi00LjgzOCAxMi4wMTItNC44MzggMTIuMDEybTIuMjQgNjguNjI2cy00LjAyNi05LjAyNS0xOC4xNDUtOS4wMjUtMTguMTQ1IDUuNy0xOC4xNDUgNS43IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0iTTg1LjcxNiAzNi4xNDZsNS4yNDMtOS41MjFoMTEuMDkzbDUuNDE2IDkuNTIxLTUuNDEgOS4xODVIOTAuOTUzbC01LjIzNy05LjE4NXptNjMuOTA5IDE1LjQ3OWgxMC43NXYxMC43NWgtMTAuNzV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjcxLjUiIGN5PSI3LjUiIHI9IjEuNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjE3MC41IiBjeT0iOTUuNSIgcj0iMS41Ii8+PGNpcmNsZSBmaWxsPSIjMDAwIiBjeD0iODEuNSIgY3k9IjEzNC41IiByPSIxLjUiLz48Y2lyY2xlIGZpbGw9IiMwMDAiIGN4PSIxMy41IiBjeT0iMjMuNSIgcj0iMS41Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTkzIDcxaDN2M2gtM3ptMzMgODRoM3YzaC0zem0tODUgMThoM3YzaC0zeiIvPjxwYXRoIGQ9Ik0zOS4zODQgNTEuMTIybDUuNzU4LTQuNDU0IDYuNDUzIDQuMjA1LTIuMjk0IDcuMzYzaC03Ljc5bC0yLjEyNy03LjExNHpNMTMwLjE5NSA0LjAzbDEzLjgzIDUuMDYyLTEwLjA5IDcuMDQ4LTMuNzQtMTIuMTF6bS04MyA5NWwxNC44MyA1LjQyOS0xMC44MiA3LjU1Ny00LjAxLTEyLjk4N3pNNS4yMTMgMTYxLjQ5NWwxMS4zMjggMjAuODk3TDIuMjY1IDE4MGwyLjk0OC0xOC41MDV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxwYXRoIGQ9Ik0xNDkuMDUgMTI3LjQ2OHMtLjUxIDIuMTgzLjk5NSAzLjM2NmMxLjU2IDEuMjI2IDguNjQyLTEuODk1IDMuOTY3LTcuNzg1LTIuMzY3LTIuNDc3LTYuNS0zLjIyNi05LjMzIDAtNS4yMDggNS45MzYgMCAxNy41MSAxMS42MSAxMy43MyAxMi40NTgtNi4yNTcgNS42MzMtMjEuNjU2LTUuMDczLTIyLjY1NC02LjYwMi0uNjA2LTE0LjA0MyAxLjc1Ni0xNi4xNTcgMTAuMjY4LTEuNzE4IDYuOTIgMS41ODQgMTcuMzg3IDEyLjQ1IDIwLjQ3NiAxMC44NjYgMy4wOSAxOS4zMzEtNC4zMSAxOS4zMzEtNC4zMSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvZz48L3N2Zz4=");
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
}
#input-laida {
  background: #ffff;
  width: 100%;
  position: relative;
  height: 65px;
  padding-top: 10px;
  padding-right: 50px;
  padding-bottom: 10px;
  padding-left: 15px;
  border: none;
  resize: none;
  outline: none;
  color: #016098;
  border-top: none;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  overflow: hidden;
  font-size: 18px;
}
.input-laida > form {
  margin-bottom: 0;
}
#input-laida::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}
#input-laida::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}
#input-laida:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}
#input-laida:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}
.boton-laida {
  position: absolute;
  bottom: 13px;
  right: 10px;
  background: transparent;
  box-shadow: none;
  border: none;
  border-radius: 50%;
  color: #ffa800;
  font-size: 25px;
}
.chat-logs {
  padding: 15px;
  height: 370px;
  overflow-y: scroll;
}

.chat-logs::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.chat-logs::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.chat-logs::-webkit-scrollbar-thumb {
  background-color: #5a5eb9;
}

#chat-laida {
  position: fixed;
  max-width: 420px;
  width: 420px;
  max-height: 100vh;
  bottom: 25px;
  right: -600px;
  z-index: 9999;
  border-radius: 25px;
  transition: 0.5s;
}

#chat-laida.chat-mostrar {
  right: 25px;
}

@media only screen and (max-width: 500px) {
  .chat-logs {
    height: 40vh;
  }
}

.chat-msg.user > .msg-avatar img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  float: left;
  width: 15%;
}
.chat-msg.self > .msg-avatar img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  float: right;
  width: 15%;
}
.cm-msg-text {
  background: white;
  padding: 10px 15px 10px 15px;
  color: #666;
  max-width: 75%;
  float: left;
  margin-left: 10px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 30px;
}
.chat-msg {
  clear: both;
}
.chat-msg.self > .cm-msg-text {
  float: right;
  margin-right: 10px;
  background: #5a5eb9;
  color: white;
}
.cm-msg-button > ul > li {
  list-style: none;
  float: left;
  width: 50%;
}
.cm-msg-button {
  clear: both;
  margin-bottom: 70px;
}

/******************************************************/

.cuadro-vacaciones:hover {
  /*  background-image: url("/images/palmeras.png");*/
  background-color: #d1dfe8;
}

/*.cuadro-vacaciones:hover h2{
        font-weight: 700;
}*/

#graficoVacaciones text,
#graficoDietas text {
  font-family: "Ubuntu";
}

.pedir-vacas,
.fecha-felicidad {
  padding: 0px;
}

ul.pedir-vacas {
  max-width: 500px;
  margin: 0 auto;
}

.altura-minima {
  height: 376px;
  display: flex;
}

.vacaciones-page .altura-minima {
  height: 400px;
  float: left;
}

div#diasVacaciones {
  width: calc(50% - 15px);
  margin: 0 7.5px;
}
.dias-disponibles {
  text-align: center;
  /*font-size: 120px;*/
  font-weight: 700;
  width: 100%;
  height: 100%;
  line-height: normal;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.line-small {
  display: block;
  line-height: 24px;
  margin-top: 30px;
}
.nsv {
  visibility: hidden;
}
.dias-disponibles span {
  font-weight: 300;
  font-size: 26px;
  font-style: italic;
}
.cambiarpass li {
  margin-bottom: 20px;
}
.cambiarpass li input {
  padding: 5px 15px;
}
#mensaje {
  text-align: center;
  color: var(--main-color);
  font-size: 18px;
}
.error {
  color: #e62828 !important;
  font-weight: 300 !important;
}
.fecha-felicidad {
  text-align: center;
}
.fecha-felicidad li {
  display: inline-block;
  margin-right: 20px;
}
.fecha-felicidad li label {
  margin-right: 5px;
}
#graficoFelicidadEmpresa,
#graficoFelicidadPersonal {
  height: 300px;
}
.sin-altura {
  min-height: 0px !important;
}
#graficosMediaFelicidad table {
  margin: 0 auto !important;
}
.idento {
  max-width: 130px;
}
.equilatera {
  max-width: 70px;
}
.input-group-addon {
  background: var(--main-color);
  color: #fff;
  border: 1px solid var(--main-color);
}
.input-group-addon i {
  display: inline-block;
  width: 20px;
}
#login-form input[type="submit"] {
  color: #fff;
  background: var(--main-color);
  width: 60%;
  margin: 0 auto;
  display: block;
  font-size: 22px;
}
#logos {
  text-align: center;
  margin-top: 26%;
  margin-bottom: 35px;
  padding: 0px;
}
#logos li {
  list-style-type: none;
  display: inline-block;
}
/*#logos li:first-child{     margin-right: 66px; }*/
#infofichaje {
  text-align: center;
  color: #626262;
  font-size: 32px;
  margin-bottom: 29px;
}
.navegacion {
  padding-left: 10px;
  overflow: auto;
  height: calc(100% - 37.5px);
}
#horas {
  padding: 0px;
}
#horas li {
  width: 47%;
  list-style-type: none;
}
#horas li:first-child {
  margin-right: 2%;
}
#diasVacaciones,
.caja-sw {
  background: url("../images/geometry.png") repeat;
  padding: 25px 30px 35px 30px;
}
.vacaciones-page .altura-minima:last-child {
  margin-right: 0 !important;
}
.vacaciones-page .altura-minima:nth-child(2) {
  margin-left: 0 !important;
}
#mensajeError {
  color: red;
  font-size: 18px;
  text-align: center;
}
#ErrorModal {
  display: grid;
}
.dias {
  text-align: center;
  font-size: 120px !important;
  font-weight: 700 !important;
  line-height: 74px;
  color: var(--accent-color);
  font-style: normal;
}
.partes li input[type="submit"] {
  margin-top: 10px;
}
#felicidad li span {
  margin-top: 10px;
  display: inline-block;
}
.imputaciones,
.imputaciones a {
  color: #c11a1a;
  font-size: 18px;
}
.leyenda ul li span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.leyenda ul {
  text-align: center;
}
.leyenda ul li {
  display: inline-block;
  width: 100px;
}
.muy-feliz {
  background: #0f0;
}
.feliz {
  background: #008000;
}
.triste {
  background: #f90;
}
.meh {
  background: #808d00;
}
.muy-triste {
  background: red;
}

/*NAVEGACIÓN*/

aside {
  padding-left: 0px;
  padding-right: 0px;
}

.nav-pagina h2 {
  background: var(--main-color);
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 15px;
  /*border-radius: 5px;*/
}

div.login {
  background: url("/images/casio.png") no-repeat center center fixed;
  height: 100%;
}

.menu-izq {
  background-color: var(--main-color);
  background-image: url("/images/casio-blanco.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}

/*** Arreglos 17/07/06 ********************************************************/
#main {
  padding: 100px 100px 50px 400px;
  margin-left: 0;
  width: 100%;
}

aside {
  position: fixed !important;
  width: 300px;
  overflow: hidden;
  transition: all 1s;
}

aside.open {
  left: 0px;
}

.menu-opener {
  display: none;
  position: fixed;
  cursor: pointer;
  top: 50%;
  left: 0px;
  transition: all 1s;
}

.menu-opener .arrow-left,
.menu-opener .arrow-right {
  float: left;
  font-size: 25px;
  transition: all 1s;
}

.menu-opener .arrow-left i {
  position: absolute;
  top: 9px;
  left: 1px;
  color: white;
}

.menu-opener .arrow-right i {
  position: absolute;
  top: 9px;
  left: 1px;
  color: var(--main-color);
}

.menu-opener.open {
  left: 230px;
}

.menu-opener .arrow-left {
  opacity: 0;
}

.menu-opener.open .arrow-left {
  opacity: 1;
}

.menu-opener.open .arrow-right {
  opacity: 0;
}

.menu-izq h2 {
  display: block;
  margin: 0px;
  text-align: center;
}

#filtrosFecha .caja {
  max-width: 100%;
  overflow-x: scroll;
}
#filtrosFecha.vacaciones-page .caja,
#filtrosFecha.Dietas-page .caja {
  overflow-x: visible;
  overflow-y: visible;
}

.caja.panelDietas {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#graficoVacaciones_box,
#graficoDietas_box {
  height: 190px;
  max-width: 100%;
  height: 190px;
  overflow-y: hidden;
  overflow-x: hidden;
}

#graficoVacaciones_box div[dir="ltr"],
#graficoDietas_box div[dir="ltr"],
#graficoDietas_box svg,
#graficoVacaciones_box svg {
  height: 184px !important;
}

textarea,
input,
select {
  border: 1px solid #626262;
}

.fecha-felicidad li {
  margin-top: 10px;
  margin-bottom: 10px;
}

.caja-overflowx {
  display: inline-block;
  width: 100%;
  overflow-y: visible;
  overflow-x: scroll;
}

#graficoFichajes,
#graficoFelicidadPersonal,
#graficoFelicidadEmpresa {
  margin: auto;
  height: fit-content;
  min-width: 1200px;
}

#opcionesAdministradorVacaciones,
#opcionesAdministradorDietas {
  display: flex;
  justify-content: center;
  list-style: none;
}

#opcionesAdministradorVacaciones button,
#opcionesAdministradorDietas button {
  margin: 0 10px 10px 0px;
}

#graficoFichajes,
#graficoFelicidadPersonal,
#graficoFelicidadEmpresa {
  margin: auto;
  width: 1200px !important;
}
/* ------------------------------ OBJETIVOS ------------------------------------ */
body {
  overflow-x: hidden;
}
section.objetivos {
  width: calc(100vw - 300px);
  position: absolute;
  left: 300px;
}
section.objetivos ul#pills-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
  background: #f3f3f3;
}

section.objetivos ul#pills-tab li.nav-item {
  width: 100%;
  text-align: center;
  margin: 0;
  border: 1px solid #cccccc;
  border-left: 0 solid #cccccc;
  min-width: 130px;
}
section.objetivos ul#pills-tab h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  white-space: nowrap;
}
section.objetivos ul#pills-tab > li > a {
  transition: 0.3s;
}
section.objetivos ul#pills-tab > li.active > a,
section.objetivos ul#pills-tab > li.active > a:hover,
section.objetivos ul#pills-tab > li.active > a:focus {
  background-color: white;
  box-shadow: 0 0 20px rgb(0 0 0 / 25%);
}
section.objetivos ul#pills-tab > li > a img,
section.objetivos ul#pills-tab > li > a img {
  filter: grayscale(1);
  transition: 0.3s;
}
section.objetivos ul#pills-tab > li.active > a img,
section.objetivos ul#pills-tab > li > a:hover img {
  filter: grayscale(0);
}
section.objetivos .contenedor-postit .container-inner {
  background: white;
}
section.objetivos .contenedor-postit .container-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
}
section.objetivos .encuadre-postit {
  padding: 0 30px;
  max-width: 33%;
}
section.objetivos img {
  max-width: 207px;
}
section.objetivos .sticky-content h2 {
  text-transform: uppercase;
  font-size: 22px;
  color: #333333;
}
section.objetivos .sticky-content ul {
  list-style: none;
  padding: 0;
}
section.objetivos p,
section.objetivos ul {
  font-family: "Ubuntu";
}
section.objetivos .cumplido {
  position: relative;
}
section.objetivos .cumplido .sticky-outer {
  opacity: 0.6;
}
section.objetivos .cumplido::after {
  position: absolute;
  content: "";
  width: 210px;
  height: 191px;
  z-index: 1;
  right: -50px;
  top: -40px;
}
section.objetivos #pills-rrhh .cumplido::after {
  background: url(/images/objetivos/badge-rrhh.png);
  background-size: cover;
}
section.objetivos #pills-id .cumplido::after {
  background: url(/images/objetivos/badge-id.png);
  background-size: cover;
}
section.objetivos #pills-web .cumplido::after {
  background: url(/images/objetivos/badge-web.png);
  background-size: cover;
}
section.objetivos #pills-formacion .cumplido::after {
  background: url(/images/objetivos/badge-formacion.png);
  background-size: cover;
}
section.objetivos #pills-marketing .cumplido::after {
  background: url(/images/objetivos/badge-marketing.png);
  background-size: cover;
}
section.objetivos #pills-comercial .cumplido::after {
  background: url(/images/objetivos/badge-comercial.png);
  background-size: cover;
}
section.objetivos #pills-administracion .cumplido::after {
  background: url(/images/objetivos/badge-administracion.png);
  background-size: cover;
}

/* Some positioning and ratios */
.sticky-container {
  max-width: 400px;
  position: relative;
  width: 100%;
  margin: 40px;
}

.sticky-outer {
  display: flex;
  padding-top: 92.5925926%;
  position: relative;

  width: 100%;
}

.sticky {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.click {
  z-index: 1;
}

/*.click.irse {
  z-index: 3;
  animation: irse 2s 0s forwards 1;
}*/
@keyframes irse {
  0% {
    top: 0;
    position: relative;
  }
  100% {
    top: 100vh;
    visibility: hidden;
  }
}
section.objetivos .sombrita {
  display: none;
  position: absolute;
  top: 60px;
  left: 0px;
}
section.objetivos .sombrita img {
  max-width: unset;
  max-width: 250px;
}
section.objetivos ul#pills-tab img {
  max-width: 42px;
  max-height: 42px;
}
/* Shadow behind the sticky note */
.sticky:before {
  box-shadow: -2px 2px 15px 0 rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.25);
  content: "";
  width: 90%;
  left: 12px;
  height: 74%;
  position: absolute;
  top: 27%;
}

/* The sticky note itself */
.sticky-content {
  width: 100%;
  height: 100%;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Kalam", cursive;
  font-size: 1rem;
  padding: 30px;
  clip-path: url(#stickyClip);
}
.container-inner .sticky-container:first-child .sticky-content {
  clip-path: url(#stickyClip1);
}
.container-inner .sticky-container:nth-child(2) .sticky-content {
  clip-path: url(#stickyClip2);
}
.container-inner .sticky-container:nth-child(3) .sticky-content {
  clip-path: url(#stickyClip3);
}
.container-inner .sticky-container:nth-child(4) .sticky-content {
  clip-path: url(#stickyClip4);
}
.container-inner .sticky-container:nth-child(5) .sticky-content {
  clip-path: url(#stickyClip5);
}
.container-inner .sticky-container:nth-child(6) .sticky-content {
  clip-path: url(#stickyClip6);
}
.container-inner .sticky-container:nth-child(7) .sticky-content {
  clip-path: url(#stickyClip7);
}
.container-inner .sticky-container:nth-child(8) .sticky-content {
  clip-path: url(#stickyClip8);
}
#pills-marketing .sticky-content {
  clip-path: url(#stickyClipm);
}
#pills-marketing
  .container-inner
  .sticky-container:first-child
  .sticky-content {
  clip-path: url(#stickyClipm1);
}
#pills-marketing
  .container-inner
  .sticky-container:nth-child(2)
  .sticky-content {
  clip-path: url(#stickyClipm2);
}
#pills-marketing
  .container-inner
  .sticky-container:nth-child(3)
  .sticky-content {
  clip-path: url(#stickyClipm3);
}
#pills-marketing
  .container-inner
  .sticky-container:nth-child(4)
  .sticky-content {
  clip-path: url(#stickyClipm4);
}
#pills-marketing
  .container-inner
  .sticky-container:nth-child(5)
  .sticky-content {
  clip-path: url(#stickyClipm5);
}
#pills-web .sticky-content {
  clip-path: url(#stickyClipw);
}
#pills-web .container-inner .sticky-container:nth-child(1) .sticky-content {
  clip-path: url(#stickyClipw1);
}
#pills-web .container-inner .sticky-container:nth-child(2) .sticky-content {
  clip-path: url(#stickyClipw2);
}
#pills-web .container-inner .sticky-container:nth-child(3) .sticky-content {
  clip-path: url(#stickyClipw3);
}
#pills-web .container-inner .sticky-container:nth-child(4) .sticky-content {
  clip-path: url(#stickyClipw4);
}
#pills-comercial .sticky-content {
  clip-path: url(#stickyClipc);
}
#pills-comercial
  .container-inner
  .sticky-container:nth-child(1)
  .sticky-content {
  clip-path: url(#stickyClipc1);
}
#pills-comercial
  .container-inner
  .sticky-container:nth-child(2)
  .sticky-content {
  clip-path: url(#stickyClipc2);
}
#pills-comercial
  .container-inner
  .sticky-container:nth-child(3)
  .sticky-content {
  clip-path: url(#stickyClipc3);
}
#pills-comercial
  .container-inner
  .sticky-container:nth-child(4)
  .sticky-content {
  clip-path: url(#stickyClipc4);
}
#pills-comercial
  .container-inner
  .sticky-container:nth-child(5)
  .sticky-content {
  clip-path: url(#stickyClipc5);
}
#pills-comercial
  .container-inner
  .sticky-container:nth-child(6)
  .sticky-content {
  clip-path: url(#stickyClipc6);
}
#pills-comercial
  .container-inner
  .sticky-container:nth-child(7)
  .sticky-content {
  clip-path: url(#stickyClipc7);
}
#pills-id .sticky-content {
  clip-path: url(#stickyClipid);
}
#pills-id .container-inner .sticky-container:nth-child(1) .sticky-content {
  clip-path: url(#stickyClipid1);
}
#pills-id .container-inner .sticky-container:nth-child(2) .sticky-content {
  clip-path: url(#stickyClipid2);
}
#pills-id .container-inner .sticky-container:nth-child(3) .sticky-content {
  clip-path: url(#stickyClipid3);
}
#pills-rrhh .sticky-content {
  clip-path: url(#stickyCliprrhh);
}
#pills-rrhh .container-inner .sticky-container:nth-child(1) .sticky-content {
  clip-path: url(#stickyCliprrhh1);
}
#pills-rrhh .container-inner .sticky-container:nth-child(2) .sticky-content {
  clip-path: url(#stickyCliprrhh2);
}
#pills-rrhh .container-inner .sticky-container:nth-child(3) .sticky-content {
  clip-path: url(#stickyCliprrhh3);
}
#pills-rrhh .container-inner .sticky-container:nth-child(4) .sticky-content {
  clip-path: url(#stickyCliprrhh4);
}
#pills-formacion .sticky-content {
  clip-path: url(#stickyClipformacion);
}
#pills-formacion
  .container-inner
  .sticky-container:nth-child(1)
  .sticky-content {
  clip-path: url(#stickyClipformacion1);
}
#pills-formacion
  .container-inner
  .sticky-container:nth-child(2)
  .sticky-content {
  clip-path: url(#stickyClipformacion2);
}
#pills-formacion
  .container-inner
  .sticky-container:nth-child(3)
  .sticky-content {
  clip-path: url(#stickyClipformacion3);
}
#pills-formacion
  .container-inner
  .sticky-container:nth-child(4)
  .sticky-content {
  clip-path: url(#stickyClipformacion4);
}
#pills-administracion .sticky-content {
  clip-path: url(#stickyClipadministracion);
}
#pills-administracion
  .container-inner
  .sticky-container:nth-child(1)
  .sticky-content {
  clip-path: url(#stickyClipadministracion1);
}
#pills-administracion
  .container-inner
  .sticky-container:nth-child(2)
  .sticky-content {
  clip-path: url(#stickyClipadministracion2);
}
#pills-administracion
  .container-inner
  .sticky-container:nth-child(3)
  .sticky-content {
  clip-path: url(#stickyClipadministracion3);
}
#pills-administracion
  .container-inner
  .sticky-container:nth-child(4)
  .sticky-content {
  clip-path: url(#stickyClipadministracion4);
}
#pills-administracion
  .container-inner
  .sticky-container:nth-child(5)
  .sticky-content {
  clip-path: url(#stickyClipadministracion5);
}

.sticky-container:nth-child(6n + 1) .sticky-content {
  background: linear-gradient(
    180deg,
    rgba(242, 195, 153, 1) 0%,
    rgba(242, 195, 153, 1) 12%,
    rgba(230, 181, 138, 1) 75%,
    rgba(230, 191, 158, 1) 100%
  );
}
.sticky-container:nth-child(6n + 2) .sticky-content {
  background: linear-gradient(
    180deg,
    rgba(165, 208, 186, 1) 0%,
    rgba(165, 208, 186, 1) 12%,
    rgba(123, 186, 153, 1) 75%,
    rgba(161, 191, 175, 1) 100%
  );
}
.sticky-container:nth-child(6n + 3) .sticky-content {
  background: linear-gradient(
    180deg,
    rgba(187, 235, 255, 1) 0%,
    rgba(187, 235, 255, 1) 12%,
    rgba(170, 220, 241, 1) 75%,
    rgba(195, 229, 244, 1) 100%
  );
}
.sticky-container:nth-child(6n + 4) .sticky-content {
  background: linear-gradient(
    180deg,
    rgba(239, 165, 188, 1) 0%,
    rgba(239, 165, 188, 1) 12%,
    rgba(222, 126, 157, 1) 75%,
    rgba(245, 176, 198, 1) 100%
  );
}
.sticky-container:nth-child(6n + 5) .sticky-content {
  background: linear-gradient(
    180deg,
    rgba(149, 240, 218, 1) 0%,
    rgba(149, 240, 218, 1) 12%,
    rgba(108, 224, 195, 1) 75%,
    rgba(148, 227, 207, 1) 100%
  );
}
.sticky-container:nth-child(6n + 6) .sticky-content {
  background: linear-gradient(
    180deg,
    rgba(254, 245, 139, 1) 0%,
    rgba(254, 245, 139, 1) 12%,
    rgba(240, 228, 103, 1) 75%,
    rgba(245, 236, 142, 1) 100%
  );
}
.sticky-content p,
.sticky-content ul li {
  font-size: 16px;
  color: #333333;
}

/* ------------------------------ FIN OBJETIVOS ------------------------------------ */

/** Slider ********************************************************************/
.custom-navigation .flex-next {
  position: absolute;
  right: 0;
  top: 50%;
}

.custom-navigation .flex-prev {
  position: absolute;
  left: 0;
  top: 50%;
}

.carousel.slide .slides {
  display: flex;
  align-items: center;
}
.carousel.slide .slides p {
  text-align: center;
}

.carousel.slide .slides ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.carousel.slide .slides span {
  display: inline-block;
}

.carousel.slide .slides .slide {
  padding: 30px;
}

.carousel.slide .slides .slide .title {
  color: var(--main-color);
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.carousel.slide .slides .slide .label {
  display: inline-block;
  color: var(--main-color);
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 2px;
}

.carousel.slide .slides .slide .encuesta {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel.slide .slides .slide form a {
  background-color: #65c02e;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding: 5px 20px 5px 20px;
  border: 0px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
}

.carousel.slide .slides .slide form a:hover {
  background-color: #5ba42e;
}

.carousel.slide .slides .slide form span a {
  margin-right: 20px;
}

.opciones {
  color: var(--main-color);
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 2px;
}

/*************editar anuncio***********************/

#anucioformulario {
  display: flex;
  justify-content: center;
}

#guardarAnuncioForm {
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.btn-crearencuesta {
  background-color: #65c02e;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding: 5px 20px 5px 20px;
  border: 0px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  margin-left: 10px;
  font-family: "Ubuntu", sans-serif;
}

#add_element {
  background-color: var(--main-color);
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding: 5px 20px 5px 20px;
  border: 0px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  margin-left: 10px;
  font-family: "Ubuntu", sans-serif;
}

.btn-cancelarencuesta {
  background-color: #d9534f;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding: 5px 20px 5px 20px;
  border: 0px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
  text-decoration: none;
}

#opcionesEncuesta a.delete_element {
  margin-top: 5px;
}

.btn-crearencuesta i,
.btn-cancelarencuesta i {
  padding-right: 10px;
}

#guardarAnuncioForm li input,
#guardarAnuncioForm li select,
#guardarAnuncioForm li textarea {
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#guardarAnuncioForm li select {
  width: 100%;
}

/****************panel encuestas********************/

#accionesAnuncioForm a {
  background: var(--main-color);
  border: 0px;
  color: #fff;
  border-radius: 5px;
  padding: 5px 15px;
  margin-left: 12px;
  text-decoration: none;
}

#listadoAnuncios i {
  padding-right: 10px;
}

#accionesAnuncioForm select {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  margin-right: 30px;
}

#filtradoanuncios {
  text-align: center;
}

/* Shame CSS */
.slide a {
  text-decoration: underline;
}
.sindecoracion {
  background-color: #fff !important;
  color: var(--main-color) !important;
  text-decoration: underline !important;
  margin-left: 10px !important;
}

#map-canvas {
  height: 200px;
  width: 100%;
}

.menu-opener-2 {
  display: none;
}

#filtrosFecha.Dietas-page .caja2 {
  overflow-x: visible;
  overflow-y: scroll;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: var(--accent-color);
}
form#panelIncidenciasForm {
  padding: 15px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
form#panelIncidenciasForm div {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
form#panelIncidenciasForm div label {
  margin-right: 10px;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#map-canvas {
  height: 200px;
  width: 100%;
}

.navegacion li a:hover,
.navegacion li a:active,
.navegacion li a:focus {
  text-decoration: none;
  outline: 0;
  color: var(--accent-color);
}

.doble-columna {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}

.col-container {
  display: flex;
  width: 100%;
}

.empleado {
  border: 0;
  width: 80% !important;
}

.administrador {
  border: 1px solid black;
  width: 80% !important;
}

.foto {
  max-width: 60%;
}

.caja-medallas {
  display: inline-block;
  max-width: 100%;
}

.medalla {
  max-width: 100%;
  width: 30%;
  position: relative;
  display: inline-block;
  font-size: 0;
}

.listado-medallas > img {
  display: inline-block;
  max-width: 5vh;
}

.fa-check {
  color: #2196f3;
  font-size: 25px;
}
.fa-times {
  color: #ff0000;
  font-size: 25px;
}
.teletrabajo.fa-home {
  color: #2196f3;
  font-size: 25px;
}
.fa-umbrella-beach {
  color: #32cd32;
  font-size: 25px;
}
.medalla-bienvenida {
  width: 4vh;
  min-width: 90px;
}

#filtrosFecha {
  padding: 0;
}

#listadoPersonasOficina {
  padding: 20px 25px;
  position: relative;
  right: 0;
  top: 0;
}

.modal-i {
  background: white;
  border-radius: 4px;
  color: black;
  margin-bottom: 10px;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
}
#nueva-medalla {
  color: #c12e2a;
}
#asignar-medalla {
  color: #245269;
}

#form-asigna-medallas > label {
  display: flex;
}

#medallas {
  visibility: hidden;
}

.envolvente div#recarga-medallas {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.envolvente div#recarga-medallas .medalla {
  display: flex;
  flex: 1 1 90px;
  max-width: 120px;
  max-height: 80px;
  margin-bottom: 15px;
  justify-content: center;
}
.medalla img {
  object-fit: contain;
}
/* Estilos multiselect */
.MultiCheckBox,
#empleados > select {
  border: 1px solid #e2e2e2;
  padding: 5px;
  border-radius: 4px;
  cursor: pointer;
}

.MultiCheckBox .k-icon {
  font-size: 15px;
  float: right;
  font-weight: bolder;
  margin-top: -7px;
  height: 10px;
  width: 14px;
  color: #787878;
}

.MultiCheckBoxDetail {
  display: none;
  position: absolute;
  border: 1px solid #e2e2e2;
  overflow-y: hidden;
}

.MultiCheckBoxDetailBody {
  overflow-y: scroll;
  background-color: #fff;
}

.MultiCheckBoxDetail .cont {
  clear: both;
  overflow: hidden;
  padding: 2px;
}

.MultiCheckBoxDetail .cont:hover {
  background-color: #cfcfcf;
}

.MultiCheckBoxDetailBody > div > div {
  float: left;
}

.MultiCheckBoxDetail > div > div:nth-child(1) {
}

.MultiCheckBoxDetailHeader {
  overflow: hidden;
  position: relative;
  height: 28px;
  background-color: #3d3d3d;
}

.MultiCheckBoxDetailHeader > input {
  position: absolute;
  top: 4px;
  left: 3px;
}

.MultiCheckBoxDetailHeader > div {
  position: absolute;
  top: 5px;
  left: 24px;
  color: #fff;
}
/* Styling modal */
.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.modal-dialog {
  display: inline-block;
  vertical-align: middle;
}
.modal-content {
  float: left;
  height: max-content;
  width: 120%;
}

.btn-delete {
  position: absolute;
  left: 60%;
  margin-left: -20px;
  margin-top: 2px;
  cursor: pointer;
}

.medalla:last-of-type {
  border: none;
}

#add-medalla {
  text-align: center;
  color: green;
  /*margin-left: 30%;*/
}

.div-datos-foto {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fichaempleado section.col.caja .col-lg-6 {
  height: 100%;
}
div#div-trabajo-incorporacion {
  display: flex;
  align-items: center;
}
.div-datos-foto img {
  margin-bottom: 15px;
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

input[type="file"] {
  width: 100%;
  margin-right: 2px;
}

input.seleccionar-archivo {
  display: none;
}

#upload {
  margin: 1px auto;
}

fieldset {
  margin-top: 8px;
}

.blockize .col-lg-6 [type="password"],
.blockize .col-lg-6 [type="text"],
.blockize .col-lg-6 [type="email"],
.blockize .col-lg-6 [type="date"],
.blockize .col-lg-6 [type="number"],
.blockize .col-lg-6 select {
  display: block;
}

.blockize .col-ls-6 {
  padding-top: 12px;
}

.no-scroll-bar::-webkit-scrollbar {
  display: none;
}

/* UNIFICAR BOTONES */
.btn.btn-success {
  background: var(--accent-color);
  transition: 0.5s;
  border-color: var(--accent-color);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  border-color: var(--accent-color-hover);
  background-color: var(--accent-color-hover);
  box-shadow: 3px 3px 12px rgb(0 0 0 / 30%);
  transition: all 0.5s, box-shadow 0.5s 0.5s;
  outline: 0 !important;
}

.partes li input[type="submit"]:hover,
.pedir-vacas li input[type="submit"]:hover,
.cambiarpass li input[type="submit"]:hover {
  background-color: var(--accent-color-hover);
  box-shadow: 3px 3px 12px rgb(0 0 0 / 30%);
  transition: all 0.5s, box-shadow 0.5s 0.5s;
}
.disabled {
  background-color: silver !important;
  cursor: not-allowed !important;
}
form#form-foto {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
}

form#controlJornadaForm {
  margin: 30px 0;
}
form#controlJornadaForm input#semana {
  margin-left: 15px;
}

select {
  min-height: 34px;
}

/* LEYENDA CALENDARIO TELETRABAJO */
ul.elegir-fecha ul.leyenda {
  margin: 5px;
}

ul.elegir-fecha ul.leyenda span {
  padding: 5px;
}

div#listadoIncidencias {
  padding: 15px 0;
}

/* Animación TOC */
.toc {
  animation: toc 2s linear 25s 1 forwards;
  position: relative;
  display: inline-block;
  top: 0;
  transition: 0.1s;
}
@keyframes toc {
  0% {
    transform: rotate(5deg);
    top: 0;
  }
  5% {
    transform: rotate(-5deg);
    top: 0;
  }
  10% {
    transform: rotate(5deg);
    top: 0;
  }
  15% {
    transform: rotate(-5deg);
    top: 0;
  }
  20% {
    transform: rotate(5deg);
    top: 0;
  }
  25% {
    transform: rotate(-5deg);
    top: 0;
  }
  30% {
    transform: rotate(5deg);
    top: 0;
  }
  35% {
    transform: rotate(-5deg);
    top: 0;
  }
  40% {
    transform: rotate(5deg);
    top: 0;
  }
  45% {
    transform: rotate(-5deg);
    top: 0;
  }
  50% {
    transform: rotate(5deg);
    top: 0;
  }
  55% {
    transform: rotate(-5deg);
    top: 0;
  }
  60% {
    transform: rotate(5deg);
    top: 0;
  }
  65% {
    transform: rotate(-5deg);
    top: 0;
  }
  70% {
    transform: rotate(5deg);
    top: 0;
  }
  75% {
    transform: rotate(-5deg);
    top: 0;
  }
  80% {
    transform: rotate(5deg);
    top: 0;
  }
  85% {
    transform: rotate(0);
    top: 0;
  }
  90% {
    transform: rotate(0);
    top: -1px;
  }
  95% {
    transform: rotate(0);
    top: -3000px;
    width: auto;
  }
  100% {
    transform: rotate(0);
    top: -3000px;
    width: 0;
  }
}
/* ----------------RESPONSIVE ----------------- */

@media screen and (max-width: 1400px) {
  #main {
    padding: 100px 40px 40px 340px;
  }
  #graficoVacaciones_box,
  #graficoDietas_box {
    overflow-x: scroll;
  }
  section.objetivos ul#pills-tab {
    overflow-x: unset;
  }
}

@media screen and (max-width: 1200px) {
  #laida-cerrar {
    position: relative;
    right: -40%;
    z-index: 9999999999;
    background: unset;
    border: unset;
  }
  .blockize .col-lg-6 {
    width: 50%;
    padding-top: 12px;
  }
  .hide-movil {
    display: none;
  }
  .cuadro-vacaciones {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
  }
  .cuadro-vacaciones h2 {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .cuadro-vacaciones img {
    height: 60px;
  }
  #filtrosFecha.vacaciones-page .caja.panelVacaciones,
  #filtrosFecha.Dietas-page .caja.panelDietas {
    height: 375px;
  }
  #graficoFichajes,
  #graficoFelicidadPersonal,
  #graficoFelicidadEmpresa {
    width: 800px !important;
  }
}

@media screen and (max-width: 1024px) {
  #laida-cerrar {
    position: relative;
    right: -40%;
    z-index: 9999999999;
    background: unset;
    border: unset;
  }
  .sticky:before {
    height: 73%;
    width: 90%;
  }
  .sticky-content {
    font-size: 1.875rem;
  }
  #main {
    padding: 100px 40px 0px 290px;
  }
  aside {
    width: 250px;
  }
  section.objetivos {
    width: calc(100vw - 265px);
    left: 250px;
  }
  #main .header h3 {
    text-align: center;
  }
  #main .header h3 span {
    display: block;
  }
  #main .header h3 span.fecha {
    float: none;
    margin-top: 10px;
  }
}

@media screen and (max-width: 992px) {
  /*Laida*/

  #chat-laida {
    max-width: 85vw;
  }
  #laida-cerrar {
    right: -35%;
  }

  aside {
    left: -255px;
    z-index: 999;
  }
  section.objetivos {
    width: 100vw;
    left: 0;
  }
  aside.menu-izq {
    background-image: none;
  }
  aside.open {
    padding-right: 0px;
    background-image: url(/images/casio-blanco.png);
  }
  .menu-izq h2 {
    margin-right: 15px;
  }
  aside.open.menu-izq h2 {
    margin-right: 0px;
  }
  .menu-opener {
    display: block;
  }
  #main {
    width: 100%;
    padding: 15px 15px 15px 20px;
    margin-left: 0;
    z-index: 1;
  }
  .menu-opener-2 {
    display: inline-block;
    font-size: 28px;
    cursor: pointer;
    color: var(--main-color);
  }
  #main .header h3 {
    width: 80%;
    display: inline-block;
  }
  .header .flex {
    flex-wrap: wrap;
  }
  .header .flex h3 {
    flex: 1 1 100%;
  }
  .header .medallas {
    flex: 0 1 calc(100% - 55px);
  }
}

@media screen and (min-width: 768px) {
  .sticky:before {
    height: 73%;
    width: 90%;
  }
  .sticky-content {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  #laida-cerrar {
    position: relative;
    right: -42%;
    z-index: 9999999999;
    background: unset;
    border: unset;
  }

  #main .header h3 {
    font-size: 35px;
    text-align: center;
  }
  #main .header h3 span {
    display: block;
    font-size: 25px;
  }
  #main .header h3 span.fecha {
    float: none;
    margin-top: 10px;
    font-size: 20px;
  }
  #felicidad {
    padding-left: 0px;
  }
  #felicidad li {
    width: 130px;
  }
  .estado {
    text-align: center;
  }
  .fichar input[type="button"] {
    font-size: 30px;
  }
  h2,
  .h2 {
    font-size: 25px;
  }
  .caja-sw .dias-disponibles {
    font-size: 10px;
  }
  .vacaciones-page .altura-minima {
    height: unset;
  }
  .dias-disponibles {
    font-size: 30px;
    line-height: inherit;
    line-height: initial;
  }
  .dias-disponibles span {
    font-size: 30px;
  }
  .dias {
    font-size: 80px !important;
  }
  #filtrosFecha.vacaciones-page #listadoVacaciones,
  #filtrosFecha.Dietas-page #listadoDietas {
    overflow-x: scroll;
  }
  .leyenda ul {
    padding-left: 0px;
  }
  h1,
  .h1 {
    font-size: 25px;
    text-align: center;
    background: url(/images/casio.png) no-repeat center left fixed;
  }
  #login-form input[type="submit"] {
    font-size: 15px;
  }
  .cuadro-vacaciones {
    height: auto;
  }

  .cuadro-vacaciones img {
    height: 40px;
  }

  .cuadro-vacaciones h2 {
    font-size: 14px;
  }
  .slide {
    text-align: center;
  }
  .slide form span a {
    width: 100%;
  }
  .carousel.slide .slides .slide .encuesta {
    flex-wrap: wrap;
  }
  #guardarAnuncioForm {
    width: 100%;
  }
  #filtradoanuncios a {
    display: block;
    text-align: none;
    margin-top: 5px;
  }
  #filtradoanuncios select {
    margin-right: 0px;
    padding-left: 5px;
    margin-bottom: 5px;
  }
  section.objetivos .sticky-container {
    margin: 30px 15px;
  }
  section.objetivos img {
    max-width: 140px;
  }
  section.objetivos .small * {
    font-size: 14px;
  }
  section.objetivos ul#pills-tab {
    overflow-x: scroll;
  }
  .doble-columna {
    column-count: 1;
  }
  li.activo::after {
    left: 20px;
    width: 90px;
    height: 90px;
  }
}

/* Add responsiveness */
@media screen and (min-width: 640px) {
  .sticky:before {
    height: 74%;
    width: 90%;
  }
  .sticky-content {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 480px) {
  #main .header h3 {
    font-size: 25px;
  }
  div#diasVacaciones {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  .caja-sw {
    padding: 30px;
  }
  #main .header h3 span {
    font-size: 20px;
  }
  #main .header h3 span.fecha {
    font-size: 15px;
  }
  .estado {
    font-size: 25px;
  }
  #felicidad li {
    width: 100px;
  }
  .caja {
    min-height: 100px;
    margin-bottom: 15px;
  }
  .fichar input[type="button"] {
    font-size: 25px;
  }
  .cambiarpass li input[type="submit"] {
    font-size: 14px;
  }
  li.activo::after {
    left: 15px;
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 420px) {
  #laida-cerrar {
    right: -19%;
  }
}
