.boton {
    cursor: pointer;
    text-decoration: none;
    color: white;
}

.boton:hover, .tarjeta-active {
    background-color: rgba(255, 255, 255, 0.06);
}

.boton-con-titulo {
    width: auto;
    padding: 0px 5px;
}

.contenedor-icono-boton-con-titulo {
    width: 40px;
}

.contenedor-titulo-boton-con-titulo {
    width: calc(100% - 40px);
    padding: 0px 5px;
}

.boton-importante
{
    background-color: #087fff;
    font-weight: 600;
}
.boton-importante:hover
{
    background-color: #0466cf;
    border: none;
}

.boton-solo-letras {
    width: auto;
    padding: 0px 10px;
   color: #1a9be9eb;
   font-size: 0.85rem;
   font-weight: 700;
   cursor: pointer;
}
.boton-solo-letras:hover {
   color: #0276f3;
}
.boton-sin-icono
{
    width: auto;
    padding: 0px 20px;
}

.boton-disabled
{
    background-color: #8b8b8b;
    border: 1.5px solid transparent;
    cursor: default;
}
.boton-disabled:hover
{
    background-color: #8b8b8b;
    border: 1.5px solid transparent;
}
.boton-paginador-productos:hover
{
    background-color: #eda500;
}