body {
    background: #fff;
    padding: 0px;
    margin: 0px;
    font-family: initial;
    overflow-x: hidden;
}


/****************************************************************************/

.botonBuscarCedula {
    color: #1f2229;
    background-color: transparent;
    border-color: #00FFC2;
    max-height: 30px;
    padding-top: 3px;
    font-size: 15px;
}

.botonBuscarCedula:hover {
    color: #1f2229;
    background-color: #00FFC2;
    border-color: #00FFC2;
}

.botonBuscarCedula:focus,
.botonBuscarCedula.focus {
    box-shadow: 0 0 0 0.2rem #00FFC2;
}

.botonBuscarCedula.disabled,
.botonBuscarCedula:disabled {
    color: #fff;
    background-color: #00FFC2;
    border-color: #00FFC2;
}

.botonBuscarCedula:not(:disabled):not(.disabled):active,
.botonBuscarCedula:not(:disabled):not(.disabled).active,
.show>.botonBuscarCedula.dropdown-toggle {
    color: #fff;
    background-color: #00FFC2;
    border-color: #00FFC2;
}

.botonBuscarCedula:not(:disabled):not(.disabled):active:focus,
.botonBuscarCedula:not(:disabled):not(.disabled).active:focus,
.show>.botonBuscarCedula.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #00FFC2;
}

.imagenTabla {
    max-width: 100px;
    max-height: 100px;
}

.btn-danger {
    color: #1f2229;
    background-color: transparent;
    border-color: #00FFC2;
    max-height: 30px;
    padding-top: 3px;
    font-size: 15px;
}

.btn-danger:hover {
    color: #1f2229;
    background-color: #00FFC2;
    border-color: #00FFC2;
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 0.2rem #00FFC2;
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #00FFC2;
    border-color: #00FFC2;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #00FFC2;
    border-color: #00FFC2;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #00FFC2;
}

.btn-primary {
    color: #0037FF;
    background-color: transparent;
    border-color: #0037FF;
    max-height: 30px;
    padding-top: 3px;
    font-size: 15px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0037FF;
    border-color: #0037FF;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem #00FFC2;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #00FFC2;
    border-color: #00FFC2;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00FFC2;
    border-color: #00FFC2;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-info {
    color: #0037FF;
    background-color: transparent;
    border-color: #00FFC2;
}

.btn-info:hover {
    color: rgb(7, 6, 6);
    background-color: #00FFC2;
    border-color: #0037FF;
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 0.2rem #0037FF;
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #00FFC2;
    border-color: #0037FF;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #00FFC2;
    border-color: #0037FF;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #00FFC2;
}

.contenedoresFiltros {
    display: none;
    margin-top: -10px;
    font-family: Clash Grotesk Medium;
}

.contenedoresGraficos {
    display: none;
    margin-top: -10px;
    font-family: Clash Grotesk Medium;
}

.contenedoresReportes {
    display: none;
    margin-top: -20px;
    font-family: Clash Grotesk Medium;
}

.contenedoresOcultos {
    padding-top: 5px;
    background: #0037FF;
    border-bottom: 1px solid #fff;
    margin-top: -4.9px;
    text-align: center;
}

.segundarios {
    color: #fff;
    font-size: 12px;
    font-family: Aileron SemiBold;
}

.primarios {
    margin: 4px;
    font-family: Aileron SemiBold;
    font-size: 12px;
}

.bordeTitulosIndice {
    border-right: #ffffff solid 2px;
    border-left: #ffffff solid 2px;
}

.clasificado {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 35px;
    width: 200px;
    background: #111;
    padding: 7px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-weight: bold;
    color: white;
    font-size: 17px;
    border: 1px solid #111;
}

.tituloSeccionFicha {
    height: 30px;
    background: linear-gradient(to left, darkblue, white);
    border-radius: 5px;
    padding-top: 5px;
    padding-left: 30px;
    font-size: 17px;
    font-weight: 600;
    color: yellow;
    text-align: right;
}

.contenedorPerfil {
    background: linear-gradient(to left, #7F0000FF, white);
    width: 100%;
    margin-bottom: 15px;
}

.contenedorPrincipal {
    width: 100%;
    background: #EFF1F3;
    text-align: right;
}

.contenedorIzquierdo {
    width: 40px;
    display: inline-flex;
    position: absolute;
    top: -4px;
    left: 3px;
}

.contenedorDerecho {
    width: auto;
    text-align: right;
    display: inline-block;
    text-align: right;
}

.pestanas {
    width: 120px;
    height: 30px;
    background: #EFF1F3;
    margin-top: 4px;
    margin-left: 4px;
    padding: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: inline-block;
    text-align: center;
    padding-top: 1px;
}

.pestanas2 {
    width: 70px;
    height: 31px;
    margin-top: 10px;
    margin-left: 4px;
    padding: 6px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: inline-block;
    text-align: center;
    padding-top: 5px;
}

.letrasPestanas {
    font-family: Clash Grotesk Medium;
    font-size: 13px;
    color: #09121E;
}

.imagenPestanas {
    height: 17px;
    width: 17px;
    margin-top: 3px;
}

.contenedorDetallado {
    width: 100%;
    background: #fff;
}

.contenedorBotones {
    width: 100%;
    text-align: center;
    margin-top: 3px;
}

.botonGeneral {
    padding: 4px;
    width: 90px;
    border: 1px solid #7F0000FF;
    display: inline-block;
    border-radius: 20px;
}

.avisoCedula {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.informacionPrincipalFicha {
    border-left: 2px solid white;
    font-size: large;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    padding-top: 10px;
}

.cargar {
    width: 100%;
    display: none;
}

.consultar {
    width: 100%;
    display: none;
}

.graficos {
    width: 100%;
    display: none;
}

.reportes {
    width: 100%;
    display: none;
}

.botones {
    background: #fff;
    border: 1px solid #09121E;
    margin: 2px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #1F2229;
    height: 30px;
}

.resaltar {
    background: #00FFC2;
    border: 1px solid #00FFC2;
    color: #09121E;
    font-family: Clash Grotesk Medium;
}

.resaltar2 {
    background: #0037FF;
    color: #fff;
    font-family: Clash Grotesk Medium;
}

.ocultar {
    display: none;
}

.contenedorformularios {
    padding: 0px 16px 16px 16px;
    font-family: Clash Grotesk Medium;
}

.encabezadoTablaDatos {
    background: #aac0cd;
    font-family: Aileron;
    font-weight: 800;
    font-size: 15px;
    text-align: center;
}

.tablaDatos {
    font-size: 12px;
}

.borderTabla {
    border: 0.5px solid #fff;
}

.camposEditar {
    margin-top: 18px;
}

.contenedorBody input {
    background: transparent;
    border: none;
    text-align: center;
}

.contenedorBody {
    text-align: center;
}

.contenedorBody select {
    background: transparent;
    border: none;
    text-align: center;
}

.contenedorBody textarea {
    background: transparent;
    border: none;
    text-align: center;
}

.imagenTarjeta {
    max-height: 200px;
    max-width: 250px;
    padding: 16px;
    margin-left: auto;
    margin-right: auto;
}

.fechaVencida {
    font-weight: 800;
    color: red;
}

.hrSecciones {
    background: #7F0000FF;
}

.cuadrito {
    border: 1px solid #aba;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    display: inline-block;
}


/***************************************************************************/

.baner {
    width: 100%;
    min-height: 145px;
    background: #ccc;
    margin-top: -7px;
}

.barraInfo {
    width: 100%;
}

.barraInfoIzq {
    background: white;
}

.barraInfoDer {
    background: white;
    text-align: right;
}

.barraInfoIzq,
.barraInfoDer li {
    list-style: none;
    font-size: 13px;
    font-family: all;
}

.barraSimple {
    height: 40px;
    background: #fff;
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.botonMenu {
    font-size: 12px;
    color: white;
    padding: 7px;
    width: 100%;
}

.botonesPanel {
    border: 1px solid white;
    background: #ddd;
}

.botonDetalles {
    height: 15px;
    width: 40px;
    font-size: 7px;
    padding: 0px;
    position: relative;
    top: 4px;
}

.buscador {
    text-align: center;
    height: 50px;
    background: #ccc;
    padding-top: 5px;
    margin-top: -3px;
    margin-bottom: 8px;
}

.contendorCatalogo {
    margin-top: -7px;
}

.desvanecer {
    display: none;
}

.estadisticas {
    width: 100%;
    height: 100px;
    margin: 10px;
    border: 1px solid;
    background: #fff;
}

.footer {
    position: absolute;
    width: 100%;
    background: #ddd;
    min-height: 80px;
}

.imgLogo {
    height: 60px;
    display: flex;
    margin-left: 10px;
}

.nombre {
    display: block;
    font-size: 8px;
}

.panelIzq ul {
    position: relative;
    left: -28px;
    top: 10px;
    font-size: 12px;
}

.precio {
    display: block;
    color: red;
    font-size: 9px;
    font-weight: 600;
    margin-top: 3px;
}

.resaltarRojo {
    color: red;
}

.recuadrosIconos {
    height: 25px;
    width: 25px;
    border-radius: 8px;
    padding: 0px;
    background: transparent;
}

.sombra {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
}

.sombra2 {
    box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.5);
}

.sombra3 {
    box-shadow: inset 0 4px 8px 0 white;
}

.sombra4 {
    background: #00FFC2;
}

.sombra5 {
    box-shadow: 0px 1px 1px 0px #1F2229;
}

.tarjeta {
    width: 65px;
    height: 120px;
    border: 1px solid;
    display: inline-block;
    margin: 2px;
    font-size: 11px;
    text-align: center;
    padding: 3px;
    padding-top: 5px
}

.tituloImagenes {
    color: #000;
    position: absolute;
    bottom: 1px;
}

.titulo {
    color: white;
    position: relative;
    top: 10px;
}

.tituloListado {
    padding: 6px;
    padding-top: 10px;
    font-size: 15px;
}

.tituloCategorias {
    margin-left: 22px;
}

#barraCabecera {
    height: 45px;
    width: 100%;
    background: #fff;
    z-index: 1100;
}

#cabecera {
    position: fixed;
    top: 0px;
    z-index: 2000;
    background: white;
    font-weight: 800;
    width: 100%;
}

#contenedor {
    width: 100%;
    min-height: 90vh;
    margin-top: 45px;
}

#icono {
    display: inline-block;
    position: absolute;
    padding: 5px;
    padding-top: 5px;
    z-index: 1000;
    height: 15px;
    width: 70px;
    top: 0px;
    color: black;
    font-weight: 600;
    font-size: 10px;
    left: 0px;
    background: #fff;
    box-shadow: inset 1px 1px 10px #ddd;
}

#login {
    padding: 10px;
    width: 300px;
    margin: 40px auto 0px auto;
}

#menuLateral {
    z-index: 1000;
    min-height: 86.5vh;
    width: 300px;
    background: #000;
    opacity: 0.9;
    position: fixed;
    left: -300px;
    padding: 15px;
}

#notificaciones {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.5);
    width: 300px;
    position: absolute;
    right: 10px;
    padding: 16px;
    z-index: 100;
    background: #fff;
    display: none;
}

.hrFicha {
    margin-top: 100px;
}

.elegirFactura {
    background: #fff;
    border: 1px solid yellow;
    color: #000;
}

.mejoresDias {
    /*no borrar esta clase*/
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.close {
    float: left;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.cerrarFilaTabla {
    margin-right: 5px;
    font-size: 15px;
    color: #001;
    font-weight: 700;
}

.activarManual {
    background: #00FFC2;
}

.cerrarFilaTablaCompra {
    margin-right: 15px;
    font-size: 15px;
    color: #001;
    font-weight: 700;
    position: absolute;
    right: 0px;
    margin-top: 8px;
}

#precioEspecial {
    margin-left: 58%;
}

@media screen and (max-width: 930px) {
    .pestanas {
        width: 70px;
        margin-left: 2px;
    }
    .pestanas2 {
        height: 31px;
    }
    .letrasPestanas {
        font-size: 12px;
    }
    .nombresPestanas {
        display: none;
    }
    .botones {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .avisoCedula {
        font-size: 15px;
    }
    .membrete {
        display: none;
    }
    .hrFicha {
        margin-top: 40px;
    }
    .bordeTitulosIndice {
        border-right: none;
        border-left: none;
    }
}

@media screen and (max-width: 600px) {
    .pestanas {
        width: 40px;
        height: 30px;
        margin-left: -3px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    .pestanas2 {
        height: 31px;
    }
    .botonBuscarCedula {
        margin-left: 12px;
    }
    .imagenNoticia {
        padding: 1px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }
    .contenedorImagenNoticia {
        max-height: 250px;
        max-width: 250px;
        margin-right: auto;
        margin-left: auto;
    }
    .informacionPrincipalFicha {
        border-left: none;
        border-top: 1px solid black;
        margin-top: 5px;
        padding-top: 0px;
    }
    .cerrarFilaTabla {
        color: #001;
    }
    #precioEspecial {
        margin-left: 25px;
    }
}

dt:after {
    content: ":";
}

dt,
dd {
    float: left;
}

dd {
    margin-left: 5px
}

dl {
    float: left;
    margin-left: 20px;
    border: 1px dashed transparent;
}

dl:hover {
    border-color: red;
}

.terms li {
    display: inline-block;
}

.keyFicha {
    font-size: 15px;
    font-weight: bolder;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.tablaVacia {
    border-radius: 8px;
    background: linear-gradient(to right, rgb(56, 89, 180), white);
    border: 1px solid rgb(92, 6, 6);
    padding: 2px 10px 2px 10px;
}