@media (max-width: 767px) {
    .body_carrinho{
        min-height: auto !important
    }

    .body_carrinho_box{
        padding: 0px !important;
    }

    #form_landpage{
        padding-bottom: 20px;
    }

    body{
        zoom: 1.3 !important;
    }

    .no-margin-responsive{
        margin: 0 !important;
    }

    .plano-responsivo{
        padding: 10px !important;
    }

    .novo-subscriber-basico-info{
        padding: 0px 10px !important;
    }

    .contrato_consumo{
        height: 200px !important;
    }

    .responsive_table{
        margin-bottom: 15px;
    }

    input.form-control, select.form-control{
        margin-bottom: 10px;
    }

    .no_padding_responsive{
        padding: 0px !important;
    }

    .n_flex_responsive{
        display: block !important;
    }

    .resp-formulario-cartao-box{
        padding: 0px !important;
    }

    .mt-0-responsive{
        margin-top: 0px !important;
    }

    .mb-15-responsive{
        margin-bottom: 15px;
    }
}

.responsive_table{
    max-width: 100% !important;
    overflow: auto !important;
}