.elementor-129 .elementor-element.elementor-element-68a620b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-bc51fb3 *//* ==========================================================================
   NOVAGRIC FOOTER - ESTILOS AISLADOS (prefix: ng-)
   ========================================================================== */

/* Contenedor Base */
.ng-footer-block {
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  box-sizing: border-box;
}

.ng-footer-block *, 
.ng-footer-block *::before, 
.ng-footer-block *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.ng-footer {
  background-color: #0b2214; /* Verde oscuro corporativo */
  color: #e2e8f0;
  padding: 60px 20px 25px 20px;
  line-height: 1.5;
}

.ng-footer-container {
  max-width: 1140px;
  margin: 0 auto;
}

/* Rejilla de Columnas */
.ng-footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 45px;
}

/* Columna Base */
.ng-footer-col {
  flex: 1 1 220px;
}

/* Columna Marca (35% de ancho ideal) */
.ng-footer-brand {
  flex: 1.2 1 280px;
  max-width: 360px;
}

.ng-footer-logo-link {
  display: inline-block;
  margin-bottom: 18px;
  text-decoration: none;
}

.ng-footer-logo {
  max-width: 210px;
  height: auto;
  display: block;
}

.ng-footer-desc {
  color: #cbd5e1;
  font-size: 0.92rem;
  line-height: 1.6;
  font-weight: 400;
}

/* Títulos de Sección */
.ng-footer-title {
  color: #a3e635; /* Verde lima destacado */
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.3px;
}

/* Columna Menú Navegación */
.ng-footer-nav {
  flex: 0.8 1 160px;
}

.ng-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ng-footer-links li {
  margin-bottom: 10px;
}

.ng-footer-links a {
  color: #f1f5f9;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.2s ease, padding-left 0.2s ease;
  display: inline-block;
}

.ng-footer-links a:hover {
  color: #a3e635;
  padding-left: 4px;
}

/* Columna Contacto */
.ng-footer-contact {
  flex: 1.3 1 290px;
}

.ng-footer-info-group {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ng-footer-info-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ng-footer-label {
  color: #94a3b8;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ng-footer-value {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 400;
}

.ng-footer-link {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.ng-footer-link:hover {
  color: #a3e635;
  text-decoration: underline;
}

/* Copyright / Línea Inferior */
.ng-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 25px;
  text-align: center;
}

.ng-footer-bottom p {
  color: #94a3b8;
  font-size: 0.85rem;
  font-weight: 400;
}

/* Responsivo para móviles y pantallas pequeñas */
@media (max-width: 768px) {
  .ng-footer {
    padding: 40px 18px 20px 18px;
  }

  .ng-footer-grid {
    gap: 32px;
    padding-bottom: 30px;
  }

  .ng-footer-brand, 
  .ng-footer-nav, 
  .ng-footer-contact {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .ng-footer-logo {
    max-width: 180px;
  }
}/* End custom CSS */