.v2__banner {
    margin-top: 73px;
}

.v2__banner__contenedor_text {
   text-align: center;
   padding-inline: 28px;
   padding-block: 16px;
}


.v2__banner__banner{
   height: 95px;
}

.v2__banner__contenedor{
   background:#FF006E;
}



.v2__banner__banner{
   max-width: 1366px;
   margin-inline: auto;
   background-image: none;
   /*<img alt="" src="/themes/iplan_b4/NEW/img/v2_banner_hogar.png" />*/
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   background-size: 100% 100%;
   background-position: center;
   background-repeat: no-repeat;
}

@media (min-width: 992px) {
   /* ------------------------------------------- banner ------------------------------------------- */
   .v2__banner {
       margin-top: 134px;
   }

   
   .v2__banner__contenedor{
        background: linear-gradient(to right, #F90572, #9429AF);
    }
  
   .v2__banner__banner{
       background-image: url("/themes/iplan_b4/NEW/img/banner_acerca_de_iplan.png");
   }
   
}





.v2_text_40_bold {

    line-height: normal;

}

.v2_text_20_regular {

    line-height: normal;
}


/* VIDEO */

.mesh__video-content {
    padding: 24px 16px 40px 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
}

.ringo__video-wrapper {
    /* border: 2px solid red; */
    border-radius: 12px;
    overflow: hidden;
    height: 207px;
}

.mesh__text-content {
    display: flex;
    flex-direction: column;
}

.mesh__video-button {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}

.nonfocused {
    opacity: 0.5;
    pointer-events: none;

    cursor: not-allowed;
}

/* CONFIGURAR DISPOSITIVOS */

.mesh__configDispositivo {
    padding: 40px 16px 24px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 32px;
}

.mesh__configDispositivo_text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mesh__configDispositivo_video {
    display: flex;
    flex-direction: column;
    gap: 24px;
}


.mesh__configDispositivo_video_cont {
    padding: 32px 16px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.mesh__configDispositivo_video_cont_video {
    border-radius: 12px;
    overflow: hidden;
    height: 207px;
    width: 100%;

}

.mesh__configDispositivo_video_cont_boton {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;

}


/* FAQ */

.separadorH {
    height: 1px;
    width: 90%;
    max-width: 1072px;
    margin: auto;
}

.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 00px 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;
}


/* CARRITO */

.v2__mesh__carrito_cont {
    /*padding: 24px 16px;*/
    /* descomentar cuando se agregue el carrito */
}


/* STREAMING */

.v2__acercade_cont {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 16px;
    flex-direction: column;
    gap: 32px;
}

.v2__acercade_titulo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 24px;
}

.v2__acercade__bloques {
    display: flex;
    flex-direction: row;
    gap: 24px;
}



.v2__acercade__bloques__bloque {
    background-color: var(--v2_white);
    padding: 32px 40px 40px 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 16px;
    text-align: center;
    align-items: center;
    width: 300px;
}

.v2__acercade__bloques__bloque img {
    width: 60px;
    height: 60px;
}


/* Descarga */

.v2__dgo_descarga_cont {
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.v2__dgo_descarga_cont_titulo {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.v2__dgo_descarga_cont_bloques {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    align-items: center;
}

.v2__dgo_descarga_cont_bloques_bloque {
    background-color: white;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 285px;
}

.v2__dgo_descarga_cont_bloques_bloque img {
    width: 100%;
    height: 100%;
}




/* bootstrap */
@media (min-width: 992px) {
   
    .dtv_imag_container {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        /* width: 100% !important; */
    }

    /* VIDEO */

    .mesh__video-content {
        flex-direction: row;
    }



    .ringo__video-wrapper {
        width: 1687px;
        height: 318px;
    }

    .mesh__text-content {

        gap: 12px;
        align-items: flex-start;
        text-align: left;
        justify-content: center;
    }

    /* CONFIGURAR DISPOSITIVOS */



    .mesh__configDispositivo_video {

        flex-direction: row;

    }

    .mesh__configDispositivo_video_cont_boton {

        flex-direction: row;

    }

    .faq_video {
        display: flex;
        height: 270px;
        width: 71%;
        margin: auto;
    }

    /* CARRITO */

    .v2__mesh__carrito_cont {
        /*padding: 60px 75px;*/
        /* descomentar cuando se agregue el carrito */
        max-width: 1366px;
        margin-inline: auto;
    }

    .v2__mesh__carrito_cont img {

        width: 100%;
        height: 100%;
    }


}




@media (min-width: 1366px) {

    .mesh__video-content {
        padding: 60px 55px;
        gap: 48px;
        max-width: 1366px;
        margin-inline: auto;
    }

    .ringo__video-wrapper {
        width: 2450px;
        height: 321px;
    }


    /* CONFIGURAR DISPOSITIVOS */

    .mesh__configDispositivo {

        padding: 60px 55px;
        max-width: 1366px;
        margin-inline: auto;
    }

    .mesh__configDispositivo_video_cont {
        padding: 40px;
    }

    .mesh__configDispositivo_video_cont_video {

        height: 300px;
    }



}



.field__label {
    display: none;
}

.mt16 {
    margin-top: 16px;
}

.mt24 {
    margin-top: 24px;
}

.mt32 {
    margin-top: 32px;
}




/* CALCULADORA MESH */
.v2__acercade__seccion {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.v2__acercade__contenedor {
    display: flex;
    flex-direction: column;
    padding: 24px 16px 40px 16px;
    gap: 24px;
}

.v2__acercade__contenedor__texto_titulo {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.v2__acercade__contenedor__titulo {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.v2__acercade__contenedor__imagen img {
    width: 100%;
    height: 100%;
}

.v2__acercade__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: center;
    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-image: url('Fields.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 527px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 110px 40px;
}

.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__acercade__contenedor {
        flex-direction: row;
        gap: 40px;
    }

    .v2__acercade__contenedor__imagen {
        flex: 0.9;
    }

    .v2__acercade__contenedor__texto {
        align-items: start;
        flex: 1;
        display: flex;
        gap: 24px;
    }

    .v2__acercade__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__acercade__contenedor {
        flex-direction: row;
        gap: 40px;
        padding: 60px 55px;
        max-width: 1366px;
        margin-inline: auto;
    }

    .v2__acercade__contenedor__imagen {
        flex: 0.9;
    }

    .v2__acercade__contenedor__texto {
        align-items: start;
        flex: 1;
        display: flex;
        gap: 24px;
    }

    .v2__acercade__contenedor__titulo.desktop {
        text-align: start;
    }

    .v2__mesh__test {
        padding: 60px 55px;
        max-width: 1366px;
        margin-inline: auto;
    }
}