.container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: -webkit-fill-available;
}

.init {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0px 0px 60px 0px;
    text-align: center;
}

.separadorH {
    height: 1px;
    width: 100%;
    max-width: 1366px;
    margin: auto;
}

.v2_comparativa__subtitulo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 24px;
    padding-inline: 16px;
}

.v2_comparativa__subtitulo .subtitulo {
    max-width: 680px;
}

/* -------------------------------------------- sec 1 ------------------------------------------- */
.comparative-container-column {
    display: flex;
    gap: 24px;
    justify-content: center;
    padding: 0 55px;
}

.container-column-1 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 322.5px;
    text-align: left;
    padding: 48px 0;
}

.container-column-2 {
    display: flex;
    text-align: center;
    gap: 24px;
    flex-direction: column;
}

.column-2 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 16px;
    width: 322.5px;
    box-shadow: -1px 1px 20px 2px #00000021;
    padding: 48px 0px;
}

.v2__column-2__tituloMobile {
    display: flex;
    justify-content: center;
    padding-block: 8px;
    background: var(--v2_degrade-blue);
    margin-inline: 16px;
    border-radius: 12px 12px 0px 0px;
}

.icon-4,
.icon-5 {
    line-height: 20.5px;
}

.icon-4 img {
    width: 18px;
    height: 13px;
}

.icon-5 img {
    width: 16px;
    height: 2px;
}

.text {
    padding: 0px 40px 5px 40px;
    font-size: 20px;
    line-height: 23px;
}

.text-centrar {
    display: flex;
    align-items: center;
}

.text-height {
    height: 160px;
}

.text-height-1 {
    height: 96px;
}

.text-height-2 {
    height: 216px;
}

.text-height-3 {
    height: 48px;
}

.text-height-centrar {
    justify-content: center;
    align-items: center;
    display: flex;
}

/* Estilos para las pestañas */
.contenedorComparativaMobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mobile-tabs {
    flex: 1;
}

.mobile-tabs .nav-tabs {
    border-bottom: none !important;
    width: 322px;
    margin-inline: auto;
}

.mobile-tabs .nav-tabs .nav-item {
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
}

.mobile-tabs .nav-tabs .nav-link {
    color: var(--v2_grey-dark);
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.mobile-tabs .nav-tabs .nav-link.active {
    background: none !important;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    color: var(--v2_blue);
}


/* --------------------------------- estilos form en su template -------------------------------- */

/* -------------------------------------------- sec 2 ------------------------------------------- */
.comparative_container_2 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px 16px;
    align-items: center;
}

.comparative_container_2 hr {
    margin: auto;
    width: 100%;
    background-color: #C0CFE6;
}

.container_row {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
}

.row_custom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.row_info {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.row_img img {

    width: 100%;
    height: 100%;
}

.row_custom li {
    font-size: 24px;
}

.container-column-1 {
    display: none !important;
}

.v2__column-2__tituloMobile {
    display: flex !important;
}

@media (min-width: 992px) {

    /* Seccion 2 */

    .container_row {
        flex-direction: row;
        gap: 24px;
        justify-content: stretch;
    }

    .row_custom {

        align-items: start;
        text-align: start;
        gap: 24px;
        flex-basis: 50%;
    }

    .row_img {
        width: 400px;
        height: 400px;

    }

    .row_imgW520 {
        width: 520px;
    }

    .comparative_container_2 {
        align-items: stretch;
    }

    .container-column-2 {
        flex-direction: row;
    }

    /* RESOLUCION 1280 */
    .container-column-1.v2_text_20_regular.desktop {
        display: flex !important;
    }

    .v2__column-2__tituloMobile {
        display: none !important;
    }

    /* .v2_text_20_regular {
        font-family: 'Inter';
        font-size: 16px;
        font-weight: 400;
        margin: 0px;
        line-height: 1;
    } */
    /* RESOLUCION 1280 END */
}

@media (min-width: 1366px) {
    .comparative_container_2 {
        max-width: 1366px;
        margin-inline: auto;
        align-items: stretch;
        gap: 60px;
        padding: 60px 130px;
    }

    .container-column-1 {
        display: flex !important;
    }

    .v2__column-2__tituloMobile {
        display: none !important;
    }

    .container_row {
        justify-content: space-between;
        gap: 80px;
    }

    .row_custom {
        flex-basis: 57%;
    }

    .row_img {
        flex-basis: 36.2%;
    }

    .row_imgW520 {
        width: 520px;
        flex-basis: 59%;
    }
}

@media (min-width: 1400px) {}

/* OCULTAR LABEL DE LA PAG */
.field--name-field-contenedor .field__label {
    display: none;
}

hr {
    margin: 0;
}

h2 {
    /* text-transform: uppercase; */
    font-size: 32px;
    font-weight: bold;
    margin: 0;
}

h2.v2_color_blue {
    text-transform: uppercase;

}