.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_tri {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: 24px; */
    gap: 32px;
    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: 220px;
}

.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;
}

/*                                      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 iframe{
    width: 365px;
    height: 200px;
    border-radius: 12px;
}

/*  Sec 3 */


.home__card__sm {
    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: 220px;
}

@media (min-width: 576px) {}

@media (min-width: 791px) {}

@media (min-width: 900px) {}

/* bootstrap */
@media (min-width: 992px) {

    /* -------------------------------------------- sec 1 ------------------------------------------- */
    .contenedor_maximo {
      
        max-width: 1366px;
        margin-inline: auto;
    }


    .contenedor_maximo_tri__boxes {
        display: flex;
        gap: 24px;
        flex-direction: row;
    }

    .v2__multicloud .subtitle {
        line-height: normal;
    }

    .v2__multicloud__contenedor {
        flex-direction: row;
        gap: 16px;
    }

    .home__card {
        flex-basis: 33%;
        max-width: 438px;
        padding: 32px 20px;
        min-height: 360px;
    }

    /*                                      Banner inferior generico                                  */
    
    .internet_work__info {
        flex-direction: row;
        padding: 60px 16px;
    }
    .internet_work__info__lista {
        align-items: start;
        text-align: start;
    }
 
    /* sec 3 */

    
    .home__card__sm {
        flex-basis: 33%;
        max-width: 438px;
        padding: 32px 60px;
        min-height: 270px;
    }

}



@media (min-width: 1200px) {}

@media (min-width: 1366px) {

    /* -------------------------------------------- sec 1 ------------------------------------------- */
    .contenedor_maximo {
        
        padding: 60px 75px;
        gap: 56px;
        
    }

    .contenedor_maximo_tri {
        gap: 56px;
    }

    .v2__multicloud__contenedor {
        flex-direction: row;
    }

    .home__card .home__card__contenedor p {
        line-height: normal;
    }

    /*                                      Banner inferior generico                                  */
    .internet_work__info {
      
        gap: 30px;
    }

    .internet_work__info__img iframe {
        width: 740px;
        height: 350px;
    }

    /* sec 3 */

    .home__card__sm {
        padding: 60px 32px;
        min-height: 260px;
    }
}

@media (min-width: 1440px) {

  
}

.mt16 {
    margin-top: 16px !important;
}

.mt32 {
    margin-top: 32px !important;
}

.text_center {
    text-align: center;
}

.field__label {
    display: none;
}

@media only screen and (max-width: 640px) {

.internet_work__info__img video {
    width: 100%;
    height: 100%;
}

}