/* =================================
   SM - min-width: 576px (Bootstrap 5)
   ================================= */

#bp-indicator::before { content: 'SM \2265 576px'; }

H1 {
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1em;
    color: #000;
}

H2 {
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1em;
    color: #000;
}

H3 {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1em;
    color: #000;
}

H6 {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.3em;
    color: #000;
    margin-bottom: 1.5rem;
}

P {
    font-size: 0.8rem;
    font-weight: 500;
    color: #000;
}

video {
    max-width: 100%;
    margin: 20px auto;
    display: block;
}

.marcas-grid { gap: 0.3rem; }

.marcas-item {
    flex: 0 0 90px;
    font-size: 0.7em;
    line-height: 1.2em;
}

  .calidad-grid { gap: 1rem; }

  .calidad-item {
    flex: 0 0 100px;
    text-align: center;
    font-size: 0.75em;
    line-height: 1.3em;
    font-family: 'PT Sans', sans-serif;
  }

  .calidad-item img {
    width: 100px;
    height: auto;
    margin-bottom: 8px;
  }

  .granel-item {
    flex: 0 0 80px;
    font-size: 0.7em;
    line-height: 1.2em;f
  }
