@media only screen and (max-width: 770px) {
    .container {
        width: 95% !important;
        padding-left: 5px;
    }
    .col-md-6, .col-md-7 {
        width: 100% !important;
    }
    #precoCompleto, #precoLight {
        width: 100% !important;
        margin-top: 0 !important
    }
    .imgCV {
        float: none !important;
        margin-bottom: 20px;
    }
    
    .logoDominesco {
        width: 100px;
    }
    .reportDisc1 {
        float: none !important;
    }
    .reportDisc2 {
        float: none !important;
        padding-top: 50px;
        margin-right: 0 !important;
    }
    .visibilityControl {
        float: none !important;
        margin-top: 30px;
    }
    .modal-dialog {
        width: 95%;
    }
    .btnCupom {
        margin-bottom: 10px !important;
    }
}
