@font-face {
    font-family: 'SharpGrotesk-Book20';
    src: url('fonts/SharpGrotesk-Book20.eot?#iefix') format('embedded-opentype'), url('fonts/SharpGrotesk-Book20.otf') format('opentype'), url('fonts/SharpGrotesk-Book20.woff') format('woff'), url('fonts/SharpGrotesk-Book20.ttf') format('truetype'), url('fonts/SharpGrotesk-Book20.svg#SharpGrotesk-Book20') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.box {
    padding: 20px;
    margin: 20px;
    border: 1px solid skyblue;
}

html {
    height: 100%;
}

/* Ocultar flechas en navegadores modernos */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
    /* Para Firefox */
}

.bg-green-input {
    background-color: #BEFF85 !important;
    color: black !important;
}

.sharp {
    font-family: 'SharpGrotesk-Book20', sans-serif;
}

.text-green-300 {
  color: #008000 !important;
}

body {
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    color: #000000;
    font-size: .85rem;
}

.btn.tag-yw {
    cursor: default !important;
}

#registers_section .form-control {
    height: calc(2em + 0.75rem + 2px) !important;
}

.border-right-black {
    border-color: #000000 !important;
}

.font9 {
    font-size: 9px;
}

a:hover {
    color: #5b5b5b;
}

.ml-26 {
    margin-left: 26%;
}

.action-btn {
    cursor: pointer;
}

/* Estilo para las filas de equipos dados de baja */
tr.status-baja {
    opacity: 0.75;
    background-color: rgba(220, 220, 220, 0.2);
}

.scroll-to-top i {
    line-height: 43px;
    font-size: 20px;
}
/* Limita el ancho de la barra de búsqueda para que no empuje los botones */
.search-bar-container {
    flex-grow: 1;
    max-width: 320px;
}

.avatar {
    width: 38px;
    height: 38px;
    object-fit: cover;
}

.img-notif {
    position: absolute;
    width: 27%;
    z-index: 9;
    right: 20px;
    bottom: -26px;
}

.btn-notif {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
    background-color: #FFFFFF;
    border-radius: 30px;
}

.btn-notif-info {
    border: 1px solid #FFFFFF;
    background-color: transparent;
}

.btn-notif:hover {
    background-color: #000000;
    color: #FFFFFF;
}

.bg-login {
    background-image: url(../img/bg-login.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.border30 {
    border-radius: 30px;
}

.btn-menu-notif {
    font-size: 13px;
    text-transform: none;
    font-weight: 400;
    background-color: #F8FF54;
}

.thumbs-ok {
    color: #50D100;
}

.thumbs-down {
    color: #FF0000;
}

.btn-icon-notif {
    background-color: #f9ff72;
    line-height: 24px !important;
    border-radius: 50%;
}

.btn-agregar-registro {
    background: transparent;
    border: 1px solid #000000;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    font-size: 19px;
}

.drop-days .btn.active {
    background-color: #f9ff72 !important;
    color: #000 !important;
    font-weight: 400;
}

.dropdown-menu#users_select {
    max-height: 325px;
    overflow: auto;
}

.dropdown-menu#marcas_select {
    max-height: 325px;
    overflow: auto;
}

.dropdown-menu#users_select::-webkit-scrollbar,
.dropdown-menu#marcas_select::-webkit-scrollbar {
    width: 7px
}

.dropdown-menu#users_select::-webkit-scrollbar-track,
.dropdown-menu#marcas_select::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 0px;
}

.dropdown-menu#users_select::-webkit-scrollbar-thumb,
.dropdown-menu#marcas_select::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 0px;

}

@supports not selector(::-webkit-scrollbar) {

    .dropdown-menu#users_select,
    .dropdown-menu#marcas_select {
        scrollbar-color: #d0d0d0 #ffffff;
    }
}

.btn-agregar-registro:hover {
    background: #000000;
    color: #FFFFFF;
}

.bg-yellow2 {
    background-color: #FFF500;
}

.box-red .hs-card {
    font-size: 16px;
    font-weight: 500;
}

.box-green .hs-card {
    font-size: 16px;
    font-weight: 500;
}

.custom-dropdown .btn:active,
.custom-dropdown .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}

.custom-dropdown .btn.btn-custom {
    border: 1px solid #efefef;
}

.custom-dropdown .dropdown-link {
    color: #888;
    font-size: 15px;
    display: inline-block;
    padding: 8px 15px;
    background: #f8f9fa;
    position: relative;
}

.custom-dropdown .dropdown-link:after {
    content: "";
}

.custom-dropdown .dropdown-item {
    font-size: 14px;
    color: #888;
    border-bottom: 1px solid #efefef;
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 10px;
    position: relative;
}

.custom-dropdown .dropdown-item:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    background: #007bff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.custom-dropdown .dropdown-item:last-child {
    border-bottom: none;
}

.custom-dropdown .dropdown-item:hover {
    color: #000;
    padding-left: 20px;
}

.custom-dropdown .dropdown-item:hover:before {
    opacity: 1;
    visibility: visible;
    width: 6px;
}

.custom-dropdown .dropdown-menu {
    border: 1px solid transparent;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    margin-top: 0px !important;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    left: 0 !important;
    -webkit-transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
    -o-transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
    transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
    visibility: hidden;
}

.custom-dropdown .dropdown-menu.active {
    opacity: 1;
    visibility: visible;
    margin-top: 20px !important;
}

/* Estilo para el submenú */
.dropdown-submenu {
    position: relative;
}

.dropdown-item {
    padding: .50rem 1.5rem;
    font-size: 13px
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    /* Desplazamos el submenú hacia la derecha */
    margin-top: -1px;
    /* Alineación con el elemento padre */
    display: none;
    /* Oculto por defecto */
    position: absolute;
    /* Coloca el submenú relativo al padre */
    width: 100%;
    /* Igualar el ancho al del dropdown principal */
    z-index: 1000;
    /* Asegurarse de que esté por encima de otros elementos */
}

.dropdown-submenu.show .dropdown-menu {
    display: block;
    /* Mostrar el submenú cuando esté activo */
}



/* Floating label personalizado */
.form-group {
    position: relative;
}

.form-control {
    padding-top: 10px;
    font-size: 12px;
}

.form-control:focus~label,
.form-control:not(:placeholder-shown)~label {
    transform: scale(0.85) translateY(-1.5rem);
    opacity: 1;
}

.flecha-periodo::after {
    border: 0;
}

.drop-days .btn {
    background-color: #e8e9f1;
    border: 0;
    border-radius: 30px;
    color: #253c3e;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #2e2f37;
    text-decoration: none;
    background-color: #eaecf4;
}

.flecha-periodo .dropdown-menu .dropdown-item:focus {
    background-color: #ffffff;
}

.img-profile-colaboradores {
    width: 23px;
    height: 23px;
    background-size: cover;
    background-position: center center;
}

.drop-days .btn-secondary.dropdown-toggle:focus {
    box-shadow: none !important;
}

.dropdown-submenu .dropdown-item:focus,
.dropdown-submenu .dropdown-item:hover {
    color: #2e2f37;
    text-decoration: none;
    background-color: transparent;
}

.drop-days .dropdown-item .form-group label {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    pointer-events: none;
    transition: 0.2s ease all;
    opacity: 0.7;
    color: #495057;
    background-color: #FFFFFF;
    padding: 0 10px;
}

.custom-dropdown.show .dropdown-link {
    color: #fff;
    background: #007bff;
}

.drop-days .dropdown-toggle::after {
    margin-left: 10px;
}

.form-vacations {
    background-color: rgb(255 210 231 / 40%);
    padding: 3% 8%;
    border-radius: 40px;
}

.form-vacations .btn-user {
    background-color: transparent;
    border: 1px solid #8A8EFD;
    color: #000000;
    padding: 5px 10px !important;
}

.form-dayoff {
    background-color: #FECAAC;
    padding: 3% 8%;
    border-radius: 40px;
}

.form-dayoff .btn-user {
    background-color: transparent;
    border: 1px solid #8A8EFD;
    color: #000000;
    padding: 5px 10px !important;
}

.txt-card {
    font-weight: 400;
    font-size: 12px;
}

.box-red {
    background-color: #FFE0E0;
    border-radius: 9px;
}

.box-green {
    background-color: #E0FFE0;
    border-radius: 9px;
}

.bg-green {
    background-color: #BEFF85
}

.bg-login button {
    width: 60%;
    margin: 0 auto;
}

.bi-star {
    color: black;
    cursor: pointer;
}

.sticky-menu {
    width: 5%;
    padding: 2% 0%;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 16%);
    border-radius: 60px;
    position: fixed;
    left: 10%;
    top: 35%;
}

.menu-feedback-link {
    font-size: 26px;
    font-weight: 400 !important;
    color: rgb(0 0 0 / 40%) !important;
}

.menu-feedback-link.active {
    color: #000000;
}

.menu-feedback-link:hover {
    color: #000000;
    text-decoration: none;
}

.btn-menu-cliente {
    background-color: #FFFFFF;
    border-radius: 30px;
    padding: 9px 25px;
    font-weight: 400;
    font-size: 12px;
    border: 1px solid #000000;
}

.btn-menu-cliente:hover {
    background-color: #000000;
    color: #FFFFFF;
    text-decoration: none;
}

.nav-item .number {
    background-color: #ffffff;
    border: 1px solid #f4f4f4;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #f4f4f4;
    line-height: 35px;
    font-size: 15px;
}

.active .number {
    background-color: #FC4836;
    border-color: #FC4836;
}

.sticky-menu .nav-link span {
    font-size: 9px;
    color: #f4f4f4;
    font-weight: 400;
}

.encuesta {
    color: #343A40;
}

.active span {
    color: #000000 !important;
}

.line-steps {
    border-right: 1px solid #f5f5f5;
    width: 2px;
    height: 30px;
    text-align: center;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: transparent;
}

.active .line-steps {
    border-right: 2px solid #FC4836;
}



.sidebar .sidebar-heading {
    font-size: .55rem !important;
}

.star-container {
    transition: transform .2s;
}

.star-container:hover {
    transform: scale(1.25);
}

.bi-star-fill {
    color: yellow;
    cursor: pointer;
}

/*.buscador-gestion.input-group .form-control {
    border-radius: 0;
    border-color: #d1d3e2 !important;
    background-color: #eaecf3 !important;
    border: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 0 5px;
    font-size: 13px;
}
.buscador-gestion.input-group span {
    border-radius: 0;
    border-color: #e8e9f0 !important;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #253c3e;
    padding: 5px 12px;
}*/
.search-form .input-group {
    box-shadow: 0px 0px 0px 8px #fee600;
    border-radius: 50px;
}

.font13 {
    font-size: 13px;
    font-weight: 200;
}

.font17 {
    font-size: 18px;
}

.violeta {
    color: #5800FF;
}

.naranja {
    color: #D26D51;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 22vw !important;
}

.table td {
    font-size: 13px;
    font-weight: 400;
    vertical-align: middle !important;
}

.box-txt {
    min-height: 60px;
}

.scroll-to-top {
    z-index: 9;
}

.font11 {
    font-size: 11px;
}

.red-border {
    border-bottom: solid red 1px;
}

.red-border-full {
    border: solid red 2px;
    background-color: #FFCCCC !important;
}

.red {
    color: #FC4836;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item {
    font-weight: 400;
    color: rgba(255, 255, 255, .8);
}

.disabled-btn {
    background-color: #E5E5E5 !important;
    border: 1px solid #E5E5E5 !important;
    color: #8d8d8d !important;
}

.btn-enviar-encuesta {
    border: 0;
    border-radius: 30px;
    background-color: #000;
    color: #FFFFFF;
    padding: 0.5% 10%;
    font-size: 15px;
    font-weight: 500;
}

.btn-enviar-encuesta:hover {
    background-color: #FFE800;
    color: #000;
}

.comentario {
    width: 100%;
    border-radius: 30px;
    padding: 3% 3%;
    font-size: 15px;
    border-color: #E3E3E3;
}

.sidebar .nav-item .nav-link .img-profile,
.topbar .nav-item .nav-link .img-profile {
    background-position: center center;
    background-size: cover;
}

.topbar .nav-item .nav-link {
    height: 3.5rem;
}

.profile-img {
    border: 1px solid #d1d3e2;
    border-radius: 5px;
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #eaecf4;
}


.page-title{ font-weight: 800; letter-spacing:.2px; }

    .stats .card{ border: none; border-radius: 16px; }
    .stats .stat-figure{ font-weight: 800; font-size: 1.4rem; }

    .gantt-wrap{
      overflow-x: auto;
      overflow-y: hidden;
      border-radius: 12px;
      box-shadow: 0 1px 2px rgba(0,0,0,.04), 0 8px 24px rgba(0,0,0,.06);
      background:#fff;
    }
    .gantt{
      min-width: 100%;
      border: 1px solid #e5e7eb;
      border-radius: 12px;
      overflow: hidden;
      background: #fff;
    }
    .gantt-header{ border-bottom: 1px solid #e5e7eb; position: relative; }

    /* Fila meses */
    .gantt-months{
      display: grid;
      grid-template-columns: var(--gantt-task-col) repeat(var(--days), var(--gantt-day-width));
      align-items: stretch;
      background: #fafafa;
      font-weight: 600;
      font-size: .9rem;
    }
    .gantt-months > div{
      padding: .5rem .75rem;
      border-right: 1px solid #f0f0f0;
      white-space: nowrap;
      font-size: 10px;
    }

    /* Fila días */
    .gantt-days{
      display: grid;
      grid-template-columns: var(--gantt-task-col) repeat(var(--days), var(--gantt-day-width));
      font-size: .85rem;
      color: #6b7280;
      position: relative;
    }
    .gantt-days > div{
      padding: .4rem .5rem;
      border-right: 1px solid #f2f2f2;
      text-align: center;
    }
    .gantt-days .task-col{ background:#fff; text-align:left }

    /* Cuerpo */
    .gantt-body-row{
      display: grid;
      grid-template-columns: var(--gantt-task-col) repeat(var(--days), var(--gantt-day-width));
      align-items: center;
      min-height: 52px;
      border-top: 1px solid #f3f4f6;
      position: relative;
    }
    .gantt-body-row:nth-child(odd){ background: #fcfcfd; }

    .task-cell{
      padding: .65rem .75rem;
      display:flex; align-items:center; gap:.5rem;
      font-weight: 500;
      background:#fff;
    }
    .btn-pill{ border-radius: 999px; }

    /* Día (celda) */
    .day-cell{
      height: 100%;
      border-right: 1px solid #f2f2f2;
      position: relative;
    }
    /* Fines de semana rayados */
    .day-cell.weekend,
    .gantt-days .day-head.weekend{
      background: repeating-linear-gradient(135deg, #f8fafc 0 8px, #f1f5f9 8px 16px);
    }

    /* HOY: línea vertical + fondo sutil */
    .today-head{ position: relative; background: #eaf6fd !important; }
    .today-cell{ background: #f0f9ff !important; }
    .today-line{
      position: absolute; top: 0; bottom: 0; width: 2px; background: var(--today-line);
      left: calc(var(--gantt-task-col) + var(--today-index) * var(--gantt-day-width) + (var(--gantt-day-width) / 2));
      transform: translateX(-1px);
      z-index: 3;
    }
    .today-chip{
      position: absolute; top: -12px;
      transform: translate(-50%, -100%);
      background: var(--today-line); color:#fff; font-weight:700;
      border-radius: 999px; padding: .15rem .5rem; font-size:.7rem;
      white-space: nowrap; z-index:4;
    }

    /* Barra de tarea */
    .bar{
      position: absolute;
      height: 28px;
      border-radius: var(--bar-radius);
      display:flex; align-items:center; gap:.5rem;
      padding: 0 .6rem;
      color: #fff;
      font-weight: 600;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .bar-primary{ background: #2563eb; }
    .bar-green  { background: #16a34a; }
    .bar-dark   { background: #1f2937; }

    .bar .progress-track{
      position:absolute; inset:0; border-radius: var(--bar-radius);
      background: rgba(255,255,255,.18); overflow: hidden; pointer-events:none;
    }
    .bar .progress-fill{
      position:absolute; left:0; top:0; bottom:0; width:0%;
      background: rgba(255,255,255,.38);
    }

    .view-toggle .btn{ border-radius: 999px; font-weight:600; }

.font20 {font-size: 20px;}

.img-birth {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.img-profile-rounded {
    width: 150px;
    height: 150px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-feedback-left {
    position: absolute;
    left: 18%;
    bottom: 15%;
}

.btn-feedback-right {
    position: absolute;
    right: 23%;
    bottom: 10%;
}

.flex0 {
    flex-grow: 0;
}

.font55 {
    font-size: 55px;
    line-height: 55px;
}

.font500 {
    font-weight: 600
}

.encuesta p {
    font-size: 13px;
    line-height: 23px;
}

.rating-names {
    font-size: 13px !important;
    line-height: 19px !important;
}

.h-80 {
    height: 90vh;
}

.modal-660 {
    max-width: 660px
}

.font30 {
    font-size: 30px;
    line-height: 30px;
}

.sub-kahlo {
    font-size: 17px;
    line-height: 23px;
}

.bg-left-icono {
    position: absolute;
    left: 8%;
    top: 26%;
}

.bg-left-icono img {
    width: 57%;
}

.bg-right-icono {
    position: absolute;
    right: 8%;
    top: -40px;
}

.bg-right-icono img {
    width: 57%;
}

.font60 {
    font-size: 54px;
    line-height: 56px;
}

.profile-img-bg {
    border: 1px solid #d1d3e2;
    border-radius: 5px;
    width: 110px;
    height: 110px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #ffffff;
    border-radius: 50%;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover {
    background-color: #262626;
    color: #FFFFFF
}

.sidebar .nav-item .collapse .collapse-inner {
    background-color: #262626;
}

.sidebar .nav-item .nav-link {
    width: 12rem;
}

.number-iphone {
    font-size: 25px;
    line-height: 26px;
    font-weight: 300
}

.bg-yellow {
    background-color: #fde500;
}

a.btn.btn-primary:hover {
    border: 2px solid #fff000;
    color: #000000;
    background-color: #fff000;
}

.badge {
    font-weight: 500;
}

.topbar .dropdown-list .dropdown-header {
    background-color: #000000;
    border: 1px solid #000000;
    font-weight: 500;
}

.w500 {
    font-weight: 500;
}

.w400 {
    font-weight: 400;
}

.highlight {
    transition: background-color 0.5s ease;
}

.h5 {
    font-size: 38px;
    line-height: 38px;
}

.shadow {
    box-shadow: none !important;
}

#wrapper #content-wrapper {
    background-color: #ffffff !important;
}

.border-black {
    border-left: 0.25rem solid #000000 !important;
}

.btn-induccion {
    background-color: #FFFFFF;
    padding: 6%;
    border-radius: 15px;
    border: 1px solid #000000;
    transition: all 0.2s ease-out;
}

.linea-amarilla {
    height: 7px;
    background-color: #fff000;
    border-radius: 10px;
}

.btn-induccion h2 {
    font-size: 48px;
    font-weight: 500;
}

.slide-induccion .swiper-slide {
    width: 38vw !important;
}

.slide-induccion h3 {
    font-size: 18px;
    line-height: 22px;
}

.slide-induccion h2 {
    font-size: 53px;
    line-height: 53px;
}

.color-amarillo {
    color: #FFF000 !important;
}

.verde {
    color: #00D048;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.font12 {
    font-size: 12px;
}

.font10 {
    font-size: 10px;
}

.active {
    font-weight: 500;
}

.row-duration {
    position: absolute;
    bottom: 20px;
    right: 30px;
    left: 30px;
}

.induccion-card .border-right {
    border-right: 1px solid #707070 !important;
}

.table-gestion td,
.table-gestion th {
    text-align: left;
}

.bell {
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}

.btn-guardando {
    bottom: 0;
    width: -webkit-fill-available;
    text-align: center;
    cursor: pointer;
    z-index: 99;
}

.btn-guardar-proceso {
    background-color: #FF7F00;
    padding: 15px;
}

.btn-guardado-proceso {
    background-color: #2DE800;
    padding: 15px;
}

.btn-error-proceso {
    background-color: red;
    color: white;
    padding: 15px;
}


.position-fixed.btn-guardando:hover {
    background-color: #000000;
}

.btn-guardando {
    color: #FFFFFF;
    font-size: 18px;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }

    1% {
        -webkit-transform: rotateZ(30deg);
    }

    3% {
        -webkit-transform: rotateZ(-28deg);
    }

    5% {
        -webkit-transform: rotateZ(34deg);
    }

    7% {
        -webkit-transform: rotateZ(-32deg);
    }

    9% {
        -webkit-transform: rotateZ(30deg);
    }

    11% {
        -webkit-transform: rotateZ(-28deg);
    }

    13% {
        -webkit-transform: rotateZ(26deg);
    }

    15% {
        -webkit-transform: rotateZ(-24deg);
        color: red
    }

    17% {
        -webkit-transform: rotateZ(22deg);
    }

    19% {
        -webkit-transform: rotateZ(-20deg);
    }

    21% {
        -webkit-transform: rotateZ(18deg);
    }

    23% {
        -webkit-transform: rotateZ(-16deg);
    }

    25% {
        -webkit-transform: rotateZ(14deg);
    }

    27% {
        -webkit-transform: rotateZ(-12deg);
    }

    29% {
        -webkit-transform: rotateZ(10deg);
    }

    31% {
        -webkit-transform: rotateZ(-8deg);
    }

    33% {
        -webkit-transform: rotateZ(6deg);
    }

    35% {
        -webkit-transform: rotateZ(-4deg);
    }

    37% {
        -webkit-transform: rotateZ(2deg);
    }

    39% {
        -webkit-transform: rotateZ(-1deg);
    }

    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
        color: red;
    }

    58% {
        color: black;
    }

    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }

    1% {
        -moz-transform: rotate(30deg);
    }

    3% {
        -moz-transform: rotate(-28deg);
    }

    5% {
        -moz-transform: rotate(34deg);
    }

    7% {
        -moz-transform: rotate(-32deg);
    }

    9% {
        -moz-transform: rotate(30deg);
    }

    11% {
        -moz-transform: rotate(-28deg);
    }

    13% {
        -moz-transform: rotate(26deg);
    }

    15% {
        -moz-transform: rotate(-24deg);
        color: red
    }

    17% {
        -moz-transform: rotate(22deg);
    }

    19% {
        -moz-transform: rotate(-20deg);
    }

    21% {
        -moz-transform: rotate(18deg);
    }

    23% {
        -moz-transform: rotate(-16deg);
    }

    25% {
        -moz-transform: rotate(14deg);
    }

    27% {
        -moz-transform: rotate(-12deg);
    }

    29% {
        -moz-transform: rotate(10deg);
    }

    31% {
        -moz-transform: rotate(-8deg);
    }

    33% {
        -moz-transform: rotate(6deg);
    }

    35% {
        -moz-transform: rotate(-4deg);
    }

    37% {
        -moz-transform: rotate(2deg);
    }

    39% {
        -moz-transform: rotate(-1deg);
    }

    41% {
        -moz-transform: rotate(1deg);
    }

    43% {
        -moz-transform: rotate(0);
        color: red;
    }

    58% {
        color: black;
    }

    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
        color: red
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
        color: red;
    }

    58% {
        color: black;
    }

    100% {
        transform: rotate(0);
    }
}

.bg-celeste {
    background-color: #EDF6FF
}

.sello {
    position: absolute;
    top: 0;
    right: 0;
    width: 21%;
}

.ls1 {
    letter-spacing: 1px
}

.sidebar {
    width: 12rem !important;
    border-right: 1px solid #e3e6f0;
}

.w8 {
    width: 8%
}

.zoom img {
    transition: all 0.2s ease-out;
}

.zoom img:hover {
    transform: scale(1.05)
}

.zoom-modal {
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.zoom-modal:hover {
    transform: scale(1.05)
}

.m-h300 {
    min-height: 320px;
}

.m-h220 {
    min-height: 220px;
}

.modal-wh {
    width: 17%;
    margin: 0 10px;
}

.amarillo {
    background-color: #FFF000;
}

.rounded-3 {
    border-radius: 15px;
}

.btn-link {
    color: #000000;
}

.gris {
    color: #707070;
}

.black {
    color: #000000;
}

.form-control {
    display: initial
}

.pl-5 {
    padding-left: 5.5% !important;
}

.rojo {
    color: #ff0101;
}

.card-birth {
    border: 3px solid #FFF000;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    animation: card-birth-anim 2s alternate infinite;
}

@keyframes card-birth-anim {
    from {
        border-color: white;
    }

    to {
        border-color: #FFF000;
    }
}

.swiper-slide .card {
    background-color: #edf6ff;
    border: 0;
    border-radius: 0;
}

.card.induccion-card {
    min-height: 290px;
    background-color: #FFFFFF;
    padding: 7%;
    border: 1px solid #000000;
    border-radius: 15px;
    margin: 0 3%;
}

#induccion .swiper-slide {
    border-radius: 12px;
}

.rosa {
    color: #FF00BA
}

.rosav {
    color: #ff8ac6
}

.btn-completar {
    border: 1px solid #707070;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 30px;
    border-radius: 20px;
}

.btn-completar:hover {
    text-decoration: none;
    background-color: #000000;
    color: #FFFFFF;
}

.topbar {
    border-bottom: 1px solid #e3e6f0;
    display: inherit;
}

#sidebar_profile.nav-item.active a {
    color: #7523DC;
}

#sidebar_profile.nav-item a:hover {
    color: #7523DC;
}

#sidebar_process.nav-item.active a {
    color: #A3EAEC;
}

#sidebar_process.nav-item a:hover {
    color: #A3EAEC;
}

#sidebar_vacations.nav-item.active a {
    color: #ff8ac6;
}

#sidebar_vacations.nav-item a:hover {
    color: #ff8ac6;
}

#sidebar_gestion.nav-item.active a {
    color: #92DD62;
}

#sidebar_gestion.nav-item a:hover {
    color: #92DD62;
}

#sidebar_librobanco.nav-item.active a {
    color: #D26D51;
}

#sidebar_librobanco.nav-item a:hover {
    color: #D26D51;
}

#sidebar_registros.nav-item.active a {
    color: #8A2BE2;
}

#sidebar_registros.nav-item a:hover {
    color: #8A2BE2;
}

#sidebar_daysoff.nav-item.active a {
    color: #D26D51;
}

#sidebar_daysoff.nav-item a:hover {
    color: #D26D51;
}

#sidebar_absences.nav-item.active a {
    color: #92DD62;
}

#sidebar_feedback.nav-item.active a {
    color: #5466ED;
}

#sidebar_faq.nav-item.active a {
    color: #fee600;
}

#sidebar_home.nav-item.active a {
    color: #fee600;
}

#sidebar_faq.nav-item a:hover {
    color: #fee600;
}

#sidebar_home.nav-item a:hover {
    color: #fee600;
}

#sidebar_feedback.nav-item a:hover {
    color: #5466ED;
}

#sidebar_absences.nav-item a:hover {
    color: #92DD62;
}

.btn-process .btn {
    border: 1px solid #131313;
    border-radius: 10px;
    font-size: 14px;
    min-width: 160px;
    color: #131313;
}

.form-nav {
    min-width: 570px;
}

.email-item {
    font-size: 12px;
    background-color: #edeef5;
    padding: 5px;
    margin: 5px;
    display: inline-block;
    border-radius: 10px;
}

.btn-process .btn:hover {
    background-color: #67efef;
    border-color: #67efef;
}

.bi-plus-circle {
    cursor: pointer !important;
}

.bi-dash-circle {
    cursor: pointer !important;
}

.email-close {
    cursor: pointer;
}

.btn-primary:hover {
    color: #000;
    background-color: #fff000;
    border-color: #fff000;
}

.h4,
h4 {
    font-size: 1.9rem;
}


.btn-validate {
    width: 120px;
}

a {
    color: #000000;
}

.form-check-inline {
    margin-right: 3%;
}

.font13 {
    font-size: 13px;
}

option {
    font-size: 15px;
    color: #000000;
}

.btn {
    transition: all 0.2s ease-out;
}

.card-border {
    border-radius: 1rem;
}

form.user .btn-user {
    font-size: 0.8rem !important;
}

.topbar .nav-link i {
    color: #000000;
    font-size: 15px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;

}

.topbar .nav-link .yellow-round {
    background-color: #F5FF00;
    border-radius: 50%;
}

.topbar .nav-link i:hover {
    color: #656565;
}

.badge {
    padding: 0.3em 0.4em;
    font-size: 77%;
}

.topbar .nav-item .nav-link .badge-counter {
    transform: scale(.8);
    margin-top: -0.7rem;
}

.modal-feedback .form-check-input {
    width: 18px;
    height: 18px;
}

.encuesta h3 {
    font-size: 25px;
}

.form-check-label {
    text-transform: inherit;
    letter-spacing: 0;
    font-size: 13px;
}

.font-500 {
    font-weight: 500
}

.modal-feedback {
    border: 0;
    border-radius: 30px;
    padding: 7% 2%;
}

.modal-feedback h3 {
    font-size: 23px;
    line-height: 32px;
}

.textarea-feedback {
    border-radius: 15px;
    padding: 4%;
    font-size: 14px;
    border-color: #e0e0e0;
}

.px-6 {
    padding: 1% 12% !important;
}

.textarea-feedback::placeholder {
    color: #cccccc;
    font-weight: 300;
}

label {
    font-size: 13px;
    font-weight: 400;
}

hr.border-black {
    border-top: 2px solid #000;
}

.table {
    color: #424242;
}

.sidebar-dark .nav-item .nav-link i {
    color: rgba(255, 255, 255, .6);
}

.table thead th {
    font-size: 14px;
    border-bottom: 2px solid #000000;
    border-top: 0;
    font-weight: 500;
    color: #000000;
}

.table td {
    border-top: 0
}

.degrade-verde {
    background: rgb(253, 255, 185);
    background: linear-gradient(180deg, rgba(253, 255, 185, 1) 0%, rgba(207, 255, 185, 1) 89%);
}

.degrade-red {
    background: rgb(255, 167, 168);
    background: linear-gradient(180deg, rgba(255, 167, 168, 1) 0%, rgba(254, 185, 212, 1) 89%);
}

.btn-primary {
    font-size: 15px;
    background-color: #000000;
    border-color: #000000;
    border-radius: 50px;
    padding: 7px 30px;
}

.tag-yw {
    font-size: 13px;
    background-color: #fff000;
    border-color: #fff000;
    color: #000000;
    border-radius: 50px;
    padding: 0px 17px;
    width: fit-content;
}

.tag-wh {
    font-size: 13px;
    background-color: #ffffff;
    border-color: #707070;
    color: #000000;
    border-radius: 50px;
    padding: 0px 18px;
    letter-spacing: 0
}

.card .tag-yw {
    font-size: 15px;
}

form.user .form-control-user {
    padding: 0.7rem 0.5rem;
    border-radius: 5px;
}

.form-control {
    height: calc(2em + 0.75rem + 2px);
}

.days-vac {
    font-size: 110px;
    line-height: 110px;
    color: #000000;
    font-weight: 400
}

.carousel-control-next,
.carousel-control-prev {
    background-color: transparent;
    border: 0;
}

.btn-completado {
    background-color: #00FF3B;
}

.tab-content>.tab-pane {
    padding: 2rem 1rem;
}

.breadcrumb {
    background-color: transparent;
    font-size: 13px;
}

.breadcrumb-item.active {
    color: #000000;
}

.nav-link {
    padding: 0.3rem 1rem;
}

li.breadcrumb-item a {
    color: #878787;
    text-decoration: none;
}

.nav-tabs .nav-link {
    border-radius: 30px;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #363636;
    border-color: #363636;
}

.nav-tabs .nav-link {
    font-size: 13px;
    margin-right: 1rem;
    background-color: #e8e9f2;
}

.categorias .nav-link {
    font-size: 12px;
    letter-spacing: 0.5px;
    background-color: #FFFFFF;
    border: 1px solid #959595;
    padding: 3px 18px;
}



.table-border tr {
    border-bottom: 1px solid #e8eaf2;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #000;
    background-color: #fff000;
    border-color: #fff000;
}

.pendientes-hover.active {
    color: #000000 !important;
    ;
    background-color: #fff000 !important;
    ;
    border-color: #fff000 !important;
}

.aprobadas-hover.active {
    color: #000000 !important;
    ;
    background-color: #c9ff00 !important;
    ;
    border-color: #c9ff00 !important;
}

.rechazadas-hover.active {
    color: #000000 !important;
    ;
    background-color: #ff3c8c !important;
    ;
    border-color: #ff3c8c !important;
}

.gozadas-hover.active {
    color: #000000 !important;
    ;
    background-color: #3cfff0 !important;
    ;
    border-color: #3cfff0 !important;
}

.pendientes-hover:hover {
    color: #000000 !important;
    ;
    background-color: #fff000 !important;
    ;
    border-color: #fff000 !important;
}

.aprobadas-hover:hover {
    color: #000000 !important;
    ;
    background-color: #c9ff00 !important;
    ;
    border-color: #c9ff00 !important;
}

.rechazadas-hover:hover {
    color: #000000 !important;
    ;
    background-color: #ff3c8c !important;
    ;
    border-color: #ff3c8c !important;
}

.gozadas-hover:hover {
    color: #000000 !important;
    ;
    background-color: #3cfff0 !important;
    ;
    border-color: #3cfff0 !important;
}

a.hover-induccion:hover {
    text-decoration: none;
}

.btn-induccion:hover {
    scale: 1.1;
    background-color: #fff000;
}

.grey {
    color: #858585;
}

a.btn.btn-primary {
    padding: 0.3rem 2rem;
    background-color: #000000;
    color: #FFFFFF;
    border: 2px solid #000000;
    border-radius: 40px;
}

button.tooltip2 {
    border: 0;
    background-color: transparent;
}

.font15 {
    font-size: 15px;
}

.nav-tabs.tabs-cl .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000000 !important;
    background-color: #f8f9fc !important;
    border-color: #e8e9f2 #e8e9f2 #f8f9fc !important;
}

.categorias .nav-link.active {
    color: #000000 !important;
    background-color: #fee600 !important;
    border-color: #959595 !important;
}

.categorias .nav-link:hover {
    color: #000000 !important;
    background-color: #fee600 !important;
    border-color: #959595 !important;
}

.search-form .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    background-color: #FFFFFF;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    color: #ADADAD;
    border-color: #BFBFBF !important;
}

.nav-tabs button#tab-0.active {
    color: #000000 !important;
    background-color: #67efef !important;
}

.nav-tabs button#tab-0:hover {
    color: #000000 !important;
    background-color: #67efef !important;
}

.nav-tabs button#tab-1.active {
    color: #000000 !important;
    background-color: #ff8ac6 !important;
}

.nav-tabs button#tab-1:hover {
    color: #000000 !important;
    background-color: #ff8ac6 !important;
}

.nav-tabs button#tab-2.active {
    color: #000000 !important;
    background-color: #ff5c01 !important;
}

.nav-tabs button#tab-2:hover {
    color: #000000 !important;
    background-color: #ff5c01 !important;
}

.nav-tabs button#tab-3.active {
    color: #000000 !important;
    background-color: #9aff01 !important;
}

.nav-tabs button#tab-3:hover {
    color: #000000 !important;
    background-color: #9aff01 !important;
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.tooltip-inner {
    font-size: 11px;
    font-weight: 300;
}

.choices__inner {
    background-color: #FFFFFF !important;
    border-radius: 5px !important;
    padding: 10px !important;
    box-shadow: none !important;
    border: 1px solid #d1d3e2 !important;
}

.choices__input {
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    font-size: 13px !important;
    color: #6e707e !important
}

.miscebs img {
    right: 0;
    position: absolute;
    top: 2%;
}

.choices__list--multiple .choices__item {
    background-color: #000000 !important;
    border: 0 !important;
    font-size: 10px;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
    border-left: 1px solid #FFFFFF !important;
}

.btn-link[data-toggle=collapse].collapsed::after {
    content: '\f105';
}

.faq .card-header {
    background-color: white !important;
}

.faq .btn-link {
    font-size: 21px;
    padding-right: 19%;
}

.faq .btn-link:hover {
    text-decoration: none;
}

.faq .card-body p {
    font-size: 15px;
    font-weight: 300;
}

.faq .card-body {
    padding: 1.25rem 1.25rem !important;
}

.faq .btn.card-header.collapsed {
    border-bottom: 1px solid #707070;
}

.btn-link:focus {
    box-shadow: none;
}

.btn-link[data-toggle=collapse]::after {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 1.725rem;
    line-height: 51px;
    font-weight: 900;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    color: #707070;
}

.tag {
    position: absolute;
    right: 70px;
    top: 9px;
    font-weight: 400;
    border-radius: 30px;
    border: 1px solid #8A8EFD;
    padding: 2px 17px;
    font-size: 12px;
}

.search-form .input-group {
    box-shadow: 0px 0px 0px 8px #fee600;
    border-radius: 50px;
}

input.form-control:focus {
    box-shadow: none;
}

.search-form .form-control::placeholder {
    color: #707070;
    letter-spacing: 0.5px;
}

.search-form .form-control {
    border-left: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-color: #BFBFBF !important;
    font-size: 12px;
}

.tabs-cl .nav-link {
    margin-bottom: -1px !important;
    border: 1px solid transparent !important;
    border-top-left-radius: 0.35rem !important;
    border-top-right-radius: 0.35rem !important;
    border-radius: 0;
}

ul.nav.nav-tabs.tabs-cl {
    border-bottom: 1px solid #e8e9f2;
}

.collapse .card-body {
    padding: 2rem;
}

.bg-config {
    background-size: cover;
    min-height: 190px;
    background-position: center;
}

.img-bnf {
    height: 190px;
    border: 2px dashed #b8b8b8;
    position: relative;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.img-bnf::before {
    content: '+';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 42px;
    font-weight: 300 !important;
    color: #b8b8b8;
}

.tabs-home .nav-link {
    background-color: transparent !important;
    border: 0 !important;
    margin-right: 0;
}

.tabs-home .nav-link.active {
    font-weight: 500;
    background-color: transparent !important;
    text-decoration: underline;

}

.hover-overlay .mask:hover {
    opacity: 1;
}

.mask i {
    width: 100%;
    height: 100%;
    display: flex;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
}

/* MODAL */
.card-energy {
    border-radius: 20px;
    border: 2px solid #000000;
    min-height: 165px;
    line-height: 18px;
}

.card-energy.modal-red {
    background-color: #FFA7A8;
}

.card-energy.modal-pink {
    background-color: #FEB9D4;
}

.card-energy.modal-blue {
    background-color: #B6F8E9;
}

.card-energy.modal-yellow {
    background-color: #FCFFB9;
}

.card-energy.modal-green {
    background-color: #CFFFB9;
}

.btn-form-modal {
    background-color: #03C76A;
    font-weight: 500;
    color: #FFFFFF;
    border: 0;
    border-radius: 12px;
    padding: 0 7%;
}

.btn-form-modal:hover {
    background-color: #000000;
}

.form-modal {
    border-radius: 11px;
    border-color: #777777;
    font-size: 14px;
    font-weight: 300;
    padding: 15px;
}

.pointer {
    cursor: pointer;
}

.mt-30 {
    margin-top: -30px;
}

.nav-item .nav-link .img-profile {
    background-position: center center;
    background-size: cover;
}

.nav-item .nav-link .img-profile {
    height: 2rem;
    width: 2rem;
}

.hover-overlay .mask {
    opacity: 0;
    transition: all .3s ease-in-out;
}

header {
    height: 3.35rem;
}

.hover-yellow:hover {
    color: #000;
    background-color: #ffc300 !important;
    border-color: #ffc300 !important;
}

.bg-black {
    background-color: #000000
}

.sidebar .nav-item .nav-link span {
    font-weight: 400
}

button.btn-close {
    border: 0;
    background-color: transparent;
    font-size: 20px;
}

::selection {
    color: #FFFFFF;
    background-color: #000000
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    box-shadow: none;
}

.btn-link:hover {
    color: #000000;
}

@media (max-width: 1400px) {
    .btn-feedback-left {
        left: 11%;
    }

    .btn-feedback-right {
        right: 15%
    }
}

@media (max-width: 1200px) {
    .btn-menu-cliente {
        font-size: 11px;
    }

    .btn-menu-cliente {
        padding: 7px 14px;
    }

    .bg-left-icono {
        display: none
    }

    .bg-right-icono {
        display: none
    }

    .slide-induccion .swiper-slide {
        width: 36vw !important;
    }

    .categorias .nav-link {
        font-size: 11px;
    }

    .sticky-menu {
        width: 7%;
        left: 4%;
    }

    .form-nav {
        min-width: 490px;
    }

    .img-notif {
        bottom: -23px;
    }

    .w8 {
        width: 12%;
    }

    .induccion-card .border-right {
        border: none !important;
    }

    .card.induccion-card {
        min-height: 330px;
    }
}

@media (max-width: 1100px) {
    .ml-26 {
        margin-left: 32%;
    }

    .form-nav {
        min-width: 390px;
    }

    .swiper-slide {
        width: 32vw !important;
    }

    .rating-names {
        font-size: 11px !important;
        line-height: 16px !important;
    }
}

@media (max-width: 990px) {
    .menu-feedback-link {
        font-size: 22px;
    }

    .modal-wh {
        width: 28%;
    }

    .icon-plus {
        left: 40px;
        width: 16px;
        height: 16px;
        font-size: 14px;
        line-height: 13px;
    }

    .form-nav {
        min-width: 310px;
    }

    .form-nav .search-form .form-control {
        font-size: 11px;
    }

    .slide-induccion .swiper-slide {
        width: 33vw !important;
    }

    .induccion-card .font15 {
        font-size: 13px;
    }

    .slide-induccion h3 {
        font-size: 17px;
        line-height: 21px;
    }

    .slide-induccion h2 {
        font-size: 46px;
        line-height: 46px;
    }

    .w8 {
        width: 17%;
    }

    .btn-completar {
        font-size: 13px;
    }

    .btn-feedback-right {
        right: 5%;
    }

    .btn-feedback-left {
        left: 3%;
    }
}


@media (max-width: 800px) {

    .sticky-menu {
        width: 9%;
        left: 2%;
    }

    .btn-feedback-right {
        display: none;
    }

    .btn-feedback-left {
        display: none;
    }

    .topbar {
        display: flex !important;
        justify-content: space-around;
    }

    .h4,
    h4 {
        font-size: 1.6rem;
    }

    .form-nav {
        display: none;
    }

    .slide-induccion .swiper-slide {
        width: 80% !important;
    }

    .swiper-slide {
        width: 50% !important;
    }

    .nav-tabs .nav-link {
        font-size: 12px;
    }

    .sidebar {
        width: 6rem !important;
    }

    .sidebar .nav-item .nav-link {
        width: 6rem;
    }

    .text-start-mob {
        text-align: left !important
    }

    .text-center-mob {
        text-align: center !important
    }

    .mx-auto-mob {
        margin: 0 auto;
    }

    .faq .btn-link {
        font-size: 17px;
        padding-right: 40%;
    }

    .faq .card-body p {
        font-size: 13px;
    }

    .tag {
        font-size: 10px
    }

    .nav-tabs .nav-link {
        font-size: 10px;
    }

    .text-xs {
        font-size: .55rem;
    }

    .menu-feedback-link {
        font-size: 19px;
    }

    .btn-menu-cliente i {
        border: 1px solid black;
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 31px;
        background-color: #000000;
        color: #FFFFFF;
        border-radius: 50%;
    }

    .btn-menu-cliente {
        border: 0;
        background-color: transparent;
        text-align: center;
        padding: 0;
    }
}

@media (max-width: 600px) {
    .modal-wh {
        width: 44%;
    }

    .card-energy {
        min-height: 135px;
    }

    .sticky-menu {
        display: none;
    }

    .h-100.h-auto-mob {
        height: auto !important;
    }

    .h-80.h-auto-mob {
        height: auto !important;
    }

    .p-15-mob {
        padding: 15% 0
    }

    .tab-content>.tab-pane {
        padding: 0rem;
    }

    .w8 {
        width: 21%;
    }

    .card.induccion-card {
        min-height: 340px;
    }

    .bg-config {
        min-height: 140px;
    }

    .img-bnf {
        height: 140px;
    }

    .font60 {
        font-size: 39px;
        line-height: 47px;
    }

    .btn-enviar-encuesta {
        padding: 1% 20%;
    }

    .font55 {
        font-size: 30px;
    }

    .swiper-slide {
        width: 100% !important;
    }

    .comentario {
        padding: 7%;
    }

    .h1,
    h1 {
        font-size: 2rem;
    }

    .br-hide {
        display: none
    }

    .h2,
    h2 {
        font-size: 1.6rem;
    }

    .btn-primary {
        font-size: 12px;
    }

    .modal-feedback .btn-primary {
        font-size: 15px;
        padding: 2% 22% !important;
    }

    .slide-induccion .swiper-slide {
        width: 100% !important;
    }
}