.seccion-caracteristicas-hv {
    font-family: 'Montserrat', sans-serif;
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 20px 120px 20px;
    box-sizing: border-box;
    background-color: #ffffff;
}

.seccion-caracteristicas-hv *, .seccion-caracteristicas-hv *::before, .seccion-caracteristicas-hv *::after {
    box-sizing: inherit;
}

.cchv-titulo-principal {
    font-weight: bold;
    font-size: 50px;
    color: #4B4B4B;
    text-align: center;
    margin-top: 0;
    margin-bottom: 170px;
}

.cchv-pasos-wrapper {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.cchv-paso {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 140px;
}

.cchv-imagen-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cchv-texto-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cchv-imagen {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

img.cchv-imagen:not([src]), img.cchv-imagen[src=""] {
    background-color: #e9ecef;
    border-radius: 20px;
    min-height: 250px;
    width: 80%;
}

.cchv-layout-img-izq {
    flex-direction: row;
}

.cchv-layout-img-izq .cchv-texto-container {
    text-align: left;
    align-items: flex-start;
}

.cchv-layout-img-der {
    flex-direction: row-reverse;
}

.cchv-layout-img-der .cchv-texto-container {
    text-align: right;
    align-items: flex-end;
}

.cchv-titulo-paso {
    font-weight: bold;
    font-size: 33px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 20px;
}

.cchv-descripcion-paso {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 32px;
    color: #000000;
    line-height: 1.4;
    margin: 0;
}

.cchv-footer {
    text-align: center;
    margin-top: 100px;
}

.cchv-footer p {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 32px;
    color: #000000;
    margin: 0;
}

@media screen and (max-width: 837px) {
    .seccion-caracteristicas-hv {
        padding: 40px 15px;
    }

    .cchv-titulo-principal {
        margin-bottom: 120px;
    }

    .cchv-pasos-wrapper {
        gap: 70px;
        max-width: 625px;
        margin-left: auto;
        margin-right: auto;
    }

    .cchv-paso {
        flex-direction: column !important;
        gap: 30px;
    }

    .cchv-texto-container {
        text-align: center !important;
        align-items: center !important;
    }

    .cchv-imagen {
        width: 100%;
        max-width: 450px;
    }

    .cchv-titulo-paso {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .cchv-descripcion-paso {
        font-size: 23px;
    }

    .cchv-footer {
        margin-top: 80px;
    }

    .cchv-footer p {
        font-size: 25px;
    }
}

@media screen and (max-width: 720px) {
    .cchv-titulo-principal{
        font-size: 30px;
    }

    .cchv-titulo-paso{
        font-size: 23px;
    }

    .cchv-descripcion-paso{
        font-size: 20px;
    }
}

@media screen and (max-width: 590px) {
    .cchv-titulo-principal{
        margin-bottom: 90px;
    }

    .cchv-footer{
        margin-top: 80px;
    }

    .integre-titulo h2{
        margin-top: 0 !important;
    }

    .cchv-titulo-paso, .cchv-footer p{
        font-size: 20px;
    }

    .cchv-descripcion-paso{
        font-size: 17px;
    }
}

@media screen and (max-width: 450px) {
    .cchv-titulo-principal{
        font-size: 20px;
    }

    .cchv-titulo-paso, .cchv-footer p{
        font-size: 17px;
    }

    .cchv-descripcion-paso{
        font-size: 14px;
    }
}