@media only screen and (min-width: 0px) and (max-width: 1800px) {
    .module .hide_1800{
        display: none;
    }
}
@media only screen and (min-width: 0px) and (max-width: 1700px) {
    .module .hide_1700{
        display: none;
    }
}
@media only screen and (min-width: 0px) and (max-width: 1600px) {
    .module .hide_1600{
        display: none;
    }
}
@media only screen and (min-width: 0px) and (max-width: 1500px) {
    .module .hide_1500{
        display: none;
    }
}
@media only screen and (min-width: 0px) and (max-width: 1400px) {
    .module .hide_1400{
        display: none;
    }
}
@media only screen and (min-width: 0px) and (max-width: 1300px) {
    .module .hide_1300{
        display: none;
    }
}
@media only screen and (min-width: 0px) and (max-width: 1200px) {
    .module .hide_1200{
        display: none;
    }
    .module table.responsivo{
        box-sizing: border-box !important;
        margin: 0 !important;
        width: 50% !important;
    }
}
@media only screen and (min-width: 0px) and (max-width: 1100px) {
    .module .hide_1100{
        display: none;
    }
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
    .module .hide_1000{
        display: none;
    }
}
@media only screen and (min-width: 0px) and (max-width: 900px) {
    .module .hide_900{
        display: none;
    }
}

@media only screen and (min-width: 0px) and (max-width: 860px) {
    .module table.responsivo{
        margin: 0 !important;
        box-sizing: border-box !important;
        width: 100% !important;
    }
}
    
@media only screen and (min-width: 0px) and (max-width: 799px) {
    div[class*=column_]{
        width: 100% !important;
    }
    .module{
        margin: 0 !important;
        box-sizing: border-box !important;
        width: 100% !important;
    }
    .module .hide_800{
        display: none;
    }
    
    .module form span{
        width: 95% !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
    .module .hide_700{
        display: none;
    }
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
    .module .hide_600{
        display: none;
    }
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
    .module .hide_500{
        display: none;
    }
}

@media only screen and (min-width: 0px) and (max-width: 400px) {
    .module .hide_400{
        display: none;
    }
}

@media only screen and (min-width: 0px) and (max-width: 300px) {
    .module .hide_300{
        display: none;
    }
}

@media only screen and (min-width: 0px) and (max-width: 200px) {
    .module .hide_200{
        display: none;
    }
}

@media only screen and (min-width: 0px) and (max-width: 100px) {
    .module .hide_100{
        display: none;
    }
}


@media only screen and (min-width: 0px) and (max-width: 620px) {
    .module .hide_620{
        display: none !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 320px) {
    .module .hide_320{
        display: none !important;
    }
}