.section-tittle2 h2 {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 1rem; /* subí de 0.5rem a 1rem */
        padding-bottom: 0.5rem;
        border-bottom: 2px solid #d4d4d4;
}



.section-tittle2 p {
    font-size: 1.1rem;
   margin-top: 0.8rem; /* nuevo: separa más del h2 */
    margin-bottom: 1.5rem;
}

.single-features {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}

.features-icon img {
    width: 22px;
    height: 22px;
    margin-top: 4px;
}

.features-caption p {
    margin: 0;
    font-size: 1.05rem;
   
}

.division-tramo {
    border: none;
    border-top: 2px solid #d4d4d4;
    margin: 3rem 0 2.5rem 0;
}

 .left-img 
    {
        text-align: center; /* Centra la imagen horizontalmente */
    }

.left-img img {
    display: inline-block; /* Asegura que la imagen se centre correctamente */
    max-width: 100%; /* Ajusta el tamaño de la imagen al contenedor */
    height: auto; /* Mantiene la proporción de la imagen */
}


.left-img img {
    max-width: 90%; /* Ajusta el tamaño de la imagen al contenedor en dispositivos móviles */
}
 

/* PARTE HEADER*/
.slider-height2 {
    min-height: auto !important;
    height: auto !important;
    padding: 10px 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero__caption2 {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
}

.hero__caption2 h1 {
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 0 auto;
    text-align: center;
    max-width: 900px;
}

/* Ajuste del texto principal */
.hero__caption2 h1 {
    font-size: 1.2rem !important;
    line-height: 1.9 !important;
    text-align: center !important;
    margin:  2rem auto 4rem auto !important;/* Añadí margen negativo arriba para subirlo */
    max-width: 900px;
    padding: 0 1rem;
    width: 100%; /* Asegura que ocupe todo el ancho disponible */
}