.elementor-4652 .elementor-element.elementor-element-e59be5e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.43;--padding-top:90px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-4652 .elementor-element.elementor-element-e59be5e:not(.elementor-motion-effects-element-type-background), .elementor-4652 .elementor-element.elementor-element-e59be5e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-primary ) 0%, var( --e-global-color-71fb1b2 ) 100%);}.elementor-4652 .elementor-element.elementor-element-e59be5e::before, .elementor-4652 .elementor-element.elementor-element-e59be5e > .elementor-background-video-container::before, .elementor-4652 .elementor-element.elementor-element-e59be5e > .e-con-inner > .elementor-background-video-container::before, .elementor-4652 .elementor-element.elementor-element-e59be5e > .elementor-background-slideshow::before, .elementor-4652 .elementor-element.elementor-element-e59be5e > .e-con-inner > .elementor-background-slideshow::before, .elementor-4652 .elementor-element.elementor-element-e59be5e > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://ligacomerciochaves.com.ar/wp-content/uploads/2026/01/Portadas-Blog-agroproductivo.webp");--background-overlay:'';background-repeat:no-repeat;background-size:cover;}:root{--page-title-display:none;}@media(min-width:1025px){.elementor-4652 .elementor-element.elementor-element-e59be5e::before, .elementor-4652 .elementor-element.elementor-element-e59be5e > .elementor-background-video-container::before, .elementor-4652 .elementor-element.elementor-element-e59be5e > .e-con-inner > .elementor-background-video-container::before, .elementor-4652 .elementor-element.elementor-element-e59be5e > .elementor-background-slideshow::before, .elementor-4652 .elementor-element.elementor-element-e59be5e > .e-con-inner > .elementor-background-slideshow::before, .elementor-4652 .elementor-element.elementor-element-e59be5e > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-attachment:fixed;}}/* Start custom CSS for html, class: .elementor-element-2d6719d */.lc * { box-sizing: border-box; margin: 0; padding: 0; }
.lc {
  font-family: "Alan Sans", Sans-serif;
  color: #1a2e1a;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 1rem 1rem 2rem 1rem;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f9fcfb;
}

/* HERO */
.lc-hero {
  background: linear-gradient(135deg, #1a5c2e 0%, #2e7d45 65%, #3a9955 100%);
  border-radius: 14px;
  padding: 2.25rem 1.75rem;
  color: #fff;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.lc-hero::before {
  content: '';
  position: absolute; top: -50px; right: -50px;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  pointer-events: none;
}
.lc-hero-badge {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 20px;
  padding: 4px 13px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #c8ecce;
  margin-bottom: 0.85rem;
}
.lc-hero h1 {
  font-size: clamp(1.4rem, 5vw, 2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0.7rem;
}
.lc-hero p {
  font-size: 0.93rem;
  color: rgba(255,255,255,0.82);
  line-height: 1.6;
  max-width: 500px;
}
.lc-hero-year {
  position: absolute; top: 1.25rem; right: 1.5rem;
  font-size: clamp(2.5rem, 8vw, 4rem);
  font-weight: 900;
  color: rgba(255,255,255,0.1);
  line-height: 1;
  letter-spacing: -0.04em;
  pointer-events: none;
}

/* SECCIÓN TÍTULO */
.lc-stitle {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.1rem;
}
.lc-stitle-bar {
  width: 4px; height: 24px;
  background: #2e7d45;
  border-radius: 3px;
  flex-shrink: 0;
}
.lc-stitle h2 {
  font-size: 0.82rem;
  font-weight: 800;
  color: #1a2e1a;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.lc-section { margin-bottom: 2.25rem; }

/* GRIDS */
.lc-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
}
.lc-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
}
.lc-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

/* TARJETA MÉTRICA */
.lc-card {
  background: #fff;
  border: 1.5px solid #d4e8d8;
  border-radius: 13px;
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.lc-card-icon {
  width: 34px; height: 34px;
  border-radius: 9px;
  background: #eaf5ee;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 0.25rem;
}
.lc-card-icon svg {
  width: 18px; height: 18px;
  stroke: #2e7d45; fill: none;
  stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}
.lc-card-label {
  font-size: 10px;
  font-weight: 800;
  color: #5a8060;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.lc-card-value {
  font-size: 1.1rem;
  font-weight: 800;
  color: #1a2e1a;
  line-height: 1.15;
  word-break: break-all;
}
.lc-card-sub {
  font-size: 10.5px;
  color: #7a9a7e;
}

/* TARJETA DESTACADA */
.lc-card-green {
  background: #2e7d45;
  border: none;
  border-radius: 13px;
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.lc-card-green .lc-card-icon { background: rgba(255,255,255,0.18); }
.lc-card-green .lc-card-icon svg { stroke: #fff; }
.lc-card-green .lc-card-label { color: rgba(255,255,255,0.7); }
.lc-card-green .lc-card-value { color: #fff; }
.lc-card-green .lc-card-sub { color: rgba(255,255,255,0.55); }

/* CARD FUENTES */
.lc-sources {
  background: #fff;
  border: 1.5px solid #d4e8d8;
  border-radius: 13px;
  padding: 1.1rem;
}
.lc-sources-title {
  font-size: 10px;
  font-weight: 800;
  color: #5a8060;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.85rem;
}
.lc-source-item {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-bottom: 8px;
}
.lc-source-item:last-child { margin-bottom: 0; }
.lc-source-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 4px;
}
.lc-source-item span {
  font-size: 0.87rem;
  color: #2a4a2e;
  line-height: 1.45;
}

/* TABLA GASTOS */
.lc-table-wrap {
  background: #fff;
  border: 1.5px solid #d4e8d8;
  border-radius: 13px;
  overflow: hidden;
  margin-bottom: 0;
  width: 100%;
}
.lc-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  table-layout: fixed;
}
.lc-table thead tr { background: #f0faf3; }
.lc-table th {
  padding: 0.6rem 1rem;
  text-align: left;
  font-size: 10px;
  font-weight: 800;
  color: #5a8060;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  border-bottom: 1.5px solid #d4e8d8;
}
.lc-table th:last-child { text-align: right; width: 120px; }
.lc-table td {
  padding: 0.8rem 1rem;
  color: #1a2e1a;
  border-bottom: 1px solid #eef7f0;
  vertical-align: middle;
}
.lc-table td:last-child {
  text-align: right;
  font-weight: 800;
  color: #1a5c2e;
  font-size: 0.88rem;
  white-space: nowrap;
}
.lc-table tr:last-child td { border-bottom: none; }
.lc-bar-wrap { display: flex; align-items: center; gap: 6px; margin-top: 5px; }
.lc-bar-bg { flex: 1; height: 4px; background: #d4e8d8; border-radius: 10px; overflow: hidden; min-width: 0; }
.lc-bar-fill { height: 100%; background: #2e7d45; border-radius: 10px; }
.lc-bar-pct { font-size: 10px; color: #7a9a7e; flex-shrink: 0; }

/* ACTIVIDADES */
.lc-activity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}
.lc-activity {
  background: #fff;
  border: 1.5px solid #d4e8d8;
  border-radius: 11px;
  padding: 0.9rem 1rem;
  display: flex;
  gap: 9px;
  align-items: flex-start;
}
.lc-activity-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #2e7d45;
  flex-shrink: 0;
  margin-top: 4px;
}
.lc-activity p { font-size: 0.85rem; color: #2a4a2e; line-height: 1.45; }

/* QUOTE */
.lc-quote {
  background: #f0faf3;
  border-left: 5px solid #2e7d45;
  border-radius: 0 13px 13px 0;
  padding: 1.25rem 1.5rem;
  margin-bottom: 2rem;
}
.lc-quote blockquote {
  font-size: 1rem;
  font-style: italic;
  color: #1a5c2e;
  line-height: 1.65;
  font-weight: 500;
}
.lc-quote cite {
  display: block;
  margin-top: 0.6rem;
  font-size: 0.8rem;
  font-style: normal;
  color: #5a8060;
  font-weight: 700;
}

/* FOOTER */
.lc-footer {
  background: #1a2e1a;
  border-radius: 13px;
  padding: 1.4rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.lc-footer p { font-size: 0.83rem; color: rgba(255,255,255,0.62); line-height: 1.5; }
.lc-footer strong { color: #fff; display: block; font-size: 0.93rem; margin-bottom: 2px; }
.lc-footer-year { font-size: 2.5rem; font-weight: 900; color: rgba(255,255,255,0.1); line-height: 1; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .lc { padding: 0.75rem 0.75rem 1.5rem 0.75rem; }
  .lc-hero { padding: 1.75rem 1.25rem; margin-bottom: 1.5rem; }
  .lc-hero h1 { font-size: clamp(1.2rem, 4.5vw, 1.75rem); margin-bottom: 0.5rem; }
  .lc-hero p { font-size: 0.88rem; }
  .lc-hero-year { font-size: clamp(2rem, 7vw, 3rem); top: 1rem; right: 1rem; }
  .lc-grid-4 { grid-template-columns: repeat(2, 1fr); gap: 0.7rem; }
  .lc-grid-2 { grid-template-columns: 1fr; gap: 0.7rem; }
  .lc-activity-grid { grid-template-columns: repeat(2, 1fr); gap: 0.6rem; }
  .lc-card { padding: 0.9rem; }
  .lc-card-value { font-size: 1rem; }
  .lc-card-label { font-size: 9px; }
  .lc-table { font-size: 0.85rem; }
  .lc-table th, .lc-table td { padding: 0.6rem 0.8rem; font-size: 0.82rem; }
  .lc-section { margin-bottom: 1.75rem; }
  .lc-footer { padding: 1.2rem 1.25rem; flex-direction: column; align-items: flex-start; }
  .lc-footer-year { display: block; margin-top: 0.75rem; font-size: 2rem; }
  .lc-quote { padding: 1rem 1rem; border-radius: 8px; }
  .lc-quote blockquote { font-size: 0.95rem; }
}

@media (max-width: 480px) {
  .lc { padding: 0.6rem 0.6rem 1.25rem 0.6rem; }
  .lc-hero { 
    padding: 1.25rem 0.9rem; 
    margin-bottom: 1.25rem;
    border-radius: 10px;
  }
  .lc-hero::before {
    width: 150px;
    height: 150px;
    top: -30px;
    right: -30px;
  }
  .lc-hero h1 { 
    font-size: 1.2rem; 
    line-height: 1.15;
    margin-bottom: 0.4rem;
  }
  .lc-hero p { 
    font-size: 0.82rem; 
    line-height: 1.5;
  }
  .lc-hero-badge {
    font-size: 9px;
    padding: 3px 10px;
    margin-bottom: 0.6rem;
  }
  .lc-hero-year { 
    font-size: 1.8rem; 
    top: 0.75rem; 
    right: 0.75rem;
  }
  
  .lc-stitle {
    gap: 8px;
    margin-bottom: 0.9rem;
  }
  .lc-stitle-bar {
    height: 20px;
    width: 3px;
  }
  .lc-stitle h2 { 
    font-size: 0.75rem;
  }
  
  .lc-grid-4 { 
    grid-template-columns: repeat(2, 1fr); 
    gap: 0.6rem;
  }
  .lc-grid-2 { 
    grid-template-columns: 1fr; 
    gap: 0.6rem;
  }
  .lc-grid-3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem;
  }
  
  .lc-card { 
    padding: 0.85rem; 
    border-radius: 10px;
  }
  .lc-card-icon {
    width: 30px;
    height: 30px;
    border-radius: 7px;
  }
  .lc-card-icon svg {
    width: 16px;
    height: 16px;
  }
  .lc-card-label { 
    font-size: 8px;
  }
  .lc-card-value { 
    font-size: 0.95rem;
    word-break: break-word;
  }
  .lc-card-sub {
    font-size: 9px;
  }
  
  .lc-activity-grid { 
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }
  .lc-activity {
    padding: 0.8rem 0.85rem;
    border-radius: 9px;
  }
  .lc-activity p { 
    font-size: 0.8rem;
  }
  
  .lc-table-wrap {
    border-radius: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .lc-table { 
    font-size: 0.75rem;
    min-width: 280px;
  }
  .lc-table thead tr { background: #f0faf3; }
  .lc-table th { 
    padding: 0.55rem 0.6rem;
    font-size: 8px;
  }
  .lc-table td { 
    padding: 0.6rem 0.6rem;
    font-size: 0.78rem;
  }
  .lc-table th:last-child { width: 90px; }
  .lc-table td:last-child { 
    font-size: 0.78rem;
    white-space: nowrap;
  }
  
  .lc-sources {
    border-radius: 10px;
  }
  .lc-sources-title {
    font-size: 9px;
  }
  .lc-source-item {
    gap: 7px;
  }
  .lc-source-item span {
    font-size: 0.8rem;
  }
  
  .lc-section { 
    margin-bottom: 1.5rem;
  }
  
  .lc-footer { 
    padding: 1rem 0.9rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    border-radius: 10px;
  }
  .lc-footer p {
    font-size: 0.75rem;
    margin: 0;
  }
  .lc-footer strong {
    font-size: 0.85rem;
    margin-bottom: 0.3rem;
  }
  .lc-footer-year { 
    display: none;
  }
  
  .lc-quote { 
    padding: 0.9rem 0.95rem;
    border-radius: 8px;
    border-left: 4px solid #2e7d45;
    margin-bottom: 1.5rem;
  }
  .lc-quote blockquote { 
    font-size: 0.88rem;
    line-height: 1.55;
  }
  .lc-quote cite {
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
  
  .lc-bar-wrap {
    gap: 5px;
  }
  .lc-bar-pct {
    font-size: 8px;
  }
}

@media (max-width: 360px) {
  .lc { padding: 0.5rem 0.5rem 1rem 0.5rem; }
  .lc-hero {
    padding: 1rem 0.75rem;
    border-radius: 8px;
  }
  .lc-hero h1 {
    font-size: 1.1rem;
  }
  .lc-hero p {
    font-size: 0.78rem;
  }
  .lc-grid-4, .lc-grid-3 {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .lc-card {
    padding: 0.75rem;
  }
  .lc-card-value {
    font-size: 0.9rem;
  }
  .lc-activity-grid {
    gap: 0.5rem;
  }
  .lc-footer {
    padding: 0.9rem 0.8rem;
  }
}/* End custom CSS */