﻿:root {
    --principal: #8C1424;
    --principal-light: #BD3146;
}

.chartjs-container {
    min-height: 400px
}

.orden-elemento {
    border: 1px solid #efefef;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .13)
}

.orden-elemento .form-group {
    margin-top: 16px
}

.orden-elemento .agregable-btn-eliminar {
    margin-top: 0;
    background: transparent;
    box-shadow: none;
    color: #f55a4e;
    width: 37px;
    height: 20px;
    margin-right: 0
}

.orden-elemento .agregable-btn-eliminar span {
    font-size: 15px;
    margin-right: 6px
}

.orden-elemento .agregable-btn-eliminar:hover {
    box-shadow: none
}

.orden-elemento .agregable-btn-eliminar:not(:disabled):not(.disabled):active {
    color: #f55a4e !important;
    background: transparent;
    border-color: transparent
}

.placeholder-bg {
    animation: content-placeholder-animation 1s linear infinite;
    background: -moz-linear-gradient(left, rgba(15, 15, 15, 0) 0%, rgba(219, 219, 219, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(15, 15, 15, 0) 0%, rgba(219, 219, 219, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(15, 15, 15, 0) 0%, rgba(219, 219, 219, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000f0f0f", endColorstr="#00ffffff", GradientType=1);
    display: block;
    height: inherit;
    left: 0;
    position: absolute;
    top: 0;
    width: 70%
}

.placeholder-lista-item {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 15px
}

.placeholder-lista-item-m0 {
    margin-bottom: 0
}

.placeholder-lista-item-circulo, .placeholder-lista-item-imagen {
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ebebeb;
    overflow: hidden
}

.placeholder-lista-item-imagen {
    height: 40px;
    width: 40px
}

.placeholder-lista-item-texto {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 11px;
    border-radius: 5px;
    left: 7px;
    background: #ebebeb
}

.placeholder-lista-item-texto-largo {
    height: 35px
}

.placeholder-lista-item-textarea {
    align-items: flex-start
}

.placeholder-lista-item-columnas .placeholder-lista-item-texto {
    width: auto;
    min-width: 70px;
    margin-left: 15px
}

.placeholder-lista-item-columnas .placeholder-lista-item-texto-x2 {
    min-width: 90px
}

.placeholder-general-container-50 {
    margin: 50px 0
}

.placeholder-general-texto {
    display: block;
    font-size: 19px;
    margin-top: 25px;
    color: #999
}

.placeholder-general-absolute {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
    margin: 0;
    height: 100%;
    width: 100%
}

.placeholder-general img {
    max-width: 100%
}

@media (min-width: 992px) {
    .placeholder-general-absolute {
        position: absolute;
        padding: 0
    }
}

@media (min-width: 1200px) {
    .placeholder-lista-item-texto {
        width: calc(100% - 40px)
    }
}

@keyframes content-placeholder-animation {
    0% {
        transform: translateX(-50%)
    }
    100% {
        transform: translateX(300%)
    }
}

.preloader-container, .subpreloader-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .9);
    z-index: 9999
}

.preloader-container {
    padding-top: 350px;
    text-align: center
}

.preloader-container .load {
    margin: 0 auto;
    margin-bottom: 50px
}

.subpreloader-container {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center
}

.subpreloader-container {
    z-index: 1
}

.subpreloader-container.transparente {
    background: rgba(255, 255, 255, .5)
}

.load {
    position: relative;
    margin-bottom: 50px;
    width: 100px;
    height: 80px;
    z-index: 1
}

.gear {
    position: absolute;
    z-index: -10;
    width: 40px;
    height: 40px;
    animation: spin 5s infinite
}

.two {
    left: 40px;
    width: 80px;
    height: 80px;
    animation: spin-reverse 5s infinite
}

.three {
    top: 45px;
    left: -10px;
    width: 60px;
    height: 60px
}

@keyframes spin {
    50% {
        transform: rotate(360deg)
    }
}

@keyframes spin-reverse {
    50% {
        transform: rotate(-360deg)
    }
}

.lil-circle {
    position: absolute;
    border-radius: 50%;
    box-shadow: inset 0 0 10px 2px gray, 0 0 50px #fff;
    width: 100px;
    height: 100px;
    opacity: .65
}

.blur-circle {
    position: absolute;
    top: -19px;
    left: -19px
}

.placeholder-gear-text {
    color: #d3d3d3;
    font-size: 18px;
    text-align: center
}

.preloader-fixed {
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(255, 255, 255, .5)
}

@media (min-width: 992px) {
    .preloader-fixed {
        left: 260px
    }

    .sidebar-mini .preloader-fixed {
        left: 80px
    }
}

.preloader-sandbox-contenedor .placeholder-text {
    font-weight: 600;
    font-size: 21px;
    margin-top: 15px;
    color: #939393
}

.caja {
    box-shadow: -1px 3px 11px rgba(0, 0, 0, .075);
    border: 0
}

.caja-clickeable {
    cursor: pointer
}

.caja .card-body {
    padding: 0
}

.caja-nombre {
    text-align: center;
    font-size: 27px;
    font-weight: 600;
    color: #747474;
    margin: 0;
    padding: 35px 0
}

.caja-saldo-actual {
    background: #35cd84;
    color: #fff;
    padding: 5px 15px;
    font-weight: 700;
    font-size: 14px;
    box-shadow: -1px 0px 8px rgba(0, 0, 0, .3);
    border-radius: 5px;
    text-transform: uppercase
}

.caja-comedor {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
    padding: 15px 10px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px
}

.caja-comedor-imagen {
    border-radius: 50%;
    max-width: 50px;
    margin-bottom: 0;
    margin-right: 15px;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, .3)
}

.caja-comedor-imagen-contenedor {
    justify-content: center
}

.caja-comedor-nombre {
    font-size: 20px;
    font-weight: 400;
    color: #747474;
    margin-bottom: 0
}

.caja-acciones {
    text-align: center;
    border-top: 1px solid #eee
}

.caja-central {
    border: 2px solid #22bdd1
}

.caja-turno-estado {
    display: inline-block;
    padding: 3px 15px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    border: 0;
    box-shadow: -1px 0px 8px rgba(0, 0, 0, .3);
    color: #fff
}

.caja-turno-estado-cerrado {
    background: #ff4d4d
}

.caja-turno-estado-abierto {
    background: #35cd84
}

.caja-turno-estado-central {
    background: #22bdd1
}

.caja.caja-mini .caja-comedor {
    display: block;
    padding: 10px 5px;
    text-align: center
}

.caja.caja-mini .caja-comedor-imagen {
    margin-right: 0;
    margin-bottom: 3px
}

.caja.caja-mini .caja-comedor-nombre {
    font-size: 13px;
    font-weight: 600
}

.caja.caja-mini .caja-nombre {
    display: block;
    font-size: 22px;
    padding: 20px 0
}

.caja.caja-mini .caja-saldo {
    display: block;
    margin-left: 0;
    font-size: 14px;
    margin-top: 7px
}

.caja.caja-mini .caja-turno-estado {
    font-size: 13px
}

.caja-placeholder {
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    border: 1px solid rgba(0, 0, 0, .08);
    max-width: 186px;
    height: 190px
}

.caja-placeholder-comedor {
    background: #f4f4f4;
    padding: 13px 5px
}

.caja-placeholder-comedor-imagen {
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    width: 50px;
    height: 50px
}

.caja-placeholder-comedor-nombre {
    display: block;
    left: 0;
    margin: 0 auto;
    width: calc(100% - 60px)
}

.caja-placeholder-cuerpo {
    text-align: center;
    padding: 20px 0
}

.caja-placeholder-nombre {
    left: 0
}

.caja-placeholder-saldo {
    width: calc(100% - 70px);
    left: 0
}

.caja-mini-contenedor {
    max-width: 186px
}

.caja-mini-contenedor .caja {
    margin: 0
}

#plato-modal .modal-title {
    color: #686767
}

#plato-modal .modal-body {
    position: relative
}

#plato-modal .plato-imagen {
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, .2)
}

#plato-modal .plato-tabla-nutricional {
    border-right: 1px solid #efefef
}

#plato-modal .plato-modal-cargando {
    min-height: 400px;
    background: #fff
}

#plato-modal .plato-ingredientes-lista {
    padding-left: 0;
    list-style: none
}

#plato-modal .plato-ingredientes-lista > li {
    padding: 5px
}

#plato-modal .plato-ingredientes-lista > li::before {
    display: inline-block;
    content: "";
    font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
    margin-right: 5px;
    color: #c7c4c4;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #f2f2f2;
    font-size: 12px;
    border-radius: 50%
}

.plato-info-cabecera {
    text-align: center;
    background: #f8f8f8;
    padding: 21px;
    border-radius: 4px
}

.plato-info-imagen {
    max-width: 120px;
    border-radius: 50%
}

.plato-info-titulo {
    font-size: 26px;
    margin: 15px 0;
    font-weight: 700;
    color: #444
}

.plato-info-categoria {
    display: inline-block;
    margin-right: 5px;
    padding: 3px 8px;
    background: #e8e8e8;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    color: #717171;
    letter-spacing: .5px
}

.plato-info-placeholder {
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    font-size: 65px;
    border-radius: 50%;
    background: #eeee;
    color: #9e9e9e
}

.plato-info-receta-box {
    border: 2px solid #eee;
    border-radius: 4px;
    margin-bottom: 10px
}

.plato-info-receta-titulo {
    padding: 15px 10px;
    margin: 0;
    background: #eee
}

.plato-info-receta-renglon {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee
}

.plato-info-receta-renglon span {
    flex: 1
}

.plato-info-receta-renglon-cantidad {
    font-weight: 500;
    color: #545454
}

.plato-info-receta-proceso-elaboracion {
    font-size: 15px;
    letter-spacing: .5px;
    font-weight: 400
}

@media (min-width: 768px) {
    #plato-modal .modal-dialog {
        max-width: 750px
    }

    .plato-info-cabecera {
        display: flex;
        align-items: center;
        text-align: left
    }

    .plato-info-cabecera-izquierda {
        margin-right: 30px
    }

    .plato-info-titulo {
        font-size: 32px;
        margin-top: 0;
        margin-bottom: 8px
    }
}

.alerta-indicador {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    border-radius: 5px;
    background: #fff;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #fa4d4d
}

.alerta-indicador-pulsante {
    animation: radioactive 2.5s linear infinite
}

.alerta-indicador-contenedor {
    display: inline-block
}

.alerta-indicador-contenedor b {
    font-size: 11px;
    text-transform: uppercase;
    color: #565656
}

@keyframes radioactive {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, .4);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, .4)
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
        box-shadow: 0 0 0 10px rgba(255, 0, 0, 0)
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0)
    }
}

.card-listado .table thead {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: rgba(202, 206, 254, .3);
    color: #4f4f4f
}

.card-listado .table thead tr th:first-child {
    border-top-left-radius: 6px
}

.card-listado .table thead tr th:last-child {
    border-top-right-radius: 6px
}

.card-listado .table thead th {
    background-color: transparent;
    border-top: 0
}

.card-listado .table-hover tbody tr:hover {
    background-color: #f4f5ff
}

.card-listado .table.table-con-borde td, .card-listado .table.table-con-borde th {
    border-right: 1px solid #efefef;
    border-left: 1px solid #efefef
}

.card-listado .itemPerPage.form-control {
    min-width: 100px
}

.ticket-iframe {
    display: none;
    min-height: 585px;
    width: 100%;
    border: 0
}

.ticket-iframe-fondo {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999
}

.ticket-iframe-fondo-visible {
    display: flex
}

.ticket-iframe-contenedor {
    position: relative;
    padding: 15px;
    min-height: 521px;
    min-width: 335px;
    background: url(../img/loading.gif) center center no-repeat;
    background-color: #fff;
    border-radius: 6px
}

.ticket-iframe-cerrar {
    position: absolute;
    right: 28px;
    top: 26px;
    background: #fff;
    border: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: red;
    cursor: pointer;
    font-size: 22px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .5)
}

.paginador {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px
}

.paginador > span {
    display: inline-block;
    margin: 0 10px;
    font-weight: 500;
    color: #727272
}

.paginador > button {
    border-radius: 50%;
    cursor: pointer;
    border: 0;
    width: 32px;
    height: 32px;
    font-size: 21px;
    color: #706e6e
}

.paginador > button:disabled {
    cursor: default;
    opacity: .5
}

.paginador > button:hover {
    background: #d1d1d1
}

.paginador-total {
    font-size: 14px;
    font-weight: 500;
    color: #727272
}

.paginador-contenedor {
    display: block;
    text-align: center;
    align-items: center;
    justify-content: space-between
}

@media (min-width: 768px) {
    .paginador {
        justify-content: stretch;
        margin-top: 0
    }

    .paginador-contenedor {
        text-align: left;
        display: flex
    }
}

.listaDoble-panel .panel-body {
    padding-right: 0
}

.listaDoble-panel ul {
    position: relative;
    height: 190px !important;
    padding-right: 15px
}

.comensal-cabecera {
    display: flex;
    flex-flow: column;
    text-align: center;
    align-items: center;
    background: #f4f4f4;
    padding: 20px;
    border-bottom: 1px solid #eee
}

.comensal-cabecera-imagen {
    max-width: 110px;
    border-radius: 50%;
    margin-bottom: 10px;
    background: #f5f5f5
}

.comensal-cabecera-nombre {
    font-size: 21px;
    color: #626262
}

.comensal-cabecera-nombre .input-activable {
    display: inline-block;
    width: auto;
    background: #f4f4f4;
    font-weight: 500;
    color: #626262;
    padding: 0
}

.comensal-cabecera-nombre .input-activable:first-child {
    text-align: right
}

.comensal-cabecera-nombre .input-activable::placeholder {
    color: #d4d4d4
}

.comensal-cabecera-categoria {
    font-size: 17px;
    color: #6e6e6e;
    margin: 0
}

.comensal-cuerpo {
    margin-top: 10px;
    padding: 20px
}

.comensal-dato {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #646464;
    margin-bottom: 15px;
    font-weight: 600
}

.comensal-dato .label-chico {
    min-width: 145px;
    margin: 0;
    font-size: 14px
}

.comensal-dato span, .comensal-dato input {
    flex: 2;
    font-weight: 400;
    padding: 5px 7.5px;
    font-size: 14px;
    color: #454545
}

.comensal-dato .buscador-select {
    padding: 5px;
    border-radius: 5px;
    background: #f9f9f9;
    border: 0;
    color: #454545;
    cursor: pointer
}

.comensal-dato .buscador-select:hover {
    background: #f5f5f5
}

.comensal-dato.comensal-dato-success .icono-linea, .comensal-dato.comensal-dato-success .label-chico, .comensal-dato.comensal-dato-success span {
    font-weight: 700;
    color: #54c570
}

.comensal-acciones {
    position: absolute;
    right: 6px;
    top: 6px
}

.comensal-limpiar {
    background: transparent;
    border: none;
    font-size: 24px;
    color: #d9d9d9;
    cursor: pointer
}

.comensal-limpiar:hover {
    color: #ff4e4e
}

.comensal-buscando {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .7)
}

.comensal-buscando span {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #939393;
    position: absolute
}

.comensal-buscando img {
    max-width: 300px
}

.comensal-no-encontrado {
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    background: #fff;
    padding: 30px 0;
    font-size: 17px;
    font-weight: 500;
    color: #8a8a89
}

.comensal-no-encontrado img {
    display: block;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    max-width: 100%;
    max-height: 135px;
    opacity: .7
}

.comensal-formulario form button[type=submit] {
    display: none
}

.comensal-formulario form .form-group:first-child {
    margin-top: 10px
}

.comensal-busqueda-tipo {
    display: inline-block;
    position: relative;
    border: solid 3px #adb1ff;
    border-radius: 55px;
    overflow: hidden
}

.comensal-busqueda-tipo > div {
    display: inline-block;
    float: left
}

.comensal-busqueda-tipo input[type=radio] {
    display: none
}

.comensal-busqueda-tipo input[type=radio]:checked ~ label {
    background: #adb1ff;
    opacity: 1;
    color: #fff
}

.comensal-busqueda-tipo label {
    display: inline-block;
    min-width: 75px;
    padding: 7px;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    color: #adb1ff;
    cursor: pointer;
    transition: all ease-in-out .2s;
    opacity: .5
}

.comensal-busqueda-tipo-contenedor {
    text-align: center;
    margin-bottom: 10px
}

.comensal-leyenda {
    font-size: 10px;
    color: #8b8b8b;
    margin-left: 10px;
    background: #e9e6e6;
    padding: 3px 11px;
    color: #919191;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 500
}

.comensal-leyenda-vigente {
    position: absolute;
    top: 25px;
    font-size: 11px;
    left: 30px;
    margin: 0;
    z-index: 5;
    background: #adb1ff;
    padding: 1px 7px;
    color: #fff;
    font-weight: 600
}

.comensal-placeholder-imagen {
    width: 110px;
    height: 110px
}

.comensal-placeholder-datos {
    width: 190px;
    margin-top: 10px
}

.comensal-placeholder-nombre {
    width: 100%;
    height: 12px;
    left: 0
}

.comensal-placeholder-categoria {
    width: 70%;
    left: 0;
    top: 5px
}

.comensal-placeholder-dato {
    display: block;
    left: 0;
    margin-bottom: 18px
}

.comensal-cuerpo .comensal-placeholder-dato:nth-child(1) {
    width: 73%
}

.comensal-cuerpo .comensal-placeholder-dato:nth-child(2) {
    width: 66%
}

.comensal-cuerpo .comensal-placeholder-dato:nth-child(3) {
    width: 59%
}

.comensal-cuerpo .comensal-placeholder-dato:nth-child(4) {
    width: 52%
}

.comensal-cuerpo .comensal-placeholder-dato:nth-child(5) {
    width: 45%
}

.comensal-cuerpo .comensal-placeholder-dato:nth-child(6) {
    width: 38%
}

.comensal-cuerpo .comensal-placeholder-dato:nth-child(7) {
    width: 31%
}

.grow {
    transition: all .2s ease-in-out
}

.grow:hover {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .2)
}

.cajas-gestion-header-volver {
    background: transparent;
    border: 0;
    cursor: pointer;
    color: #ffa0a0
}

.cajas-gestion-header-volver:hover {
    color: #fa8383
}

.cajas-gestion-cuenta-corriente-boton {
    background: #96ebbd;
    border: 2px solid #96ebbd;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    margin-left: 10px;
    cursor: pointer
}

.cajas-gestion-cuenta-corriente-boton:hover {
    border-color: #8de1b3;
    background: #8de1b3
}

.cajas-gestion-title-saldo {
    color: #35cd84;
    font-size: 18px
}

.cajas-gestion-title-saldo span {
    font-weight: 600
}

.caja-gestion-resumen {
    position: fixed;
    background: #fff;
    height: calc(100% - 260px);
    width: 260px;
    right: 30px;
    border-radius: 6px;
    z-index: 0
}

.caja-gestion-resumen-header {
    padding: 12px;
    border-bottom: 1px solid #eee
}

.caja-gestion-resumen-title {
    font-size: 17px;
    color: #8d8d8d;
    margin: 0
}

.caja-gestion-resumen-body {
    padding: 12px
}

.caja-gestion-resumen-dato {
    font-size: 15px
}

.caja-gestion-resumen-dato-label {
    display: inline-block;
    width: 75px
}

.caja-gestion-operaciones-operacion {
    cursor: pointer
}

.caja-gestion-operaciones-operacion-nombre {
    font-size: 19px;
    font-weight: 600;
    color: #8d8d8d
}

.caja-gestion-operaciones-operacion-icono {
    display: inline-block;
    font-size: 34px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 36px;
    margin-bottom: 12px;
    color: #fcb096
}

.caja-gestion-label {
    font-size: 16px;
    color: #bcbcbc
}

.caja-operacion .card-title {
    color: #797979
}

.caja-gestion-suboperacion-boton {
    width: 100%;
    max-width: 435px;
    min-height: 155px;
    font-size: 32px;
    border-radius: 8px;
    text-transform: uppercase;
    box-shadow: 1px 3px 9px rgba(0, 0, 0, .1);
    background: #fff;
    color: #39aab6;
    border: 0px solid #ccc;
    margin-top: 20px;
    cursor: pointer;
    font-weight: 700
}

.caja-operacion-cabecera {
    text-align: center
}

.caja-operacion-titulo {
    display: inline-block;
    background: #fff;
    text-align: center;
    padding: 10px 100px;
    color: #9b9b9b;
    font-size: 19px;
    margin: 0 auto;
    margin-bottom: 15px
}

.caja-carga-credito-form {
    text-align: center;
    padding: 60px 0
}

.caja-carga-credito-form h3 {
    font-size: 25px;
    color: #707070;
    margin-bottom: 15px
}

.caja-carga-credito-form .buscador {
    max-width: 50%;
    margin: 0 auto
}

.caja-carga-credito-comensal {
    position: relative
}

.caja-carga-credito-comensal-credito {
    position: absolute;
    top: 15px;
    z-index: 5;
    left: 15px;
    font-weight: 500;
    font-size: 20px;
    background: #96ebbd;
    padding: 3px 9px;
    color: #fff;
    border-radius: 5px
}

.caja-carga-credito-buscador {
    transform: translateX(0);
    transition: transform .3s ease
}

.caja-carga-credito-buscador.caja-carga-credito-buscador-vacio {
    transform: translateX(50%);
    z-index: 1
}

.swal2-popup .swal2-title {
    font-size: 19px
}

.carga-credito-ticket-iframe, .cobro-cc-ticket-iframe {
    min-height: 0
}

.carga-credito-ticket-iframe-contenedor, .cobro-cc-ticket-iframe-contenedor {
    min-height: 253px;
    max-height: 95vh;
    overflow: auto
}

.caja-carga-credito-disabled {
    background: #f3f3f3
}

.caja-carga-credito-cancelada {
    color: #ff6060;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700
}

.caja-carga-credito-cancelar-error-titulo {
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
    font-weight: 500;
    margin-bottom: 15px
}

.caja-carga-credito-cancelar-error-texto {
    text-align: left;
    font-size: 14px;
    margin-bottom: 8px
}

.caja-carga-credito-cancelar-error-tabla {
    font-size: 14px;
    text-align: left;
    border: 1px solid #efefef
}

.caja-carga-credito-cancelar-error-tabla-reservas {
    font-size: 13px
}

.caja-carga-credito-cancelar-error-tabla-saldos {
    margin: 0;
    border: 2px dashed #efefef;
    margin-top: 30px
}

.caja-carga-credito-cancelar-error-tabla-saldos td {
    border: 0
}

.caja-carga-credito-cancelar-error-tabla-saldos tbody tr:first-child td {
    border-bottom: 1px solid #efefef
}

#caja-movimiento-manual .label-chico {
    display: block;
    font-size: 14px
}

.caja-movimiento-manual-select > .dropdown-toggle, .venta-mostrador-venta-estado-select > .dropdown-toggle {
    display: none
}

.caja-movimiento-manual-select .bootstrap-select > .dropdown-toggle, .venta-mostrador-venta-estado-select .bootstrap-select > .dropdown-toggle {
    display: block
}

.caja-deposito-turno-caja {
    font-weight: 700;
    color: #746e6e
}

.caja-deposito-turno-apertura {
    color: #44c085
}

.caja-deposito-turno-cierre {
    color: #e74545
}

.caja-deposito-turno-saldo {
    font-weight: 700;
    color: #2e2e2e
}

.caja-deposito-turno-tabla-contenedor {
    max-height: 420px
}

.caja-deposito-turno-depositado {
    opacity: .4
}

.caja-venta-mostrador-servicio {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 18px;
    margin: 15px 0;
    background: #f4f4f4;
    border-radius: 6px;
    box-shadow: 0px 1px 17px rgba(0, 0, 0, .15)
}

.caja-venta-mostrador-servicio-tipo {
    display: flex;
    align-items: center;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #3d3d3d
}

.caja-venta-mostrador-servicio-para-llevar {
    display: inline-block;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 700;
    background: #60d18d;
    color: #fff;
    padding: 0 6px;
    border-radius: 4px;
    margin-left: 8px
}

.caja-venta-mostrador-servicio-mensaje-cupos {
    display: inline-block;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 700;
    background: #d16060;
    color: #fff;
    padding: 0 6px;
    border-radius: 4px;
    margin-left: 8px
}

.caja-venta-mostrador-servicio-hora {
    font-size: 15px;
    color: #9b9696;
    margin: 0
}

.caja-venta-mostrador-servicio-accion-preferencia {
    position: relative;
    border: 2px solid;
    border-color: #5fe169;
    max-width: 160px;
    min-width: 160px;
    padding: 26px 15px 10px 15px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 13px;
    margin: 0 7px;
    background: rgba(95, 225, 105, .1);
    cursor: pointer;
    color: #3f3f3f
}

.caja-venta-mostrador-servicio-accion-preferencia:hover {
    background: rgba(95, 225, 105, .25)
}

.caja-venta-mostrador-servicio-accion-preferencia.apagar {
    filter: grayscale(100%);
    border-style: dashed
}

.caja-venta-mostrador-servicio-accion-preferencia.apagar:focus {
    filter: none;
    border-style: solid
}

.caja-venta-mostrador-servicio-preferencia {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0px;
    left: 0;
    color: #fff;
    padding: 0 5px;
    background: rgba(95, 225, 105, .76)
}

.caja-venta-mostrador-servicio-acciones {
    display: flex
}

.caja-venta-mostrador-servicio-acciones .caja-venta-mostrador-servicio-accion-preferencia:first-child {
    background: rgba(83, 186, 225, .1);
    border-color: #53bae1
}

.caja-venta-mostrador-servicio-acciones .caja-venta-mostrador-servicio-accion-preferencia:first-child:hover {
    background: rgba(83, 186, 225, .25)
}

.caja-venta-mostrador-servicio-acciones .caja-venta-mostrador-servicio-accion-preferencia:first-child .caja-venta-mostrador-servicio-preferencia {
    background: rgba(83, 186, 225, .76)
}

.caja-venta-mostrador-servicio-acciones .caja-venta-mostrador-servicio-accion-preferencia:last-child {
    background: rgba(225, 188, 83, .1);
    border-color: #e1bc53
}

.caja-venta-mostrador-servicio-acciones .caja-venta-mostrador-servicio-accion-preferencia:last-child:hover {
    background: rgba(225, 188, 83, .25)
}

.caja-venta-mostrador-servicio-acciones .caja-venta-mostrador-servicio-accion-preferencia:last-child .caja-venta-mostrador-servicio-preferencia {
    background: rgba(225, 188, 83, .76)
}

.caja-venta-mostrador-servicio-disabled {
    opacity: .5;
    cursor: not-allowed
}

.caja-venta-mostrador-servicio-disabled .caja-venta-mostrador-servicio-acciones .caja-venta-mostrador-servicio-accion-preferencia {
    background: transparent !important;
    border: #eee !important;
    cursor: not-allowed
}

.caja-venta-mostrador-servicio-disabled .caja-venta-mostrador-servicio-acciones .caja-venta-mostrador-servicio-accion-preferencia:hover {
    background: transparent !important
}

.caja-venta-mostrador-servicio-disabled .caja-venta-mostrador-servicio-acciones .caja-venta-mostrador-servicio-preferencia {
    background: #eee !important;
    color: #3d3d3d
}

.caja-venta-mostrador-servicio-destacado .caja-venta-mostrador-servicio {
    border: 3px solid #67ffc7
}

.caja-venta-mostrador-servicio-placeholder .caja-venta-mostrador-servicio-info {
    min-width: 220px
}

.caja-venta-mostrador-servicio-placeholder .caja-venta-mostrador-servicio-acciones {
    min-width: 520px
}

.caja-venta-mostrador-servicio-placeholder .placeholder-lista-item-texto {
    left: 0
}

.caja-venta-mostrador-servicio-placeholder-hora {
    width: calc(100% - 80px)
}

.caja-venta-mostrador-servicio-placeholder-accion-preferencia {
    margin: 0 7px;
    min-height: 82px
}

.caja-venta-mostrador-servicio-placeholder-accion-preferencia .placeholder-bg {
    height: 100%
}

.cc-saldo-actual-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.cc-saldo-actual-card-header-botones button {
    background: #006187;
    border-color: #006187;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    margin-left: 10px;
    cursor: pointer;
    padding: 6px
}

.cc-saldo-actual-card-header-botones button:hover {
    background: #006187B3
}

.comedor-servicio-estado {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 3px 9px;
    border-radius: 4px;
    min-width: 63px
}

.comedor-servicio-estado-vigente {
    background: #3cb03c
}

.comedor-servicio-estado-futuro {
    background: #3c85b0
}

.comedor-servicio-estado-vencido {
    background: #c7c7c7
}

.comedor-servicio-llevar-label {
    display: inline-block;
    padding: 1px 6px;
    background: #60d18d;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    margin-left: 10px
}

.comedor-servicio-llevar-label > .zmdi {
    font-size: 15px;
    margin-right: 2px;
    position: relative;
    top: 1px
}

.turnos-gestionar-servicio {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    background: #fff;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 5px;
    margin-bottom: 5px;
    color: #9f9f9f;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, .2)
}

.turnos-gestionar-servicio-alerta {
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    background: #f55a4e;
    color: #fff;
    margin-top: 10px;
    border-radius: 3px;
    padding: 3px 5px
}

.turnos-gestionar-servicio-alerta > a {
    text-decoration: underline;
    color: #fff
}

.turno-accion-titulo {
    font-size: 19px;
    text-align: left;
    font-weight: 600;
    color: #595959
}

.turno-accion-subtitulo {
    font-size: 15px;
    margin: 20px 0;
    font-weight: 500;
    text-align: left
}

.turno-accion-tabla {
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px
}

.turno-accion-tabla-titulo {
    font-size: 16px;
    border-bottom: 0
}

.turno-accion-motivo {
    text-align: left
}

.turnos-gestionar-clonar {
    margin: 0
}

.turnos-gestionar-clonar-fondo {
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    top: 68px;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 50px;
    background: rgba(255, 255, 255, .6)
}

.turnos-gestionar-clonar-servicios {
    max-height: calc(100vh - 240px);
    overflow: hidden;
    overflow-y: visible
}

.turnos-gestionar-clonar-servicio {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    margin: 0 15px 10px 15px;
    border-radius: 6px;
    background: #eee
}

.turnos-gestionar-clonar-servicio-nombre {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    color: #4f4f4f;
    margin-right: 25px
}

.turnos-gestionar-clonar-cerrar {
    color: #f22121;
    background: none;
    border: 0;
    font-size: 21px;
    border-radius: 50%
}

.turno-accion-modificado-turno {
    box-shadow: 0px 4px 9px rgba(0, 0, 0, .15);
    border-radius: 5px;
    margin-bottom: 15px
}

.turno-accion-modificado-turno-fecha {
    font-size: 15px;
    padding: 12px 10px;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #eee
}

.turno-accion-modificado-turno-platos {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 7px 10px
}

.turno-accion-modificado-turno-platos span.viejo {
    flex: 1;
    text-align: left;
    color: #ff6a6a
}

.turno-accion-modificado-turno-platos .zmdi {
    margin: 0 12px;
    font-size: 18px;
    color: #87adbd
}

.turno-accion-modificado-turno-platos span.nuevo {
    flex: 1;
    text-align: left;
    color: #2fb75f
}

.turno-accion-modificado-turno-vacio {
    text-align: left;
    padding: 7px 10px;
    margin: 0;
    font-size: 15px;
    color: #9c9c9c;
    border-top: 1px solid #eee
}

.turno-accion-modificado-turno .turno-accion-tabla {
    margin: 0
}

.turno-accion-modificado-turno .turno-accion-tabla thead th {
    border-bottom: 0;
    border-top: 2px solid #eee
}

.turnos-gestionar-listado {
    background: transparent;
    border: 0;
    cursor: pointer;
    margin-right: 5px;
    color: #ffa0a0
}

.turnos-gestionar-listado:hover {
    color: #fa8383
}

@media (min-width: 992px) {
    .turnos-gestionar-clonar-fondo {
        left: 260px
    }

    .sidebar-mini .turnos-gestionar-clonar-fondo {
        left: 80px
    }
}

.reservar-servicio {
    position: relative;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
    cursor: pointer;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .2);
    background: #eee
}

.reservar-servicio-icono {
    display: none;
    position: absolute;
    font-size: 25px;
    right: 10px;
    top: 10px;
    color: #72db95
}

.reservar-servicio-horario {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #444
}

.reservar-servicio-horario > div {
    position: relative;
    top: 2px
}

.reservar-servicio-dias {
    margin-left: 10px
}

.reservar-servicio-dias-dia {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    background: #ddd;
    font-weight: 600;
    color: #898989;
    padding: 0px 5px;
    border-radius: 4px;
    margin-right: 2px
}

.reservar-servicio-fechas {
    font-size: 13px;
    color: #a6a6a6;
    margin-top: 5px;
    text-align: right
}

.reservar-servicio-tipo-nombre {
    font-size: 18px;
    border-radius: 3px;
    margin-bottom: 15px;
    background: #a2baff;
    padding: 7px 15px;
    color: #fff
}

.reservar-servicio:hover .reservar-servicio-icono {
    display: block
}

.reservar-servicio .comedor-servicio-llevar-label {
    margin-left: 0px;
    margin-top: 7px
}

.reservar-comedor {
    width: 100%;
    text-align: center;
    cursor: pointer
}

.reservar-comedor-nombre {
    font-size: 22px;
    color: #646464;
    margin-bottom: 0;
    border-radius: 3px
}

.reservar-comedor-imagen {
    border-radius: 50%;
    max-width: 86px;
    margin-bottom: 20px
}

.reservar-comedor-icono {
    font-size: 34px;
    width: 82px;
    height: 82px;
    line-height: 82px;
    color: #626262;
    display: inline-block;
    background: #eeee;
    border-radius: 50%;
    margin-bottom: 20px
}

.reserva-confirmacion-titulo {
    font-size: 19px;
    text-align: left;
    font-weight: 600;
    color: #595959
}

.reserva-confirmacion-tabla {
    text-align: left;
    font-size: 15px
}

.calendario-dia-reservado .calendario-dia-cabecera {
    background: #9bb7f6
}

.reserva-sin-turnos-mensaje {
    text-align: center;
    padding: 20px 0;
    font-weight: 500;
    color: #ff9b9b;
    font-size: 16px
}

#reservar .seccion-custom-header-title {
    position: relative
}

#reservar .calendario-mes-control {
    position: absolute;
    left: 0;
    right: 0;
    justify-content: center;
    top: 63px
}

#reservar .calendario-mes-control-boton {
    width: 30px;
    font-size: 28px;
    background: #fff
}

#reservar .calendario-mes-control-mes {
    background: #fff;
    font-size: 17px
}

.reserva-calendario-card .preloader-container {
    background: rgba(255, 255, 255, .7)
}

.reserva-calendario-card .placeholder-gear-text, #reservar .placeholder-gear-text {
    color: #aaa;
    font-size: 19px;
    text-align: center;
    display: inline-block;
    margin-top: 12px;
    background: rgba(246, 245, 245, .9);
    padding: 12px 25px;
    border-radius: 6px
}

.reserva-resumen-dato {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.reserva-resumen-datos {
    transition: all .2s ease;
    opacity: 1
}

.reserva-resumen-datos-oculto {
    opacity: 0;
    overflow: hidden;
    height: 0;
    padding: 10px
}

.reserva-resumen-icono {
    display: inline-block;
    text-align: center;
    height: 32px;
    width: 32px;
    line-height: 32px;
    background: #e1e1e1;
    border-radius: 50%;
    font-size: 19px;
    color: #434242
}

.reserva-resumen-valor {
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    padding: 0px 15px;
    color: #454545
}

.reserva-resumen-card {
    margin-top: 53px
}

.reserva-resumen-card .card-header {
    display: flex
}

.reserva-resumen-toggle {
    font-size: 21px;
    background: transparent;
    border: 0;
    color: #838282;
    cursor: pointer
}

@media (min-width: 992px) {
    .reserva-sin-turnos-mensaje {
        display: none
    }

    #reservar .calendario-mes-control {
        position: static;
        justify-content: flex-start
    }

    #reservar .calendario-mes-control-boton {
        width: 23px;
        font-size: 20px;
        background: #eee
    }

    #reservar .calendario-mes-control-mes {
        background: #f2f2f2;
        font-size: 15px
    }

    .reservar-ticket-iframe-fondo {
        left: 260px
    }

    .sidebar-mini .reservar-ticket-iframe-fondo {
        left: 80px
    }

    .reserva-resumen-card {
        margin-top: 10px
    }
}

.mis-reservas-estado {
    display: inline-block;
    padding: 0;
    min-width: 82px;
    text-align: center;
    line-height: 19px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    border-radius: 4px
}

.mis-reservas-estado-activa {
    background: #3cb03c
}

.mis-reservas-estado-cancelada {
    background: #ff3636
}

.mis-reservas-estado-entrega {
    padding: 1px 10px;
    border-radius: 4px;
    font-size: 13px;
    min-width: 98px;
    display: inline-block;
    font-weight: 600
}

.mis-reservas-estado-entrega-pendiente {
    background: #e9e9e9
}

.mis-reservas-estado-entrega-entregada {
    color: #fff;
    background: #3cb03c
}

.mis-reservas-tabla tbody {
    color: #4d4d4d
}

.mis-reservas-tabla .btn-border {
    margin: 5px 0
}

.mis-reservas-separador {
    height: 1px;
    border: 1px dashed #c5c5c5;
    margin-bottom: 25px;
    margin-top: 5px
}

@media (min-width: 992px) {
    .mis-reservas-tabla .btn-border {
        margin: 0 8px
    }
}

.reservas-servicio-item-datos {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.reservas-servicio-item-dato {
    position: relative;
    text-align: center
}

.reservas-servicio-item-dato-fecha {
    position: absolute;
    bottom: -4px;
    right: 0;
    left: 0;
    z-index: 1;
    font-size: 13px;
    font-weight: 400;
    color: #989797;
    margin: 0;
    font-weight: 500;
    text-align: center
}

.reservas-servicio-item-dato-total {
    color: #3c95b0
}

.reservas-servicio-item-dato-pendiente {
    color: #868686
}

.reservas-servicio-item-dato-entregado {
    color: #3cb060
}

.reservas-servicio-item-dato-vencido {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 11px;
    color: #909090
}

.reservas-servicio-item-dato-clasico {
    color: #708188
}

.reservas-servicio-item-dato-vegetariano {
    color: #68b568
}

.reservas-servicio-item-dato-celiaco {
    color: #bfbf67
}

.reservas-servicio-item-dato-icono {
    font-size: 21px
}

.reservas-servicio-item-dato-valor {
    font-size: 24px;
    font-weight: 600;
    margin-left: 10px
}

.reservas-servicio-item-dato-nombre {
    margin-top: 5px;
    font-size: 18px;
    margin-bottom: 0
}

.reservas-servicio-carrusel .owl-nav {
    text-align: left;
    padding-left: 20px;
    margin-bottom: 10px
}

.reservas-servicio-carrusel .owl-nav .owl-prev, .reservas-servicio-carrusel .owl-nav .owl-next {
    width: 24px;
    height: 24px;
    margin: 0;
    font-size: 24px !important;
    color: #3f3f3f
}

.reservas-servicio-carrusel .owl-nav .owl-prev:hover, .reservas-servicio-carrusel .owl-nav .owl-next:hover {
    background: #eee;
    color: #3f3f3f
}

.reservas-servicio-carrusel .owl-nav .owl-prev {
    margin-right: 10px
}

.reservas-servicio-tabla-fila-clasico {
    background: rgba(112, 129, 136, .15)
}

.reservas-servicio-tabla-fila-vegetariano {
    background: rgba(104, 181, 104, .15)
}

.reservas-servicio-tabla-fila-celiaco {
    background: rgba(191, 191, 103, .15)
}

.reservas-servicio-tabla-contenedor {
    max-height: 450px
}

.reservas-servicio-tabla th {
    cursor: pointer
}

.reservas-servicio-tabla th::after {
    float: right
}

@media (min-width: 1460px) {
    .reservas-servicio-tabla-contenedor {
        overflow-x: hidden
    }

    .reservas-servicio-item-dato-icono {
        font-size: 42px
    }

    .reservas-servicio-item-dato-valor {
        font-size: 52px
    }

    .reservas-servicio-item-dato-nombre {
        font-size: 22px
    }

    .reservas-servicio-item-dato-fecha {
        position: absolute;
        bottom: 16px;
        left: auto;
        right: 20px;
        font-size: 14px
    }

    .reservas-servicio-fila .reservas-servicio-col-fecha, .reservas-servicio-fila .reservas-servicio-col-grafico {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .reservas-servicio-fila .reservas-servicio-col-fecha > .card .card-body, .reservas-servicio-fila .reservas-servicio-col-grafico > .card .card-body {
        min-height: 215px;
        max-height: 215px
    }

    .reservas-servicio-fila .reservas-servicio-col-fecha > .card .card-body {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .reservas-servicio-item-dato-icono {
        font-size: 36px
    }

    .reservas-servicio-item-dato-valor {
        font-size: 42px
    }

    .reservas-servicio-item-dato-nombre {
        font-size: 21px
    }

    .reservas-servicio-item-datos {
        width: 100%
    }

    .reservas-servicio-carrusel .owl-nav {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%
    }
}

.novedades-pagination {
    display: block;
    text-align: right;
    padding: 13px 20px;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 15px
}

#portada-novedades .novedad-2 .novedad-2-meta {
    display: none
}

#portada-novedades .novedad-2-contenido {
    margin-bottom: 35px
}

#portada-novedades .novedad-2-meta {
    position: absolute;
    bottom: 45px;
    width: 100%;
    padding: 0 55px
}

.inicio-card-deck {
    flex-flow: column;
    -ms-flex-flow: column;
    margin-bottom: 20px
}

.inicio-card-deck > .card:nth-child(2)::before {
    content: "";
    clear: left
}

@media (min-width: 992px) {
    .inicio-card-deck {
        flex-flow: row wrap;
        -ms-flex-flow: row wrap
    }
}

.inicio-card {
    padding-bottom: 30px;
    justify-content: center
}

.inicio-card .card-header-con-actions {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.inicio-carrusel-contador {
    font-size: 11px;
    text-align: left;
    text-transform: uppercase;
    padding: 0 20px 10px 20px;
    font-weight: 600;
    color: #7e7e7e
}

.inicio-card .owl-nav {
    margin: 0
}

.inicio-card .owl-nav [class*=owl-] {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 0;
    height: 100%;
    margin: 0;
    font-size: 26px !important;
    width: 35px;
    text-align: center;
    color: #999 !important
}

.inicio-card .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #333 !important
}

.inicio-card .owl-nav [class*=owl-].disabled, .inicio-card .owl-nav [class*=owl-].disabled:hover {
    opacity: .2
}

.inicio-card .owl-nav [class*=owl-].owl-next {
    right: 0
}

.inicio-label-tipo {
    display: inline-block;
    padding: 0px 14px;
    max-height: 19px;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    line-height: 19px;
    border-radius: 8px
}

.inicio-tipo-se {
    background: #51a6fe
}

.inicio-tipo-mp {
    background: #46c09e
}

.inicio-elementos-listado {
    max-height: 380px;
    padding: 5px;
    padding-top: 0;
    overflow: auto
}

.inicio-elementos-listado::-webkit-scrollbar {
    width: 8px
}

.inicio-elementos-listado::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f1f1f1
}

.inicio-elementos-listado::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #dfdfdf
}

.inicio-elementos-listado::-webkit-scrollbar-thumb:hover {
    background: #bbb
}

@media (min-width: 992px) {
    .inicio-card {
        min-height: 460px;
        max-height: 460px;
        padding-bottom: 0
    }
}

.inicio-acciones-toggle {
    background: none;
    border: 0;
    cursor: pointer;
    font-size: 22px;
    padding: 0px 10px;
    color: #999
}

.inicio-acciones-toggle:hover {
    color: #006187
}

.inicio-acciones a.inicio-acciones-menu-opcion {
    display: flex;
    align-items: center;
    color: #494949;
    padding: 7px 15px;
    margin: 0
}

.inicio-acciones a.inicio-acciones-menu-opcion i {
    font-size: 18px;
    margin-right: 8px
}

.inicio-acciones a.inicio-acciones-menu-opcion:hover {
    background: #ececec !important;
    color: #494949 !important;
    box-shadow: none
}

.inicio-card-novedad {
    padding: 0;
    min-height: 0;
    max-height: none
}

.inicio-card-novedad .card-body {
    padding: 0;
    padding-bottom: 3px
}

.inicio-card-novedad .novedad-2 {
    text-align: center;
    background: transparent;
    padding: 20px 25px 0 25px;
    margin-bottom: 4px
}

.inicio-card-novedad .novedad-2-imagen-contenedor {
    display: block;
    max-height: none
}

.inicio-card-novedad .novedad-2-imagen-contenedor img {
    width: 100%;
    height: auto
}

.inicio-card-novedad .novedad-2-titulo {
    font-size: 18px
}

.inicio-card-novedad .novedad-2-bajada {
    font-size: 14px;
    margin-bottom: 5px
}

.inicio-card-novedad .owl-dots {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0 !important
}

.inicio-card-novedad .owl-nav button.owl-next, .inicio-card-novedad .owl-nav button.owl-prev {
    font-size: 36px !important
}

.inicio-card-novedad .owl-nav button.owl-next {
    right: 5px !important
}

.inicio-card-novedad .owl-nav button.owl-prev {
    left: 5px
}

@media (min-width: 768px) {
    .inicio-card-novedad .novedad-2 {
        padding: 20px 120px 0 120px
    }
}

@media (min-width: 992px) {
    .inicio-card-novedad {
        min-height: 460px
    }

    .inicio-card-novedad .novedad-2 {
        padding: 20px 25px 0 25px
    }
}

@media (min-width: 1200px) {
    .inicio-card-novedad .novedad-2-imagen-contenedor {
        max-height: 165px
    }

    .inicio-card-novedad .novedad-2-bajada {
        max-height: 105px;
        overflow: hidden
    }
}

@media (min-width: 1600px) {
    .inicio-card-novedad .novedad-2 {
        padding: 20px 50px 0 50px
    }

    .inicio-card-novedad .novedad-2-imagen-contenedor {
        max-height: 165px
    }

    .inicio-card-novedad .novedad-2-bajada {
        max-height: none
    }
}

@media (min-width: 1870px) {
    .inicio-card-novedad .novedad-2-imagen-contenedor {
        max-height: 210px
    }
}

.card-alertas .owl-carousel .owl-stage {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.card-alertas .owl-carousel .owl-stage::after {
    display: none
}

.card-alertas .owl-carousel .owl-item {
    display: flex;
    height: auto !important;
    float: none
}

.card-alertas .owl-carousel .owl-item .item {
    width: 100%
}

.inicio-alerta {
    height: 100%;
    background: #f4f4f4;
    text-align: center;
    border-radius: 6px;
    min-height: 235px
}

.inicio-alerta-indicador {
    display: inline-block;
    text-align: center;
    margin-right: 8px;
    border-radius: 8px;
    background: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fa4d4d;
    animation: radioactive 2.5s linear infinite
}

.inicio-alerta-elemento {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    flex-flow: column;
    padding: 15px 0;
    border-bottom: 1px dashed #b2b2b2
}

.inicio-alerta-elemento-imagen-contenedor {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.inicio-alerta-elemento-imagen {
    max-width: 56px;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, .3)
}

.inicio-alerta-elemento-icono {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    font-size: 35px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
    background: #827faa;
    color: #fff;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, .3)
}

.inicio-alerta-elemento-icono::before {
    content: "";
    display: block;
    width: 56px;
    height: 56px;
    border: 3px solid #f2f2f2;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    border-radius: 50%
}

.inicio-alerta-elemento-titulo {
    margin-top: 18px;
    padding: 0 10px;
    font-size: 20px;
    color: #858585;
    margin-bottom: 0
}

.inicio-alerta-descripcion {
    flex: 1;
    text-align: left;
    position: relative
}

.inicio-alerta-descripcion-con-accion {
    padding-bottom: 41px
}

.inicio-alerta-descripcion-cabecera {
    padding: 15px 10px;
    border-bottom: 1px dashed #cfcfcf
}

.inicio-alerta-descripcion-titulo {
    font-size: 16px;
    margin: 0;
    color: #626262
}

.inicio-alerta-descripcion-contenido {
    padding: 15px;
    color: #686868
}

.inicio-alerta-descripcion-contenido ul {
    margin-top: 5px
}

.inicio-alerta-descripcion-accion {
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    left: 0
}

.inicio-alerta-descripcion-titulo .inicio-alerta-descripcion-titulo-mensaje:first-child {
    margin-bottom: 15px
}

.inicio-alerta-descripcion-titulo .inicio-alerta-descripcion-titulo-mensaje:last-child {
    margin-bottom: 0px
}

@media (min-width: 768px) {
    .inicio-alerta {
        display: flex
    }

    .inicio-alerta-elemento {
        border-right: 1px dashed #cfcfcf;
        border-bottom: 0
    }

    .inicio-alerta-elemento-imagen {
        max-width: 75px
    }

    .inicio-alerta-elemento-icono {
        width: 75px;
        height: 75px;
        font-size: 45px
    }

    .inicio-alerta-elemento-icono::before {
        width: 75px;
        height: 75px
    }

    .inicio-alerta-descripcion-con-accion {
        padding-bottom: 0
    }
}

@media (min-width: 992px) {
    .card-alertas {
        display: flex
    }

    .card-alertas .owl-carousel, .card-alertas .owl-carousel .owl-item, .card-alertas .owl-carousel .owl-item .item, .card-alertas .owl-carousel .owl-stage-outer {
        height: 100%
    }

    .card-alertas .owl-carousel .owl-item {
        height: 100% !important
    }

    .card-alertas .owl-carousel .owl-stage {
        display: flex;
        flex-direction: row;
        height: 100%
    }

    .card-alertas .card-body {
        height: 358px
    }
}

@media (min-width: 1200px) {
    .inicio-alerta-descripcion-titulo {
        text-align: center
    }

    .inicio-alerta-descripcion-contenido {
        font-size: 12px
    }

    .inicio-alerta-descripcion-contenido ul {
        padding-left: 20px
    }

    .inicio-alerta-descripcion-accion {
        font-size: 10px;
        padding: 10px 0
    }

    .inicio-alerta-elemento-imagen {
        max-width: 45px
    }

    .inicio-alerta-elemento-titulo {
        font-size: 15px
    }
}

@media (min-width: 1600px) {
    .inicio-alerta-descripcion-titulo {
        text-align: left
    }

    .inicio-alerta-descripcion-contenido {
        font-size: 14px
    }

    .inicio-alerta-descripcion-accion {
        font-size: 12px;
        padding: 12px 30px
    }

    .inicio-alerta-elemento-imagen {
        max-width: 75px
    }

    .inicio-alerta-elemento-titulo {
        font-size: 18px
    }
}

.card-saldo-comensal {
    background-image: url("../img/bg-card.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover
}

.card-saldo-comensal .card-header {
    position: relative;
    z-index: 10
}

.card-saldo-comensal-saldo {
    font-size: 62px;
    color: #57c490;
    display: block;
    line-height: 62px;
    margin-top: 5px
}

.card-saldo-comensal-saldo-negativo {
    color: #fa4a4a
}

.card-saldo-comensal-saldo-contenedor {
    display: flex;
    align-items: center;
    padding: 24px 0;
    justify-content: center;
    flex-flow: column;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.card-saldo-comensal-saldo-texto {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    color: #bebebe;
    margin-top: 5px
}

@media (min-width: 992px) {
    .card-saldo-comensal-saldo-contenedor {
        position: absolute;
        padding: 0
    }
}

.inicio-card-reservas .card-body {
    position: relative;
    padding: 0
}

.inicio-card-reservas .inicio-carrusel-contador {
    position: absolute;
    bottom: 0;
    left: 0
}

.inicio-card-reservas .owl-nav button.owl-next, .inicio-card-reservas .owl-nav button.owl-prev {
    font-size: 51px !important
}

.inicio-card-reservas .owl-nav button.owl-next {
    right: 10px !important
}

.inicio-card-reservas .owl-nav button.owl-prev {
    left: 10px
}

.inicio-card-reservas-acciones-bottom {
    display: none;
    padding: 11px 20px
}

.inicio-card-reservas-acciones-bottom > a {
    flex: 1;
    font-size: 11px;
    margin: 0
}

.inicio-card-reservas-acciones-bottom > a.btn-simple:hover {
    background: rgba(23, 124, 137, .1);
    color: #177c89
}

.inicio-reserva-comensal {
    text-align: center;
    max-width: 300px;
    margin: 15px auto;
    padding: 10px;
    box-shadow: 1px 4px 8px rgba(0, 0, 0, .3);
    border-radius: 6px;
    background: #f4f4f4
}

.inicio-reserva-comensal-titulo {
    font-size: 21px;
    color: #3b3b3b
}

.inicio-reserva-comensal-fecha {
    color: #767575;
    font-size: 14px;
    margin-bottom: 5px
}

.inicio-reserva-comensal-qr-imagen {
    max-width: 210px;
    margin: 0 auto;
    border: 2px solid #666;
    border-radius: 5px
}

.inicio-reserva-comensal-qr-codigo {
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 5px
}

@media (min-width: 992px) {
    .inicio-card-reservas-acciones-bottom {
        display: flex
    }

    .inicio-card-reservas-acciones-bottom > a {
        margin: 0 7px
    }
}

@media (min-width: 1200px) {
    .inicio-reserva-comensal {
        max-width: 245px
    }

    .inicio-reserva-comensal-titulo {
        font-size: 18px
    }

    .inicio-reserva-comensal-qr-imagen {
        max-width: 180px
    }
}

@media (min-width: 1600px) {
    .inicio-reserva-comensal {
        max-width: 300px
    }

    .inicio-reserva-comensal-titulo {
        font-size: 19px
    }

    .inicio-reserva-comensal-titulo > span:first-child {
        display: block;
        font-weight: 700;
        color: #3e3e3e;
        font-size: 20px;
        margin-bottom: 1px
    }

    .inicio-reserva-comensal-titulo > span:last-child {
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: 400;
        display: block;
        color: #383838
    }

    .inicio-reserva-comensal-qr-imagen {
        max-width: 210px
    }
}

@media (min-width: 992px) {
    .inicio-card-servicios .card-body {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 385px
    }
}

.inicio-card-servicios-administra .inicio-carrusel-contador {
    position: absolute;
    bottom: 0;
    left: 0
}

#seccion-importar .content-header-actions .btn-icon {
    margin: 0;
    padding: 0
}

#seccion-importar .card-content {
    margin: 0;
    font-size: 16px;
    color: #686868
}

#seccion-importar .card-content > .btn {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 15px
}

#seccion-importar .input-file-custom-contenedor {
    padding: 25px 0
}

#seccion-importar .resultados-titulo {
    font-size: 17px;
    color: #686868
}

.confirmar-password-mensaje-success {
    padding: 20px;
    background: #4ebf56;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    border-radius: 4px
}

.confirmar-password-logo-centro-contenedor {
    text-align: center;
    font-weight: 600;
    color: #858585;
    margin-bottom: 20px;
    font-size: 17px
}

.confirmar-password-logo-centro-contenedor > img {
    display: block;
    margin: 0 auto;
    width: 65px;
    margin-bottom: 7px;
    height: 65px
}

.login-page > .content {
    display: flex;
    padding-top: 20px;
    align-items: center
}

@media (min-width: 992px) {
    .login-page > .content {
        display: block;
        padding-top: 18vh
    }
}

.expedicion-comedor-imagen {
    border-radius: 50%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, .2)
}

.expedicion-comedor-nombre {
    margin-top: 20px;
    font-size: 21px;
    font-weight: 600;
    color: #8d8d8d
}

.expedicion-comedor-icono {
    font-size: 46px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #eee;
    line-height: 100px;
    color: #006187;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, .2)
}

.expedicion-fecha {
    text-transform: capitalize;
    color: silver;
    font-size: 13px;
    font-weight: 600
}

#expedir-busqueda {
    padding: 15px 20px
}

.expedicion-resultado {
    display: flex
}

.expedicion-resultado-comensal, .expedicion-resultado-plato {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    flex: 1;
    padding: 20px
}

.expedicion-resultado-plato-icono {
    width: 140px;
    height: 140px;
    line-height: 118px;
    font-size: 52px;
    background: #c9c9c9;
    border-radius: 20px;
    color: #4d4d4d
}

.expedicion-resultado-comensal {
    border-right: 3px dashed #d9d9d9
}

.expedicion-resultado-plato-nombre, .expedicion-resultado-comensal-nombre {
    font-size: 18px;
    color: #666;
    width: 100%;
    margin-bottom: 15px
}

.expedicion-resultado-plato-imagen, .expedicion-resultado-comensal-foto {
    max-width: 140px;
    border-radius: 20px
}

.expedicion-resultado-plato-imagen-contenedor {
    position: relative
}

.expedicion-resultado-plato-categoria {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, .6);
    margin: 0;
    color: #fff;
    font-weight: 500;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 5px 0
}

.expedicion-resultado-comensal-placeholder-nombre, .expedicion-resultado-plato-placeholder-nombre {
    width: calc(100% - 50px);
    height: 20px;
    margin-bottom: 15px;
    left: 0
}

.expedicion-resultado-comensal-placeholder-imagen, .expedicion-resultado-plato-placeholder-imagen {
    width: 140px;
    height: 140px;
    border-radius: 20px
}

.expedicion-resultado-acciones {
    position: absolute;
    right: 6px;
    top: 6px
}

.expedicion-resultado-limpiar {
    background: transparent;
    border: none;
    font-size: 24px;
    color: #d9d9d9;
    cursor: pointer
}

.expedicion-resultado-limpiar:hover {
    color: #ff4e4e
}

.expedicion-resultado-lista-reservas {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0
}

.expedicion-resultado-lista-reserva {
    padding: 10px;
    width: 50%
}

.expedicion-resultado-lista-reserva-contenido {
    background: #eee;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, .2)
}

.expedicion-resultado-lista-reserva-dato {
    display: flex;
    margin-bottom: 10px;
    color: #333
}

.expedicion-resultado-lista-reserva-dato > span {
    flex: 1;
    text-align: right;
    font-weight: 500
}

.expedicion-resultado-lista-reserva-contenido .expedicion-resultado-lista-reserva-dato:last-child {
    margin-bottom: 0
}

.expedicion-mensaje {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .1);
    margin: 16px 0
}

.expedicion-mensaje-error {
    background: #fe4d4d;
    color: #fff
}

.expedicion-mensaje-info {
    background: #339aae;
    color: #fff
}

.punto-de-venta-ticket-iframe {
    display: block;
    min-height: 400px;
    margin-top: 20px
}

#public-layout {
    font-family: "Open Sans", sans-serif;
    background: #eee;
    padding-top: 60px
}

#public-layout p {
    color: gray;
    font-size: 15px
}

#public-layout .error, #public-layout .success {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin: 0
}

#public-layout .error {
    color: #ff7e73
}

#public-layout .success {
    color: #4ebf56
}

#public-layout .form-error {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 3px;
    color: #ff7e73
}

#public-layout .card {
    border: 0;
    box-shadow: -2px 3px 6px rgba(0, 0, 0, .075)
}

#public-layout .card-header {
    border-radius: 6px
}

#public-layout .card-title {
    color: #575757;
    font-weight: 600
}

#public-layout .form-control {
    font-size: 15px;
    border-radius: 6px;
    border: 1px solid #ececec;
    padding: 8px 8px 8px 16px;
    background-image: none;
    transition: .3s ease
}

#public-layout .form-control:focus, #public-layout .form-control:active {
    border-color: #76abe9
}

#public-layout .form-group label {
    font-size: 13px;
    color: #5d5d5d
}

#public-layout .form-group {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0
}

#public-layout .form-group.has-error .form-control {
    border-color: #ff9f97
}

#public-layout .btn {
    border: 0;
    border-radius: 6px;
    padding: 12px 33px;
    transition: .1s linear;
    font-weight: 700;
    font-size: 12px;
    box-shadow: none
}

#public-layout .btn:hover {
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0)
}

#public-layout .btn-success {
    background: #4ebf56;
    color: #fff
}

#public-layout .btn-success:hover {
    background: #5dc464
}

#public-layout .btn-primary {
    background: #5c82ff;
    color: #fff
}

@font-face {
    font-family: "Lato";
    src: local("Lato Bold Italic"), local("Lato-BoldItalic"), url("/css/font/Lato-BoldItalic.woff2") format("woff2"), url("/css/font/Lato-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Lato";
    src: local("Lato Bold"), local("Lato-Bold"), url("/css/font/Lato-Bold.woff2") format("woff2"), url("/css/font/Lato-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Lato Hairline";
    src: local("Lato Hairline"), local("Lato-Hairline"), url("/css/font/Lato-Hairline.woff2") format("woff2"), url("/css/font/Lato-Hairline.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Lato Hairline";
    src: local("Lato Hairline Italic"), local("Lato-HairlineItalic"), url("/css/font/Lato-HairlineItalic.woff2") format("woff2"), url("/css/font/Lato-HairlineItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Lato";
    src: local("Lato Italic"), local("Lato-Italic"), url("/css/font/Lato-Italic.woff2") format("woff2"), url("/css/font/Lato-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Lato";
    src: local("Lato Heavy"), local("Lato-Heavy"), url("/css/font/Lato-Heavy.woff2") format("woff2"), url("/css/font/Lato-Heavy.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Lato";
    src: local("Lato-LightItalic"), url("/css/font/Lato-LightItalic.woff2") format("woff2"), url("/css/font/Lato-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Lato";
    src: local("Lato-Light"), url("/css/font/Lato-Light.woff2") format("woff2"), url("/css/font/Lato-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Lato";
    src: local("Lato Heavy Italic"), local("Lato-HeavyItalic"), url("/css/font/Lato-HeavyItalic.woff2") format("woff2"), url("/css/font/Lato-HeavyItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Lato";
    src: local("Lato Regular"), local("Lato-Regular"), url("/css/font/Lato-Regular.woff2") format("woff2"), url("/css/font/Lato-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Lato";
    src: local("Lato Medium Italic"), local("Lato-MediumItalic"), url("/css/font/Lato-MediumItalic.woff2") format("woff2"), url("/css/font/Lato-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Lato";
    src: local("Lato Medium"), local("Lato-Medium"), url("/css/font/Lato-Medium.woff2") format("woff2"), url("/css/font/Lato-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Lato Hairline";
    src: local("Lato-Hairline"), url("/css/font/Lato-Hairline.woff2") format("woff2"), url("/css/font/Lato-Hairline.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Lato";
    src: local("Lato Semibold"), local("Lato-Semibold"), url("/css/font/Lato-Semibold.woff2") format("woff2"), url("/css/font/Lato-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Lato Hairline";
    src: local("Lato-HairlineItalic"), url("/css/font/Lato-HairlineItalic.woff2") format("woff2"), url("/css/font/Lato-HairlineItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Lato";
    src: local("Lato Black"), local("Lato-Black"), url("/css/font/Lato-Black.woff2") format("woff2"), url("/css/font/Lato-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Lato";
    src: local("Lato Black Italic"), local("Lato-BlackItalic"), url("/css/font/Lato-BlackItalic.woff2") format("woff2"), url("/css/font/Lato-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Lato";
    src: local("Lato Semibold Italic"), local("Lato-SemiboldItalic"), url("/css/font/Lato-SemiboldItalic.woff2") format("woff2"), url("/css/font/Lato-SemiboldItalic.woff") format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap
}

.logo, .navbar-gris, .card-login, .card-login .card-footer, .card-login .card-header {
    background-color: #414042 !important;
}

.btn.btn-primary {
    background-color: #5c82ff;
}

.btn-border.btn-primary {
    border-color: #5c82ff;
    color: #5c82ff;
    background-color: transparent !important;
}

.btn-border.btn-primary:hover, .btn-border.btn-primary:focus {
    color: #FFF;
    background-color: #5c82ff !important;
}

.btn.btn-login {
    background-color: #9a2e34 !important;
}

.tabla-operaciones .btn.btn-primary {
    background-color: transparent !important;
}

.card-login {
    border-top: 5px solid #9a2e34;
    color: #fff;
}

.card-login label, .card-login input {
    color: #fff !important;
}

.card-login input:focus {
    background-color: transparent;
    background-image: linear-gradient(#DEAB65, #DEAB65), linear-gradient(#E5556A, #E5556A)
}

.card-login .btn-login-recuperar {
    color: #e74c3c;
}

.alert-success {
    background: #4f829f;
    border-color: 46.6666666667%;
    color: #fff
}

.main-panel > .content {
    min-height: calc(100vh - 95px)
}

.copy {
    display: none
}

.buscador-condicion {
    display: none
}

.articulos-categorias-titulo {
    background-color: #e5556a !important;
    border-color: transparent !important
}

.articulos-articulo-editar, .articulos-boton-ver-mas {
    background-color: #e5556a !important;
    border-color: #33080e !important
}

body {
    font-family: "Lato", sans-serif
}

/*# sourceMappingURL=estilos.css.map */

.carousel-control-prev, .carousel-control-next {
    opacity: 1;
    background: transparent;
    border: none;
}

/* Helpers */

.color-rosa {
    color: var(--principal);
}

.color-verdoso {
    color: #17a2b8;
}

.fondo-gris {
    background-color: #F5F5F5;
}

.fondo-rosa {
    background-color: #E5556A !important;
}

.fondo-rosa-suave {
    background-color: rgba(229, 85, 106, 0.4);
}

#notificaciones {
    transition: linear 0.5s;
}

.border-top-rosa {
    border-top: 3px solid var(--principal);
}

.opacity-80 {
    opacity: 0.8;
}

.btn-outline-rosa {
    color: #E5556A !important;
    border-color: #E5556A;
}

.btn-outline-rosa:hover {
    color: #fff !important;
    background-color: #E5556A;
    border-color: #E5556A;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-navegacion {
    background-color: rgb(140, 20, 36) !important;
}