/* Your Custom CSS Goes here */
.size-venta_actual{
    font-size: 20px !important;
}

.size-folio_actual{
    font-size: 15px !important;
}

.titulos-producto-nuevo{
    font-size: 20px !important;
    padding: 12px 30px 0px;
    color: #293442;
    background: transparent;
    border: none;
    margin: 0;
    font-weight: 600;
}

.titulos-modificar-producto{
    font-size: 20px !important;
    padding: 0px 30px 12px;
    color: #293442;
    background: transparent;
    border: none;
    margin: 0;
    font-weight: 600;
}

.subtitulos-modificar-producto{
    font-size: 20px !important;
    padding: 0px 30px;
    color: #293442;
    background: transparent;
    border: none;
    margin: 0;
    font-weight: 600;
}

.size-subtitulos-producto-nuevo{
    font-size: 16px !important;
}

.size-subtitulos-historial-movimientos{
    font-size: 20px !important;
    padding-bottom: 12px;
}

.size-titulo-ayuda{
    font-size: 16px !important;
}

.size-titulo-seccion{
    font-size: 24px !important;
    display: flex;
    align-items: center;
}

.espacio_opciones_add{
    margin-top: 5px;
    margin-bottom: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #e6fcf0;
    border-radius: 10px;
}

.espacio_opciones_sell{
    margin-top: 5px;
    margin-bottom: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #fce3e5;
    border-radius: 10px;
}

.espacio_opciones_calculate{
    margin-top: 5px;
    margin-bottom: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #DFF0FE;
    border-radius: 10px;
}

.espacio_opciones_person{
    margin-top: 5px;
    margin-bottom: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #fff3e3;
    border-radius: 10px;
}

.centrado_texto {
    display: flex;
    align-items: center !important;
    text-align: left !important;
 }

.size-titulos-cuadros{
font-size: 15px !important;
}

.estilo_icono_azul{
    background: #DFF0FE;
    color: #2269F5;
    padding-left: 0px;
    padding-right: 10px;
}

.estilo_icono_verde{
    background: #e6fcf0;
    color: #4bad48;
    padding-left: 0px;
    padding-right: 10px;
}

.estilo_icono_rojo{
    background: #fce3e5;
    color: #FF4857;
    padding-left: 0px;
    padding-right: 10px;
}

.estilo_icono_naranja{
    background: #fff3e3;
    color: #ff9500;
    padding-left: 0px;
    padding-right: 10px;
}

.boton_cobrar{
    padding: 0px 12px 10px 12px;
}
.texto_cobrar{
    font-size: 25px;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* .texto_cobrar b{
    color: #54B435;
} */

.select_departamento{
    color: #4bad48;
}

input:focus::placeholder {
    visibility: hidden;
  }

#boton_enviar{
    background-color: #3EC70B;
    color: white;
    width: 100%;
    font-size: 20px;
}

#boton_cancelar{
    background-color: #FF4857;
    color: white;
    width: 100%;
    font-size: 20px;
}

.activar-desactivar-precio-especial{
    min-height: 24px;
    padding-left: 28px;
    margin-bottom: 4px;
    display: flex;
    justify-content: center;
}

.estilo-pieza{
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.margintop-micuenta{
    margin-top: 20px;
}

.estilo-menu-productos{
    overflow: hidden;
    overflow-y: scroll;
    position: absolute;
    z-index: 33;
    width: 95%;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
}

.boton-cancelar{
    background: #fce3e5;
    color: #FF4857;
    border-color: #fce3e5;
    width: 100%;
}
.boton-cancelar:hover{
    background: #FF4857;
    color: white;
    border-color: #FF4857;
    width: 100%;
}

.boton-aceptar{
    background: #e6fcf0;
    color: #4bad48;
    border-color: #e6fcf0;
    width: 100%;
}

.boton-aceptar:hover{
    background: #4bad48;
    color: white;
    border-color: #4bad48;
    width: 100%;
}

.boton-aceptar:active{
    background: #e6fcf0;
    color: #4bad48;
    border-color: #e6fcf0;
    width: 100%;
}

.boton-nuevo-departamento:hover{
    background: #2269F5;
    color:  white;
    width: 100%;
}
.boton-nuevo-departamento{
    background: #DFF0FE;
    color:  #2269F5;
    width: 100%;
}

.card-buscar-producto{
    padding: 12px 30px 25px;
}

.subcard-resumen-y-precios{
    padding: 12px 30px 0px;
}

.card-resumen-y-precios{
    padding: 8px 30px 24px;
}

.importe_centrado_texto{
    display: flex;
    align-items: center !important;
    text-align: left !important;
}

.barra-tickets {
    background-color: #FFFFFF;
    margin-bottom: 10px;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.05);
}

.input-color-w-100{
    max-width: 100% !important;
}

.barra-titulo{
    width: 100%;
    border-radius: 10px;
    padding: 20px;
}

.barra-titulo center h4{
    margin: 0;
}

.encabezado-menu-previa{
    width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 20px;
}

.encabezado-menu-previa{
    width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 40px 20px;
}

.fondo-menu-previa{
    width: 100%;
    border-radius: 0 0 10px 10px;
    padding: 20px;
}

#btnNotificaciones.btn-link:hover {
    color: inherit;      /* Mantiene el color original */
    text-decoration: none; /* Quita subrayado si lo tuviera */
}

.divColorEfectivo{
    background-color: #e6fcf0;
}

.divColorTarjeta{
    background-color: #DFF0FE;
}
