.container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: -webkit-fill-available;
}

/* .row>* {
    padding: 0;
    margin: 0;
} */


/* SECC GEMINIA ENTERPRISE */
.v2__sec{
    padding: 24px 16px;
}
.v2__sec__ia{
    max-width:1362px;
    display:flex;
    flex-direction: column;
    gap:24px;
    align-items: center;
    padding: 24px 16px;
    border-radius: 16px;
    margin:24px auto 0 auto;
    background-color: #000;
        background-image: linear-gradient(82deg, rgba(31,33,36,1) 48.27%, rgba(46,104,181,1) 71.07%, rgba(45,89,145,0) 84.63%), url("/themes/iplan_b4/NEW/img/banner_home_empresas.jpg");
        background-repeat: no-repeat, no-repeat;
        background-position: center center, 928.277px -2.751px;
        background-size: cover, 32.432% 101.909%;
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.v2__sec__ia__left{
    display:flex;
    flex-direction: column;
    gap:16px;
    align-items: center;
}
.v2__sec__ia__right{
    display:flex;
    flex-direction: column;;
    gap:16px;
    align-items: center;
}
.v2__sec__ia__right p{
    text-align: center;
    max-width:460px;
}

.v2__duo {
    display: flex;
    flex-direction: column;
    padding: 24px 16px;
    justify-content: center;
    gap: 24px;
    max-width:1362px;
}

.v2__duo__card {
    padding: 32px 16px;
    flex-basis: 35%;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}

.v2__duo__card p {
    text-align: center;
}

.v2__duo__card__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
    margin-top: 16px;
}

.v2__duo__card__header p {
    max-width: 280px;
}

.v2__duo__card__header img {
    margin-top: 24px;
}

.v2__duo__card__body {
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--v2_grey-light);
    border-radius: 16px;
    padding: 40px 16px;
    margin-top: 32px;
}

.v2__duo__card__body p {
    text-align: center;
}

.v2__duo__card__body p span {
    margin: 16px 0 0 0 !important;
    text-transform: uppercase;
}

.v2__duo__card__body__div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
    gap: 16px;
}

.v2__duo__card2 {
    padding: 32px 16px;
    flex-basis: 65%;
    max-width: 900px;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    position: relative;
}

.v2__duo__card2 p {
    text-align: center;
}

.v2__duo__card2__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}

.v2__duo__card2__header .subtitle {
    text-align: center;
}

.v2__duo__card2__header .title {
    text-align: center;
}

.v2__duo__card2__header p {
    max-width: 450px;
}

.v2__duo__card2__header img {
    margin-top: 24px;
}

.v2__duo__card2__contenedor {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
}

.v2__duo__card2__contenedor__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--v2_grey-light);
    border-radius: 16px;
    padding: 40px 16px;
    min-height: 324px;
    justify-content: space-between;
    margin-top: 32px;
    gap: 24px;
    height: 326px;
}

.v2__duo__card2__contenedor__body p {
    text-align: center;
}

.v2__duo__card2__contenedor__body button {
    margin-top: 16px;
}

/* -------------------------------------------- sec 2 ------------------------------------------- */
.v2__multicloud {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 16px;
    width: 100%;
}

.v2__multicloud p {
    text-align: center;
    max-width: 820px;
}

.v2__multicloud .subtitle {
    margin-top: 16px;
}

.v2__multicloud__contenedor {
    display: flex;
    flex-direction: column;
}

.home__card {
    max-width: 438px;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 32px 16px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border-radius: 16px;
    justify-content: space-between;
    max-height: 300px;
    margin-top: 32px;
}

.home__card__contenedor {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.home__card button {
    margin-top: 16px;
}

.home__azul {
    padding: 60px 220px;
    margin: 0 auto;
}

.home__azul__texto {
    max-width: 762px;
    text-align: center;
}

.home__card__logo {
    max-width: 420px;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.iplan__marca {
    width: 175px;
}

.contenedor_banner_custom .v2_text_40_bold {
    font-size: 32px;
}

/* bootstrap */
@media (min-width: 576px) {}

/* bootstrap */
@media (min-width: 768px) {}

@media (min-width: 791px) {}

@media (min-width: 900px) {}

/* bootstrap */
@media (min-width: 992px) {

    .v2__sec__ia{
        height:265px;
        padding: 24px 16px 40px 16px;
        flex-direction: row;
        gap:48px;
        width: 100%;
        margin:24px auto 0 auto;
    }

    .v2__duo {
        padding: 24px 16px 40px 16px;
        flex-direction: row;
        width: 100%;
        margin:0 auto;
    }

    .v2__duo__card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .v2__duo__card__body {
        height: 326px;
        justify-content: space-between;
    }

    .v2__duo__card2__header {
        justify-content: space-between;
    }

    .v2__duo__card2__header img {
        max-height: 162px;
    }

    .v2__duo__card2__contenedor {
        flex-direction: row;
        gap: 16px;
        align-items: stretch;
    }


    .v2__duo__card2__contenedor__body {
        flex-basis: 50%;
    }

    .v2__multicloud .subtitle {
        line-height: normal;
    }

    .v2__multicloud__contenedor {
        flex-direction: row;
        gap: 16px;
    }

    .home__card {
        min-height: 300px;
        flex-basis: 33%;
        max-width: 444px;
    }
    .contenedor_banner_custom .v2_text_40_bold {
    font-size: 40px;
    }
}

/* bootstrap */
@media (min-width: 1200px) {}

@media (min-width: 1366px) {
    .v2__sec{
        padding: 0 55px;
    }
    .v2__sec__ia{
        padding: 72px 55px 40px 55px;
        background-color: #000;
        background-image: linear-gradient(82deg, rgba(31,33,36,1) 48.27%, rgba(46,104,181,1) 71.07%, rgba(45,89,145,0) 84.63%), url("/themes/contrib/iplan_b4/NEW/img/banner_home_empresas.jpg");
        background-repeat: no-repeat, no-repeat;
        background-position: center center, 928.277px -2.751px;
        background-size: cover, 32.432% 101.909%;
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
    }
    .v2__sec__ia__left{
        display:flex;
        flex-direction: column;
        gap:12px;
    }
    .v2__sec__ia__right{
        display:flex;
        flex-direction: column;;
        gap:24px;
        max-width:462px;
        align-items: flex-start;
        max-height: 136px;
    }
    .v2__sec__ia__right p{
        text-align: left;
    }
    /* -------------------------------------------- sec 2 ------------------------------------------- */

    .v2__duo {
        padding: 24px 55px 40px 55px;
    }

    .v2__duo__card {
        padding: 48px 48px 40px 48px;
        max-width: 452px;
        width: 452px;
        display: block;
    }

    .v2__duo__card p {
        text-align: left;
        width: 240px;
    }

    .v2__duo__card__header {
        align-items: flex-start;
    }

    .v2__duo__card__header .subtitle {
        line-height: normal;
        font-size: 22px;

    }

    .v2__duo__card__header img {
        position: absolute;
        right: -49px;
        width: auto;
        top: -113px;
    }


    .v2__duo__card__body {
        margin-top: 20px;
        min-height: 257px;
        gap: 24px;
        height: 324px;
    }

    .v2__duo__card__body__div {
        margin-top: 12px;
        gap: 8px;
        justify-content: flex-start;
    }

    .v2__duo__card__body p {
        text-align: center;
    }

    .v2__duo__card .v2__duo__card__body p {
        text-align: center;
    }

    .v2__duo__card2 {
        padding: 48px;
        max-width: 924px;
        width: 924px;
    }

    .v2__duo__card2__header {
        align-items: flex-start;
    }

    .v2__duo__card2__header .subtitle {
        font-size: 22px;
        line-height: normal;
    }

    .v2__duo__card2__header img {
        position: absolute;
        right: 48px;
        top: -16px;
    }

    .v2__duo__card2 .title {
        text-align: left;
    }

    .v2__duo__card2__header .subtitle {
        text-align: left;
    }

    .v2__duo__card2__contenedor {
        gap: 24px;
        flex-direction: row;
        max-height: 360px;
        align-items: stretch;
        margin-top: 20px;
    }


    .v2__duo__card2__contenedor__body {
        flex-basis: 50%;
        margin-top: 0;
        justify-content: space-between;
    }

    .v2__duo__card2__contenedor__body p {
        /* margin-top: 8px; */
        line-height: 1.3;
    }

    .v2__duo__card2__contenedor__body button {
        margin-top: 22px;
    }

    .v2__multicloud__contenedor {
        flex-direction: row;
    }

    .home__card .home__card__contenedor p {
        line-height: normal;
    }

    /* -------------------------------------------- sec 2 ------------------------------------------- */
    .v2__multicloud {
        padding: 60px 55px;
    }
}

/* bootstrap */
@media (min-width: 1400px) {
    /* SEC IA */
    /* -------------------------------------------- sec 2 ------------------------------------------- */

    .v2__duo {
        padding: 24px 0px 40px 0px;
    }

    .v2__duo__card__body__div {
        margin-top: 8px;
        gap: 24px;
    }

    .home__card {
        padding: 32px 36px;
    }
}

@media (min-width: 1440px) {}

.field__label {
    display: none;
}

.mt16 {
    margin-top: 16px;
}

.mt24 {
    margin-top: 24px;
}

.mt32 {
    margin-top: 32px;
}
.contenedor_banner_custom {
    background: linear-gradient(89deg, #B667C7 1.32%, #ED6184 100%);
    padding: 4px 6px 4px 4px;
}