/* =================================
   MD - min-width: 768px (Bootstrap 5)
   ================================= */

#bp-indicator::before { content: 'MD \2265 768px'; }

H1 {
    font-size: 2.5rem;
    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.1rem;
    font-weight: 300;
    line-height: 1.3em;
    color: #000;
    margin-bottom: 1.5rem;
}

P {
    font-size: 0.9rem;
    font-weight: 500;
    color: #000;
}

video {
    max-width: 80%;
    margin: 20px auto;
    display: block;
    aspect-ratio: auto;
}

.marcas-grid { gap: 0.8rem; }

.marcas-item {
    flex: 0 0 100px;
    font-size: 0.8em;
    line-height: 1.2em;
}

.calidad-grid { gap: 1.0rem; }

.calidad-item {
flex: 0 0 120px;
text-align: center;
font-size: 0.75em;
line-height: 1.3em;
font-family: 'PT Sans', sans-serif;
}

.calidad-item img {
width: 120px;
height: auto;
margin-bottom: 8px;
}  

.granel-item {
    flex: 0 0 100px;
    font-size: 0.8em;
    line-height: 1.2em;
}