.fen-navbar {
    background: linear-gradient(to bottom, rgba(0, 48, 87, 0.9) 0%, rgba(0, 48, 87, 0.4) 95%, rgba(0, 48, 87, 0.1) 100%);
    backdrop-filter: blur(4px);
}
.container-fluid.full-width.section {
  position: relative;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  color: #fff;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}


.introduction-fondos h3{
  font-size: 45px;
    margin: 30px 0;
}
.container-fluid.full-width.section .overlay-section {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);/* 🔥 oscurece la imagen */
  z-index: 1;
}
.container-fluid.full-width.section .content-section {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
        text-align: left;
    padding: 0 80px;
}

.container-fluid.full-width.section h2 {
  font-size: clamp(2rem, 5vw, 3rem);
  margin-bottom: 1rem;
}

.container-fluid.full-width.section .page-description {
  max-width: 700px;
  font-size: 1.1rem;
  line-height: 1.6;
}
section.container-fluid.introduction-fondos
 {
    max-width: 1000px;
    padding: 40px 0;
    color: #1c3250;
}

section.container-fluid.introduction-fondos li{
        font-family: "Montserrat", sans-serif;
            padding: 20px 0;
}


section#proyectosFondos .card-body.d-flex.flex-column {
    background: #f2f3f1;
    border-radius: 15px;
    padding: 25px 30px;
}


section#proyectosFondos article.card.h-100.shadow-sm {
    border: 1px solid #183150;
    border-radius: 15px;
    color: #183150;
}
section#proyectosFondos article.card.h-100.shadow-sm strong{
  color:#b07677
}

section#proyectosFondos article.card.h-100.shadow-sm .progress-bar.bg-warning{
  background-color: #183150!important;
}

section#proyectosFondos article.card.h-100.shadow-sm .card-title{
  font-weight: 700;
}


main.fondos-nacionales .content-section h2, main.fondos-nacionales .content-section .page-description p {
    color: #ffffff;
}

span#Fondo\ de\ Leguminosas{
background: var(--fen-rose);
color:  var(--fen-azul);

}

span#Fondo\ de\ Cereales{
background: var(--fen-yellow);
color:  var(--fen-azul);
}

span#Fondo\ de\ La\ Soya{
 background: var(--fen-orange);
color:  var(--fen-azul);

}

span#Apoyo\ a\ la\ comercialización{
 color: #133453;
 border:1px solid #133453;
}

span#Transferencia\ de\ tecnología\ e\ investigación{
color: #699a2f;
 border:1px solid #699a2f
}

.pf-pagination {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.pf-pagination__inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 600px;
  width: 100%;
}
.pf-pagination__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 2px solid #003152;
  text-decoration: none;
  cursor: pointer;
}
.pf-pagination__btn.is-disabled {
  opacity: .4;
  pointer-events: none;
}
.pf-pagination__icon {
  font-size: 20px;
  line-height: 1;
  color: #003152;
}
.pf-pagination__track {
  flex: 1;
  height: 8px;
  border-radius: 999px;
  background: #003152;
  overflow: hidden;
}
.pf-pagination__progress {
  height: 100%;
  border-radius: inherit;
  background: #f2b233;
  width: 0;
  transition: width .3s ease;
}
.pf-pagination__label {
  font-size: 32px;
  font-weight: 700;
  color: #003152;
  min-width: 3ch;
  text-align: right;
}


@media (max-width: 575.98px) {
    .container-fluid.full-width.section {
        background-position: calc(50% + -25%) 50%;
    }
    
section.container-fluid.introduction-fondos {
    padding: 40px 60px;
}

.beneficios-fondos
  ol, ul {
    padding-left: 10px;

}

section#proyectosFondos {
    padding: 40px 60px;
}
}
