body{
    overflow-x: hidden;
}
section.creci {
    background-color: var(--crema);
}
section.creci .container-fluid,
section.horas .container-fluid{
    max-width: 1440px;
}
section.creci h2{
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    color:  var(--verde-b);
}
section.creci h2 b, section.creci h2 strong{
    font-weight: 700;
}
section.creci .card{
    background-color: var(--verde-b);
    border: none;
    border-radius: 8px;
}
section.creci .card div p {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
}
section.creci .card div p b{
    font-weight: 600;
}
section.creci .card div span{
    font-size: 33px;
    font-weight: 600;
}
section.creci .card div {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 8px;
    height: 85px;
    color: #2C5904;
    text-align: center;
}
section.creci .card > div:nth-child(1),
section.creci .card > div:nth-child(3),
section.creci .card > div:nth-child(5) {
 background-color: #72B344; 
 
}
section.horas img.img-fluid.w-100{
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
section.creci .card > div:nth-child(2),
section.creci .card > div:nth-child(4) {
 
    background-color: #BFED00; 
}
section.creci .card > div:not(:last-child) {
  margin-bottom: 1rem;
}
section.creci .card > div:last-child{
    margin-bottom: -60px;
}
section.creci img{
    border-radius: 8px;
}
section.creci .card-img-overlay, 
section.horas .card-img-overlay {
    background: linear-gradient(to right, rgb(0 0 0 / 66%) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 8px;
}
section.creci h3{
    font-size: 24px;
    font-weight: 400;
} 
section.creci h3 b{
    font-size: 32px;
    font-weight: 700;
}
section.creci h4{
    font-size: 24px;
    font-weight: 400;
}
section.creci h4 b{
    font-weight: 700;
}
.horas .card{
    border: none;
}
.horas .ico_text {
    display: flex;
    align-items: center;
        gap: 30px;
}
.horas .card h2{
    font-size: 33px;
    font-weight: 700;
    color:#2C5904;
}
.horas .card p{
    font-size: 18px;
    font-weight: 400;
    color: #2C5904;
        line-height: 1.2;
}
.horas .card span{
    font-size: 25px;
    font-weight: 700;
    color: #2C5904;
}
.horas .card-img-overlay h3{
    font-size: 32px;
    font-weight: 700;
}
.horas .card-img-overlay p{
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
}
section.horas .ico_text:not(:last-child) {
  margin-bottom: 1.5rem;
}
.ico_text img {
    width: 60px;
}
section.salud .container{
    background-color:#F6F4E8;
    border-radius: 8px;
}
section.salud .card{
    border: none;
    border-radius: 8px;
    background-color: #72B344;

}
section.salud .col-tt h3{
    font-size: 28px;
    font-weight: 700;
    color: #2C5904;
}
section.salud .col-tt p{
    font-size: 17px;
    font-weight: 400;
    color: #2C5904;
}
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;
}
@media (max-width: 600px){
    section.creci h2 {
        font-size: 25px;
    }
    section.creci .card-img-overlay{
        position: relative;
    }
    
.txt_movil {
    justify-content: flex-end;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    background: linear-gradient(to left, rgb(0 0 0 / 66%) 0%, rgba(0, 0, 0, 0) 100%);
}
section.creci .txt_movil h3 {
    font-size: 18px;
    padding-left: 140px;
    color: white;
}
section.creci .txt_movil h3 b {
    font-size: 23px;
}
section.creci img, section.creci .card,
section.horas img.img-fluid.w-100,section.salud .card {
    border-radius: 0px;
}
section.creci .card > div:last-child{
    margin-bottom: 0px;
}
section.creci h4 br {
    display: none;
}
section.creci .card div{
 gap: 10px;   
 justify-content: center;
}
section.creci .card div span {
    font-size: 28px;
}
.horas .card-img-overlay h3 {
    font-size: 23px;
}
.horas .card-img-overlay p {
    font-size: 15px;
}
section.horas .card-img-overlay {
    background: linear-gradient(to right, rgb(0 0 0 / 90%) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 0px;
}
.horas .card h2, section.salud .col-tt h3 {
    font-size: 27px;
}
.horas .card p {
    font-size: 15px;
}
.horas .ico_text {
    gap: 15px;
}
section.salud .col-tt h3{
    text-align: center;
}
section.salud .col-tt p {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}
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;
}
}