h1.field__label {
    display: none;
}

/* Presentación */

.v2__meshPro_presentacion_cont {
    padding: 40px 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.v2__meshPro_presentacion_cont_img img {
    width: 100%;
    height: 100%;
}

.v2__meshPro_presentacion_cont_text {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Configurar dispositivo */

.v2__meshPro__conf_cont {
    padding: 40px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    text-align: center;
}

.v2__meshPro__conf_cont p:nth-child(2) {
    max-width: 735px;
}

.v2__meshPro__conf_cont_botones {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

/* FAQ */

.separadorH {
    height: 0px;
    width: 100%;
}

.zonas_cobertura {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.zonas_cobertura__faq {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 760px;
    width: 100%;
    align-items: center;
    padding: 40px 16px 40px 16px;
}

.zonas_cobertura__faq__container__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.zonas_cobertura__faq__item {
    display: flex;
    width: 100%;
    padding: 12px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-radius: 24px !important;
}

.zonas_cobertura__faq__separadorH {
    height: 1px;
    width: 100%;
    background-color: var(--v2_grey);
    margin: 0;
}

.zonas_cobertura__faq__item button {
    gap: 8px;
}

.accordion-button {
    padding: 0px !important;
}

.accordion-body {
    padding-inline: 0px !important;
}

.faq_video {
    border-radius: 12px;
    overflow: hidden;
    height: 174px;
}

/* bootstrap */
@media (min-width: 992px) {
    .mobile {
        display: none;
    }

    .desktop {
        display: flex;
    }

    /* Banner */

    .v2__meshPro__banner {
        margin-top: 16px;
    }

    .v2__meshPro__banner__contenedor {
        max-width: 1366px;
        margin-inline: auto;
    }

    .v2__meshPro__banner__contenedor_img {
        width: 100%;
        height: 100%;
    }

    /*Presentacion */

    .v2__meshPro_presentacion_cont {
        flex-direction: row;
        gap: 56px;
        max-width: 1366px;
        margin-inline: auto;
    }

    .v2__meshPro_presentacion_cont_img {
        flex-basis: 35%;
    }

    .v2__meshPro_presentacion_cont_text {
        flex-basis: 65%;
        text-align: start;
        justify-content: center;
    }

    /*Configurar disposituvos */

    .v2__meshPro__conf_cont {
        max-width: 1366px;
        margin-inline: auto;
    }

    .v2__meshPro__conf_cont_botones {
        flex-direction: row;
    }
}

@media (min-width: 1366px) {

    /* Banner */
    .v2__meshPro__banner {
        margin-top: 140px;
    }

    .v2__meshPro_presentacion_cont {
        padding: 60px 150px;
    }

    /*Configurar disposituvos */
    .v2__meshPro__conf_cont {
        padding: 60px 0px;
    }
}

/* CALCULADORA MESH */

.nonfocused {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

.v2__mesh__seccion {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.v2__mesh__contenedor {
    display: flex;
    flex-direction: column;
    padding: 24px 16px 40px 16px;
    gap: 24px;
}

.v2__mesh__contenedor__titulo {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.v2__mesh__contenedor__imagen img {
    width: 100%;
    height: 100%;
}

.v2__mesh__contenedor__texto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* MESH TEST */
.v2__mesh__test {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px 16px 24px 16px;
    gap: 24px;
}

.v2__mesh__test__contenedor {
    width: 100%;
}

.v2__mesh__test__grupo {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.v2__mesh__test__tarjeta {
    border-radius: 16px;
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex: 1;
}

.v2__mesh__test__numero {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 30px;
    border-radius: 12px;
    padding: 10px 12px;
}

.v2__mesh__test__columnas {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 24px;
}

.v2__mesh__test__col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.v2__mesh__test__encabezado {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
}

.v2__mesh__test__pregunta {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
    margin-top: 24px;
}

.v2__mesh__test__columna {
    margin-left: 38px;
}

.v2__mesh__test__radio {
    display: flex;
    align-items: start;
    justify-content: center;
}

.v2__mesh__test__radio input[type="radio"] {
    appearance: none;
    width: 18px !important;
    height: 18px !important;
    border: 2px solid var(--v2_magenta);
    border-radius: 50%;
    margin: 0;
    position: relative;
    cursor: pointer;
}

.v2__mesh__test__radio input[type="radio"]:checked:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--v2_magenta);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.v2__mesh__test__radio label {
    margin-left: 8px;
    cursor: pointer;
}

/* Resultado */
.v2__mesh__resultado {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.v2__mesh__resultado__contenedor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 24px 16px;
    border-radius: 16px;
    width: 100%;
    flex: 1;
}

.v2__mesh__resultado__lista {
    padding-left: 0;
}

.v2__mesh__resultado__items {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.v2__mesh__resultado__item {
    display: flex;
    align-items: end;
    gap: 6px;
}
/* 
.v2__mesh__resultado__item::before {
    content: "";
    min-width: 18px;
    height: 18px;
    border: 2px solid var(--v2_magenta);
    border-radius: 50%;
    background: transparent;
    position: relative;
}

.v2__mesh__resultado__item::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--v2_magenta);
    border-radius: 50%;
    position: absolute;
    margin-left: 4px;
} */

.v2__mesh__resultado__seleccion {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 16px;
}

.v2__mesh__resultado__recomendacion {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: start;
    justify-content: center;
}

.v2__mesh__resultado__botones {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.v2__mesh__resultado__texto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.v2__mesh__resultado__contacto {

    background: var(--v2_degrade-blue);
    height: 527px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 110px 40px;
    border-radius: 13px;
}

.v2__mesh__resultado__contacto__texto {
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
    align-items: center;
}

.v2__mesh__resultado__botones__contacto {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (min-width: 992px) {
    .v2__mesh__contenedor {
        flex-direction: row;
        gap: 40px;
    }

    .v2__mesh__contenedor__imagen {
        flex: 0.9;
    }

    .v2__mesh__contenedor__texto {
        align-items: start;
        flex: 1;
        display: flex;
        gap: 24px;
    }

    .v2__mesh__contenedor__titulo.desktop {
        text-align: start;
    }

    .v2__mesh__test__grupo {
        flex-direction: row;
    }

    .v2__mesh__resultado {
        flex-direction: row;
    }

    .v2__mesh__resultado__contacto {
        max-height: 455px;
        flex-basis: 31%;
    }

    .v2__mesh__resultado__contenedor {
        padding: 40px 60px;
        flex-basis: 69%;
    }

    .v2__mesh__resultado__info {
        display: flex;
        justify-content: space-between;
        align-items: start;
        width: 100%;
    }

    .v2__mesh__resultado__texto {
        align-items: start;
    }

    .v2__mesh__resultado__botones {
        flex-direction: row;
    }

    .v2__mesh__resultado__imagen {
        width: 40%;
        display: flex;
        justify-content: normal;
        align-items: flex-start;
    }

    .v2__mesh__resultado__imagen img {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 1366px) {
    .v2__mesh__contenedor {
        flex-direction: row;
        gap: 40px;
        padding: 60px 55px;
        max-width: 1366px;
        margin-inline: auto;
    }

    .v2__mesh__contenedor__imagen {
        flex: 0.9;
    }

    .v2__mesh__contenedor__texto {
        align-items: start;
        flex: 1;
        display: flex;
        gap: 24px;
    }

    .v2__mesh__contenedor__titulo.desktop {
        text-align: start;
    }

    .v2__mesh__test {
        padding: 60px 55px;
        max-width: 1366px;
        margin-inline: auto;
    }
}