/* ===========================================
   HERO
=========================================== */
.hero-agricultura {
  height: 75vh;
  background: url("../images/hero/pexels-tomfisk-2526653.jpg") center/cover no-repeat fixed;
  position: relative;
}

.hero-agricultura .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 60, 0, 0.55), rgba(0, 0, 0, 0.7));
}

.hero-agricultura h1,
.hero-agricultura p {
  z-index: 2;
  position: relative;
}

/* ===========================================
   GENERAL TITLES
=========================================== */
.section-title {
  font-size: 2.3rem;
  font-weight: 700;
  color: #2d572c;
  margin-bottom: 25px;
  position: relative;
}

.section-title:after {
  content: "";
  width: 70px;
  height: 4px;
  background: #28a745;
  display: block;
  margin: 10px auto 0 auto;
  border-radius: 2px;
}

/* ===========================================
   INFO CARDS
=========================================== */
.info-card {
  background: #fff;
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: all .3s ease;
  text-align: center;
}

.info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.info-card i {
  font-size: 3rem;
  color: #28a745;
  margin-bottom: 15px;
}

/* ===========================================
   ACTIVIDADES
=========================================== */
.actividad-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  transition: 0.3s ease;
}

.actividad-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.18);
}

.actividad-img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

/* ===========================================
   NOTICIAS
=========================================== */
.cultura-noticia {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  transition: .3s ease;
  box-shadow: 0 3px 12px rgba(0,0,0,0.12);
}

.cultura-noticia:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.18);
}

.cultura-noticia img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.cultura-noticia-body {
  padding: 15px 18px 20px;
}

.cultura-noticia-body h5 {
  font-weight: 700;
  font-size: 1.2rem;
  color: #2d572c;
}

/* ===========================================
   GALERÍA
=========================================== */
.galeria-item {
  border-radius: 14px;
  overflow: hidden;
  transition: 0.3s ease;
  background: #fff;
}

.galeria-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.18);
}

.cultura-galeria-img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

/* ===========================================
   ANIMACIÓN FADE
=========================================== */
.fade-in {
  opacity: 0;
  transform: translateY(25px);
  transition: all .7s ease-out;
}

.fade-in.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* ===========================================
   COLORS
=========================================== */
.text-green {
  color: #2d572c !important;
}

/* Botones verdes */
.btn-success,
.btn-outline-success:hover {
    color: white !important;
  background: #28a745 !important;
  border-color: #28a745 !important;
}

.btn-outline-success {
  color: #28a745 !important;
  border-color: #28a745 !important;
}


.evento-card {
  border-radius: 12px;
  background: #fff;
  transition: .3s ease;
}
.evento-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.evento-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
}
