/* =================================
   Agroindustrias Albay - Estilos
   ================================= */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Variables */
:root {
  --color-primary: #2c3e50;
  --color-secondary: #e74c3c;
  --color-light: #f8f9fa;
  --color-dark: #1a1a1a;
  --transition: all 0.3s ease;
  --font-title: 'PT Sans', sans-serif;
  --font-body: 'Montserrat', sans-serif;
}

/* =================================
   Base
   ================================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  color: #000;
}

.text-justify { text-align: justify; }

#bp-indicator {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
  background: rgba(0,0,0,0.75);
  color: #fff;
  font-family: monospace;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 4px;
  pointer-events: none;
}

/* =================================
   XS - default (mobile-first, < 576px)
   ================================= */

#bp-indicator::before { content: 'XS < 576px'; }


H1 {
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1em;
    color: #000;
}

H2 {
    font-size: 2.0rem;
    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;
    width: 100%;
    aspect-ratio: 9 / 16;
    object-fit: cover;    
}

.marcas-grid { gap: 0.5rem; }

.marcas-item {
  flex: 0 0 100px;
  text-align: center;
  font-size: 0.7em;
  line-height: 1.1em;
  font-weight: 500;
  font-family: 'PT Sans', sans-serif;
}
.marcas-item img {
  margin-bottom: 5px;
}

.marcas-flex-break {
  flex-basis: 100%;
  height: 0;
}

.marcas-item-large {
  text-align: center;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 600;
  font-family: 'PT Sans', sans-serif;
}

.marcas-item-large IMG {
  max-width:150px;
  display: block;
}

.calidad-grid { gap: 0.5rem; }

.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 100px;
  text-align: center;
  font-size: 0.7em;
  line-height: 1.1em;
  font-weight: 500;
  font-family: 'PT Sans', sans-serif;
}
.granel-item img {

  margin-bottom: 0px;
}