:root {
  --primary: #1b6b46;
  --primary-dark: #163b2e;

  --secondary: #ea9321;

  --light: #f8fafc;

  --gray: #6b7280;

  --border: #e9eef3;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

p {
  color: #666;

  line-height: 1.8;
}

/*==============================
        LINKS
==============================*/

a {
  text-decoration: none;

  transition: var(--transition);
}

a:hover {
  color: var(--primary);
}

/*==============================
        NAVBAR
==============================*/

.navbar {
  background: #fff;

  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);

  padding: 18px 0;
}

.navbar-brand img {
  transition: 0.4s;
}

.navbar-brand:hover img {
  transform: scale(1.05);
}

.nav-link {
  color: #333;

  font-weight: 600;

  margin-left: 18px;
}

.nav-link:hover {
  color: var(--primary);
}

.btn-navbar {
  background: var(--primary);

  color: #fff;

  padding: 12px 26px;

  border-radius: 40px;
}

.btn-navbar:hover {
  background: var(--primary-dark);

  color: #fff;
}

.section-title {
  font-size: 2.6rem;

  font-weight: 800;

  color: var(--primary-dark);

  margin-bottom: 18px;
}

.section-description {
  max-width: 700px;

  margin: auto;

  color: #6b7280;

  line-height: 1.8;

  font-size: 1.05rem;
}
.section-badge {
  display: inline-flex;

  align-items: center;

  padding: 8px 18px;

  border-radius: 50px;

  background: #eef8f2;

  color: var(--primary);

  font-weight: 600;
}
/*======================================
        NAVBAR SCROLL
=======================================*/

.navbar-custom {
  padding: 18px 0;

  transition: 0.35s;

  background: transparent;
}

.logo-navbar {
  height: 58px;

  transition: 0.35s;
}

.navbar-custom .nav-link {
  color: #333;

  font-weight: 600;
}

.navbar-custom .btn {
  transition: 0.35s;
}

/* Cuando baja */

.navbar-custom.scrolled {
  background: white;

  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);

  padding: 10px 0;
}

.navbar-custom.scrolled .nav-link {
  color: #333;
}

.navbar-custom.scrolled .logo-navbar {
  height: 48px;
}

.navbar-custom .nav-link:hover {
  color: var(--secondary);
}

.navbar-custom {
  background: #fff;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Segoe UI", sans-serif;

  background: #fff;

  color: var(--dark);

  overflow-x: hidden;
  padding-top: 90px;
}
.hero-section {
  padding: 30px 0;
  overflow: hidden;
  position: relative;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.15;
  color: #184f3c;
}

.hero-title span {
  color: #ea9321;
}

.hero-description {
  margin-top: 25px;
  color: #666;
  font-size: 1.1rem;
  line-height: 1.8;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  background: #eef8f2;
  color: #1b6b46;

  padding: 10px 18px;

  border-radius: 50px;

  font-weight: 600;
}

.hero-btn-primary {
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 600;
}

.hero-btn-secondary {
  border: 2px solid #184f3c;
  color: #184f3c;

  padding: 14px 28px;

  border-radius: 12px;
  font-weight: 600;
}

.hero-btn-secondary:hover {
  background: #184f3c;
  color: white;
}
.hero-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image {
  width: 100%;
  max-width: 520px;

  border-radius: 25px;

  position: relative;
  z-index: 2;

  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
}
.hero-circle {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.hero-circle-1 {
  width: 330px;
  height: 330px;

  background: #f5c16d;

  top: -40px;
  right: -40px;

  opacity: 0.25;
}

.hero-circle-2 {
  width: 220px;
  height: 220px;

  background: #1b6b46;

  bottom: -30px;
  left: -20px;

  opacity: 0.1;
}
.floating-card {
  position: absolute;

  background: white;

  padding: 16px 20px;

  border-radius: 18px;

  display: flex;

  align-items: center;

  gap: 15px;

  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);

  z-index: 3;
}

.floating-card i {
  font-size: 28px;
  color: #ea9321;
}

.floating-card strong {
  display: block;
  color: #184f3c;
}

.floating-card small {
  color: #777;
}

.floating-card-top {
  top: 50px;
  left: -40px;
}

.floating-card-bottom {
  right: -30px;
  bottom: 40px;
}
.hero-benefits {
  margin-top: -15px;
  position: relative;
  z-index: 20;
}

.hero-benefits .container {
  background: #fff9f3;

  border-radius: 22px;

  padding: 28px;

  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
}
.hero-stats {
  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-top: 55px;

  gap: 40px;
  margin-bottom: 20px;
}

.hero-stat {
  flex: 1;

  text-align: center;
}

.hero-stat-icon {
  width: 50px;

  height: 50px;

  margin: 0 auto 18px;

  border-radius: 50%;

  background: #1b6b46;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 26px;

  transition: 0.3s;
}

.hero-stat:hover .hero-stat-icon {
  transform: translateY(-5px) scale(1.05);
}
.hero-stat span {
  display: block;

  font-size: 0.95rem;

  color: #6b7280;

  margin-bottom: 8px;
}

.hero-stat h4 {
  margin: 0;

  font-size: 1rem;

  font-weight: 800;

  color: #163b2e;
}
@media (max-width: 768px) {
  .hero-stats {
    gap: 25px;
  }

  .hero-stat-icon {
    width: 52px;
    height: 52px;

    font-size: 22px;
  }

  .hero-stat h4 {
    font-size: 1.5rem;
  }
}

.benefit-item {
  display: flex;

  align-items: center;

  gap: 16px;
}

.benefit-icon {
  width: 60px;
  height: 60px;

  border-radius: 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #eef8f2;

  color: #1b6b46;

  font-size: 28px;

  flex-shrink: 0;
}

.benefit-item h6 {
  margin-bottom: 4px;
  font-weight: 700;
  color: #184f3c;
}

.benefit-item p {
  margin: 0;
  color: #777;
  font-size: 0.95rem;
}

.news-card img {
  border-radius: 20px;
  background-color: #184f3c;
}

.news-card h3 {
  font-weight: 700;

  margin-bottom: 20px;
}

.news-card p {
  color: #666;

  line-height: 1.8;

  margin-bottom: 30px;
}
.news-section {
  background: linear-gradient(180deg, #f6fff5 0%, #ffffff 100%);
}

.news-card:hover {
  transform: translateY(-8px);

  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.news-img {
  width: 100%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 22px 22px 0 0;
  background: #fff;
  margin-left: 10px;
  margin-right: 10px;
}

.news-card:hover .news-img {
  transform: scale(1.08);
}
.news-category {
  font-size: 0.75rem;

  letter-spacing: 0.8px;

  text-transform: uppercase;
}

.news-body {
  padding: 22px;
}

.news-body h4 {
  font-weight: 700;

  margin-bottom: 15px;
}

.news-body p {
  color: #666;

  line-height: 1.7;

  min-height: 30px;
}

.news-body a {
  color: #1b6b46;

  font-weight: 700;
}
.news-body h4 {
  min-height: 50px;
  margin-bottom: 12px;
}
.news-body a:hover {
  color: #ea9321;
}
.graminSwiper {
  width: 100%;
  padding: 20px 5px 50px;
}

.graminSwiper .swiper-wrapper {
  align-items: stretch;
}

.graminSwiper .swiper-slide {
  height: auto;
  display: flex;
}

.news-card {
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
  transition: 0.35s;
  box-shadow: 0 15px 30px rgba(207, 249, 190, 0.319);
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.swiper-slide {
  height: auto;
  display: flex;
}

.swiper-button-next,
.swiper-button-prev {
  width: 52px;
  height: 52px;

  border-radius: 50%;

  background: white;

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);

  color: #1b6b46;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
}
.why-section {
  padding: 50px 0;

  background: #fff;
}

.why-image {
  position: relative;
}

.why-image img {
  border-radius: 25px;

  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.why-list {
  display: flex;

  flex-direction: column;

  gap: 28px;
}

.why-item {
  display: flex;

  gap: 18px;
}

.why-item i {
  color: #1b6b46;

  font-size: 28px;

  margin-top: 5px;
}

.why-item h6 {
  font-weight: 700;

  color: #163b2e;

  margin-bottom: 6px;
}

.why-item p {
  margin: 0;

  color: #666;

  line-height: 1.7;
}
.credits-section {
  padding: 50px 0;

  background: #fff;
}

.credit-card {
  padding: 50px;

  border-radius: 28px;

  background: #ffffff;

  border: 1px solid #edf1f4;

  margin-bottom: 45px;

  transition: 0.35s;
}

.credit-card:hover {
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

.credit-image {
  border-radius: 24px;

  width: 100%;
  margin-top: -30px;
}

.credit-category {
  display: inline-block;

  padding: 8px 18px;

  border-radius: 50px;

  background: #eef8f2;

  color: #1b6b46;

  font-weight: 600;

  margin-bottom: 18px;
}

.credit-card h3 {
  font-size: 2rem;

  font-weight: 700;

  color: #163b2e;

  margin-bottom: 18px;
}

.credit-list {
  list-style: none;

  padding: 0;

  margin: 30px 0;
}

.credit-list li {
  margin-bottom: 15px;

  font-size: 1.05rem;
}

.credit-list i {
  color: #1b6b46;

  margin-right: 8px;
}

.credit-btn {
  display: inline-flex;

  align-items: center;

  gap: 10px;

  color: #1b6b46;

  font-weight: 700;

  text-decoration: none;
}

.credit-btn i {
  transition: 0.3s;
}

.credit-btn:hover i {
  transform: translateX(6px);
}
.hero-stats {
  display: flex;

  gap: 20px;

  margin-top: 50px;

  flex-wrap: wrap;
}

.stat-card {
  background: #fff;

  border-radius: 18px;

  padding: 28px;

  flex: 1;

  min-width: 180px;

  border: 1px solid #eef2f5;

  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);

  transition: 0.35s;
}

.stat-card:hover {
  transform: translateY(-6px);

  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
}

.stat-icon {
  width: 55px;

  height: 55px;

  border-radius: 14px;

  background: #eef8f2;

  color: #1b6b46;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 24px;

  margin-bottom: 18px;
}

.stat-card span {
  color: #6b7280;

  font-size: 0.95rem;
}

.stat-card h3 {
  margin-top: 8px;

  font-size: 2rem;

  color: #163b2e;

  font-weight: 800;
}
.testimonial-section {
  margin-bottom: 20px;
}
.btn-course {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  background: linear-gradient(135deg, #ea9321, #f3a63a);

  color: #fff;

  padding: 14px 28px;

  border-radius: 50px;

  font-weight: 600;

  text-decoration: none;

  transition: 0.3s;

  box-shadow: 0 10px 25px rgba(234, 147, 33, 0.25);
}

.btn-course:hover {
  background: linear-gradient(135deg, #d98314, #ea9321);

  color: #fff;

  transform: translateY(-3px);

  box-shadow: 0 15px 35px rgba(234, 147, 33, 0.35);
}

.btn-course i {
  font-size: 1.1rem;
}
.btn-credito {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  background: linear-gradient(135deg, #1b6b46, #1b6b46);

  color: #fff;

  padding: 14px 28px;

  border-radius: 50px;

  font-weight: 600;

  text-decoration: none;

  transition: 0.3s;

  box-shadow: 0 10px 25px rgba(234, 147, 33, 0.25);
}

.btn-credito:hover {
  background: linear-gradient(135deg, #1b6b46, #1b6b46);

  color: #fff;

  transform: translateY(-3px);

  box-shadow: 0 15px 35px rgba(234, 147, 33, 0.35);
}

.btn-credito i {
  font-size: 1.1rem;
}
