.content h2{
    color: #2C5904;
}
.content h2 strong{
    color: #72B344;
}
.content p{
color: #453D3B;
font-size: 17px;
/* font-weight: 500; */
}



/* Tarjeta base */
.caract-card {
    border-radius: 14px;
    padding: 24px 22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    transition: box-shadow .3s ease, transform .3s ease;
}

/* Hover (desktop) */
@media (min-width: 768px) {
    .caract-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 16px rgba(0,0,0,0.15);
    }
}

/* Icono alineado a la izquierda arriba */
.caract-icon {
    width: 46px;
    height: auto;
    margin-bottom: 18px;
    display: block;
}

/* Título y descripción */
.caract-title {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 10px;
}

.caract-desc {
    margin: 0;
    font-size: 17px;
    line-height: normal;
    font-weight: 400;
}

/* Ajustes generales del wrapper */
.caract-parque-wrapper {
    /* opcional: separaciones extra */
}

/* ---- Slick mobile ---- */

.caract-mobile .caract-card {
    margin: 0 10px;
}

/* Flechas solo para mobile slider */
.caract-mobile .slick-prev,
.caract-mobile .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    background: rgba(0,0,0,0.15);
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.caract-mobile .slick-prev {
    left: 5px;
}

.caract-mobile .slick-next {
    right: 5px;
}

.caract-mobile .slick-prev:before,
.caract-mobile .slick-next:before {
    color: #fff;
    font-size: 18px;
}

/* Ocultamos dots por si acaso */



.caract-icon-wrapper img,
.caract-icon-wrapper svg {
    width: 80px;
    height: auto;
    margin-bottom: 18px;
    display: block;
}

.section_turismo .card{
    border: none;
}
.section_turismo .card h3.caract-title{
    color: #2C5904;
    font-weight: 700;
line-height: normal;

}

.section_turismo .card p.caract-desc{
    color: #000;
line-height: normal;
font-size: 20px;
}
.section_tarifas .h2{
    font-size: 45px;
    color: #2C5904;
    font-weight: 700;
}

.section_tarifas .card{
    border-radius: 24px;
    background-color: #F6F4E8;
    border: none;
}
.section_tarifas .card li{
    font-size: 20px;
    color: #000;
    font-weight: 500;
}



.ubica_desde .list-unstyled li::before {
    content: '';
    position: absolute;
        top: 18px;
    left: -30px;
    width: 18px;
    height: 18px;
    background: #2C5904;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.ubica_desde .list-unstyled span {
    font-size: 25px;
    font-weight: 700;
    color: #453D3B;
    position: absolute;
    left: -70px;
}
.ubica_desde .list-unstyled p{
    font-size: 18px;
    font-weight: 500;
line-height: normal;
}
.ubica_desde .card .h3 {
    font-size: 32px;
    color: #2C5904;
    font-weight: 700;
}
.ubica_desde .list-unstyled .items-line {
       position: absolute;
    top: 12px;
    bottom: 0px;
    left: -6px;
    width: 1px;
    background: #000;
    z-index: 1;
}
.ubica_desde .card{
    background-color: #F6F4E8;
    border: none;
    border-radius: 24px;
}

@media (max-width: 600px){
      .content p{ font-size: 15px; }
    .content h2{ font-size: 24px;}
        .slick-dots {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-top: 10px;
        list-style: none;
        padding: 0;
        bottom: -40px;
    }
        .slick-dots li {
        margin: 0;
        width: 26px;
        height: 26px;
    }
        .slick-dots li.slick-active button {
        background-color: #2C5904;
    }
        .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 button:before {
        color: transparent !important;
    }
    .caract-title { font-size: 22px;}
    .section_turismo .card p.caract-desc{font-size: 15px;}
    .ubica_desde .card .h3 { font-size: 23px;}
    .ubica_desde .list-unstyled p, .section_tarifas .card li {font-size: 15px;}
    .ubica_desde .list-unstyled li::before{    left: -22px;}
    .ubica_desde .list-unstyled span {
    font-size: 20px;
    left: -55px;
    top: 3px;
    }
    .ubica_desde .card, .section_tarifas .card{border-radius: 0;}
    .section_tarifas .h2{ font-size: 28px;}

}