.prot-ren p {
    color: #453D3B;
    font-size: 20px;
    line-height: normal;
}
.prot-ren h2 strong {
    color: #72B344;
}
.prot-ren h2 {
    color: #2C5904;
    font-weight: 400;
    line-height: normal;
    font-size: 40px;
}
section.txt_img{
    max-width: 1440px ;
    margin: auto;
}
section.txt_img .h2 {
    color: #2C5904;
    font-size: 34px;
    font-weight: 700;
}
section.txt_img p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.item-somos .card.bg-crema{
    background-color: #F6F4E8;
    border-radius: 8px 0 0 8px;
    border: none;
}

.item-somos .card-text{
    border-radius: 0 8px 8px 0;
    border: none;
}
/* Flechas */
.car-icotxt__nav {
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    border: none;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.car-icotxt__nav span { font-size: 26px; line-height: 1; }
.car-icotxt__prev { left: -30px; }
.car-icotxt__next { right: -30px; }
.car-icotxt__nav svg {
    width: 40px;
    height: auto;
}

.txt_img img {
    border-radius: 16px;
}
section.prod_serv .card .car-icotxt__icon {
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
section.prod_serv .card .car-icotxt__icon img{
    width: 60px;
    height: 60px;
}
section.prod_serv .card .descr, section.prod_serv .card {
    border-radius: 8px;
    border: none;
}
.descr p, .descr li {
    font-size: 14px;
}
.somos_prot img{
    border-radius: 8px;
}
.card-compr img{
    width: 100px;
    margin: 0 auto;
    margin-bottom: 2rem;
}
.card-compr .h5 {
    font-size: 23px;
    font-weight: 700;
    color: #2C5904;
}
.card-compr p {
    font-size: 15px;
    font-weight: 400;
    color: #453D3B;
}
.card-compr {
    border: none;
    border-radius: 8px;
   background-color: #F6F4E8;
}
.ubica_logi{
    background-color: #FFD22F;
}
.ubica_logi .h2, .ubica_logi p {
    color: #2C5904;
}

.datos_info div {
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 45px;
}
.datos-info .img{
    width: 35%;
}
.datos-info .alc-extra{
    width: 65%;
}
.datos-info .card{
    background-color: #F6F4E8;
    border-radius: 8px;
}
.datos-info .h4{
    font-size: 26px;
    color: #2C5904;
line-height: normal;
}

.datos_info div span {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px;
   
}
.datos_info div .h5{
    color: #2C5904;
    background-color: white;
}
.correo span, .tele span{
     background-color: #2C5904;
}

.insta span, .in span, .dire span{
    background-color: #72B344;
}
.dire span i{
    color: #fff;
    font-size: 24px;
}
.correo .h5{
    font-size: 14px;
}
.tele .h5, .insta .h5, .in .h5, .dire .h5{
    font-size: 15px;
}
.desc_info.h5{
    color: #2C5904;
    font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.prod_serv .h1, .somos_prot .h1, .compr .h1 {
    color: #2C5904;
}
.slider-serv-mobile, .slider-txt-img-mobile {
  width: 100%;
      margin: auto;
}


/* ---------- RESPONSIVE ---------- */
@media(max-width: 600px) {
  .content p{ font-size: 15px; }
    .content h2{ font-size: 20px;} 

section.txt_img .h2 {font-size: 20px;}
section.txt_img p{ font-size: 14px;}
.prod_serv .h1, .somos_prot .h1, .compr .h1 {
    font-size: 26px;
}
.item-somos .card p {
    font-size: 14px;
}
.item-somos .card .h2 {
    font-size: 22px;
}
.item-somos .card-text {
    border-radius: 0 0 8px 8px;
}
.somos_prot img {
    border-radius: 8px 8px 0 0;
}
.car-icotxt__nav svg {
    width: 30px;
}
.car-icotxt__next {
    right: 5px;
}
.car-icotxt__prev {
    left: 5px;
}
 .slider-serv-mobile {
    display: block; /* Slick maneja el layout */
  }

  .slider-serv-mobile .slider-item {
    padding: 0 10px;
  }

  .slider-serv-mobile .col-sm-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background-color: #AFC9A2;
        border: none;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.2s ease;
    }
        .slick-dots li {
        margin: 0;
        width: 26px;
        height: 26px;
    }
        .slick-dots {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-top: 10px;
        list-style: none;
        padding: 0;
        bottom: -40px;
        left: 0;
    }
        .slick-dots li button:before {
        color: transparent !important;
    }
        .slick-dots li.slick-active button {
        background-color: #2C5904;
    }
    .slider-serv-mobile .card .h4 {
    font-size: 18px;
    }
     .slider-txt-img-mobile {
    display: block; /* Slick controla el layout */
  }

  .slider-txt-img-mobile .slider-item {
    padding: 0 10px;
  }

  .slider-txt-img-mobile .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ubica_logi p {
    font-size: 15px;
    line-height: normal;
}
.ubica_logi .h2 {
    font-size: 25px;
}
.datos-info .alc-extra, .datos-info .img {
    width: 100%;
}
.datos-info .h4 {
    font-size: 20px;
    text-align: center;
}
.tele .h5, .insta .h5, .in .h5, .dire .h5,.correo .h5 {
    font-size: 11px;
            padding: 5px;
}
.datos_info div{
    width: 100%;
}
.desc_info.h5{
    font-size: 14px;
    text-align: center;
}
.card-compr p {
    font-size: 13px;
}
.card-compr .h5 {
    font-size: 20px;
}

}

/* Desktop: comportamiento normal */


