.fila-blanca {
  background: #fff;
}
.fila-gris {
  background: #adadad;
}



@media (max-width: 600px) {
  #tablaGrilla th,
  #tablaGrilla td {
    font-size: 0.97em;
    padding: 8px 4px;
    word-break: break-word;
  }
  #grillaRow {
    max-width: 100vw;
    padding: 0 2vw;
  }
  #buscadorGrilla {
    font-size: 1.07em;
    padding: 8px 4px;
  }
}


.suscriptos-celda {
    color: #337ab7;
    text-decoration: none;
    font-style: italic;
    font-size: 0.99em;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.suscriptos-celda:hover {
    text-decoration: none; /* <- No subrayado en hover */
}


.btn-ver-ficha {
    display: inline-block;
    background: #e0e0e0;
    color: #222;
    font-weight: bold;
    padding: 10px 22px;
    border-radius: 6px;
    text-decoration: none;
    border: 1px solid #bbb;
    margin-top: 18px;
    transition: background 0.15s, color 0.15s;
}
.btn-ver-ficha:hover {
    background: #cccccc;
    color: #000;
    text-decoration: none;
}



.btnVerPrecios {
    display: inline-block;
    background: #f6aa07;
    color: #222;
    font-weight: bold;
    padding: 10px 22px;
    border-radius: 6px;
    text-decoration: none;
    border: 1px solid #bbb;
    margin-top: 18px;
    transition: background 0.15s, color 0.15s;
}
.btnVerPrecios:hover {
    background: #cccccc;
    color: #000;
    text-decoration: none;
}



.bloqueo-wrapper {
    position: relative;
}
.overlay-bloqueo {
    position: absolute;
    inset: 0;
    background: rgba(245,245,245,0.92);
    backdrop-filter: blur(3px);
    z-index: 3;
    cursor: pointer;
    transition: background 0.2s;
}
.overlay-bloqueo:hover {
    background: rgba(200,200,200,0.8);
}
.fila-bloqueada td {
    position: relative;
}



.tabla-descuentos-profesional {
    margin: 18px auto 0 auto;
    width: 100%;
    max-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.97em; /* Ajusta el tamaño de letra aquí */
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border-radius: 11px;
    overflow: hidden;
}
.tabla-descuentos-profesional thead th {
    background: #f6f8fa;
    font-weight: 700;
    text-align: center;
    font-size: 1em; /* Menor que antes */
    padding: 12px 0;
    border-bottom: 1px solid #e0e2e6;
}
.tabla-descuentos-profesional td {
    padding: 14px 10px;
    text-align: left;
    vertical-align: middle;
    font-weight: 500;
    border: none;
    width: 50%;
}

/* Etiqueta y valor también más chicos */
.tabla-descuentos-profesional .descuento-label {
    color: #535b64;
    font-weight: 600;
    margin-right: 10px;
    font-size: 0.96em;
}
.tabla-descuentos-profesional .descuento-value {
    color: #222;
    font-weight: 700;
    font-size: 1em;
    background: #eaf3ea;
    border-radius: 4px;
    padding: 2px 9px;
    margin-left: 3px;
    letter-spacing: 1px;
}

.tabla-descuentos-profesional .descuento-fila-gris {
    background: #f4f5f7;
}
.tabla-descuentos-profesional .descuento-fila-blanco {
    background: #fff;
}

/* Responsive para móvil */
@media (max-width: 600px) {
    .tabla-descuentos-profesional {
        max-width: 100%;
        font-size: 0.93em;
    }
    .tabla-descuentos-profesional td {
        padding: 9px 4px;
    }
    .tabla-descuentos-profesional thead th {
        padding: 8px 0;
    }
}












.ficha-marca-card {
    background: #f9fafd;
    border-radius: 13px;
    box-shadow: 0 2px 16px rgba(44,62,80,0.07);
    padding: 28px 24px 22px 24px;
    margin-bottom: 18px;
    width: 100%;
    max-width: 100%;
    font-size: 1em;
    box-sizing: border-box;
    display: block;
}

.ficha-marca-header {
    display: grid;
    grid-template-columns: 76px 1fr;
    align-items: center;
    gap: 0px 18px;
    margin-bottom: 12px;
}

.ficha-tecnica-imgbox {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    height: 70px;
}

.ficha-tecnica-imgbox img {
    max-width: 66px;
    max-height: 66px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(44,62,80,0.14);
    background: #fff;
    padding: 5px;
    display: block;
    margin: 0 auto;
}

.ficha-marca-nombre {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
    height: 70px;
    gap: 5px;
}

.ficha-marca-nombre h4 {
    margin: 0;
    font-size: 1.28em;
    font-weight: 700;
    color: #1a2329;
    line-height: 1.2;
    letter-spacing: .01em;
}
.ficha-marca-origen {
    font-size: 0.98em;
    color: #5b676e;
    display: block;
    margin-top: 2px;
    line-height: 1.1;
}
.ficha-marca-descripcion p {
    margin-top: 0;
    margin-bottom: 10px;
    color: #525a62;
    line-height: 1.48;
    font-size: 1em;
    text-align: justify;
}
.ficha-marca-detalles {
    list-style: none;
    padding-left: 0;
    margin-bottom: 14px;
    text-align: left;
    margin-left: 0;
}
.ficha-marca-detalles li {
    margin-bottom: 6px;
    font-size: 0.98em;
    color: #32414b;
}
.ficha-marca-links {
    margin-top: 8px;
    text-align: left;
}
.ficha-marca-link {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.01em;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.18s;
    background: #e8f0fe;
    border-radius: 7px;
    padding: 6px 14px 6px 10px;
    box-shadow: 0 1px 4px rgba(44,62,80,0.09);
    margin-top: 2px;
}
.ficha-marca-link:hover {
    color: #1a5fb4;
    background: #d5e6fc;
    text-decoration: underline;
}
.link-icon {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -2px;
}

@media (max-width: 600px) {
    .ficha-marca-card {
        padding: 13px 7px 10px 7px;
        max-width: 100%;
        font-size: 0.98em;
    }
    .ficha-marca-header {
        grid-template-columns: 50px 1fr;
        gap: 0px 10px;
    }
    .ficha-tecnica-imgbox img {
        max-width: 40px;
        max-height: 40px;
    }
    .ficha-marca-nombre {
        height: 40px;
    }
}


.creditos-badge {
    display: inline-block;
    background: #f9e4c5;
    color: #222;
    font-weight: bold;
    padding: 10px 22px;
    border-radius: 6px;
    border: 1px solid #bbb;
    margin-top: 18px;
    margin-left: 16px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}


.crear-cuenta-btn {
    color: #fff !important;
    background-color: #28a745;
    border: none;
    transition: background 0.2s, color 0.2s;
}
.crear-cuenta-btn:hover, .crear-cuenta-btn:focus {
    background-color: #fd7e14; /* Bootstrap naranja */
    color: #fff !important;
}