#loading-indicator {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1000;
}
.che-cursor-help {
    cursor: pointer;
    transition: color 250ms;
}
.che-cursor-help:hover {
    color: #E74C3C;
}

/*******************************************************************************
*
* Wrappers generales
*
/******************************************************************************/
.che-content-wrapper {
    min-height: 100%;
    overflow: visible;
}
.che-main-wrap-sin-navbar {
    top: 0;
}
.che-main-wrap-sin-navbar .content-wrapper {
    margin: 0;
}
.che-content-wrapper:after {
    content: "";
}
.responsive-admin-menu h5 {
    margin-left: 10px;
    color: #888;
}
.che-menu-usuario > li > a {
    line-height: 200%;
}

.che-main-info-cliente {
    text-transform: none;
    font-size: 1.3em;
}

/*******************************************************************************
*
* Formularios
*
/******************************************************************************/
.orb-form .che-toggle input:checked + i:after {
    content: 'SI';
}
.orb-form .che-toggle input:checked + i {
    background-color: #6CA94B;
}
.orb-form .che-toggle i:after {
    content: 'NO';
}
.orb-form .col-12 {
    width: 100%;
}
.orb-form textarea.che-codigo {
    font-family: monospace;
    font-weight: normal;
}

/*******************************************************************************
*
* Cargando
*
/******************************************************************************/
.che-cargando {
    position: fixed;
    top: 0;
    left: 50%;
    color: white;
    background-color: #E74C3C;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 700;
    padding: 4px 10px;
    z-index: 9999999;
}
/*******************************************************************************
*
* Buscador
*
/******************************************************************************/
.che-site-search.site-search input[type=search]:focus {
    width: 280px;
}
/*******************************************************************************
*
* Utilidades
*
/******************************************************************************/
.che-nowrap {
    white-space: nowrap;
}
.che-font-size-big {
    font-size: 2em;
}
hr.che-separador {
    margin: 15px 10px;
    border-color: #A7AAB1;
}
.che-capitalize {
    text-transform: capitalize;
}
.che-color-original {
    color: inherit;
}
.che-dia-aporte {
    text-align: center;
}
.che-dia-aporte a {
    color: #D24D33;
}
.che-dia-aporte .che-aporte-aprobado {
    color: #5bc0de;
}

/*******************************************************************************
*
* Marca
*
/******************************************************************************/
.navbar-brand.che-brand {
    padding: 10px 15px;
}
.navbar-brand.che-brand .che-brand-logo {
    background: url("../images/logo-che.png") no-repeat;
    background-size: cover;
    width: 91px;
    height: 28px;
}
@media screen and (max-width: 767px) {
    .che-brand {
        width: 130px;
    }
}

/*******************************************************************************
*
* Banner de empresa
*
/******************************************************************************/
.che-banner-empresa img {
    width: 100%;
    height: 120px;
}


/*******************************************************************************
*
* Colores
*
/******************************************************************************/
.che-color-1 {
    background: #f87aa0;
}
.che-color-2 {
    background: #5bc0de;
}
.che-color-3 {
    background: #3b8dbd;
}
.che-color-4 {
    background: #82b964;
}
.che-color-5 {
    background: #58b868;
}
.che-color-6 {
    background: #ccd600;
}
.che-color-7 {
    background: #f4cc13;
}
.che-color-8 {
    background: #fffbdb;
}
.che-color-9 {
    background: #a7609a;
}
.che-color-10 {
    background: #888;
}
.che-color-11 {
    background: #d56b3e;
}
.che-color-12 {
    background: #454b52;
}
.che-color-13 {
    background: #f0ad4e;
}
.che-color-14 {
    background: #FF9E80;
}
.che-color-15 {
    background: #993838;
}
.che-color-16 {
    background: #F4FF81;
}
.che-color-17 {
    background: #82B1FF;
}
.che-bg-light-grey {
    background: #F1F1F1;
    color: #B3BCBF;
}
.che-bg-light-blue {
    background: #DFF3F9;
}
.che-fg-green-alt {
    color: #58b868;
}
/*******************************************************************************
*
* Home
*
/******************************************************************************/
.che-consejo {
    height: 120px;
    padding: 5px;
}
.che-consejo > .fa {
    float: left;
    margin: 8px 20px 0px 5px;
    font-size: 7.5em;
}
.che-consejo > h2 {
    font-size: 2em;
}
.che-consejo.che-consejo-imagen > h2 {
    margin-top: 25px;
}
.che-consejo.che-consejo-imagen > .fa {
    font-size: 6em;
    margin-top: 15px;
}
.che-consejo.che-consejo-imagen .che-imagen-perfil {
    float: left;
    height: 75px;
    width: 72px;
    margin: 15px 25px 0px 10px;
    box-shadow: 0px 0px 0px 5px #FFF;
}
.che-consejo.che-consejo-imagen.che-consejo-alto-medio > h2 {
    margin-top: 45px;
}
.che-consejo.che-consejo-imagen.che-consejo-alto-medio > .fa {
    margin-top: 45px;
}
.che-consejo-alto-medio {
    height: 190px;
}

/*******************************************************************************
*
* Monedas
*
/******************************************************************************/
.pull-left.che-moneda {
    margin-right: 10px;
}

.che-moneda {
    padding: 1px;
    border-radius: 50%;
    background-color: #5bc0de;
    font-size: 20px;
    position: relative;
    min-height: 30px;
    min-width: 30px;
    text-align: center;
    color: white;
}

.che-moneda .cantidad{
    position: absolute;
    font-size: 10px;
    bottom: -11px;
    border-radius: 50%;
    color: white;
    height: 20px;
    width: 20px;
    text-align: center;
    border-color: white;
    border-style: solid;
    right: -10px;
    font-family: 'Open Sans', sans-serif;
}

.che-moneda-dar{
    width:55px;
    height:55px;
    position:absolute;
    right:30px;
    top:20px;
    border-radius:50%;
    font-size:30px;
    box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.3);
    z-index:99;
}

/*******************************************************************************
*
* Documentos
*
/******************************************************************************/

.che-documentos-buscador:hover{
    background-color: #c0c2c7;
    cursor:default;
}

/*******************************************************************************
*
* Lista simple chica
*
/******************************************************************************/
.che-tiny-user-block {
    min-height: 100px;
    padding-top: 18px;
}
.che-tiny-user-block h3 a {
    color: inherit;
}
/*******************************************************************************
*
* XEditable
*
/******************************************************************************/
.editable-click {
    cursor: pointer;
}
.che-actividad-comentario .editable {
    border-bottom: none;
}
.tmlabel:hover .che-actividad-comentario .editable {
    border-bottom: 1px dashed #08C;
}
/*******************************************************************************
*
* Perfil
*
/******************************************************************************/
.che-perfil-carousel.carousel-inner > .item {
    height: 280px;
}
@media screen and (max-width: 767px) {
    .che-perfil-carousel.carousel-inner > .item {
        height: 325px;
    }
}
.main-info .editable-click {
    color: #FFF;
    border-bottom-style: none !important;
}
.main-info .editable-click:hover {
    color: #EEE;
    border-bottom: dashed 1px #0088cc !important;
}
.main-info a {
    color: #FFF;
    border-bottom-style: none !important;
}
.main-info a:hover {
    color: #EEE;
    border-bottom: dashed 1px #0088cc !important;
}
.main-info .btn {
    margin-top: 5px;
}
.main-info a.btn:hover {
    border-bottom: none !important;
}
.main-info h3 {
    color: #555;
}
.main-info .user-img img {
    min-height: 25px;
    min-width: 25px;
    max-height: 150px;
}
.editable-input textarea {
    height: 180px !important;
    width: 250px !important;
}
.che-imagen-perfil {
    display: inline-block;
    background-size: cover;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 7px #FFF;
}
.tiny-user-block .che-imagen-perfil {
    height: 50px;
    width: 50px;
    box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.2);
}
.items-image .che-imagen-perfil {
    height: 110px;
    width: 110px;
    box-shadow: none;
}

.main-info h1 span {
    margin: 0 2px;
}
/*******************************************************************************
*
* Proyectos
*
/******************************************************************************/
.main-info .user-img img.che-imagen-proyecto {
    max-height: 125px;
}
.items-view-grid .che-items-title-extendido {
    line-height: 1.1em;
    height: 3.4em;
    max-height: none;
    overflow: hidden;
}
.tiny-user-block .che-titulo-extendido {
    line-height: 1.1em;
    height: 2.2em;
    overflow: hidden;
}
.che-proyecto .che-tiny-user-block {
    max-height: 75px;
    overflow: hidden;
}
/*******************************************************************************
*
* Acciones Generales (iconos en la esquina superior derecha de un contenedor)
*
/******************************************************************************/
.powerwidget > div.che-acciones-generales,
* > .che-acciones-generales {
    float: none;
    background-color: inherit;
    width: inherit;
    opacity: 0;
    transition: all 400ms;
    cursor: pointer;
    font-size: 1.2em;
    position: absolute;
    top: 0.5em;
    right: 1em;
}
.powerwidget:hover > div.che-acciones-generales,
*:hover > .che-acciones-generales {
    float: none;
    opacity: 1;
}
/*******************************************************************************
*
* Habilidad
*
/******************************************************************************/
.che-habilidad-nivel {
    height: 21px;
    width: 21px;
    border: 2px solid #000;
    display: inline-block;
    border-radius: 50%;
    text-indent: -9999px;
    margin: 6px 0 6px 9px;
    text-align: center;
    border-color: #5cb85c;
}
.che-habilidad-nivel-activado {
    background: #5cb85c;
}
.che-habilidad-nombre {
    text-align: right;
    color: #858689;
    font-size: 1.7em;
    line-height: 100%;
}
/*******************************************************************************
*
* Ausencias
*
/******************************************************************************/
.che-ausente {
    font-size: 3em;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0.7em 0.2em;
    height: 100%;
    color: white;
    background-color: #aaa;
    letter-spacing: -2px;
}
.che-ausente .tooltip {
    letter-spacing: normal;
}
label.che-informacion-ausencia div.popover {
    text-transform: none !important;
}
.che-informacion-ausencia-icono {
    margin-left: 10px;
    visibility: hidden;
    color: #357ebd;
}
.che-informacion-ausencia-icono.activo {
    visibility: visible;
}
.che-informacion-ausencia-icono.inactivo {
    visibility: hidden;
}
/*******************************************************************************
*
* Filtros en tablas
*
/******************************************************************************/
.che-filtro {
    float: right;
    text-align: right;
}
.che-filtro-ancho {
    width: 34em;
}
.che-filtro-alto {
    height: 25px!important;
    padding: 0 10px!important;
}
.che-form-fecha {
    width: 11em;
}
/*******************************************************************************
*
* Acciones en tablas
*
/******************************************************************************/
.che-tabla-acciones {
    font-size: 20px;
    text-align: center;
}
.che-tabla-acciones > * {
    margin-right: 5px;
    cursor: pointer;
    color: #555555;
}
.che-tabla-acciones > * > i {
    transition: all 100ms;
}
.che-tabla-acciones > *:hover > i,.che-tabla-acciones a:hover i {
    transform: scale(1.5, 1.5);
    color: #555555;
}
.che-tabla-acciones a:hover,.che-tabla-acciones a:focus{
    text-decoration: none;
    color: #555555;
}

/*******************************************************************************
*
* Lista de personas
*
/******************************************************************************/
.che-items-view a {
    color: inherit;
}
.che-items-view h3 {
    max-height: none;
    line-height: 125%;
}
.che-items-view-grid-centrado.items-view-grid ul li {
    float: none;
    width: 200px;
}
.che-items-title {
    line-height: 130%;
    max-height: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.items-view-grid .items-image {
    min-height: 110px;
}
.che-items-solo-en-view-list {
    display: none;
}
.items-view-list .che-items-solo-en-view-list {
    display: inline-block;
}
.items-view-list .che-items-solo-en-view-grid {
    display: none;
}
.che-boton-alta-persona,
.che-boton-alta-proyecto {
    vertical-align: top;
    margin-top: 7px;
}
/*******************************************************************************
*
* Cumpleaños
*
/******************************************************************************/
.che-cumple {
    position: relative;
}
.che-cumple .che-cumple-hoy {
    position: absolute;
    top: 15px;
    right: 15px;
}
/*******************************************************************************
*
* Aniversario
*
/******************************************************************************/
.che-aniversario {
    position: relative;
}
.che-aniversario .che-aniversario-hoy {
    position: absolute;
    top: 15px;
    right: 15px;
}
.che-aniversario .che-aniversario-anios {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 5px;
    background-color: #82b964;
}

.arrow-box.bg-green-alt:after {
    border-left-color: #58b868;
}
/*******************************************************************************
*
* Actividad
*
/******************************************************************************/
.che-actividad-comentario a,
.che-actividad-comentario a.editable {
    text-decoration: none;
    color: inherit;
    border-bottom: none;
}
.che-actividad-comentario a.editable.editable-empty {
    font-style: inherit;
    font-weight: inherit;
}
.che-actividad-comentario:hover a.editable {
    border-bottom: 1px dashed;
}

.che-icono-actividad-tope {
    z-index: 1;
}

.che-actividad-monedas {
    position: absolute;
    font-size: 15px;
    bottom: -18px;
    border-radius: 50%;
    color: white;
    height: 31px;
    width: 31px;
    text-align: center;
    border-color: white;
    border-style: solid;
    right: -20px;
    line-height: 170%;
}

.che-autor {
    font-size: 0.85em;
}
.che-autor,
.che-autor a {
    color: #AAA;
    margin-bottom: 0px;
    text-decoration: none;
}
.che-autor a:hover {
    text-decoration: underline;
}
.che-editable-normal.editable {
    border-bottom: none;
}
/*******************************************************************************
*
* Iconos de Actividad para radio
*
/******************************************************************************/
.tmicon.fa {
    line-height: inherit;
}
.che-icono-actividad {
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 130%;
    border-radius: 50%;
    color: white;
    padding: 5px;
    border: 5px solid #FFF;
    text-align: center;
}

.che-radio-icono {
    margin: 0px 20px;
}
.che-radio-icono:hover {
    cursor: pointer;
}
.che-radio-icono > p {
    font-weight: 400;
    font-size: 10px;
    margin-top: 6px;
    text-transform: uppercase;
}
.che-radio-icono > input[type="radio"] {
    display: none;
}
.che-radio-icono > input[type="radio"]:checked + i {
    box-shadow: 0px 0px 0px 7px #D8E3E6;
    opacity: 1;
}
.che-radio-icono > i {
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 130%;
    border-radius: 50%;
    color: white;
    padding: 5px;
    border: 5px solid #FFF;
    text-align: center;
    opacity: 0.5;
}
/*******************************************************************************
*
* Notificaciones
*
/******************************************************************************/
.main-header .dropdown-menu.che-notificaciones {
    width: 440px;
}
.main-header .dropdown-menu.che-notificaciones .dropdown-container {
    height: 360px;
}
.che-notificaciones .dropdown-header {
    white-space: inherit;
}
.che-notificacion {
    height: 65px;
}
.che-notificacion-acciones {
    position: absolute;
    font-size: 20px;
    right: 5px;
    top: 16px;
}
.che-notificacion-acciones > span {
    margin-right: 5px;
}
.che-notificacion-acciones > span > i {
    transition: all 100ms;
}
.che-notificacion-acciones > span:hover > i {
    transform: scale(1.5, 1.5);
}
.notification-dropdown > li .che-notificacion-acciones {
    opacity: 0;
    transition: all 400ms;
}
.notification-dropdown > li:hover .che-notificacion-acciones {
    opacity: 1;
}
.che-notificacion-aceptar {
    color: #82B964;
}
/*******************************************************************************
*
* Experiencia
*
/******************************************************************************/
.che-visor-exp {
    text-align: center;
    padding: 10px 15px;
    margin-bottom: 20px;
}
.che-visor-exp .progress {
    height: 5px;
    margin-bottom: 8px;
}
.che-visor-exp .che-puntos-para-nivel {
    color: white;
}
.che-visor-exp .che-nivel-actual {
    color: white;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.che-tabla-ayuda-xp h3 {
    text-align: center;
}
.che-tabla-ayuda-xp h5 {
    text-transform: none;
}
/*******************************************************************************
*
* Ranking XP
*
/******************************************************************************/
.che-ranking-xp a {
    color: inherit;
}
.che-ranking-xp h5 {
    text-transform: none;
}
.che-ranking-xp > tbody > tr.che-ranking-xp-destacado > td {
    background-color: #5BC8EB !important;
    color: white;
}
.che-ranking-xp .badge {
    font-size: 11px;
}
.che-ranking-xp .che-separador-tabla {
    text-align: center;
}
/*******************************************************************************
*
* Logros
*
/******************************************************************************/
.che-logro {
    font-size: 1.4em;
    font-weight: 700;
    height: 70px;
}
.che-logro .fa-stack {
    font-size: 1.3em;
    margin-right: 15px;
}
.che-logro .progress {
    height: 4px;
}
.che-logro .che-logro-icono {
    float: left;
}
.che-logro .che-logro-detalle {
    padding-top: 10px;
}
.che-logro.che-logro-en-proceso .che-logro-detalle {
    color: grey;
    font-size: 0.9em;
    padding-top: 6px;
}
/*******************************************************************************
*
* Facturacion - Proyectos
*
/******************************************************************************/
table.table-striped > tbody > tr > td.che-header-facturacion {
    background: #858689;
    color: #fff;
    font-size: .87em;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #8b8c8d;
    padding: 7px 10px;
    border-bottom: 7px solid #ddd;
}
table.table-striped > tbody > tr > td.che-totales-facturacion {
    background-color: #dddddb;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}
/*******************************************************************************
*
* Popovers
*
/******************************************************************************/
/* Estilo el popover de Bootstrap para que quede más CHEmificado, en versiones dark y light. */
.che-popover-dark .fa,
.che-popover-light .fa {
    margin-right: 5px;
}
.che-popover-dark h3,
.che-popover-light h3 {
    padding: 0;
    font-size: 14px;
    margin: 0 0 4px;
}
.che-popover-dark p,
.che-popover-light p {
    font-size: 11px;
    text-transform: none;
}
/*  Para poner oscura la flechita del popover */
.che-popover-dark.popover > .arrow:after {
    border-bottom-color: #33383D;
}
.che-popover-dark .popover-content {
    color: white;
    background-color: #33383D;
}
.che-popover-dark h3 {
    color: white;
}
.che-popover-light p {
    color: #555;
}
.popover-content h5 {
    margin-top: 10px;
}
.popover-content a {
    text-decoration: none;
}
/*******************************************************************************
*
* Portlets
*
/******************************************************************************/
.che-portlet-icono-grande {
    padding: 20px;
    margin-bottom: 20px;
    line-height: 1em;
}
/*******************************************************************************
*
* Fullcalender
*
/******************************************************************************/
.fc-grid .fc-day-number {
    font-size: 1.2em;
    line-height: 1em;
}
.fc-day.che-dia-seleccionado {
    background-color: #F4CC13 !important;
}
.fc-day.che-feriado .fc-day-number {
    color: #A00;
}
.fc-day.che-feriado .fc-day-content {
    color: #A00;
}

.fc-day.che-ausencia .fc-day-number {
    color: #A00;
}
.fc-day.che-ausencia .fc-day-content {
    color: #A00;
}


.che-feriado {
    background: none;
}

.fc-event {
    background: none;
}
/*******************************************************************************
*
* Flotchart
*
/******************************************************************************/
.flotchart-container {
    border-radius: 0px;
}
.che-flotchart-container td.legendLabel {
    font-size: 1.8em;
    line-height: 2em;
    padding-left: 0.3em;
}
.che-flotchart-tooltip {
    position: absolute;
    display: none;
    padding: 4px 8px;
    background-color: #333;
    color: white;
    opacity: 0.80;
}
/*******************************************************************************
*
* UI Autocomplete
*
/******************************************************************************/
.ui-autocomplete {
    background-color: white;
    border-radius: 3px;
    box-shadow: 0px 3px 2px 1px #888;
    width: 30%;
    z-index: 1000;
    padding-left: 0px;
    max-height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
}
.ui-autocomplete .ui-menu-item {
    cursor: pointer;
    padding: 6px 0px 4px 15px;
    list-style-type: none;
    border-bottom: 1px solid #DDDDDD;
}
.ui-autocomplete .ui-menu-item:nth-child(odd) {
    background-color: #F5F5F5;
}
.ui-autocomplete .ui-state-focus {
    background-color: #D8E3E6 !important;
}
.ui-helper-hidden-accessible {
    display: none;
}
.ui-menu-item.che-menu-item-persona .che-imagen-perfil {
    float: left;
    width: 32px;
    height: 32px;
    box-shadow: none;
    margin-right: 15px;
}
.ui-menu-item.che-menu-item-persona h5 {
    margin: 10px 0px;
}
.ui-menu-item.che-menu-item-persona span {
    float: right;
    text-transform: uppercase;
    margin-right: 15px;
    font-size: 0.7em;
    color: #62666A;
    font-weight: 400;
}
/*******************************************************************************
*
* Cursos
*
/******************************************************************************/
.header-splash-intro {
    max-width: 100%;
}
/*******************************************************************************
*
* Tablas
*
/******************************************************************************/
table tbody tr td h5 {
    text-transform: uppercase;
}
.iconpicker-popover {
    z-index: 100000;
}
#altaMotivoAusenciaModal {
    z-index: 1045;
}
#motivoAusencia {
    text-transform: uppercase;
}
/*******************************************************************************
*
* Navegadores soportados
*
/******************************************************************************/
.copyrights img {
    margin: 20px 10px;
}
/*******************************************************************************
*
* Empresa
*
/******************************************************************************/
.che-sectores-empresa .thumbnail .caption {
    color: #555;
    text-align: center;
}
.che-sectores-empresa h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('assets/xml/ellipsis.xml#ellipsis');
}
.che-sectores-empresa .goods-grid .price {
    font-size: 1em;
}
.che-sin-actividades {
    font-weight: 400;
    visibility: hidden;
}
/*******************************************************************************
*
* Estilos Genericos.
*
/******************************************************************************/
.vertical-align-sub {
    vertical-align: sub;
}
.vertical-align-middle {
    vertical-align: middle;
}
.inline-block {
    display: inline-block !important;
}

/*******************************************************************************
*
* Documentos.
*
/******************************************************************************/

.che-documento-columna-nombre{
    word-break: break-all;
}


/*******************************************************************************
*
* Flechita al costado de un contenedor.
* Mas info: http://cssarrowplease.com/
*
/******************************************************************************/
.arrow-box {
    position: relative;
}
.arrow-box:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 15px;
    margin-top: -15px;
}
.arrow-box.bg-orange:after {
    border-left-color: #F0AD4E;
}
.arrow-box.bg-pink:after {
    border-left-color: #F87AA0;
}
.arrow-box.bg-blue:after {
    border-left-color: #5bc0de;
}

.che-imagen-perfil {
    cursor: pointer;
}

/*******************************************************************************
*
* Niko Niko
*
/******************************************************************************/
.che-niko-niko {
    display:flex;
    justify-content:center;
    align-items:center;
    min-height: 120px;
    height: 100%;
}

.che-niko-niko .btn {
    background-color: white;
    border-radius: 50%;
}

.che-niko-niko .btn .fa {
    font-size: 35px;
}

.che-niko-niko .btn.text-red:hover,
.che-niko-niko .btn.text-blue:hover,
.che-niko-niko .btn.text-yellow:hover,
.che-niko-niko .btn.text-red.che-emocion-inactiva:hover,
.che-niko-niko .btn.text-blue.che-emocion-inactiva:hover,
.che-niko-niko .btn.text-yellow.che-emocion-inactiva:hover{
    background-color: gray;
    color: lightgray;
}

.che-niko-niko .btn.text-red.che-emocion-inactiva,
.che-niko-niko .btn.text-blue.che-emocion-inactiva,
.che-niko-niko .btn.text-yellow.che-emocion-inactiva{
    color: grey;
}

.che-dia-emocion {
    text-align: center;
}

.che-dia-emocion i {
    font-size: 17px;
}