
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900');
    * { margin: 0; padding: 0; box-sizing: border-box; font-family:  'Montserrat', sans-serif;
     }
    body { line-height: 1.6; color: #333; 
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      line-height: 1.6;
      color: #222; 
      background-color: #fff;
      margin: 0;
      padding: 0;
    }
  
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
                 U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074,
                 U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
                 U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
                 U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074,
                 U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
                 U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
                 U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074,
                 U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
                 U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
                 U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074,
                 U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
                 U+FEFF, U+FFFD;
}

h1 {
  font-weight: 700;
  font-size: 2.5rem;
}

h2 {
  font-weight: 600;
  font-size: 2rem;
}

h3 {
  font-weight: 500;
  font-size: 1.5rem;
}
h4 {
  font-weight: 500;   
  font-size: 1.25rem; 
}

h5 {
  font-weight: 400;   
  font-size: 1.125rem; 
}

h6 {
  font-weight: 400;   
  font-size: 1rem;   
  text-transform: uppercase; 
  letter-spacing: 0.05em;   
}
p, li, span {
  font-weight: 400;
  font-size: 1rem;
}
  #loader {
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  z-index:9999;
}

#loading-text {
  font-size:1.5rem;
  margin-bottom:1rem;
  font-weight:700;
  color:#1b6b3a;
  animation: floatPulse 2s ease-in-out infinite;
}
@keyframes floatPulse {
          0%   { transform: translateY(0) scale(1); }
          25%  { transform: translateY(-10px) scale(1.05); }
          50%  { transform: translateY(0) scale(1); }
          75%  { transform: translateY(10px) scale(1.05); }
          100% { transform: translateY(0) scale(1); }
        }

.progress-container {
  width: 80%;
  height: 30px;
  background: #eee;
  /* border-radius: 15px; */
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #f1f1f1ef , #215e02dd);
   border-radius: 10px; 
  transition: width 0.2s ease;
}

.navbar-toggler {
  border: none;
  transition: all 0.3s ease-in-out;
}

.navbar-toggler-icon {
  filter: invert(1);
}
.custom-navbar {
  background-color: rgb(255, 255, 255);
  padding: 0.5rem 1rem;
   z-index: 1000;
  
}

.navbar-nav .nav-link {
  color: rgb(0, 0, 0) !important;
  font-size: 1.1rem;
  font-weight: 500;
  margin-left: 15px;
  transition: color 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover {
  transition: transform 0.3s ease-in-out;
  transform: scale(1.3);
}
/* Ajustes en pantallas pequeñas */
@media (max-width: 992px) {
  
  .navbar-nav {
    text-align: center;
    
  }
}

.navbar ul {
  display: flex;
  gap: 20px;
}
.navbar a {
  color: var(--blanco);
  text-decoration: none;
  transition: color 0.3s ease;
}
@media (max-width: 991px) {
  .navbar-collapse {
    max-height: 90vh;    
    overflow-y: auto;   
  }
}

.index {
  position: relative;
  width: 100%;
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.index .cultivo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.6);
  transform: translateZ(0);
  will-change: transform;
  transition: transform 0.2s ease-out;
}

.index h1 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 10 20px;
}
.index h5{
  position:relative;
  z-index: 2;
  color:#fff;
  font-size:1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 10 20px;
}

.index p{
  position:relative;
  z-index: 2;
  color:white;
  font-size:1.1rem;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 0 20px;
}

.index .btn {
  position: relative;
  z-index: 2;
  background-color: #5ccd8b6c;
  color: #fff;
  padding: 0.8rem 1.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.index .btn:hover {
  background-color: #000;
  color: #fff;
}

@media (max-width: 768px) {
  .index {
    text-align: center;   /* cambio respecto a desktop */
    padding: 2rem 1rem;
  }

  .index img.cultivo {
    width: 100%;      
  }

  .index h1 {
    font-size: 1.9rem;  
  }

  .index p {
    font-size: 0.9rem;    
    padding: 0 0.5rem;
  }

  .index .btn {
    padding: 0.7rem 1.4rem; 
    font-size: 0.9rem;
  }
}

.about-experience {
  position: relative;
  min-height: 100vh; /* ocupa toda la pantalla */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  color: black;
  overflow: hidden;
}

.about-experience::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: white;
  z-index: 1;
}

.about-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin:0 auto;
}

.about-content h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.about-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  line-height: 1.8;
}

.about-content .btn {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  background: #510505d6;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  transition: background 0.3s ease;
}
.about-content .btn:hover {
  background: #000;
}

#variedades .btn{
   display: inline-block;
  padding: 0.8rem 1.5rem;
  background: black;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  transition: background 0.3s ease;
  
}

.carousel {
  position: relative;
  width: 58%;          
  max-width: 1200px;   
  margin: 2rem auto;   
  overflow: hidden;
  background: #fff;  
}


.slides {
  display: flex;
  transition: transform 1s ease-in-out;
}


.slides img {
  width: 100%;        
  flex-shrink: 0;
  display: block;
  height: auto; 
  object-fit: contain;  
  border: none;
}
.indexproductos {
  position: relative;
  width: 100%;
  height: 110vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.indexproductos .cultivo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.6);
  transform: translateZ(0);
  will-change: transform;
  transition: transform 0.2s ease-out;

}
@media (max-width: 768px) {
 
  .indexproductos img.productos {
    width: 100%;
    height: auto;  
    background-size: contain;    
  }

  .indexproductos .btn {
    padding: 0.7rem 1.4rem; 
    
    font-size: 0.9rem;
  }
}


.indexproductos .btn {
  position: relative;
  z-index: 2;
  background-color: #0b843dcd;
  color: #fff;
  padding: 0.8rem 1.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.indexproductos .btn:hover {
  background-color: #000;
  color: #fff;
}
   

.argenetics-link {
    color: #106010;
    text-decoration: none; 
    font-weight: bold;
    transition: color 0.3s ease;
}

.argenetics-link:hover {
    color: #0d7f19e8; 
    text-decoration: underline;
}
    
.argenetics-descripcion {
  position: relative;
  min-height: 100vh; 
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  color: black;
  overflow: hidden;
}
.argenetics-descripcion h2{
  color:rgb(1, 61, 13);
}
.argenetics-descripcion p{
  color:#1b6b3a;
}

.argenetics-descripcion::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(144, 143, 143, 0.059); 
  z-index: 1;
}
.argenetics-content {
  position: relative;
  z-index: 2;
  max-width: 900px;

}

.argenetics-content h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
  
}

.argenetics-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  line-height: 1.8;
 
}
.argenetics-content .btn{
   display: inline-block;
  padding: 0.8rem 1.5rem;
  background: #510505d6;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  transition: background 0.3s ease;

}    
a{color:var(--brand-2);text-decoration:none}
.wrap{max-width:1200px;margin:0 auto;padding:24px}
.hero{display:grid;gap:18px;grid-template-columns:1.3fr .7fr;align-items:center;margin-top:8px}
.kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:12px}
.kpi{background:rgba(132, 133, 132, 0.646);border:1px solid rgb(255, 255, 255);padding:14px;border-radius:14px;text-align:center}
.kpi b{font-size:22px;display:block}
.mapa{border:1px dashed rgba(255,255,255,.18);border-radius:18px;padding:14px;display:flex;align-items:center;justify-content:center;min-height:220px}
section { padding: 60px 10px; position: relative; width: 100%; color:#fff; }
  h2 { margin-bottom: 20px; text-align: center;}
  .grid { display: flex; flex-wrap: wrap; gap: 16px; }
  .card { background: rgba(0,0,0,0.6); padding: 16px; border-radius: 10px; flex: 1 1 calc(33% - 16px); box-sizing: border-box; }
  .pill { background: #fff; color:#000; display:inline-block; padding:4px 8px; border-radius:4px; margin:4px 0; }
 
  .muted { color:#024f21; }
  .mutedd{color:white;}
  .btn { display:inline-block; margin-top:16px; padding:10px 20px; background:#ff6600; color:#fff; border-radius:6px; text-decoration:none; }
  select, input { padding:6px; margin-right:10px; margin-bottom:10px; border-radius: 15px; }
  @media(max-width:768px){ .card { flex:1 1 100%; } }
  @media (max-width: 768px) {
  .hero-card {
    border-radius: calc(var(--radius) + 4px);
    font-size: 0.95rem; /* texto más chico */
    background: radial-gradient(
        800px 300px at 10% -10%,
        rgba(77, 212, 172, 0.15),
        transparent 50%
      ),
      var(--card);
  }
}
.tag{display:inline-block;background:rgba(0, 0, 0, 0.872);border:1px solid rgba(253, 253, 253, 0.959);padding:4px 8px;border-radius:999px;font-size:12px;color:#cfe1ff;margin-right:6px}
/* SECCIÓN VARIEDADES */
.section {
  margin-top: 34px;
  padding: 0 20px;
}

#manejo{
  background-color: rgba(14, 13, 13, 0.089);
  margin-top: 0px;
}

.section h2 {
  margin: 0 0 12px;
  font-size: 26px;
  text-align: center;
  padding: 1rem;
  color:white;
}
.section p{
  color:white;
  text-align: center;
}
/* GRID FLEXIBLE */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

/* CARD GENERAL */
.grid .card {
  background: #1519243b;
  
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 18px;
  color: #fff;
  text-align: center;
  box-shadow: 0 6px 24px rgba(0,0,0,.24), 0 2px 8px rgba(0,0,0,.16);
  transition: transform 0.2s ease;
  width: 100%;
  max-width:none; 
}

.grid .card:hover {
  transform: translateY(-5px);
}


.col-4{grid-column:span 4}
@media (max-width:1200px){.hero{grid-template-columns:1fr}.col-4{grid-column:span 6}}
@media (max-width:640px){.col-4{grid-column:span 12}}
.card{background:var(--card);border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:18px;box-shadow:var(--shadow)}
.card h3{margin:0 0 6px}


/* Acordeón */
details{background:var(--card);border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:14px;margin-bottom:10px}
details summary{cursor:pointer;font-weight:600}
.badge{font-size:11px;background:rgba(44, 183, 123, 0.726);border:1px solid rgba(255,255,255,.18);padding:3px 8px;border-radius:999px;margin-left:8px}

/* CTA */
.cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px}
.btn{background:linear-gradient(180deg,var(--brand) 0%,#2cb18c 100%);color:#062a20;border:0;padding:12px 16px;border-radius:12px;font-weight:700}
.btn.alt{background:black;color:white}
.note{font-size:12px;color:var(--muted)}
.agronomo .btn{
  background-color: black;
  color:white;
  border-radius: 30px;
}
.agronomo .btn:hover{
  background-color: #2cb18c;
}
 .customm-card {
    background-color: rgba(128, 128, 128, 0.272); /* gris oscuro */
    color: white;
    border: 0px solid;
    border-radius: 100px;
    transition: transform 0.2s ease-in-out;
  }

  .customm-card:hover {
    transform: translateY(-5px); /* efecto al pasar el mouse */
  }

  .customm-card .card-title {
    color: white;
    font-weight: bold;
    text-align: center;
     font-size: 1.2rem;
  }
    
  .custom-card {
    background-color: transparent;
    border: 1px solid green;
    border-radius: 100px;
    color: black;
     font-size: 1.2rem;
    transition: transform 0.2s ease-in-out, background 0.3s;
  }
  .custom-card:hover {
    transform: translateY(-5px);
    background-color: rgba(109, 108, 108, 0.174);
  }
  .custom-card .card-title {
    color: black;
    text-align: center;
    font-size:1.2rem;
    position: relative;
    display: inline-block; /* necesario para que la línea no se estire al 100% */
    padding-bottom: 4px;
  }
  .custom-card .card-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;         
  height: 3px;        
  background-color: green; 
  border-radius: 2px; 
}
  .custom-card .card-text{
    color:black;
  }

  .timeline-list {
    list-style: none;
    padding-left: 0;
    position: relative;
  }

  .timeline-list li {
    margin: 15px 0;
    padding-left: 40px;
    position: relative;
    font-size: 1.1rem;
  }
  .timeline-list li span {
    position: absolute;
    left: 0;
    top: 0;
    background: #28a745;
    color: black;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
  }
  .custom-details {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #28a745;
    border-radius: 8px;
    background-color: rgba(255,255,255,0.05);
    color: black;
  }
  .custom-btn {
    background-color: #218838;
    color: white;
    border-radius: 30px;
    padding: 12px 30px;
    transition: all 0.3s ease;
  }
  .custom-btn:hover {
    background-color: #218838;
    transform: scale(1.05);
  }
    .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 1rem;
    }
    @media (max-width: 768px) {
  .container .grid {
    grid-template-columns: 1fr; /* en tablets/celulares, 1 card por fila */
  }
}
    
    .text-center {
        text-align: center;
    }
    
    .flex {
        display: flex;
    }
    
    .items-center {
        align-items: center;
    }
    
    .justify-center {
        justify-content: center;
    }
    
    .grid {
        display: grid;
    }
    
    .grid-cols-1 {
        grid-template-columns: 1fr;
    }
    
    .gap-8 {
        gap: 2rem;
    }        
    .font-bold {
        font-weight: 700;
    }
    
    .font-semibold {
        font-weight: 600;
    }
    .text-5xl {
        font-size: 3rem;
        line-height: 1.1;
    }
    
    .text-4xl {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    
    .text-3xl {
        font-size: 1.875rem;
        line-height: 1.3;
    }
    
    .text-2xl {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    
    .text-xl {
        font-size: 1.25rem;
        line-height: 1.4;
    }
    
    .text-lg {
        font-size: 1.125rem;
        line-height: 1.5;
    }
    .text-white {
        color: white;
    }
    
    .bg-white {
        background-color: white;
    }
    .py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    
    .px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .p-8 {
        padding: 2rem;
    }
    
    .p-4 {
        padding: 1rem;
    }
    
    .mb-16 {
        margin-bottom: 4rem;
    }
    
    .mb-12 {
        margin-bottom: 3rem;
    }
    
    .mb-8 {
        margin-bottom: 2rem;
    }
    
    .mb-6 {
        margin-bottom: 1.5rem;
    }
    
    .mb-4 {
        margin-bottom: 1rem;
    }
    
    .mr-6 {
        margin-right: 1.5rem;
    }
    
    .mr-2 {
        margin-right: 0.5rem;
    }
    
    .mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
  
    .rounded-2xl {
        border-radius: 1rem;
    }
    
    .rounded-full {
        border-radius: 50%;
    }
    
    .shadow-lg {
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    }
    
    .border-l-4 {
        border-left: 4px solid;
    }
    
    .border-primary {
        border-color: var(--primary-green);
    }
    
    .border-ochre {
        border-color: var(--primary-green);
    }
    
    /*  Elementos específicos */
    .hero-pattern {
        background-image: 
            radial-gradient(circle at 25% 25%, rgba(75, 139, 59, 0.1) 0%, transparent 50%),
            radial-gradient(circle at 75% 75%, rgba(193, 154, 107, 0.1) 0%, transparent 50%);
    }
    
    .divider {
        width: 6rem;
        height: 4px;
        background-color: var(--primary-green);
        margin: 0 auto 2rem;
    }
    
    .icon-circle {
        width: 4rem;
        height: 4rem;
        background-color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 1.5rem;
    }
    
    .value-card {
        padding: 2rem;
        border-radius: 1rem;
        text-align: center;
        transition: all 0.3s ease;
        color:white;
    }
    
    .value-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(139, 90, 43, 0.15);
    }   
    .card-hover {
        transition: all 0.3s ease;
    }
    
    .card-hover:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(139, 90, 43, 0.15);
    }

    
    .fade-in {
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.6s ease;
    }
    
    .fade-in.visible {
        opacity: 1;
        transform: translateY(0);
    }
    
    .leading-relaxed {
        line-height: 1.625;
    }
    
    /*  Media queries para responsive */
    @media (min-width: 768px) {
        .container {
            padding: 0 2rem;
        }
        
        .text-5xl {
            font-size: 3.75rem;
        }
        
        .grid-md-2 {
            grid-template-columns: repeat(2, 1fr);
        }
        
        .p-md-12 {
            padding: 3rem;
        }
    }
    
    @media (min-width: 1024px) {
        .grid-lg-3 {
            grid-template-columns: repeat(3, 1fr);
        }
    }
    
    .max-w-3xl {
        max-width: 48rem;
    }
    
    .max-w-4xl {
        max-width: 56rem;
    }

/* Botón flotante WhatsApp */
.whatsapp-float {
position: fixed;
bottom: 30px;  /* 30px del borde inferior */
right: 30px;
width: 60px;
height: 60px;
border-radius: 50%;
background-color: #25D366;
color: white;
display: flex;
justify-content: center;
align-items: center;
font-size: 2rem;
box-shadow: 0 5px 15px rgba(0,0,0,0.3);
transition: transform 0.3s ease, opacity 0.3s ease;
opacity: 0;
z-index: 999;
animation: pulse 2s infinite;
}

.whatsapp-float:hover {
transform: scale(1.2);
background-color: #1ebe57;
box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}

/* Botón flotante subir (arriba del WhatsApp) */
.scroll-top {
position: fixed;
bottom: 100px; 
right: 30px;
width: 60px;
height: 60px;
border-radius: 50%;
background-color: #beb8b8da;
color: white;
display: flex;
justify-content: center;
align-items: center;
font-size: 2rem;
box-shadow: 0 5px 15px rgba(0,0,0,0.3);
transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
opacity: 0;
z-index: 999;
animation: pulse 2s infinite;
}

.scroll-top:hover {
transform: scale(1.2);
background-color: #beb8b8da;
box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}

/* Mostrar botones al hacer scroll */
.scroll-top.show, .whatsapp-float.show {
opacity: 1;
transform: translateY(0);
}
/* Pulse animado */
@keyframes pulse {
0% { box-shadow: 0 0 0 0 rgba(192, 194, 196, 0.747); }
70% { box-shadow: 0 0 0 15px rgba(0,123,255,0); }
100% { box-shadow: 0 0 0 0 rgba(0,123,255,0); }
}
.footer {
background-color: rgb(255, 255, 255);
color: rgb(0, 0, 0);
padding: 40px 20px;
text-align: center;
}

.footer-top {
display: flex;
justify-content: center;
align-items: center; /* alinea logo y QR verticalmente */
gap: 40px; /* separación horizontal */
margin-bottom: 20px;
flex-wrap: wrap; /* responsive */
}

.footer-qr {
display: flex;
flex-direction: column; /* QR y texto en columna */
align-items: center; /* centrar texto debajo del QR */

}
.footer-qr img {
width: 100px;
height: 100px;


}
.footer-qr p {
font-size: 0.85rem;
margin-top: 5px;
color: #000000;
}
:root {
      
        --primary-green: #6B8E23;
        --warm-ochre: #6B8E23;
        --deep-brown: #6B8E23;
        --soft-beige: #F5F5F0;
        --white: #FFFFFF;
    } 
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    .text-center {
        text-align: center;
    }
    
    .flex {
        display: flex;
    }
    
    .items-center {
        align-items: center;
    }
    
    .justify-center {
        justify-content: center;
    }
    
    .grid {
        display: grid;
    }
    
    .grid-cols-1 {
        grid-template-columns: 1fr;
    }
    
    .gap-8 {
        gap: 2rem;
    }
    
    .font-bold {
        font-weight: 700;
    }
    
    .font-semibold {
        font-weight: 600;
    }
    
    /* Tamaños de texto */
    .text-5xl {
        font-size: 3rem;
        line-height: 1.1;
    }
    
    .text-4xl {
        font-size: 2.25rem;
        line-height: 1.2;
    }
    
    .text-3xl {
        font-size: 1.875rem;
        line-height: 1.3;
    }
    
    .text-2xl {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    
    .text-xl {
        font-size: 1.25rem;
        line-height: 1.4;
    }
    
    .text-lg {
        font-size: 1.125rem;
        line-height: 1.5;
    }
    .text-ochre {
        color: var(--warm-ochre);
    }
    
    .text-brown {
        color: var(--deep-brown);
    } 
    
    .text-white {
        color: white;
    }
    
    .bg-white {
        background-color: white;
    }
        
    .bg-ochre {
        background-color: var(--warm-ochre);
    }
    
    .bg-brown {
        background-color: var(--deep-brown);
    } */
    
    .bg-soft-beige {
        background-color: var(--soft-beige);
    }
    
    .py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    
    .px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .p-8 {
        padding: 2rem;
    }
    
    .p-4 {
        padding: 1rem;
    }
    
    .mb-16 {
        margin-bottom: 4rem;
    }
    
    .mb-12 {
        margin-bottom: 3rem;
    }
    
    .mb-8 {
        margin-bottom: 2rem;
    }
    
    .mb-6 {
        margin-bottom: 1.5rem;
    }
    
    .mb-4 {
        margin-bottom: 1rem;
    }
    
    .mr-6 {
        margin-right: 1.5rem;
    }
    
    .mr-2 {
        margin-right: 0.5rem;
    }
    
    .mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Bordes y sombras */
    .rounded-2xl {
        border-radius: 1rem;
    }
    
    .rounded-full {
        border-radius: 50%;
    }
    
    .shadow-lg {
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    }
    
    .border-l-4 {
        border-left: 4px solid;
    }
    
    .border-ochre {
        border-color: var(--warm-ochre);
    }
    
    .border-brown {
        border-color: var(--deep-brown);
    }
    
    /* Elementos específicos */
    .hero-pattern {
        background-image: 
      
            radial-gradient(circle at 25% 25%, rgba(107, 142, 35, 0.1) 0%, transparent 50%),
            radial-gradient(circle at 75% 75%, rgba(193, 154, 107, 0.1) 0%, transparent 50%);
    }
    
    .divider {
        width: 6rem;
        height: 4px;
        background-color: var(--warm-ochre);
        margin: 0 auto 2rem;
    }
    
    .icon-circle {
        width: 4rem;
        height: 4rem;
        background-color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 1.5rem;
    }
    
    .value-card {
        padding: 2rem;
        border-radius: 1rem;
        text-align: center;
        transition: all 0.3s ease;
    }
    
    .value-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(139, 90, 43, 0.15);
    }
    
    .card-hover {
        transition: all 0.3s ease;
    }
    
    .card-hover:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(139, 90, 43, 0.15);
    }
    
    .btn-primary {
        background-color: var(--primary-green);
        color: white;
        font-weight: 600;
        padding: 1rem 2rem;
        border-radius: 9999px;
        font-size: 1.125rem;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    
    .btn-primary:hover {
        /* Actualizado el hover del botón con el nuevo verde más oscuro */
        background-color: #556B1D;
        transform: translateY(-2px);
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    }
    
    .fade-in {
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.6s ease;
    }
    
    .fade-in.visible {
        opacity: 1;
        transform: translateY(0);
    }
    
    .leading-relaxed {
        line-height: 1.625;
    }
    
    /* Media queries para responsive */
    @media (min-width: 768px) {
        .container {
            padding: 0 2rem;
        }
        
        .text-5xl {
            font-size: 3.75rem;
        }
        
        .grid-md-2 {
            grid-template-columns: repeat(2, 1fr);
        }
        
        .p-md-12 {
            padding: 3rem;
        }
    }
    
    @media (min-width: 1024px) {
        .grid-lg-3 {
            grid-template-columns: repeat(3, 1fr);
        }
    }
    
    .max-w-3xl {
        max-width: 48rem;
    }
    
    .max-w-4xl {
        max-width: 56rem;
    }
    .contacto-section {
        padding: 80px 0;
        background-color: rgba(0, 0, 0, 0.861);
        position: relative;
        overflow: hidden;
    }

    .contacto-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.1"/><circle cx="20" cy="80" r="0.5" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
        opacity: 0.3;
    }
    .section-header {
        text-align: center;
        margin-bottom: 60px;
    }

    .section-title {
        font-size: 3rem;
        font-weight: 700;
        color: white;
        margin-bottom: 20px;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    }
    .contacto-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-bottom: 60px;
        margin:20px 0;
    }
    .contacto-info {
        background: rgba(255, 255, 255, 0.95);
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.2);
         margin-bottom: 15px;
         max-height: 500px;   /* ajustá el alto máximo */
        overflow-y: auto;  
    }
    .contacto-info h3 {
        color: black;
        font-size: 1.8rem;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .info-item {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        padding: 15px;
        background: #f8f9f5;
        border-radius: 10px;
        border-left: 4px solid #6B8E23;
    }
    .info-item i {
        color: #6B8E23;
        font-size: 1.2rem;
        margin-right: 15px;
        width: 20px;
    }

    .info-item strong {
        color: #8B5A2B;
        margin-right: 10px;
    }

    .contacto-form {
        background: rgba(255, 255, 255, 0.95);
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        margin-bottom: 15px;
        max-height: 500px;   /* ajustá el alto máximo */
        overflow-y: auto;  
    }

    .contacto-form h3 {
        color: black;
        font-size: 1.8rem;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .form-group {
        margin-bottom: 25px;
    }

    .form-group label {
        display: block;
        margin-bottom: 8px;
        color: #8B5A2B;
        font-weight: 600;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        width: 100%;
        padding: 12px 15px;
        border: 2px solid #e0e0e0;
        border-radius: 8px;
        font-size: 1rem;
        transition: all 0.3s ease;
        background: white;
    }

    .form-group input:focus,
    .form-group select:focus,
    .form-group textarea:focus {
        outline: none;
        border-color: #6B8E23;
        box-shadow: 0 0 0 3px rgba(107, 142, 35, 0.1);
    }

    .form-group textarea {
        resize: vertical;
        min-height: 120px;
    }

    .btn-enviar {
        background: linear-gradient(135deg, #6B8E23 0%, #6a0303 100%);
        color: white;
        padding: 15px 40px;
        border: none;
        border-radius: 50px;
        font-size: 1.1rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        width: 100%;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .btn-enviar:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(107, 142, 35, 0.3);
    }
@media (max-width: 480px) {
  .contacto-form label {
    font-size: 0.9rem;
  }

  .contacto-form input,
  .contacto-form select,
  .contacto-form textarea {
    font-size: 0.85rem;
  }

  .btn-enviar {
    font-size: 0.9rem;
    padding: 10px;
  }
}

    @media (max-width: 768px) {
        .contacto-grid {
            grid-template-columns: 1fr;
            gap: 30px;
        }
        
        .section-title {
            font-size: 2.2rem;
        }
        
        .contacto-info,
        .contacto-form {
            padding: 25px;
        }
    }
  /* Mobile ajustes */
@media (max-width: 768px) {
  #tablaRindes th,
  #tablaRindes td {
    padding: 6px;
    font-size: 14px;
  }

  .toolbar {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .toolbar input,
  .toolbar select {
    width: 100%;
  }
}
  @media (max-width: 768px) {
    .section {
      padding: 40px 15px;             /* menos padding lateral */
      text-align: center;             /* centra el contenido */
      background-attachment: scroll;  /* mejor soporte móvil */
    }

    .section h2 {
      font-size: 1.6rem;
      margin-bottom: 1rem;
    }

    .section p {
      font-size: 1rem;
      line-height: 1.4;
      margin-bottom: 1.2rem;
    }

    .section .btn {
      padding: 0.7rem 1.4rem;
      font-size: 0.9rem;
    }

    .section .grid {
      display: grid;
      grid-template-columns: 1fr; /* ocupa todo el ancho */
      gap: 20px;
    }
  }

/* Para que en celular se apilen */
@media (max-width: 768px) {
  .contacto-grid {
    grid-template-columns: 1fr;
  }
}

.productos {
  background-color: #fff;
  padding: 60px 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.productos h2 {
  font-size: 2.2rem;
  margin-bottom: 40px;
  color: #333;
}

.cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.card {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
  width: 250px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}

.card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.card h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #444;
}

.card p {
  font-size: 1rem;
  color: #666;
}
