.elementor-1195 .elementor-element.elementor-element-aa8d114{--display:flex;}.elementor-1195 .elementor-element.elementor-element-198e209{width:100%;max-width:100%;}.elementor-1195 .elementor-element.elementor-element-da460fb{--display:flex;}.elementor-1195 .elementor-element.elementor-element-226907d{--display:flex;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-1195 .elementor-element.elementor-element-5b3c6f9{width:100%;max-width:100%;}.elementor-1195 .elementor-element.elementor-element-abacdc0{--display:flex;--margin-top:-2%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-1195 .elementor-element.elementor-element-a7799de{--display:flex;--margin-top:-2%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-da460fb */.agro51-grid-feature {
  padding: 4rem 1rem;
  background-color: #ffffff;
}

.grid-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  align-items: center;
}

.grid-text .lead {
  font-size: 1.15rem;
  font-weight: 500;
  color: #1f2a1f;
  margin-bottom: 1rem;
}

.grid-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #4a5a4a;
  margin-bottom: 0.75rem;
}

.grid-text .highlight {
  margin-top: 1.2rem;
  font-weight: 600;
  color: #6b8e23;
}

/* Botón */
.agro51-btn {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.75rem 1.6rem;
  background-color: #6b8e23;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.agro51-btn:hover {
  background-color: #5a7a1d;
  transform: translateY(-2px);
}

.grid-image img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* Responsive */
@media (max-width: 768px) {
  .grid-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .grid-image {
    order: -1;
  }

  .grid-text .lead {
    font-size: 1.05rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5b3c6f9 */.agro51-benefits {
  padding: 3rem 1rem;
  background-color: #f6f8f4;
}

.benefits-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.benefit-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 35px rgba(0,0,0,0.08);
}

.check-icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #6b8e23;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.benefit-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #1f2a1f;
}

.benefit-card p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #4a5a4a;
}

@media (max-width: 480px) {
  .agro51-benefits {
    padding: 2rem 1rem;
  }

  .benefit-card {
    padding: 1.25rem;
  }

  .benefit-card h3 {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9aa4f3a */.agro51-categories-full {
  width: 100%;
  padding: 4rem 1rem;
  background-color: #f6f8f4;
}

.categories-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.categories-title {
  text-align: center;
  font-size: 2rem;
  color: #1f2a1f;
  margin-bottom: 2.5rem;
}

/* GRID 2x2 */
.categories-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

/* Card */
.category-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.category-card[open] {
  box-shadow: 0 18px 40px rgba(0,0,0,0.1);
}

/* Summary */
.category-card summary {
  list-style: none;
  cursor: pointer;
  padding: 1.5rem;
}

.category-card summary::-webkit-details-marker {
  display: none;
}

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

/* Title + icon */
.summary-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.category-card h3 {
  font-size: 1.1rem;
  color: #1f2a1f;
}

.toggle-icon {
  font-size: 1.2rem;
  color: #6b8e23;
  transition: transform 0.3s ease;
}

.category-card[open] .toggle-icon {
  transform: rotate(180deg);
}

/* Cursos */
.course-list {
  list-style: none;
  padding: 0 1.5rem 1.5rem;
  margin: 0;
}

.course-list li {
  padding: 0.6rem 0;
  font-size: 0.95rem;
  color: #4a5a4a;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.course-list li:last-child {
  border-bottom: none;
}

/* Responsive */
@media (max-width: 768px) {
  .categories-grid {
    grid-template-columns: 1fr;
  }

  .categories-title {
    font-size: 1.6rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6cf7c4c */.agro51-form-cta {
  width: 100%;
  padding: 4rem 1rem;
  background: linear-gradient(180deg, #f6f8f4 0%, #ffffff 100%);
}

.form-wrapper {
  max-width: 600px;
  margin: 0 auto;
  background: #ffffff;
  padding: 2.5rem 2rem;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
  text-align: center;
}

.form-title {
  font-size: 1.8rem;
  color: #1f2a1f;
  margin-bottom: 2rem;
}

.agro51-form {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.form-group {
  text-align: left;
}

.form-group label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #4a5a4a;
  margin-bottom: 0.4rem;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 0.75rem 0.9rem;
  border-radius: 10px;
  border: 1px solid #d8dfd0;
  font-size: 0.95rem;
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: #6b8e23;
}

/* Botón WhatsApp */
.whatsapp-btn {
  margin-top: 1.2rem;
  display: inline-block;
  padding: 0.9rem 1.8rem;
  background-color: #6b8e23;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.whatsapp-btn:hover {
  background-color: #5a7a1d;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 480px) {
  .form-wrapper {
    padding: 2rem 1.5rem;
  }

  .form-title {
    font-size: 1.5rem;
  }
}/* End custom CSS */