.container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: -webkit-fill-available;
}

/* -------------------------------------------- sec 1 ------------------------------------------- */
.contenedor_maximo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 24px 16px;
    text-align: center;
}

.contenedor_maximo h2 {
    max-width: 1000px;
}

.contenedor_maximo_tri {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 16px;
}

.contenedor_maximo_tri__boxes {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.home__card {
    max-width: 438px;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 60px 36px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border-radius: 16px;
    justify-content: space-between;
    min-height: 327px;
}

#sec3 .home__card {
    max-width: 438px;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 60px 36px;
    flex-direction: column;
    align-self: stretch;
    border-radius: 16px;
    justify-content: center;
    min-height: 410px;
    align-items: center;
}

.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;
}

/* -------------------------------------------- sec 3 ------------------------------------------- */


/*                                      Banner inferior generico                                  */
.internet_work__info {
    display: flex;
    align-items: center;
    padding: 24px 16px;
    justify-content: space-between;
    gap: 24px;
    max-width: 1366px;
    margin-inline: auto;
    flex-direction: column;
}

.internet_work__info__lista {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
}



.internet_work__info__lista ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.internet_work__info__img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.internet_work__info__img img {
    width: 200px;
    height: 200px;
}
/* ----------------------------------------- container 4 ---------------------------------------- */
.googleWorkspace__c4 {
    /* background-color: #EFF4F5; */
}

.googleWorkspace__c4__container-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 16px 8px 32px 8px;
    max-width: 1260px;
    margin: 0 auto;
    text-align: center;
}

.googleWorkspace__c4__container-4 h2 {
    text-align: center;
}

.googleWorkspace__c4__container-4 .v2_text_40_regular {
    text-align: center;
}

.googleWorkspace__c4__container-4__boxes {
    max-width: 1260px;
    gap: 36px;
    display: flex;
    flex-direction: column;
    margin-top: 16px;
}

.box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    background-color: var(--v2_grey-light);
    padding: 24px;
    border-radius: 16px;
    gap: 16px;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
    width: 288px;
    /* height: 213px; */
    min-height: 225px;
}

.box div {
    max-width: 65px;
    max-height: 65px;
    background-color: var(--v2_grey-light);
    padding: 12px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box .v2_text_24_regular {
    text-align: center;
}

.googleWorkspace__c4__container-4__partner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 36px 15%;
    /* border-top: 1px solid #A09FA7; */
    padding-top: 32px;
    gap: 42px;
}

.googleWorkspace__c4__container-4__partner div {
    flex-basis: 50%;
    display: flex;
    justify-content: flex-end;
}

.googleWorkspace__c4__container-4__partner .partner2 {
    flex-basis: 50%;
    display: flex;
    justify-content: flex-start;
    border-radius: 24px;
    overflow: hidden;
}
@media (min-width: 576px) {}

@media (min-width: 791px) {}

@media (min-width: 900px) {}

/* bootstrap */
@media (min-width: 992px) {


    /* -------------------------------------------- sec 1 ------------------------------------------- */

    .v2__multicloud .subtitle {
        line-height: normal;
    }

    .v2__multicloud__contenedor {
        flex-direction: row;
        gap: 16px;
    }

    .contenedor_maximo {
        max-width: 1366px;
        margin-inline: auto;
    }

    .contenedor_maximo_tri__boxes {
        flex-direction: row;
    }

    .home__card {
        flex-basis: 33%;
        max-width: 438px;
        padding: 32px 24px;
        min-height: 280px;
    }
    #sec3 .contenedor_maximo h2 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #sec3 .home__card {
        flex-basis: 55%;
        max-width: 600px;
        padding: 32px 20px;
        min-height: 315px;
        justify-content: start;
        /* height: 100px !important; */
    }


    .internet_work__info {
        flex-direction: row;
        padding: 60px 90px;
    }

    .internet_work__info__lista {
        align-items: start;
        text-align: start;
    }
    /* ----------------------------------------- container 4 ---------------------------------------- */
    .googleWorkspace__c4__container-4 {
        justify-content: center;
        padding: 30px 45px;
        align-items: center;
        text-align: center;
    }

    .googleworkspaceh1 {
        text-align: left !important;
        font-size: 56px;
    }

    .googleWorkspace__c4__container-4__boxes {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .googleWorkspace__c4__container-4__partner {
        flex-direction: row;
    }
}

@media (min-width: 1200px) {}

@media (min-width: 1366px) {


    /* -------------------------------------------- sec 1 ------------------------------------------- */
    .v2__multicloud__contenedor {
        flex-direction: row;
    }

    .home__card .home__card__contenedor p {
        line-height: normal;
    }

    .contenedor_maximo {
        gap: 56px;
        padding: 60px 16px;
    }

    .contenedor_maximo_tri {
        gap: 32px;
    }

    /*                                      Banner inferior generico                                  */

    .internet_work__info {
        padding: 60px 150px;
    }

    .internet_work__info__img img {
        width: 400px;
        height: 400px;
    }
     /* ---------------------------------------- contenedor 4 ---------------------------------------- */
    .googleWorkspace__c4__container-4 {
        padding: 60px 0px 60px 0px;
    }

    .googleWorkspace__c4__container-4__boxes {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    } 
}

@media (min-width: 1440px) {}

.mt16 {
    margin-top: 16px !important;
}

.mt32 {
    margin-top: 32px !important;
}

.text_center {
    text-align: center;
}

.field__label {
    display: none;
}