.content h2,.tt2_pro .h3, .text-green{
    color: #2C5904;
}
.content h2 strong{
    color: #72B344;
}
.tt2_pro p{
    color: #453D3B;
    font-size: 18px;
    line-height: normal;
}





/* Contenedor general de la sección */
.progr-wrapper {
    /* opcional: puedes ajustar margen superior/inferior aquí */
}

/* Contenedor de las tarjetas apiladas */
.progr-stack {
    position: relative;
}

/* Tarjeta base */
.progr-item {
    position: relative;
    border-radius: 16px;
    padding: 20px 28px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Apilado: todos menos el primero se superponen hacia arriba */
.progr-item + .progr-item {
    margin-top: -25px;
}

/* Alturas específicas SOLO en desktop/tablet */
@media (min-width: 768px) {
    .progr-item-1 {
        height: 140px;
    }

    .progr-item-2 {
        height: 120px;
        margin: 0 30px;
    }

    .progr-item-3,
    .progr-item-4 {
        height: 120px;
       
    }
    .progr-item-3 {
         margin: 0 60px;
    }
    .progr-item-4 {
         margin: 0 90px;
    }
}
.progr-item-2 .progr-item-inner, 
.progr-item-4 .progr-item-inner, 
.progr-item-3 .progr-item-inner {
    margin-top: 1rem;
}

/* Layout interno: título izquierda, descripción derecha */
.progr-item-inner {
    display: flex;
    width: 100%;
        align-items: center;
}

/* Columna izquierda (título) */
.progr-left {
    flex: 0 0 35%;
    max-width: 35%;
}

/* Columna derecha (descripción) */
.progr-right {
    flex: 0 0 65%;
    max-width: 65%;
}

/* Título */
.progr-title {
    margin: 0;
    font-weight: 500;
    font-size: 30px;
}

/* Descripción */
.progr-desc {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: normal;
}

/* Opacidad sólo en texto de items NO primeros */
.progr-item-muted .progr-title,
.progr-item-muted .progr-desc {
    opacity: 0.5;
}




a.btn_ver_mas {
    background-color: #2C5904;
    color: white;
    padding: 10px 50px;
    font-weight: 500;
    border-radius: 50px;
}
a.btn_ver_mas:hover {
    background-color: #72B344;
    color: white;
    text-decoration: none;
}



.text_card .caract-icon-wrapper {
    background-color: rgb(255 255 255 / 50%);
    border-radius: 12px;
    padding: 15px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text_card p{
    font-size: 16px;
    
font-weight: 400;
line-height: normal;
}

.section_foment .card{
    border: none;
}

.text_card .item_text:last-child{
    border-radius: 0 0 8px 8px;
}

.text_card .item_text {
    height: 150px;
}

h3.caract-title {
    text-shadow: 0px 0px 4px #999999;
}


section.talento_slider{
    max-width: 1440px;
    margin: auto;
}

/* === Slider Talento === */
#slider_talento {
  position: relative;
}

#slider_talento .item {
  box-sizing: border-box;
  display: flex;
    flex-direction: column;
    align-items: center;
}

#slider_talento .slick-prev,
#slider_talento .slick-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 2rem;
  color: #72b344; /* color de las flechas */
  z-index: 10;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

section.talento_slider #slider_talento .item img{
    border-radius: 8px;
}

#slider_talento .slick-prev { left: -47px; }
#slider_talento .slick-next { right: -37px; }

#slider_talento .slick-prev:hover,
#slider_talento .slick-next:hover {
  color: #72b344; /* color hover */
}

#slider_talento .slick-dots {
  bottom: -30px;
  position: static;
  margin-top: 10px;
}

#slider_talento .slick-dots li button:before {
  font-size: 10px;
  color: #72b344;
}

section.talento_slider #slider_talento .item .card-img-overlay::before {
       content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, rgb(0 0 0 / 90%) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 8px;
}
section.talento_slider #slider_talento .item .h4,
section.talento_slider #slider_talento .item p {
    position: relative;
    z-index: 1;
}
section.talento_slider #slider_talento .item .h4{
    font-weight: bold;
}
a.btn-conoce_mas {
    background-color: #2C5904;
    padding: 5px 45px;
    color: white;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
}



.biblio .card{
    background-color: #F6F4E8;
        border-radius: 24px 0 0 24px;
}
.biblio .card p{
    font-size: 20px;
    line-height: normal;
}


.items_bli .item_blibi:first-child{
   margin-bottom: 1.2rem;
}
.items_bli .item_blibi .caract-icon-wrapper img{
    width: 70px;
}
.items_bli .item_blibi p.h4{
    font-size: 18px;
    font-weight: 500;
}

.items_bli .item_blibi p.h4 b{
    font-size: 24px;
    font-weight: 700;
}


.deport .h2{
    font-size: 45px;
    color: #2C5904;
    font-weight: 700;
}




/* Contenedor principal del banner */
.deport-banner {
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    min-height: 450px; /* ajustable */
    display: flex;
    align-items: center;
}

/* Imagen de fondo */
.deport-bg-image {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Capa oscura para contraste */
.deport-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to right, rgb(0 0 0 / 95%), rgba(0, 0, 0, 0.15))
}

/* Contenido */
.deport-content {
    position: relative;
    z-index: 3;
    color: #ffffff;
    max-width: 500px;
    padding: 40px 50px;
}

/* Título */
.deport-title {
    font-size: 35px;
    font-weight: 700;
}

/* Descripción */
.deport-desc {
    font-size: 18px;
    color: #ffffff; /* NO opacidad */
        line-height: normal;
}

/* Botón verde */
.deport-btn {
    display: inline-block;
        padding: 7px 30px;
    background: #72B344;
    color: #ffffff !important;
    border-radius: 40px;
    font-weight: 600;
    transition: background .3s ease;
}

.deport-btn:hover {
    background: #2C5904;
    text-decoration: none;
}




.lide-btn {
    display: inline-block;
        padding: 7px 40px;
    background: #72B344;
    color: #ffffff !important;
    border-radius: 40px;
    font-weight: 600;
    transition: background .3s ease;
    font-size: 20px;
}

.lide-btn:hover {
    background: #2C5904;
    text-decoration: none;
}


section.lideres .card p{
    font-size: 20px;
    line-height: normal;
    color: #453D3B;
        font-weight: 500;
}

section.lideres .card p b{
     font-size: 23px;
}


/* ---------- RESPONSIVE ---------- */
@media(max-width: 600px) {
    section.talento_slider #slider_talento .item p {
    font-size: 13px;
    line-height: normal;
}
section.talento_slider #slider_talento .item .h4 {
    font-size: 16px;
}
#slider_talento .slick-prev {
    left: -30px;
}
#slider_talento .slick-next {
    right: -20px;
}
    .deport-banner {
   align-items: flex-end;
    }

    .deport-content {
        padding: 25px;
        max-width: 100%;
    }

    .deport-title {
        font-size: 1.6rem;
    }
     .progr-item {
        height: auto;                
        padding: 18px 18px;
    }

    .progr-item:first-child {
        margin-top: 0 !important;
    }

    .progr-item-inner {
        flex-direction: column;
    }

    .progr-left,
    .progr-right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .progr-left {
        margin-bottom: 8px;
    }
         .content p{ font-size: 15px; }
    .content h2{ font-size: 24px;}
    .tt2_pro p{ font-size: 15px;}
     .tt2_pro .h3{ font-size: 24px;}
     .progr-title { font-size: 22px; }  
        .progr-desc { font-size: 15px; text-align: center;}
    .progr-item{ border-radius: 10px; }
    .progr-item.progr-item-4 {
    margin-right: 25px;
    margin-left: 25px;
}
.progr-item.progr-item-3 {
    margin-right: 15px;
    margin-left: 15px;
}
.progr-item.progr-item-2 {
    margin-right: 8px;
    margin-left: 8px;
}
a.btn_ver_mas{
    display: block;
    width: 100%;
}
h3.caract-title { font-size: 22px;}
.text_card p {
    font-size: 14px;
}
h4.caract-title {
    font-size: 17px;
}
.section_foment .card {
    height: auto !important;
}
.biblio .card p {
    font-size: 16px;
}
.biblio .card .h1 {
    font-size: 25px;
}
.items_bli .item_blibi p.h4 {
    font-size: 15px;
}
.items_bli .item_blibi p.h4 b {
    font-size: 20px;
}
.biblio .card {
    border-radius: 0 0 10px 10px;
}
.biblio img.img-fluid.w-100 {
    border-radius: 10px 10px 0 0;
}
.deport-overlay{
        background: linear-gradient(to top, rgb(0 0 0 / 95%), rgba(0, 0, 0, 0.15));
}
.deport-btn, a.lide-btn{
        width: 100%;
    text-align: center;
}
.deport .h2 {
    font-size: 30px;
}
.lideres img.img-fluid.w-100 {
    border-radius: 10px;
}
section.lideres .card p {
    font-size: 16px;
}
section.lideres .card p b {
    font-size: 20px;
}
.lideres .h1 {
    font-size: 25px;
}
}
