.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, #FF006E, #9429AF);
    }

    .v2__banner__banner {
        background-image: url("/themes/contrib/iplan_b4/NEW/img/banner_acerca_de_iplan.png");
    }

}



.container {
    /* max-width: 1512px;
    display: flex;
    flex-direction: column;
    align-items: center; */
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
    max-width: -webkit-fill-available;
    padding: 0;
}



/* VIDEO */

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

.mesh__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_text p:nth-child(2) {
    max-width: 1145px;
}

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


.mobile {
    display: flex;
}

.desktop {
    display: none;
}

/* CARRITO */

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


/* STREAMING */

.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 25px 25px 25px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 16px;
    text-align: center;
    align-items: center;
    width: 320px;
    box-shadow: 0px 3px 16px -2px rgba(123, 130, 140, 0.25);
}

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





/* 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;
    }



    .mesh__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;
    }

    .mesh__video-wrapper {
        width: 2450px;
        height: 400px;
    }


    /* 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;
}



@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;
    }

}

@media (min-width: 1366px) {

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



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

}



@media (min-width: 100px) and (max-width: 992px) {


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

    .v2__acercade__bloques__bloque {
        width: 100%;
    }

}

.v2_text_20_regular {
    line-height: normal;
}

.v2_text_24_regular {
    line-height: normal;
}