
/* -------------------------------------------- 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: 250px;
    height: 250px;
}


/* DUO */

.sms__duo{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 24px 16px;
    text-align: center;
}

.sms__duo_bloque {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    text-align: center;
    border-radius: 16px;
    padding: 24px 16px;
    gap: 32px;
    /* height: 495px; */
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    max-width: 550px;
}

@media (min-width: 576px) {}

@media (min-width: 791px) {}

@media (min-width: 900px) {}

/* bootstrap */
@media (min-width: 992px) {

     /* Banner inferior generico */
     .internet_work__info {
        flex-direction: row;
        padding: 60px 90px;
    }
    .internet_work__info__lista {
        align-items: start;
        text-align: start;
    }

    /* DUO */
    .sms__duo{
      
        max-width: 1366px;
        margin-inline:auto;
        flex-direction: row;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #C0CFE6;
    }
    
    .sms__duo_bloque {
        flex: 1;
        height: 420px;
        max-width: 468px;
    }

}

@media (min-width: 1200px) {}

@media (min-width: 1366px) {

    /* Banner inferior generico */

    .internet_work__info {
        padding: 60px 150px;
    }

    .internet_work__info__img img {
        width: 450px;
        height: 450px;
    }

    .sms__duo{
        padding: 60px 75px;
        gap: 56px;
    }

    .sms__duo_bloque {
        flex: 1;
        height: 495px;
        max-width: 500px;
        padding: 60px 32px;
    }
}

@media (min-width: 1440px) {}

.mt16 {
    margin-top: 16px !important;
}

.mt32 {
    margin-top: 32px !important;
}

.text_center {
    text-align: center;
}

.field__label {
    display: none;
}